Use the standard header with LGPL copyright.
[gnulib.git] / ChangeLog
1 2009-09-19  Bruno Haible  <bruno@clisp.org>
2
3         * lib/safe-alloc.h: Use the standard header with LGPL copyright.
4         * lib/safe-alloc.c: Likewise.
5         Reported by Ian Beckwith <ianb@erislabs.net>.
6
7 2009-09-18  Bruno Haible  <bruno@clisp.org>
8
9         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10         Reported by <erobles@sensacd.com.mx>.
11
12 2009-09-17  Eric Blake  <ebb9@byu.net>
13
14         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
15         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
16         slashes when checking if last component is missing.
17         * tests/test-canonicalize.c (main): Test this.
18
19         canonicalize, canonicalize-lgpl: honor // if distinct from /
20         * modules/canonicalize (Files): Add double-slash-root.m4.
21         * modules/canonicalize-lgpl (Files): Likewise.
22         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
23         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
24         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
25         fallback definition.
26         (canonicalize_filename_mode): Use it to protect //.
27         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
28         (__realpath): Likewise.
29         * tests/test-canonicalize.c (main): Test this.
30         * tests/test-canonicalize-lgpl.c (main): Likewise.
31         * modules/canonicalize-tests (Depends-on): Add same-inode.
32         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
33
34         canonicalize-lgpl: fix glibc bug with trailing slash
35         * m4/canonicalize-lgpl.m4: Move contents...
36         * m4/canonicalize.m4: ...here.
37         (gl_CANONICALIZE_LGPL): Factor realpath check...
38         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
39         glibc 2.3.5 bug, fixed 2005-04-27.
40         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
41         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
42         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
43         * modules/canonicalize-lgpl (Files): Manage file rename.
44         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
45         * modules/stdlib (Makefile.am): Substitute witness.
46         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
47         is needed.
48         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
49         replacement is required.
50         * lib/canonicalize.c (canonicalize_file_name): Likewise.
51         * doc/glibc-functions/canonicalize_file_name.texi
52         (canonicalize_file_name): Document this.
53         * doc/posix-functions/realpath.texi (realpath): Likewise.
54
55         canonicalize-lgpl: reject non-directory with trailing slash
56         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
57         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
58         catches failures in glibc 2.3.5.
59         * tests/test-canonicalize.c (main): Likewise.
60
61         canonicalize-lgpl: use native realpath if it works
62         * lib/canonicalize-lgpl.c (realpath): Guard with
63         FUNC_REALPATH_WORKS.
64         * lib/stdlib.in.h (realpath): Make declaration optional based on
65         HAVE_REALPATH.
66         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
67         native realpath works.
68         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
69         * modules/stdlib (Makefile.am): Substitute witness.
70
71         canonicalize, canonicalize-lgpl: use <stdlib.h>
72         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
73         (Include): Mention <stdlib.h>.
74         (configure.ac): Mention functions we provide.
75         * modules/canonicalize (configure.ac): Likewise.
76         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
77         realpath if canonicalize_file_name is missing.
78         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
79         * modules/stdlib (Makefile.am): Substitute witnesses.
80         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
81         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
82         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
83         * NEWS: Document this.
84         * doc/glibc-functions/canonicalize_file_name.texi
85         (canonicalize_file_name): Likewise.
86         * doc/posix-functions/realpath.texi (realpath): Likewise.
87         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
88
89         test-canonicalize: consolidate into single C program
90         * tests/test-canonicalize.sh: Delete; move setup into...
91         * tests/test-canonicalize.c (main): ...the program, making it
92         easier to run in debugger.  Add some tests.
93         * modules/canonicalize-tests (Files): Remove unused file.
94         (Depends-on): Add progname.
95         (configure.ac, Makefile.am): Simplify.
96
97         test-canonicalize-lgpl: consolidate into single C program
98         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
99         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
100         easier to run in debugger.  Add some tests.
101         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
102         (configure.ac, Makefile.am): Simplify.
103
104         canonicalize: avoid resolvepath
105         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
106         unnecessary checks.
107         * lib/canonicalize.c (includes): Simplify.
108         (canonicalize_file_name): Drop resolvepath implementation.
109         * modules/canonicalize (Depends-on): Drop filenamecat.
110
111         canonicalize: don't lose errno
112         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
113         over calls to free.
114
115         canonicalize: simplify errno handling
116         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
117         assignment.
118
119         canonicalize, canonicalize-lgpl: update module dependencies
120         * modules/canonicalize (Depends-on): Add extensions, lstat,
121         pathmax, stdlib.
122         (Files): Drop pathmax.h.
123         (configure.ac): Adjust macro name.
124         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
125         lstat, stdlib, sys_stat.
126         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
127         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
128         extensions.
129         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
130         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
131         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
132         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
133         declaration, if available.
134         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
135         we can rely on the readlink module.
136         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
137         (includes): Use <unistd.h> unconditionally.
138
139 2009-09-17  Eric Blake  <ebb9@byu.net>
140
141         maint: make Include sections of modules consistent
142         * modules/alloca: Use only header name; no need to list #include.
143         * modules/alloca-opt: Likewise.
144         * modules/arpa_inet: Likewise.
145         * modules/canon-host: Likewise.
146         * modules/configmake: Likewise.
147         * modules/dirent: Likewise.
148         * modules/eealloc: Likewise.
149         * modules/environ: Likewise.
150         * modules/fchdir: Likewise.
151         * modules/fcntl: Likewise.
152         * modules/fcntl-h: Likewise.
153         * modules/gethrxtime: Likewise.
154         * modules/gettime: Likewise.
155         * modules/ignore-value: Likewise.
156         * modules/inet_ntop: Likewise.
157         * modules/inet_pton: Likewise.
158         * modules/inttypes: Likewise.
159         * modules/isnand-nolibm: Likewise.
160         * modules/isnanf-nolibm: Likewise.
161         * modules/mbchar: Likewise.
162         * modules/mbfile: Likewise.
163         * modules/mbiter: Likewise.
164         * modules/mbuiter: Likewise.
165         * modules/netdb: Likewise.
166         * modules/netinet_in: Likewise.
167         * modules/nproc: Likewise.
168         * modules/pagealign_alloc: Likewise.
169         * modules/poll: Likewise.
170         * modules/printf-frexp: Likewise.
171         * modules/pthread: Likewise.
172         * modules/putenv: Likewise.
173         * modules/random_r: Likewise.
174         * modules/relocatable-prog: Likewise.
175         * modules/search: Likewise.
176         * modules/select: Likewise.
177         * modules/selinux-h: Likewise.
178         * modules/settime: Likewise.
179         * modules/signal: Likewise.
180         * modules/size_max: Likewise.
181         * modules/socklen: Likewise.
182         * modules/ssize_t: Likewise.
183         * modules/stdarg: Likewise.
184         * modules/stdbool: Likewise.
185         * modules/stddef: Likewise.
186         * modules/stdint: Likewise.
187         * modules/stdio: Likewise.
188         * modules/stdlib: Likewise.
189         * modules/string: Likewise.
190         * modules/strings: Likewise.
191         * modules/sys_file: Likewise.
192         * modules/sys_ioctl: Likewise.
193         * modules/sys_select: Likewise.
194         * modules/sys_socket: Likewise.
195         * modules/sys_stat: Likewise.
196         * modules/sys_time: Likewise.
197         * modules/sys_times: Likewise.
198         * modules/sys_utsname: Likewise.
199         * modules/sys_wait: Likewise.
200         * modules/sysexits: Likewise.
201         * modules/time: Likewise.
202         * modules/times: Likewise.
203         * modules/tmpfile: Likewise.
204         * modules/trim: Likewise.
205         * modules/unistd: Likewise.
206         * modules/wchar: Likewise.
207         * modules/wctype: Likewise.
208
209 2009-09-17  Bruno Haible  <bruno@clisp.org>
210
211         Make getdate.y compile on QNX and NetBSD 5 / i386.
212         * m4/getdate.m4 (gl_GETDATE): Conditionally define
213         TIME_T_FITS_IN_LONG_INT.
214         * lib/getdate.y (long_time_t): New type.
215         (relative_time): Change type of 'seconds' field to long_time_t.
216         (get_date): Update types of local variables. Check against overflow
217         during conversion from long_time_t to time_t.
218         Reported by Matt Kraai <kraai@ftbfs.org>
219         and Hasso Tepper <hasso@netbsd.org>.
220
221 2009-09-17  Bruno Haible  <bruno@clisp.org>
222
223         * modules/COPYING: Update copyright years.
224         * modules/README: Likeiwse.
225         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
226         Reported by Ian Beckwith <ianb@erislabs.net>.
227
228 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
229
230         * users.txt: Update references for gnuit package.
231
232 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
233
234         * m4/getdelim.m4: Fix typo in copyright line.
235
236 2009-09-17  Bruno Haible  <bruno@clisp.org>
237
238         * lib/atoll.c: Use the standard header with GPL copyright.
239         * lib/argz.in.h: Likewise.
240         * lib/glob.c: Likewise.
241         * lib/glob-libc.h: Likewise.
242         * lib/random_r.c: Likewise.
243         * lib/siglist.h: Likewise.
244         * lib/strsignal.c: Likewise.
245         Reported by Ian Beckwith <ianb@erislabs.net>.
246
247 2009-09-17  Eric Blake  <ebb9@byu.net>
248
249         rmdir: ensure correct dependency order
250         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
251
252 2009-09-17  Bruno Haible  <bruno@clisp.org>
253
254         Disable assertion that fails on NetBSD 5 / i386.
255         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
256         Reported by Sam Steingold <sds@gnu.org>
257         and Hasso Tepper <hasso@netbsd.org>.
258
259 2009-09-16  Eric Blake  <ebb9@byu.net>
260
261         unlinkdir: port to mingw
262         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
263         on which no one can unlink a directory.
264
265         stdlib: sort witness names
266         * modules/stdlib (Makefile.am): Sort replacements.
267         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
268         * lib/stdlib.in.h: Likewise.
269
270         parse-duration-tests: avoid link failure
271         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
272         LIBINTL.
273         Reported by Tom G. Christensen.
274
275         openat-tests: ensure unlinkat behaves like rmdir
276         * tests/test-rmdir.c (main): Factor guts...
277         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
278         * modules/rmdir-tests (Files): Ship new file.
279         * modules/openat-tests: New test.
280         * tests/test-unlinkat.c: Likewise.
281
282         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
283         * modules/rmdir-errno (Status, Notice): Now obsolete.
284
285         rmdir: work around cygwin 1.5.x and mingw bugs
286         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
287         * lib/rmdir.c (rmdir): Work around it.
288         * modules/rmdir (Status, Notice): No longer obsolete.
289         (Files): Add dos.m4.
290         (Depends-on): Add unistd.
291         (configure.ac): Set witnesses.
292         (License): Relax to LGPLv2+.
293         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
294         * modules/unistd (Makefile.am): Substitute witnesses.
295         * lib/unistd.in.h (rmdir): Declare replacement.
296         * doc/posix-functions/rmdir.texi (rmdir): Document this.
297         * modules/rmdir-tests: New tests.
298         * tests/test-rmdir.c: Likewise.
299
300 2009-09-15  Eric Blake  <ebb9@byu.net>
301
302         fchdir: improve use of replacement functions
303         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
304         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
305         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
306         REPLACE_CLOSEDIR.
307         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
308         * modules/sys_stat (Makefile.am): Substitute correct witness.
309         * modules/dirent (Makefile.am): Likewise.
310         * modules/unistd (Makefile.am): Likewise.
311         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
312         * lib/unistd.in.h (dup): Likewise.
313         * lib/sys_stat.in.h (fstat): Likewise.
314
315         maint: ignore gnulib-tool temp files
316         * .gitignore: Ignore files created during gnulib-tool --test.
317
318 2009-09-13  Jim Meyering  <meyering@redhat.com>
319
320         posixtm: don't reject a time that specify "60" as the number of seconds
321         * lib/posixtm.c (posixtime): The code to reject invalid dates
322         would also reject a time specified with the .60 suffix.
323         But POSIX allows that, in order to accommodate leap seconds.
324         So don't reject it.
325         (main): Adjust tests accordingly.
326         * modules/posixtm (Depends-on): Add stpcpy.
327
328 2009-09-11  Jim Meyering  <meyering@redhat.com>
329
330         announce-gen: include [$release_type] in emitted Subject:
331         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
332         e.g., [stable] in the emitted Subject: line.
333
334 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
335
336         Remove obsolete macros from several modules.
337         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
338         obsolete Autoconf macros with their modern counterparts.
339         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
340         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
341         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
342         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
343         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
344         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
345         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
346         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
347         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
348         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
349         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
350         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
351         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
352         * m4/sockets.m4 (gl_SOCKETS): Likewise.
353         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
354         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
355         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
356         * m4/time_r.m4 (gl_TIME_R): Likewise.
357         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
358         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
359         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
360
361         Fix copyright header in build-aux scripts.
362         * build-aux/git-version-gen: Fix copyright header to match GPLv3
363         recommendation.
364         * build-aux/ncftpput-ftp: Likewise.
365         * build-aux/update-copyright: Likewise.
366
367 2009-09-09  Eric Blake  <ebb9@byu.net>
368
369         test-link: allow Linux choice of errno
370         * tests/test-link.c (main): Relax test for alternate error.
371
372         strndup: fix improper m4 caching
373         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
374         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
375         (gl_PREREQ_STRNDUP): Delete.
376         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
377         * modules/string (Makefile.am): Substitute it.
378         * lib/string.in.h (strndup): Modernize prototype.
379
380         getcwd: port to mingw
381         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
382         different from the POSIX assumptions made throughout the getcwd
383         module; fortunately, the mingw getcwd does not need replacement.
384         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
385         * modules/getcwd-tests: New test.
386         * tests/test-getcwd.c: Likewise.
387
388         link: fix platform bugs
389         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
390         * lib/link.c (link): Work around them.  Fix related mingw bug.
391         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
392         * modules/unistd (Makefile.am): Substitute it.
393         * lib/unistd.in.h (link): Declare replacement.
394         * doc/posix-functions/link.texi (link): Document this.
395         * modules/link (Depends-on): Add strdup-posix, sys_stat.
396
397         test-link: consolidate into single C program, test more cases
398         * tests/test-link.sh: Delete.
399         * tests/test-link.c: Test more error conditions.  Exposes bugs on
400         at least Cygwin and Solaris.
401         * modules/link-tests (Files): Remove unused file.
402         (Depends-on): Add errno, sys_stat.
403         (Makefile.am): Simplify.
404
405 2009-09-08  Bruno Haible  <bruno@clisp.org>
406
407         Work around towlower, towupper bug on mingw.
408         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
409         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
410         * doc/posix-functions/towlower.texi: Mention the mingw bug.
411         * doc/posix-functions/towupper.texi: Likewise.
412         Reported by Eric Blake.
413
414 2009-09-08  Jim Meyering  <meyering@redhat.com>
415
416         build: don't try to run autoheader if we don't use it
417         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
418         is not used in configure.ac.
419
420 2009-09-08  Eric Blake  <ebb9@byu.net>
421
422         euidaccess: fix compilation error
423         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
424
425         rawmemchr: relax license
426         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
427         okay.
428         Reported by Jim Meyering.
429
430         mkfifoat: new module
431         * modules/mkfifoat: New file.
432         * lib/mkfifoat.c: Likewise.
433         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
434         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
435         * modules/sys_stat (Makefile.am): Use them.
436         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
437         * MODULES.html.sh (File system functions): Mention module.
438         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
439         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
440         * modules/mkfifoat-tests: New test.
441         * tests/test-mkfifoat.c: Likewise.
442
443         strchrnul: relax license
444         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
445         okay.
446         Reported by Jim Meyering.
447
448 2009-09-08  Eric Blake  <ebb9@byu.net>
449
450         fstatat: fix compilation on Solaris
451         * lib/fstatat.c (includes): Add fcntl.h.
452         Reported by Pádraig Brady.
453
454 2009-09-07  Eric Blake  <ebb9@byu.net>
455
456         rename: modernize replacement
457         * modules/rename (Depends-on): Add stdio.
458         (configure.ac): Declare witness.
459         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
460         stdio take care of replacement.
461         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
462         * modules/stdio (Makefile.am): Substitute them.
463         * lib/stdio.in.h (rename): Declare replacement.
464         * lib/rename.c (includes): Allow cross-compilation to non-windows
465         machines.
466         * doc/posix-functions/rename.texi (rename): Improve
467         documentation.
468
469         stdio: sort witness names
470         * modules/stdio (Makefile.am): Sort replacements.
471         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
472         * lib/stdio.in.h: Likewise.
473
474         getcwd: minor cleanups
475         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
476         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
477
478         openat: provide more convenience names
479         * modules/faccessat (configure.ac): Add C witness.
480         * lib/unistd.in.h (readlinkat): Fix typo.
481         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
482         convenience wrappers.
483         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
484         wrappers in syntax checks.
485
486 2009-09-06  Eric Blake  <ebb9@byu.net>
487
488         doc: fix comments in recent patches
489         * lib/faccessat.c: Mention correct function.
490         * lib/fchmodat.c: Likewise.
491         * lib/fchownat.c: Likewise.
492         * lib/symlinkat.c: Likewise.
493         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
494         constants.
495
496         faccessat, symlinkat: continue cleanup of previous patch
497         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
498         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
499         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
500         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
501         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
502         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
503         set.
504
505 2009-09-06  Bruno Haible  <bruno@clisp.org>
506
507         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
508         (fstatat): Declare if GNULIB_FSTATAT is set.
509         (mkdirat): Declare if GNULIB_MKDIRAT is set.
510         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
511         (unlinkat): Declare if GNULIB_UNLINKAT is set.
512         * modules/fcntl-h (Files): Remove m4/openat.m4.
513         * modules/sys_stat (Files): Remove m4/openat.m4.
514         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
515         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
516         * modules/unistd (Files): Remove m4/openat.m4.
517         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
518         GNULIB_OPENAT.
519         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
520         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
521         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
522         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
523         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
524         gl_OPENAT_DEFAULTS.
525         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
526         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
527         Don't require gl_OPENAT_DEFAULTS.
528         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
529         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
530         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
531         (gl_OPENAT_DEFAULTS): Remove macro.
532
533 2009-09-06  Bruno Haible  <bruno@clisp.org>
534
535         * modules/openat (configure.ac): Remove unneeded witness.
536
537 2009-09-06  Bruno Haible  <bruno@clisp.org>
538
539         Set errno to ENOSYS when a function is entirely unsupported.
540         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
541         EOPNOTSUPP.
542         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
543         * modules/chown (Depends-on): Remove errno.
544
545 2009-09-06  Bruno Haible  <bruno@clisp.org>
546
547         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
548
549 2009-09-06  Bruno Haible  <bruno@clisp.org>
550
551         * lib/sys_stat.in.h: Fix preprocessor command indentation.
552
553 2009-09-06  Ben Pfaff  <blp@gnu.org>
554             Bruno Haible  <bruno@clisp.org>
555
556         Work around a glibc bug in strtok_r.
557         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
558         Undefine if UNDEFINE_STRTOK_R is set.
559         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
560         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
561         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
562         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
563         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
564         UNDEFINE_STRTOK_R.
565         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
566
567 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
568
569         exclude: minor fix
570         * lib/exclude.c: Include wctype.h
571
572 2009-09-06  Akim Demaille  <demaille@gostai.com>
573
574         bootstrap: improve error message
575         * build-aux/bootstrap (find_tool): Upon failure, report the list
576         of candidates.
577         Honor the initial value of the envvar.
578
579 2009-09-05  Eric Blake  <ebb9@byu.net>
580
581         symlinkat: new module
582         * modules/symlinkat: New file.
583         * lib/symlinkat.c: Likewise.
584         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
585         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
586         * modules/unistd (Makefile.am): Use them.
587         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
588         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
589         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
590         * MODULES.html.sh (File system functions): Mention module.
591         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
592         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
593         * modules/symlinkat-tests: New test.
594         * tests/test-symlinkat.c: Likewise.
595
596         test-openat-safer: add more checks
597         * tests/test-openat-safer.c (main): Check more code paths.
598
599 2009-09-05  Jim Meyering  <meyering@redhat.com>
600
601         syntax-check: detect unnecessary inclusion of openat.h
602         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
603
604 2009-09-05  Bruno Haible  <bruno@clisp.org>
605
606         Support towlower, towupper.
607         * doc/posix-functions/towlower.texi: Mention module wctype.
608         * doc/posix-functions/towupper.texi: Likewise.
609         * lib/wctype.in.h (towlower, towupper): New functions.
610         * tests/test-wctype.c: Include stdio.h, stdlib.h.
611         (ASSERT): New macro.
612         (e): New variable.
613         (main): Test also towlower, towupper. Test WEOF argument.
614         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
615
616 2009-09-05  Bruno Haible  <bruno@clisp.org>
617
618         Fix conversion behaviour when the input is invalid.
619         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
620         mark occurring in first pass of indirect conversion.
621         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
622         input.
623         Found by clang's static analyzer.
624
625 2009-09-05  Bruno Haible  <bruno@clisp.org>
626
627         * tests/test-striconveh.c (main): Test indirect conversion on platforms
628         where direct conversion is possible.
629
630 2009-09-04  Eric Blake  <ebb9@byu.net>
631
632         openat: fail with ENOENT on empty name
633         * lib/openat-proc.c (openat_proc_name): Special-case the empty
634         buffer.
635
636         link-follow: fix logic bug in prior patch
637         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
638         reversed sense of yes and no in prior patch.  Avoid confusing
639         compilation failure with desired semantics.
640
641         link-follow: accomodate mingw and cross-compilation
642         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
643         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
644         cross-compilation results to -1, to make linkat easier to
645         implement when cross-compiling.  Trivially support mingw.
646         * modules/link-follow (configure.ac): Call new name.
647         * NEWS: Mention this.
648
649 2009-09-03  Eric Blake  <ebb9@byu.net>
650
651         faccessat: compile replacement
652         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
653         needed.
654
655         fts: fix compilation error
656         * lib/fts.c (includes): Re-add "openat.h", for
657         openat_needs_fchdir.
658
659         faccessat: new module
660         * modules/faccessat: New file.
661         * lib/faccessat.c: Likewise.
662         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
663         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
664         * modules/unistd (Makefile.am): Use it.
665         * lib/unistd.in.h (faccessat): Declare it.
666         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
667         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
668         * MODULES.html.sh (File system functions): Mention it.
669         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
670         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
671
672         euidaccess: prefer POSIX over non-standard implementation
673         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
674         * lib/euidaccess.c (euidaccess): Use it if available.
675
676         openat: make template easier to use
677         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
678         AT_FUNC_F2 to be undefined.
679         (VALIDATE_FLAG): New macro; use it to reject bad flags.
680         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
681         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
682         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
683         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
684         Likewise.
685         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
686         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
687         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
688         Likewise.
689
690         openat: declare in POSIX headers
691         * NEWS: Mention this.
692         * modules/openat (configure.ac): Declare witnesses.
693         (Depends-on): Add fcntl-h, sys_stat, unistd.
694         (Include): Mention correct headers.
695         * modules/fcntl-h (Depends-on): Add link-warning.
696         (Files): Add openat.m4.
697         (Makefile.am): Substitute witnesses.
698         * modules/sys_stat (Files, Makefile.am): Likewise.
699         * modules/unistd (Files, Makefile.am): Likewise.
700         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
701         (gl_OPENAT_DEFAULTS): New macro.
702         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
703         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
704         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
705         (SYS_STAT_H): Remove unused variable.
706         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
707         * lib/fcntl--.h (includes): Remove unneeded header.
708         * lib/openat-safer.c (includes): Likewise.
709         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
710         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
711         appropriate headers.
712         (__OPENAT_PREFIX): Delete.
713         * lib/fcntl.in.h (openat): Provide declaration.
714         (AT_FDCWD): Fix Solaris bug.
715         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
716         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
717         * lib/fchmodat.c (includes):  Adjust to find declaration.
718         * lib/fchownat.c (includes): Likewise.
719         * lib/mkdirat.c (includes): Likewise.
720         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
721         still visible.
722
723 2009-09-02  Eric Blake  <ebb9@byu.net>
724
725         errno: use consistently
726         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
727         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
728         * lib/canonicalize.c (ELOOP): Likewise.
729         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
730         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
731         * lib/lchown.c (EOPNOTSUPP): Likewise.
732         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
733         * lib/savewd.c (ESTALE): Likewise.
734         * lib/settime.c (ENOSYS): Likewise.
735         * lib/utimens.c (ENOSYS): Likewise.
736         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
737         * lib/chdir-safer.c (ELOOP): Likewise.
738         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
739         * modules/c-stack (Depends-on): Add errno.
740         * modules/canonicalize (Depends-on): Likewise.
741         * modules/chdir-safer (Depends-on): Likewise.
742         * modules/fdopendir (Depends-on): Likewise.
743         * modules/inet_ntop (Depends-on): Likewise.
744         * modules/inet_pton (Depends-on): Likewise.
745         * modules/lchown (Depends-on): Likewise.
746         * modules/openat (Depends-on): Likewise.
747         * modules/savewd (Depends-on): Likewise.
748         * modules/settime (Depends-on): Likewise.
749         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
750
751         fts: avoid leaking fds
752         * modules/fts (Depends-on): Add cloexec.
753         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
754         flag.
755
756         fts: make directory fds more robust
757         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
758         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
759
760         backupfile, chdir-long, fts, savedir: make safer
761         * lib/backupfile.c (includes): Use "dirent--.h", since
762         numbered_backup can write to stderr during readdir.
763         * lib/savedir.c (includes): Likewise.
764         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
765         emulation can write to stderr on failure.
766         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
767         * lib/getcwd.c: Document why opendir_safer is unused.
768         * lib/glob.c: Likewise.
769         * lib/scandir.c: Likewise.
770         * lib/openat-proc.c: Likewise, for open_safer.
771         * modules/backupfile (Depends-on): Add dirent-safer.
772         * modules/savedir (Depends-on): Likewise.
773         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
774         * modules/chdir-long (Depends-on): Add openat-safer.
775
776         openat-safer: new module
777         * modules/openat-safer: New file.
778         * lib/openat-safer.c: Likewise.
779         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
780         * lib/fcntl-safer.h (openat_safer): Declare.
781         * lib/fcntl--.h (openat): Override.
782         * MODULES.html.sh (File descriptor based I/O): Mention it.
783         * lib/openat.h: Add double-inclusion guards.
784         * lib/openat.c (includes): Only include "fcntl-safer.h", not
785         "fcntl--.h", so we can implement openat.
786         * modules/openat-safer-tests: New test.
787         * tests/test-openat-safer.c: New file.
788
789         dirent-safer: new module
790         * modules/dirent-safer: New file.
791         * lib/dirent--.h: Likewise.
792         * lib/dirent-safer.h: Likewise.
793         * lib/opendir-safer.c: Likewise.
794         * m4/dirent-safer.m4: Likewise.
795         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
796         * modules/dirent-safer-tests: New test.
797         * tests/test-dirent-safer.c: New file.
798         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
799
800         fdopendir: optimize on mingw
801         * lib/unistd.in.h (_gl_directory_name): New prototype.
802         * lib/fchdir.c (_gl_directory_name): Implement it.
803         (fchdir): Use it to simplify implementation.
804         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
805         fchdir, when available, to avoid calling [f]chdir().
806
807         fdopendir: split into its own module
808         * lib/openat.c (fdopendir): Move...
809         * lib/fdopendir.c: ...into new file.
810         * modules/fdopendir: New module.
811         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
812         * modules/openat (Depends-on): Add fdopendir.
813         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
814         fdopendir here.
815         * modules/savedir (Depends-on): Only need fdopendir, not full
816         openat.
817         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
818         * lib/openat.h (fdopendir): Drop prototype.
819         * lib/dirent.in.h (fdopendir): Provide prototype.
820         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
821         * modules/dirent (Makefile.am): Substitute them.
822         * MODULES.html.sh (File system functions): Mention it.
823         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
824         * modules/fdopendir-tests: New file.
825         * tests/test-fdopendir.c: Likewise.
826
827         fchdir: use more consistent macro convention
828         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
829         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
830         REPLACE_FCHDIR, rather than relying on config.h macros.
831         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
832         inside a single make-time REPLACE_FCHDIR block, rather than using
833         the config.h FCHDIR_REPLACEMENT.
834         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
835         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
836         Manage fstat replacement.
837         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
838         REPLACE_FCHDIR.
839         * modules/sys_stat (Files): Add m4/unistd_h.m4.
840         (Makefile.am): Substitute REPLACE_FCHDIR.
841         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
842         FCHDIR_REPLACEMENT.
843         * lib/dup-safer.c (dup_safer): Likewise.
844         * lib/dup2.c (rpl_dup2): Likewise.
845         * lib/dup3.c (rpl_dup3): Likewise.
846         * lib/open.c (rpl_open): Likewise.
847
848         fchdir: simplify error handling, and support dup3
849         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
850         stdbool, malloc-posix, realloc-posix.
851         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
852         (ensure_dirs_slot): Return false on allocation failure.
853         (rpl_dup2): Delete.
854         (_gl_register_dup): New function.
855         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
856         (_gl_register_fd): Close fd on allocation failure.
857         * lib/fcntl.in.h (_gl_register_fd): Update signature.
858         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
859         prototype.
860         (rpl_dup2_fchdir): Delete prototype.
861         * lib/open.c (open): Update caller.
862         * lib/dup2.c (dup2): Track fchdir metadata.
863         * lib/dup3.c (dup3): Likewise.
864         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
865         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
866
867 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
868
869         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
870         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
871         don't pass arguments to AC_OUTPUT.
872
873 2009-09-02  Bruno Haible  <bruno@clisp.org>
874
875         * modules/mkdtemp (License): Relicense under LGPLv2+.
876         Reported by Paolo Bonzini.
877
878 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
879
880         Replace uses of obsolete autoconf macros in Jim's modules.
881         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
882         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
883         can evoke a warning from autoconf when run with -Wobsolete
884         enabled.  They were declared obsolete for good reasons (see
885         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
886         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
887         should not continue using the deprecated macros.
888         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
889         obsolete Autoconf macros with modern counterparts.
890         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
891         * m4/dos.m4 (gl_AC_DOS): Likewise.
892         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
893         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
894         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
895         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
896         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
897         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
898         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
899         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
900         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
901         Likewise.
902         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
903         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
904         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
905         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
906         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
907         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
908
909 2009-09-01  Eric Blake  <ebb9@byu.net>
910
911         fchdir: fix off-by-one bug in previous patch
912         * lib/fchdir.c (rpl_fstat): Use correct bounds.
913         (_gl_unregister_fd): Delete useless if.
914
915 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
916
917         maint.mk: sort the list of syntax-check rules
918         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
919         easier to get a sense of progress when the rules are run sequentially
920         and take a long time.
921
922 2009-09-01  Simon Josefsson  <simon@josefsson.org>
923
924         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
925         * modules/netinet_in: Likewise.
926         * modules/sys_file: Likewise.
927         * modules/sys_ioctl: Likewise.
928         * modules/sys_select: Likewise.
929         * modules/sys_socket: Likewise.
930         * modules/sys_stat: Likewise.
931         * modules/sys_time: Likewise.
932         * modules/sys_times: Likewise.
933         * modules/sys_utsname: Likewise.
934         * modules/sys_wait: Likewise.
935
936 2009-09-01  Jim Meyering  <meyering@redhat.com>
937
938         fts: help ensure that return values are not ignored
939         * lib/fts_.h (__GNUC_PREREQ): Define.
940         (__attribute_warn_unused_result__): Define.
941         (fts_children, fts_close, fts_open, fts_read): Declare with
942         __attribute_warn_unused_result__.
943
944         fts: fts_close now fails also when closing a dir file descriptor fails
945         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
946         and propagate to caller, along with errno.
947
948         announce-gen: correct formatting in --help output
949         * build-aux/announce-gen (usage): Move the one-line description in
950         --help output "up", to where it belongs, just after Usage:.
951
952 2009-08-31  Eric Blake  <ebb9@byu.net>
953
954         fchdir: port to mingw
955         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
956         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
957         opened, then use a substitute.
958         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
959         replacement.
960         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
961         (_gl_register_fd): No need to check stat if open already filters
962         all directories.
963         (fchdir): Fix error condition to match POSIX.
964         * modules/fchdir (Depends-on): Add sys_stat.
965         * doc/posix-functions/open.texi (open): Document the limitation.
966         * modules/fchdir-tests: New file.
967         * tests/test-fchdir.c: Likewise.
968
969         canonicalize: allow cross-testing from cygwin to mingw
970         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
971         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
972         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
973         Likewise.
974         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
975         target does not support symlinks.
976         * tests/test-canonicalize-lgpl.sh: Likewise.
977
978         chown: avoid compilation warning on mingw
979         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
980         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
981         mingw.
982         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
983         * modules/chown (Depends-on): Add errno.
984
985 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
986
987         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
988         command.
989
990 2009-08-31  Jim Meyering  <meyering@redhat.com>
991
992         canonicalize: remove useless initialization
993         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
994         initialization of local, "end".
995
996 2009-08-30  Bruno Haible  <bruno@clisp.org>
997
998         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
999         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
1000         ENOSYS.
1001
1002 2009-08-30  Bruno Haible  <bruno@clisp.org>
1003
1004         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
1005         /usr/xpg4/bin/tr when it exists.
1006         * tests/test-pipe-filter-gi1.sh: Likewise.
1007
1008 2009-08-30  Bruno Haible  <bruno@clisp.org>
1009
1010         Work around deficient /usr/bin/id program on Solaris.
1011         * tests/test-file-has-acl.sh (ID): New variable.
1012         * tests/test-set-mode-acl.sh (ID): Likewise.
1013         * tests/test-copy-acl.sh (ID): Likewise.
1014         * tests/test-copy-file.sh (ID): Likewise.
1015
1016 2009-08-30  Bruno Haible  <bruno@clisp.org>
1017
1018         New module 'xstriconveh'.
1019         * lib/xstriconveh.h: New file.
1020         * lib/xstriconveh.c: New file.
1021         * modules/xstriconveh: New file.
1022
1023 2009-08-30  Bruno Haible  <bruno@clisp.org>
1024
1025         Make it easier to use mem_cd_iconveh.
1026         * lib/striconveh.h (iconveh_t): New type.
1027         (iconveh_open, iconveh_close): New declarations.
1028         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
1029         with a single 'const iconveh_t *' argument.
1030         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
1031         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
1032         with a single 'const iconveh_t *' argument.
1033         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
1034         * tests/test-striconveh.c (main): Update.
1035         * NEWS: Mention the change.
1036
1037 2009-08-30  Bruno Haible  <bruno@clisp.org>
1038
1039         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
1040         problem.
1041
1042 2009-08-30  Bruno Haible  <bruno@clisp.org>
1043
1044         Work around iconv_open problem on Solaris.
1045         * lib/iconv_open-solaris.gperf: New file.
1046         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
1047         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
1048         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
1049         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
1050         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
1051         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
1052
1053 2009-08-29  Jim Meyering  <meyering@redhat.com>
1054
1055         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
1056         * top/maint.mk (cvs-check): Remove target; it was just an alias
1057         to the better-named vc-diff-check.
1058         (maintainer-distcheck): Remove rule.  It was used only from
1059         the (alpha/beta/major) target, and all of its commands but one
1060         were coreutils-specific.
1061         (vc-dist): Remove rule.
1062         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
1063         Run vc-diff-check, not vc-dist.
1064         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
1065
1066 2009-08-27  Bruno Haible  <bruno@clisp.org>
1067
1068         * tests/test-bitrotate.c (main): Remove test that uses a shift count
1069         of 0.
1070
1071 2009-08-27  Bruno Haible  <bruno@clisp.org>
1072
1073         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
1074         compilers.
1075         * doc/func.texi: Document the SunPRO C bug.
1076
1077 2009-08-27  Bruno Haible  <bruno@clisp.org>
1078
1079         Fix link error on Solaris.
1080         * tests/test-parse-duration.c (xstrdup): Remove function.
1081
1082 2009-08-26  Pádraig Brady  <P@draigbrady.com>
1083
1084         ignore-value: handle pointer types, too
1085         * lib/ignore-value.h (__attribute__): Remove definition.
1086         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
1087         of a more concise and more-often effective "(void) i" statement.
1088         (ignore_ptr): New function to suppress warnings from functions that
1089         return pointers, and to make it explicit that one function doesn't
1090         handle all cases.
1091
1092 2009-08-25  Bruno Haible  <bruno@clisp.org>
1093
1094         dup2: work around a Linux bug.
1095         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
1096         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
1097         * doc/posix-functions/dup2.texi: Mention the Linux bug.
1098         Reported by Simon Josefsson.
1099
1100 2009-08-25  Jim Meyering  <meyering@redhat.com>
1101
1102         libguestfs uses gnulib
1103         * users.txt: Add libguestfs.
1104
1105 2009-08-24  Eric Blake  <ebb9@byu.net>
1106
1107         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
1108         * lib/pipe2.c (includes): Add binary-io.h.
1109         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
1110
1111 2009-08-24  Bruno Haible  <bruno@clisp.org>
1112
1113         Tolerate declared but missing accept4 syscall.
1114         * lib/accept4.c (accept4): Invoke original accept4 function first, if
1115         available.
1116         * lib/sys_socket.in.h (accept4): If the function is already present,
1117         override it.
1118         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
1119         * modules/accept4 (Makefile.am): Compile accept4.c always.
1120         Reported by Paolo Bonzini and Eric Blake.
1121
1122 2009-08-23  Bruno Haible  <bruno@clisp.org>
1123
1124         New module 'accept4'.
1125         * lib/sys_socket.in.h (accept4): New declaration.
1126         * lib/accept4.c: New file.
1127         * m4/accept4.m4: New file.
1128         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
1129         GNULIB_ACCEPT4, HAVE_ACCEPT4.
1130         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
1131         HAVE_ACCEPT4.
1132         * modules/accept4: New file.
1133         * doc/glibc-functions/accept4.texi: Mention the new module.
1134
1135 2009-08-24  Jim Meyering  <meyering@redhat.com>
1136
1137         progname: also set global program_invocation_name, when possible
1138         Before this change, a libtool-enabled program that calls glibc's
1139         error function would report the program name as
1140         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
1141         * modules/progname (configure.ac): Check for a declaration of
1142         program_invocation_name.
1143         * lib/progname.c:  Include <errno.h>.
1144         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
1145         Set program_invocation_name.
1146
1147 2009-08-23  Bruno Haible  <bruno@clisp.org>
1148
1149         * lib/dup3.c: Include <string.h>.
1150
1151 2009-08-23  Bruno Haible  <bruno@clisp.org>
1152
1153         * lib/dup3.c (dup3): Test only once whether the system actually exists.
1154         * lib/pipe2.c (pipe2): Likewise.
1155         Suggested by Eric Blake.
1156
1157 2009-08-23  Bruno Haible  <bruno@clisp.org>
1158
1159         Tolerate declared but missing dup3 syscall.
1160         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
1161         * lib/unistd.in.h (dup3): If the function is already present,
1162         override it.
1163         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
1164         * modules/dup3 (Makefile.am): Compile dup3.c always.
1165         Reported by Paolo Bonzini.
1166
1167 2009-08-23  Bruno Haible  <bruno@clisp.org>
1168
1169         Tolerate declared but missing pipe2 syscall.
1170         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
1171         available.
1172         * lib/unistd.in.h (pipe2): If the function is already present,
1173         override it.
1174         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
1175         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
1176         Reported by Paolo Bonzini.
1177
1178 2009-08-23  Bruno Haible  <bruno@clisp.org>
1179
1180         * lib/pipe2.c (pipe2): Move #ifs inside function.
1181
1182 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
1183
1184         quotearg: document limitations of quote_these_too
1185         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
1186         those limitations are created.
1187         * lib/quotearg.h (set_char_quoting): Document that digits and
1188         letters that are special after backslash are not permitted.
1189         (quotearg_char): Cross-reference set_char_quoting documentation.
1190
1191 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
1192
1193         quotearg: implement custom_quoting_style
1194         * lib/quotearg.c: (struct quoting_options): Add left_quote and
1195         right_quote fields.
1196         (set_custom_quoting): New public function.
1197         (quotearg_buffer_restyled): Add left_quote and right_quote
1198         arguments, handle them very much like locale quoting, and update
1199         all uses.
1200         (quotearg_n_custom): New public function.
1201         (quotearg_n_custom_mem): New public function.
1202         (quotearg_custom): New public function.
1203         (quotearg_custom_mem): New public function.
1204         * lib/quotearg.h: Prototype and document new public functions.
1205         (enum quoting_style): For escape_quoting_style and
1206         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
1207         ignored even though they're otherwise like c_quoting_style.
1208         Add custom_quoting_style member and document with comparison to
1209         clocale_quoting_style.
1210         * tests/test-quotearg.c (custom_quotes): New array.
1211         (custom_results): New array.
1212         (main): Extend to test custom quoting.
1213
1214 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
1215
1216         quotearg: fix right quote escaping when it's in quote_these_too
1217         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
1218         quote, be sure to prepend only one backslash.
1219         * tests/test-quotearg.c (use_quote_double_quotes): New function.
1220         (main): Test it.
1221
1222 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
1223
1224         quotearg-tests: test escaping of embedded locale quotes
1225         * tests/test-quotearg.c (struct result_strings): Add member for
1226         new input.
1227         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
1228         (inputs): Add new input.
1229         (results_g): Add expected results.
1230         (flag_results): Likewise.
1231         (locale_results): Likewise.
1232         (compare_strings): Check those.
1233
1234 2009-08-23  Bruno Haible  <bruno@clisp.org>
1235
1236         Tests for module 'dup3'.
1237         * modules/dup3-tests: New file.
1238         * tests/test-dup3.c: New file.
1239
1240         New module 'dup3'.
1241         * lib/unistd.in.h (dup3): New declaration.
1242         * lib/dup3.c: New file.
1243         * m4/dup3.m4: New file.
1244         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
1245         HAVE_DUP3.
1246         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
1247         * modules/dup3: New file.
1248         * doc/glibc-functions/dup3.texi: Mention the new module.
1249
1250 2009-08-23  Bruno Haible  <bruno@clisp.org>
1251
1252         Tweak the dup2 test.
1253         * tests/test-dup2.c (main): Create the test file empty. Verify that an
1254         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
1255         the test file is still empty. Fix argument order of lseek.
1256
1257 2009-08-23  Bruno Haible  <bruno@clisp.org>
1258
1259         Avoid test link errors when the modules getopt-gnu, gettext are used.
1260         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
1261         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1262
1263 2009-08-23  Bruno Haible  <bruno@clisp.org>
1264
1265         Fix getdtablesize() on mingw.
1266         * lib/getdtablesize.c (getdtablesize): Implement differently.
1267         * lib/unistd.in.h (getdtablesize): Improve comment.
1268
1269 2009-08-23  Bruno Haible  <bruno@clisp.org>
1270
1271         New module 'mkostemp'.
1272         Based on Ulrich Drepper's 2007-08-10 change in glibc.
1273         * lib/stdlib.in.h (mksotemp): New declaration.
1274         * lib/mkostemp.c: New file, from glibc with modifications.
1275         * lib/tempname.h (GT_FILE): Remove outdated comment.
1276         (gen_tempname): Add flags argument.
1277         * lib/tempname.c (__GT_BIGFILE): Remove macro.
1278         (__GT_FILE): Map to 1.
1279         (small_open, large_open): Remove macros.
1280         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
1281         * lib/mkstemp.c (mkstemp): Update.
1282         * lib/mkdtemp.c (mkdtemp): Likewise.
1283         * m4/mkostemp.m4: New file.
1284         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
1285         HAVE_MKOSTEMP.
1286         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
1287         HAVE_MKOSTEMP.
1288         * modules/mkostemp: New file, based on modules/mkstemp.
1289         * doc/glibc-functions/mkostemp.texi: Mention the new module.
1290         * NEWS: Mention the change.
1291
1292 2009-08-23  Bruno Haible  <bruno@clisp.org>
1293
1294         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
1295         Reported by Eric Blake.
1296
1297 2009-08-23  Bruno Haible  <bruno@clisp.org>
1298
1299         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
1300         Reported by Eric Blake.
1301
1302 2009-08-23  Bruno Haible  <bruno@clisp.org>
1303
1304         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
1305         * modules/pipe2 (Depends-on): Likewise.
1306
1307 2009-08-23  Eric Blake  <ebb9@byu.net>
1308
1309         fcntl-h: add O_TTY_INIT support
1310         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
1311         * tests/test-fcntl-h.c (o): Test it.
1312         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
1313
1314         fcntl-h: rename from fcntl, in preparation for fcntl(2)
1315         * modules/fcntl: Move <fcntl.h> header replacement...
1316         * modules/fcntl-h: ...to new name, so as not to collide with
1317         like-named function.
1318         * tests/test-fcntl.c: Rename...
1319         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
1320         * modules/fcntl-tests: Rename...
1321         * modules/fcntl-h-tests: ...to this.  Update test file name.
1322         * modules/chdir-long (Depends-on): Update clients.
1323         * modules/chdir-safer (Depends-on): Likewise.
1324         * modules/fcntl-safer (Depends-on): Likewise.
1325         * modules/fts (Depends-on): Likewise.
1326         * modules/mkancesdirs (Depends-on): Likewise.
1327         * modules/mkdir-p (Depends-on): Likewise.
1328         * modules/open (Depends-on): Likewise.
1329         * modules/savewd (Depends-on): Likewise.
1330         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
1331         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
1332
1333 2009-08-22  Bruno Haible  <bruno@clisp.org>
1334
1335         * modules/binary-io (License): Relicense under LGPL.
1336         * modules/pipe2 (License): Likewise.
1337
1338 2009-08-22  Bruno Haible  <bruno@clisp.org>
1339
1340         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
1341         return value.
1342         * lib/pipe-filter-gi.c (filter_init): Likewise.
1343         Reported by Eric Blake.
1344
1345 2009-08-22  Bruno Haible  <bruno@clisp.org>
1346
1347         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
1348         * modules/pipe (Depends-on): Add pipe2.
1349
1350 2009-08-22  Bruno Haible  <bruno@clisp.org>
1351
1352         Tests for module 'pipe2'.
1353         * modules/pipe2-tests: New file.
1354         * tests/test-pipe2.c: New file.
1355
1356         New module 'pipe2'.
1357         * lib/unistd.in.h (pipe2): New declaration.
1358         * lib/pipe2.c: New file.
1359         * m4/pipe2.m4: New file.
1360         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
1361         HAVE_PIPE2.
1362         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
1363         * modules/pipe2: New file.
1364         * doc/glibc-functions/pipe2.texi: Mention the new module.
1365
1366 2009-08-22  Bruno Haible  <bruno@clisp.org>
1367
1368         Reference some new glibc functions.
1369         * doc/glibc-functions/accept4.texi: New file.
1370         * doc/glibc-functions/dup3.texi: New file.
1371         * doc/glibc-functions/mkostemp.texi: New file.
1372         * doc/glibc-functions/pipe2.texi: New file.
1373         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
1374         (Glibc sys/socket.h): Refer to accept4.
1375         (Glibc unistd.h): Refer to dup3, pipe2.
1376         Reported by Eric Blake.
1377
1378 2009-08-22  Jim Meyering  <meyering@redhat.com>
1379             Bruno Haible  <bruno@clisp.org>
1380
1381         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
1382         This makes it so packages using automake-1.11's silent-rules option
1383         can print e.g., a single "GEN    configmake.h" line, rather than
1384         the 30+ statements that perform the job.  If you want to see the
1385         actual commands, you can still run "make V=1".
1386         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
1387         so that make output is abbreviated when those variables are defined
1388         appropriately.
1389         * modules/argz: Likewise.
1390         * modules/arpa_inet: Likewise.
1391         * modules/byteswap: Likewise.
1392         * modules/configmake: Likewise.
1393         * modules/dirent: Likewise.
1394         * modules/errno: Likewise.
1395         * modules/fcntl: Likewise.
1396         * modules/float: Likewise.
1397         * modules/fnmatch: Likewise.
1398         * modules/getopt-posix: Likewise.
1399         * modules/glob: Likewise.
1400         * modules/iconv_open: Likewise.
1401         * modules/inttypes: Likewise.
1402         * modules/localcharset: Likewise.
1403         * modules/locale: Likewise.
1404         * modules/math: Likewise.
1405         * modules/netdb: Likewise.
1406         * modules/netinet_in: Likewise.
1407         * modules/poll: Likewise.
1408         * modules/posix_spawnp-tests: Likewise.
1409         * modules/sched: Likewise.
1410         * modules/search: Likewise.
1411         * modules/selinux-h: Likewise.
1412         * modules/signal: Likewise.
1413         * modules/spawn: Likewise.
1414         * modules/stdarg: Likewise.
1415         * modules/stdbool: Likewise.
1416         * modules/stddef: Likewise.
1417         * modules/stdint: Likewise.
1418         * modules/stdio: Likewise.
1419         * modules/stdlib: Likewise.
1420         * modules/string: Likewise.
1421         * modules/strings: Likewise.
1422         * modules/sys_file: Likewise.
1423         * modules/sys_ioctl: Likewise.
1424         * modules/sys_select: Likewise.
1425         * modules/sys_socket: Likewise.
1426         * modules/sys_stat: Likewise.
1427         * modules/sys_time: Likewise.
1428         * modules/sys_times: Likewise.
1429         * modules/sys_utsname: Likewise.
1430         * modules/sys_wait: Likewise.
1431         * modules/sysexits: Likewise.
1432         * modules/time: Likewise.
1433         * modules/unistd: Likewise.
1434         * modules/wchar: Likewise.
1435         * modules/wctype: Likewise.
1436
1437 2009-08-22  Jim Meyering  <meyering@redhat.com>
1438
1439         announce-gen: detect write failure
1440         * build-aux/announce-gen: Add Coda at end.
1441         Remove equivalent-but-more-verbose block at top.
1442
1443 2009-08-19  Akim Demaille  <demaille@gostai.com>
1444
1445         bootstrap: --help to stdout.
1446         * bootstrap (usage): Don't send --help to stderr.
1447         Use a here doc instead of a long string.
1448
1449 2009-08-21  Eric Blake  <ebb9@byu.net>
1450
1451         test-popen-safer: split from test-popen
1452         * tests/test-popen.c (main): Move...
1453         * tests/test-popen.h: ...into new file.
1454         * tests/test-popen-safer2.c: New file.
1455         * modules/popen-tests (Files): Add test-popen.h.
1456         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
1457         Suggested by Bruno Haible.
1458
1459         test-fcntl-safer: split from test-open
1460         * tests/test-open.c (main): Move...
1461         * tests/test-open.h: ...into new file.
1462         * tests/test-fcntl-safer.c: New file.
1463         * modules/open-tests (Files): Add test-open.h.
1464         * modules/fcntl-safer-tests: New file.
1465         Suggested by Bruno Haible.
1466
1467         test-fopen-safer: split from test-fopen
1468         * tests/test-fopen.c (main): Move...
1469         * tests/test-fopen.h: ...into new file.
1470         * tests/test-fopen-safer.c: New file.
1471         * modules/fopen-tests (Files): Add test-fopen.h.
1472         * modules/fopen-safer-tests: New file.
1473         Suggested by Bruno Haible.
1474
1475 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
1476
1477         popen-safer: test O_CLOEXEC at run-time.
1478         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
1479
1480 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
1481
1482         fcntl: move more flags to the header
1483         * lib/cloexec.c: Do not define FD_CLOEXEC here.
1484         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
1485         * lib/fcntl.in.h: Do both things here.
1486
1487 2009-08-21  Jim Meyering  <meyering@redhat.com>
1488
1489         consistently remove $@-t before redirecting to it
1490         * modules/argz: Remove $@-t and $@ before redirecting to the former.
1491         * modules/alloca-opt: Likewise.
1492         * modules/byteswap: Likewise.
1493         * modules/fnmatch: Likewise.
1494         * modules/getopt-posix: Likewise.
1495         * modules/glob: Likewise.
1496         * modules/poll: Likewise.
1497         * modules/posix_spawnp-tests: Likewise.
1498         * modules/sys_socket: Likewise.
1499         * modules/sysexits: Likewise.
1500
1501 2009-08-21  Eric Blake  <ebb9@byu.net>
1502
1503         popen: simplify access to original popen
1504         * lib/popen.c (rpl_popen): No need to worry about popen being a
1505         macro.
1506         Reported by Bruno Haible.
1507
1508 2009-08-20  Eric Blake  <ebb9@byu.net>
1509
1510         build: avoid some compiler warnings
1511         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
1512         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
1513         type.
1514         (new_exclude_segment, excluded_file_pattern_p)
1515         (excluded_file_name_p): Reduce scope.
1516         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
1517         old-style declaration.
1518
1519 2009-08-20  Simon Josefsson  <simon@josefsson.org>
1520
1521         * tests/test-exclude1.sh: Handle Windows EOL.
1522         * tests/test-exclude2.sh: Likewise.
1523         * tests/test-exclude3.sh: Likewise.
1524         * tests/test-exclude4.sh: Likewise.
1525         * tests/test-exclude5.sh: Likewise.
1526         * tests/test-exclude6.sh: Likewise.
1527         * tests/test-exclude7.sh: Likewise.
1528
1529 2009-08-19  Akim Demaille  <demaille@gostai.com>
1530
1531         bootstrap: find sha1sum when named gsha1sum.
1532         * bootstrap (find_tool): New.
1533         ($SHA1SUM): New.
1534         Use it.
1535
1536 2009-08-20  Jim Meyering  <meyering@redhat.com>
1537
1538         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
1539         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
1540         expression that converts "." in a file name to "\." in the resulting
1541         regexp.  Start with a dummy statement, so that prior shell variable
1542         definitions are expanded portably.  Reported by Simon Josefsson.
1543
1544 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
1545
1546         Fix polling for writeability of a screen buffer.
1547         * lib/poll.c: Distinguish input and screen buffers for the
1548         Win32 implementation.
1549         * lib/select.c: Likewise.
1550
1551 2009-08-19  Eric Blake  <ebb9@byu.net>
1552
1553         popen-safer: prevent popen from clobbering std descriptors
1554         * modules/popen-safer: New file.
1555         * lib/popen-safer.c: Likewise.
1556         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
1557         * lib/stdio--.h (popen): Provide override.
1558         * lib/stdio-safer.h (popen_safer): Provide declaration.
1559         * tests/test-popen.c (includes): Partially test this.
1560         * modules/popen-safer-tests: New file, for more tests.
1561         * tests/test-popen-safer.c: Likewise.
1562         * MODULES.html.sh (file stream based Input/Output): Mention it.
1563
1564         tests: test some of the *-safer modules
1565         * modules/fopen-safer (Depends-on): Add fopen.
1566         * modules/fcntl-safer (Depends-on): Add fcntl.
1567         * modules/stdlib-safer (Depends-on): Add stdlib.
1568         (configure.ac): Set indicator.
1569         * modules/unistd-safer (configure.ac): Likewise.
1570         * modules/tmpfile-safer (configure.ac): Likewise.
1571         (Depends-on): Add tmpfile.
1572         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
1573         active.
1574         * tests/test-fopen.c (includes): Test safer versions when they are
1575         in use.
1576         * tests/test-open.c (includes): Likewise.
1577
1578         popen: fix cygwin 1.5 bug when stdin closed
1579         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
1580         * modules/popen: New file.
1581         * modules/popen-tests: Likewise.
1582         * tests/test-popen.c: Likewise.
1583         * m4/popen.m4: Likewise.
1584         * lib/popen.c: Likewise.
1585         * lib/stdio.in.h (popen): New declaration.
1586         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
1587         * modules/stdio (Makefile.am): Likewise.
1588         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
1589
1590 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
1591
1592         maint.mk: give full control over update-copyright exclusions
1593         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
1594         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
1595         (update-copyright): Don't force inclusion of top-level
1596         ChangeLog.  Don't force exclusion of all COPYING files, but make
1597         them the default exclusion instead.
1598
1599 2009-08-16  Bruno Haible  <bruno@clisp.org>
1600
1601         Fix test failures on Solaris 10.
1602         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
1603         tests when Solaris iconv() is used.
1604         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
1605         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
1606         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
1607         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
1608         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
1609
1610 2009-08-16  Bruno Haible  <bruno@clisp.org>
1611
1612         Fix test failures on Solaris 10.
1613         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
1614         'tr' program and pass it as first argument.
1615         * tests/test-pipe-filter-gi1.sh: Likewise.
1616         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
1617         program as first argument.
1618         * tests/test-pipe-filter-gi1.c (main): Likewise.
1619
1620 2009-08-16  Eric Blake  <ebb9@byu.net>
1621
1622         fpurge: fix previous commits
1623         * modules/fpurge (Makefile.am): Make replacement conditional,
1624         partially reverting 2007-04-29 change; missed in previous
1625         attempt.
1626         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
1627         is missing.
1628
1629 2009-08-16  Bruno Haible  <bruno@clisp.org>
1630
1631         Clarify fpurge's effect on the file position.
1632         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
1633         * tests/test-fpurge.c (main): Make a second pass for checking the file
1634         position.
1635
1636 2009-08-16  Bruno Haible  <bruno@clisp.org>
1637
1638         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
1639         declaration of fpurge is missing.
1640         * tests/test-fpurge.c (main): Check that the file has not more contents
1641         than expected. Close the file before removing it.
1642
1643 2009-08-15  Eric Blake  <ebb9@byu.net>
1644
1645         fpurge: don't wrap working cygwin implementation
1646         * lib/fpurge.c (fpurge): Fix comment typo.
1647         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
1648         1.7 to avoid replacement.
1649         * tests/test-fpurge.c (main): Enhance test.
1650
1651 2009-08-15  Eric Blake  <ebb9@byu.net>
1652         and Jim Meyering  <meyering@redhat.com>
1653
1654         test-update-copyright: skip if perl is insufficient
1655         * tests/test-update-copyright.sh: Failure to run maintainer tool
1656         should not cause testsuite failure on cygwin 1.5.
1657
1658 2009-08-14  Eric Blake  <ebb9@byu.net>
1659
1660         doc: mention more functions added in cygwin 1.7.0
1661         * doc/posix-headers/limits.texi (limits.h): Update for recent
1662         cygwin additions.
1663         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
1664         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
1665         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
1666         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
1667         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
1668
1669 2009-08-14  Eric Blake  <ebb9@byu.net>
1670
1671         maint.mk: simplify update-copyright rule
1672         * top/maint.mk (update-copyright-local): Delete, and document how
1673         to do it in cfg.mk instead.
1674         (update-copyright-exclude-regexp): Delete, and document how to do
1675         it in .x-update-copyright instead.
1676         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
1677         exclude ChangeLog.
1678
1679 2009-08-14  Bruno Haible  <bruno@clisp.org>
1680
1681         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
1682
1683 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
1684
1685         maint.mk: support update-copyright-env
1686         * top/maint.mk (update-copyright-env): Define place-holder.
1687         (update-copyright): Expand $(update-copyright-env) before
1688         invoking update-copyright.
1689
1690 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
1691
1692         update-copyright: implement forced reformatting
1693         * build-aux/update-copyright: Implement and document
1694         UPDATE_COPYRIGHT_FORCE.
1695         * tests/test-update-copyright.sh: Test it.
1696
1697 2009-08-14  Eric Blake  <ebb9@byu.net>
1698         and Bruno Haible  <bruno@clisp.org>
1699
1700         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
1701         * tests/test-locale.c: Revert previous patch related to NULL.
1702         * tests/test-stdio.c: Likewise.
1703         * tests/test-stdlib.c: Likewise.
1704         * tests/test-string.c: Likewise.
1705         * tests/test-unistd.c: Likewise.
1706         * modules/time-tests (Depends-on): Add verify.
1707         * modules/wchar-tests (Depends-on): Likewise.
1708         * tests/test-time.c: Test for NULL compliance.
1709         * tests/test-wchar.c: Likewise.
1710         * modules/locale (Depends-on): Add stddef.
1711         * modules/stdio (Depends-on): Likewise.
1712         * modules/stdlib (Depends-on): Likewise.
1713         * modules/string (Depends-on): Likewise.
1714         * modules/time (Depends-on): Likewise.
1715         * modules/unistd (Depends-on): Likewise.
1716         * modules/wchar (Depends-on): Likewise.
1717         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
1718         * lib/stdlib.in.h (includes): Likewise.
1719         * lib/string.in.h (includes): Likewise.
1720         * lib/time.in.h (includes): Likewise.
1721         * lib/unistd.in.h (includes): Likewise.
1722         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
1723         replaced.
1724         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1725         * m4/stddef_h.m4: New file.
1726         * modules/stddef: Likewise.
1727         * lib/stddef.in.h: Likewise.
1728         * modules/stddef-tests: Likewise.
1729         * tests/test-stddef.c: Likewise.
1730         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
1731         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
1732         * doc/posix-headers/locale.texi (locale.h): Likewise.
1733         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
1734         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
1735         * doc/posix-headers/string.texi (string.h): Likewise.
1736         * doc/posix-headers/time.texi (time.h): Likewise.
1737         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
1738         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
1739
1740 2009-08-14  Eric Blake  <ebb9@byu.net>
1741
1742         doc: improve git diff of texinfo files
1743         * .gitattributes: Add rule for *.texi files, with hint on how to
1744         use it.
1745         Copied from m4, and based on a report by Bruno Haible.
1746
1747 2009-08-14  Bruno Haible  <bruno@clisp.org>
1748
1749         Disable multithread support by default on Cygwin 1.5.x for real.
1750         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
1751
1752 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
1753
1754         update-copyright: much ado about intervals
1755         * build-aux/update-copyright: Implement and document
1756         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
1757         of copyright year intervals.
1758         Also, document UPDATE_COPYRIGHT_YEAR.
1759         * tests/test-update-copyright.sh: Test it.
1760
1761         update-copyright: convert 2-digit to 4-digit years
1762         * build-aux/update-copyright: Implement and document.
1763         * tests/test-update-copyright.sh: Update.
1764
1765 2009-08-14  Jim Meyering  <meyering@redhat.com>
1766
1767         test-exclude: avoid coreutils "make check" failure
1768         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
1769         just as in test-argmatch.c.
1770
1771 2009-08-13  Eric Blake  <ebb9@byu.net>
1772
1773         test-dup2: fix bad assumption
1774         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
1775         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
1776
1777         test-version-etc: fix CRLF portability issue
1778         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
1779         recognize \r.
1780         * tests/test-argp-version-etc-1.sh: Likewise.
1781
1782         getopt: update client modules
1783         * modules/argp (Depends-on): Use getopt-gnu.
1784         * modules/git-merge-changelog (Depends-on): Likewise.
1785         * modules/long-options (Depends-on): Likewise.
1786         * modules/xstrtol (Depends-on): Likewise.
1787
1788 2009-08-13  Simon Josefsson  <simon@josefsson.org>
1789
1790         * tests/test-version-etc.sh: Don't fail on different
1791         project/version.  Don't fail on CRLF differences.  Rewrite to use
1792         multiple -e instead of multiple sed forks, suggested by Eric Blake
1793         <ebb9@byu.net>.
1794         * tests/test-argp-version-etc-1.sh: Likewise.
1795
1796 2009-08-13  Simon Josefsson  <simon@josefsson.org>
1797
1798         * tests/test-version-etc.sh: Don't fail on different
1799         project/version.
1800
1801 2009-08-12  Bruno Haible  <bruno@clisp.org>
1802
1803         Tests for modules 'getopt-posix', 'getopt-gnu'.
1804         * modules/getopt-posix-tests: New file.
1805         * tests/test-getopt.c: New file.
1806         * tests/test-getopt.h: New file.
1807         * tests/test-getopt_long.h: New file.
1808
1809         New modules 'getopt-posix', 'getopt-gnu'.
1810         * modules/getopt-gnu: New file, renamed from modules/getopt.
1811         * modules/getopt-posix: New file.
1812         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
1813         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
1814         (gl_GETOPT): Remove macro.
1815         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
1816         Disable the test against BSD systems that declare optreset. Test
1817         against mingw bug. Test against lack of support of optional arguments
1818         on many platforms.
1819         * doc/glibc-headers/getopt.texi: Update module name and list of
1820         relevant platforms.
1821         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
1822         'getopt-gnu' and more portability problems.
1823         * NEWS: Mention the changes.
1824
1825 2009-08-12  Bruno Haible  <bruno@clisp.org>
1826
1827         Ensure that optarg etc. get declared by <unistd.h>.
1828         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
1829         AC_USE_SYSTEM_EXTENSIONS.
1830         * modules/getopt (Depends-on): Add 'extensions'.
1831
1832 2009-08-12  Bruno Haible  <bruno@clisp.org>
1833
1834         Avoid test link errors.
1835         * modules/pipe-filter-ii-tests (Makefile.am): Define
1836         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
1837         * modules/pipe-filter-gi-tests (Makefile.am): Define
1838         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
1839         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1840
1841 2009-08-12  Bruno Haible  <bruno@clisp.org>
1842
1843         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
1844         gl_GETOPT_SUBSTITUTE before.
1845         (gl_GETOPT): Use it.
1846         * m4/argp.m4 (gl_ARGP): Update.
1847         Reported by Sergey Poznyakoff.
1848
1849         * m4/getopt.m4: Reorder macros.
1850         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
1851         (gl_GETOPT_SUBSTITUTE): Remove macro.
1852
1853 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1854
1855         Minor improvement in gitlog-to-changelog
1856
1857         * build-aux/gitlog-to-changelog: New option `--format' makes
1858         output format string configurable.
1859
1860 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1861
1862         Optimize exclude: use hash tables for non-wildcard patterns.
1863
1864         * lib/exclude.c: Include hash.h and mbuiter.h
1865         (struct exclude_pattern, exclude_segment): New data types.
1866         (struct exclude): Rewrite.
1867         (fnmatch_pattern_has_wildcards): New function.
1868         (new_exclude_segment, free_exclude_segment): New functions.
1869         (excluded_file_pattern_p, excluded_file_name_p): New functions.
1870         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
1871         * lib/exclude.h (is_fnmatch_pattern): New prototype.
1872         * modules/exclude: Depend on hash and mbuiter.
1873
1874         * modules/exclude-tests: New file.
1875         * tests/test-exclude.c: New file.
1876         * tests/test-exclude1.sh: New file.
1877         * tests/test-exclude2.sh: New file.
1878         * tests/test-exclude3.sh: New file.
1879         * tests/test-exclude4.sh: New file.
1880         * tests/test-exclude5.sh: New file.
1881         * tests/test-exclude6.sh: New file.
1882         * tests/test-exclude7.sh: New file.
1883
1884 2009-08-12  Bruno Haible  <bruno@clisp.org>
1885
1886         Ensure that getopt() gets declared by <unistd.h>.
1887         * lib/unistd.in.h: Conditionally include getopt.h.
1888         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
1889         Set GNULIB_UNISTD_H_GETOPT.
1890         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1891         GNULIB_UNISTD_H_GETOPT.
1892         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
1893
1894 2009-08-12  Bruno Haible  <bruno@clisp.org>
1895
1896         Clarify logic.
1897         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
1898         gl_replace_getopt instead of GETOPT_H.
1899
1900 2009-08-12  Bruno Haible  <bruno@clisp.org>
1901
1902         * m4/getopt.m4: Add comments.
1903
1904 2009-08-12  Bruno Haible  <bruno@clisp.org>
1905
1906         Disable multithread support by default on Cygwin 1.5.x.
1907         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
1908         set gl_use_threads=no if not specified otherwise.
1909
1910 2009-08-11  Bruno Haible  <bruno@clisp.org>
1911
1912         Avoid compilation error on NetBSD 5.0.
1913         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
1914         * tests/test-stdio.c: Likewise.
1915         * tests/test-stdlib.c: Likewise.
1916         * tests/test-string.c: Likewise.
1917         * tests/test-unistd.c: Likewise.
1918         Reported by Greg Troxel <gdt@ir.bbn.com>
1919         at <https://savannah.gnu.org/support/?106973>.
1920
1921 2009-08-11  Bruno Haible  <bruno@clisp.org>
1922
1923         * modules/dup2-tests (Depends-on): Remove close.
1924
1925         Undo 2009-07-19 commit.
1926         * modules/acl-tests (Depends-on): Remove close.
1927         * modules/binary-io-tests (Depends-on): Likewise.
1928         * modules/closein-tests (Depends-on): Likewise.
1929         * modules/flock-tests (Depends-on): Likewise.
1930         * modules/fsync-tests (Depends-on): Likewise.
1931         * modules/lseek-tests (Depends-on): Likewise.
1932         * modules/pipe-tests (Depends-on): Likewise.
1933         * modules/posix_spawn-tests (Depends-on): Likewise.
1934         * modules/posix_spawnp-tests (Depends-on): Likewise.
1935         * modules/stat-time-tests (Depends-on): Likewise.
1936         * modules/yesno-tests (Depends-on): Likewise.
1937
1938 2009-08-10  Bruno Haible  <bruno@clisp.org>
1939
1940         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
1941
1942 2009-08-10  Bruno Haible  <bruno@clisp.org>
1943
1944         Fix a gcc warning.
1945         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
1946
1947 2009-08-10  Bruno Haible  <bruno@clisp.org>
1948
1949         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
1950         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
1951         not only the first time.
1952         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
1953         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
1954         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
1955         is 1, not only the the first time.
1956
1957 2009-08-10  Bruno Haible  <bruno@clisp.org>
1958
1959         Make it possible to use module 'gethostname' without module 'close'.
1960         * lib/unistd.in.h (close): Evoke a link error only if
1961         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
1962         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1963         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1964         * modules/unistd (Makefile.am): Substitute
1965         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1966         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
1967         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
1968         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1969         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1970         * modules/sys_ioctl (Makefile.am): Substitute
1971         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1972         * modules/socket (configure.ac): On native Windows, set
1973         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
1974         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1975         Reported by Sam Steingold <sds@gnu.org>.
1976
1977 2009-08-10  Bruno Haible  <bruno@clisp.org>
1978
1979         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
1980         * modules/ioctl (configure.ac): Likewise.
1981
1982 2009-08-10  Bruno Haible  <bruno@clisp.org>
1983
1984         Avoid collision between gnulib wrapper and libintl wrapper.
1985         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
1986         already defined in intl/printf.c.
1987         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
1988         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
1989
1990 2009-08-09  Bruno Haible  <bruno@clisp.org>
1991
1992         Make <sys/select.h> really self-contained, also on Solaris 10.
1993         * lib/sys_select.in.h: Include <string.h>.
1994         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
1995         Solaris 10 problem.
1996         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
1997         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
1998         Reported by Jim Meyering.
1999
2000 2009-08-09  Bruno Haible  <bruno@clisp.org>
2001
2002         Avoid warnings from 'aclocal' that are due to a use of macro name
2003         AM_XGETTEXT_OPTION that is not defined in automake.
2004         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
2005         automake.
2006         * modules/error (configure.ac): Likewise.
2007         * modules/propername (configure.ac): Likewise.
2008         * modules/vasprintf (configure.ac): Likewise.
2009         * modules/verror (configure.ac): Likewise.
2010         * modules/xprintf (configure.ac): Likewise.
2011         * modules/xvasprintf (configure.ac): Likewise.
2012
2013 2009-08-08  Bruno Haible  <bruno@clisp.org>
2014
2015         Avoid compilation error in C++ mode.
2016         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
2017         Reported by Sam Steingold <sds@gnu.org>.
2018
2019 2009-08-08  Bruno Haible  <bruno@clisp.org>
2020
2021         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
2022         for the various Unix platforms.
2023         * doc/posix-headers/limits.texi: Update platforms list regarding
2024         HOST_NAME_MAX.
2025         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2026
2027 2009-08-07  Jim Meyering  <meyering@redhat.com>
2028
2029         selinux-at: fix typo in a comment
2030         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
2031         Spotted by Paolo Bonzini.
2032
2033         selinux-at: remove redundant m4 code, add documentation
2034         * modules/selinux-at (configure.ac): Remove redundant code.
2035         LIB_SELINUX is already set via the dependent module, selinux-h.
2036         (Include): Add quotes around selinux-at.h.
2037         * lib/selinux-at.h: Add documentation.
2038         Reported by Bruno Haible in
2039         http://marc.info/?l=gnulib-bug&m=124958988300749
2040
2041 2009-08-07  Bruno Haible  <bruno@clisp.org>
2042
2043         Avoid link error on MacOS X 10.3 and 10.4.
2044         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
2045         on non-ELF systems.
2046         * lib/argp-pv.c (argp_program_version): Likewise.
2047         Reported by Simon Josefsson.
2048
2049 2009-08-07  Simon Josefsson  <simon@josefsson.org>
2050
2051         * tests/test-version-etc.sh: Use $EXEEXT.
2052
2053 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
2054
2055         update-copyright: update documentation to point to maint.mk
2056         * build-aux/update-copyright: Here.
2057
2058 2009-08-06  Jim Meyering  <meyering@redhat.com>
2059
2060         maint.mk: support update-copyright-local
2061         * top/maint.mk (update-copyright-local): Define place-holder.
2062         (update-copyright): Depend on $(update-copyright-local).
2063
2064 2009-08-06  Jim Meyering  <meyering@redhat.com>
2065
2066         selinux-at: new module
2067         Initially written for coreutils, this module will soon be
2068         used by findutils, too.
2069         * MODULES.html.sh [Misc]: Add selinux-at.
2070         * lib/selinux-at.h: New file, from coreutils.
2071         * lib/selinux-at.c: Likewise.
2072         * modules/selinux-at: Likewise.
2073         (License): Change from LGPL to GPL, since it depends
2074         on the GPL'd openat module.
2075
2076         doc: update README
2077         * README: Remove references to cogito.
2078         Remove cvs-repo-updating instructions from 2007.
2079         Don't imply that CVS is better if you have limited disk space.
2080
2081 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2082
2083         update-copyright: support C-style comments
2084         * build-aux/update-copyright: Implement and document.
2085         * tests/test-update-copyright.sh: Test.
2086
2087 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2088
2089         update-copyright: support omitted "(C)"
2090         * build-aux/update-copyright: Implement and document.  Also,
2091         allow variable whitespace before "(C)".
2092         * tests/test-update-copyright.sh: Test.
2093
2094 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2095
2096         update-copyright: don't trip on non-FSF copyright statements
2097         * build-aux/update-copyright: Fix so that the first correctly
2098         formatted FSF copyright statement is recognized no matter what
2099         appears before it.  Update documentation.
2100         * tests/test-update-copyright.sh: Test that.
2101
2102 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2103
2104         update-copyright: clean up code a little
2105         * build-aux/update-copyright: Append "_re" to the name of any
2106         variable holding a regular expression.
2107         Replace "old" and "new" with "stmt" in variable names.
2108         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
2109         handled correctly.
2110         Format code more consistently.
2111
2112 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2113
2114         update-copyright-tests: improve portability
2115         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
2116         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
2117
2118 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
2119
2120         update-copyright: support @copyright{} and &copy;
2121         * build-aux/update-copyright: Implement and document.
2122         * tests/test-update-copyright.sh: Test.
2123
2124 2009-08-04  Jim Meyering  <meyering@redhat.com>
2125
2126         update-copyright-tests: correctly test EOL=\r\n handling
2127         * tests/test-update-copyright.sh: Put \r at the end of some lines
2128         for the dos-eol tests.  Based on a patch by Joel E. Denny.
2129
2130         maint.mk: make update-copyright exclusion list more configurable
2131         * top/maint.mk (update-copyright): Default to excluding COPYING,
2132         but allow an override, in case someone does want to update that file.
2133
2134         maint.mk: don't update copyright date in COPYING
2135         * top/maint.mk (update-copyright): Exclude COPYING.
2136
2137         maint.mk: add a copyright-updating rule
2138         * top/maint.mk (update-copyright): New rule.
2139         Derived from coreutils/Makefile.am.
2140
2141         update-copyright: rename some variables
2142         * build-aux/update-copyright: Rename a few variables for clarity.
2143         Tweak syntax.  List Joel E. Denny as coauthor.
2144
2145 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
2146
2147         update-copyright: fix bug for 2-digit last year and add tests
2148         * build-aux/update-copyright: Fix bug.
2149         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
2150         specified.
2151         * modules/update-copyright-tests: New
2152         * tests/test-update-copyright.sh: New.
2153
2154 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
2155
2156         update-copyright: handle leading tabs in line prefix
2157         * build-aux/update-copyright: Count leading tabs as 8 spaces
2158         when computing margin.  This helps with the formatting of
2159         ChangeLogs, for example.
2160         Fix documentation a little.
2161
2162 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
2163
2164         update-copyright: support EOL=\r\n
2165         * build-aux/update-copyright: Implement that.
2166
2167 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
2168
2169         update-copyright: automatically format copyright statements
2170         * build-aux/update-copyright: Implement that.
2171         Also, be a little more predictable and safer by always failing
2172         when the full copyright format is not perfectly recognized as an
2173         unbroken whole.  Discussed at
2174         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
2175         Rewrite documentation.
2176
2177 2009-08-03  Bruno Haible  <bruno@clisp.org>
2178
2179         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
2180
2181 2009-08-02  Bruno Haible  <bruno@clisp.org>
2182
2183         Tests for module 'uname'.
2184         * modules/uname-tests: New file.
2185         * tests/test-uname.c: New file.
2186
2187         New module 'uname'.
2188         * lib/uname.c: New file.
2189         * m4/uname.m4: New file.
2190         * modules/uname: New file.
2191         * doc/posix-functions/uname.texi: Mention the new module.
2192
2193 2009-08-02  Bruno Haible  <bruno@clisp.org>
2194
2195         Tests for module 'sys_utsname'.
2196         * modules/sys_utsname-tests: New file.
2197         * tests/test-sys_utsname.c: New file.
2198
2199         New module 'sys_utsname'.
2200         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
2201         * m4/sys_utsname_h.m4: New file.
2202         * modules/sys_utsname: New file.
2203         * doc/posix-headers/sys_utsname.texi: Mention the new module.
2204
2205 2009-08-02  Bruno Haible  <bruno@clisp.org>
2206
2207         Implicitly initialize the sockets library.
2208         * lib/gethostname.c: Include sockets.h.
2209         (rpl_gethostname): Invoke gl_sockets_startup.
2210         * lib/socket.c: Include sockets.h.
2211         (rpl_socket): Invoke gl_sockets_startup.
2212         * modules/gethostname (Depends-on): Add sockets.
2213         * modules/socket (Depends-on): Likewise.
2214         * tests/test-poll.c: Don't include sockets.h.
2215         (main): Don't invoke gl_sockets_startup.
2216         * tests/test-select.c: Don't include sockets.h.
2217         (main): Don't invoke gl_sockets_startup.
2218
2219 2009-08-02  Bruno Haible  <bruno@clisp.org>
2220
2221         Allow multiple calls to gl_sockets_startup.
2222         * lib/sockets.c (initialized_sockets_version): New variable.
2223         (gl_sockets_startup): Do nothing if already called for this or a higher
2224         version.
2225         (gl_sockets_cleanup): Reset initialized_sockets_version.
2226
2227 2009-08-03  Simon Josefsson  <simon@josefsson.org>
2228
2229         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
2230         different project/version.
2231
2232 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
2233             Bruno Haible  <bruno@clisp.org>
2234
2235         Tests for module 'pipe-filter-gi'.
2236         * modules/pipe-filter-gi-tests: New file.
2237         * tests/test-pipe-filter-gi1.sh: New file.
2238         * tests/test-pipe-filter-gi1.c: New file.
2239         * tests/test-pipe-filter-gi2.sh: New file.
2240         * tests/test-pipe-filter-gi2-main.c: New file.
2241         * tests/test-pipe-filter-gi2-child.c: New file.
2242
2243         New module 'pipe-filter-gi'.
2244         * lib/pipe-filter-gi.c: New file.
2245         * modules/pipe-filter-gi: New file.
2246
2247 2009-08-02  Bruno Haible  <bruno@clisp.org>
2248             Paolo Bonzini  <bonzini@gnu.org>
2249
2250         Tests for module 'pipe-filter-ii'.
2251         * modules/pipe-filter-ii-tests: New file.
2252         * tests/test-pipe-filter-ii1.sh: New file.
2253         * tests/test-pipe-filter-ii1.c: New file.
2254         * tests/test-pipe-filter-ii2.sh: New file.
2255         * tests/test-pipe-filter-ii2-main.c: New file.
2256         * tests/test-pipe-filter-ii2-child.c: New file.
2257
2258         New module 'pipe-filter-ii'.
2259         * lib/pipe-filter.h: New file.
2260         * lib/pipe-filter-ii.c: New file.
2261         * lib/pipe-filter-aux.h: New file.
2262         * modules/pipe-filter-ii: New file.
2263
2264 2009-08-02  Simon Josefsson  <simon@josefsson.org>
2265
2266         * lib/gc-libgcrypt.c: Change copyright to FSF.
2267         * lib/gc-gnulib.c: Likewise.
2268
2269 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
2270
2271         * lib/gethostname.c: Include limits.h.
2272
2273 2009-08-02  Simon Josefsson  <simon@josefsson.org>
2274             Bruno Haible  <bruno@clisp.org>
2275
2276         Ensure HOST_NAME_MAX as part of the gethostname module.
2277         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
2278         define also HOST_NAME_MAX.
2279         * tests/test-gethostname.c: Include <limits.h>.
2280         (main): Check also HOST_NAME_MAX.
2281         * doc/posix-headers/limits.texi: Document the mingw problem.
2282
2283 2009-08-02  Bruno Haible  <bruno@clisp.org>
2284
2285         * lib/gethostname.c (gethostname): Fix handling of large len argument.
2286         Add comments.
2287
2288 2009-03-31  Simon Josefsson  <simon@josefsson.org>
2289
2290         * lib/gethostname.c: Add Windows wrapper.
2291         * m4/gethostname.m4: Look for gethostname in -lws2_32.
2292         * modules/gethostname: Depend on sys_socket & errno, for also
2293         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
2294         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
2295
2296 2009-07-31  Jim Meyering  <meyering@redhat.com>
2297
2298         getloadavg: fix symbol name in comment
2299         * lib/getloadavg.c: Correct a typo I introduced when adding
2300         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
2301         Matt Kraai spotted the problem.
2302
2303 2009-07-29  Matt Kraai  <mkraai@beckman.com>
2304
2305         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
2306         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
2307         code also if ! defined N_NAME_POINTER.
2308         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
2309         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
2310         but the n_name member is a 12-byte array.
2311
2312 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
2313
2314         update-copyright: generalize comment handling
2315         * build-aux/update-copyright: Handle copyright statements
2316         within more comment styles.
2317         Document usage.
2318         Report any file with an external copyright holder or parse failure.
2319
2320 2009-07-29  Jim Meyering  <meyering@redhat.com>
2321
2322         mktime: correct setting of REPLACE_MKTIME
2323         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
2324
2325         update-copyright: new module
2326         * modules/update-copyright: New file.
2327         * build-aux/update-copyright: New file.
2328         * MODULES.html.sh (maint+release support): Add update-copyright.
2329
2330 2009-07-27  Bruno Haible  <bruno@clisp.org>
2331
2332         Fix compilation error when <ctime> is used and mktime is replaced.
2333         * lib/time.in.h (mktime): New declaration.
2334         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
2335         REPLACE_MKTIME instead of defining mktime in config.h.
2336         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
2337         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
2338         Reported by Ross McFarland <rwmcfa1@neces.com>.
2339
2340 2009-07-27  Bruno Haible  <bruno@clisp.org>
2341
2342         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
2343         Reported by Matt Kraai <mkraai@beckman.com>.
2344
2345 2009-07-25  Jim Meyering  <meyering@redhat.com>
2346
2347         maint.mk: avoid warnings about missing files
2348         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
2349         diagnostic when .prev-version does not exist.
2350         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
2351         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
2352         nonexistent cfg.mk.
2353         Suggestions from Simon Josefsson.
2354
2355 2009-07-25  Bruno Haible  <bruno@clisp.org>
2356
2357         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
2358         defined as macros. Needed on QNX 6.4.1.
2359         Reported by Matt Kraai <mkraai@beckman.com>.
2360
2361 2009-07-23  Jim Meyering  <meyering@redhat.com>
2362
2363         maint.mk: invoke "make dist" with a working value of XZ_OPT
2364         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
2365
2366 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
2367
2368         Make fseeko.c compile on QNX.
2369         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
2370
2371 2009-07-22  Peter Simons  <simons@cryp.to>
2372
2373         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
2374         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
2375         * lib/md4.h: Likewise.
2376         * lib/md5.h: Likewise.
2377         * lib/sha1.h: Likewise.
2378         * lib/sha256.h: Likewise.
2379         * lib/sha512.h: Likewise.
2380
2381         tests-sha1: don't assign literal string to 'char *' variable
2382         * tests/test-sha1.c (main): Declare locals with "const" to match
2383         attributes of the right hand side.
2384
2385 2009-07-21  Eric Blake  <ebb9@byu.net>
2386
2387         dup2: fix more mingw problems
2388         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
2389         fd to itself.
2390         * doc/posix-functions/dup2.texi (dup2): Document the bug.
2391         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
2392         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
2393         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
2394         care of mingw bugs.
2395
2396 2009-07-21  Jim Meyering  <meyering@redhat.com>
2397
2398         vc-list-files: avoid failure when /bin/sh is dash
2399         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
2400         On some Debian based systems, /bin/sh is a symlink to dash, and running
2401         this command would omit the "/" following each 'tests' prefix:
2402           dash -x build-aux/vc-list-files -C . tests
2403         That is because bash and dash work differently:
2404           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
2405           bash ok
2406           dash odd
2407
2408 2009-07-21  Eric Blake  <ebb9@byu.net>
2409
2410         dup2-tests: test previous patch
2411         * modules/dup2-tests: New file.
2412         * tests/test-dup2.c: Likewise.
2413         * tests/test-open.c (main): Avoid unspecified behavior.
2414         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
2415         test.
2416
2417         dup2: work around mingw and cygwin 1.5 bug
2418         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
2419         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
2420         * modules/unistd (Makefile.am): Substitute it.
2421         * lib/unistd.in.h (dup2): Declare the replacement.
2422         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
2423         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
2424         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
2425         * modules/execute (Depends-on): Add dup2.
2426         * modules/fseterr (Depends-on): Likewise.
2427         * modules/pipe (Depends-on): Likewise.
2428         * modules/posix_spawn-internal (Depends-on): Likewise.
2429
2430 2009-07-21  Bruno Haible  <bruno@clisp.org>
2431
2432         * modules/.gitattributes: New file.
2433
2434 2009-07-20  Bruno Haible  <bruno@clisp.org>
2435
2436         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
2437         (main): Use it.
2438
2439 2009-07-20  Eric Blake  <ebb9@byu.net>
2440
2441         test-pipe: make a bit more robust.
2442         * tests/test-pipe.c (myerr): Allow error messages regardless of
2443         what we do to stderr.
2444         (test_pipe): Rearrange to avoid deadlock.
2445         (child_main): Try a larger read, to ensure we avoided deadlock.
2446         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
2447         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
2448         if misused.
2449
2450 2009-07-19  Jim Meyering  <meyering@redhat.com>
2451
2452         fts: avoid false-positive cycle-detection
2453         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
2454         for each new command line argument.
2455
2456 2009-07-19  Bruno Haible  <bruno@clisp.org>
2457
2458         Fix build error on mingw with the modules sys_select and unistd.
2459         * modules/acl-tests (Depends-on): Add close.
2460         * modules/binary-io-tests (Depends-on): Likewise.
2461         * modules/closein-tests (Depends-on): Likewise.
2462         * modules/flock-tests (Depends-on): Likewise.
2463         * modules/fsync-tests (Depends-on): Likewise.
2464         * modules/lseek-tests (Depends-on): Likewise.
2465         * modules/pipe-tests (Depends-on): Likewise.
2466         * modules/posix_spawn-tests (Depends-on): Likewise.
2467         * modules/posix_spawnp-tests (Depends-on): Likewise.
2468         * modules/stat-time-tests (Depends-on): Likewise.
2469         * modules/yesno-tests (Depends-on): Likewise.
2470
2471 2009-07-19  Bruno Haible  <bruno@clisp.org>
2472
2473         Unify conditionals.
2474         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
2475         macros, not at the compiler macros.
2476         * lib/pipe.c: Likewise.
2477         * lib/execute.c: Likewise.
2478         * lib/spawni.c: Likewise.
2479
2480 2009-07-19  Bruno Haible  <bruno@clisp.org>
2481
2482         Fix handling of closed stdin/stdout/stderr on mingw.
2483         * lib/w32spawn.h: Include unistd.h.
2484         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
2485         file descriptor with O_NOINHERIT flag.
2486         (fd_safer_noinherit): New function, based on fd-safer.c.
2487         (dup_safer_noinherit): New function, based on dup-safer.c.
2488         (undup_safer_noinherit): New function.
2489         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
2490         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
2491         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
2492         instead of fd_safer.
2493         * tests/test-pipe.c: Include <windows.h>.
2494         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
2495
2496         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
2497         from main.
2498         (test_pipe): Pass an extra argument for disambiguation.
2499         (main): Invoke parent_main or child_main.
2500
2501         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
2502         consistently.
2503
2504 2009-07-18  Eric Blake  <ebb9@byu.net>
2505
2506         test-pipe: fix mingw build
2507         * tests/test-pipe.c (main): Avoid fcntl on mingw.
2508
2509 2009-07-18  Bruno Haible  <bruno@clisp.org>
2510
2511         * modules/pipe-tests (Makefile.am): Fix typo.
2512
2513 2009-07-18  Eric Blake  <ebb9@byu.net>
2514
2515         error: fix mingw build
2516         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
2517         Reported by Bruno Haible.
2518
2519         error: avoid undefined use of stdout
2520         * lib/error.c (error, error_at_line): Check that fd 1 is open
2521         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
2522         is handling faults and the close_stdout module wants to report the
2523         detection of closed stdout as an error.
2524
2525 2009-07-17  Eric Blake  <ebb9@byu.net>
2526
2527         pipe: be robust in face of closed fds
2528         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
2529         should cause child to misbehave.
2530         * modules/pipe-tests: New module.
2531         * tests/test-pipe.c: New file.
2532         * tests/test-pipe.sh: New file.
2533         Reported by Akim Demaille.
2534
2535 2009-07-14  Bruno Haible  <bruno@clisp.org>
2536
2537         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
2538         Reported by anonymous kc.
2539
2540 2009-07-07  Jim Meyering  <meyering@redhat.com>
2541
2542         maint.mk: don't look for translatable strings in *.m4 or *.mk
2543         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
2544         when searching for translatable strings.
2545
2546 2009-07-05  Jim Meyering  <meyering@redhat.com>
2547
2548         remove superfluous parentheses in STREQ definition
2549         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
2550         * lib/getugroups.c (STREQ): Likewise.
2551         * lib/fnmatch.c (STREQ): Likewise.
2552         Spotted by Bruno Haible.
2553
2554 2009-07-04  Jim Meyering  <meyering@redhat.com>
2555
2556         argv-iter: new module
2557         * MODULES.html.sh: Add argv-iter.
2558         * lib/argv-iter.c, lib/argv-iter.h: New files.
2559         * modules/argv-iter: New file.
2560         * modules/argv-iter-tests: New file.
2561         * tests/test-argv-iter.c: Test it.
2562
2563 2009-07-04  Bruno Haible  <bruno@clisp.org>
2564
2565         Fix assertion.
2566         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
2567         contains more exact copies of a given entry than file2, leave the extra
2568         copies unpaired rather than aborting.
2569         Reported by Eric Blake.
2570
2571 2009-07-02  Bruno Haible  <bruno@clisp.org>
2572
2573         Speedup git-merge-changelog for git cherry-pick.
2574         * lib/git-merge-changelog.c (struct entries_mapping): New type.
2575         (entries_mapping_get): New function, extracted from compute_mapping.
2576         (entries_mapping_reverse_get): New function.
2577         (compute_mapping): Add a 'full' argument. Return the result in a
2578         'struct entries_mapping'.
2579         (main): Update. Access the mappings through entries_mapping_get.
2580         Reported by Eric Blake.
2581
2582 2009-07-02  Bruno Haible  <bruno@clisp.org>
2583
2584         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
2585         best_i.
2586
2587 2009-07-02  Bruno Haible  <bruno@clisp.org>
2588
2589         Speed up approximate search for matching ChangeLog entries.
2590         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
2591         argument. Call fstrcmp_bounded instead of fstrcmp.
2592         (compute_mapping, try_split_merged_entry, main): Update callers.
2593
2594 2009-07-02  Bruno Haible  <bruno@clisp.org>
2595
2596         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
2597
2598 2009-06-30  Bruno Haible  <bruno@clisp.org>
2599
2600         Reduce the number of uc_is_cased calls.
2601         * lib/unicase.h (casing_suffix_context_t): Add
2602         'first_char_except_ignorable' field.
2603         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
2604         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
2605         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
2606         Update initializer.
2607         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
2608         case-ignorable characters.
2609         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
2610         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
2611         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
2612         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
2613         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
2614
2615 2009-06-30  Bruno Haible  <bruno@clisp.org>
2616
2617         Tests for module 'unicase/ignorable'.
2618         * modules/unicase/ignorable-tests: New file.
2619         * tests/unicase/test-ignorable.c: New file, generated by
2620         gen-uni-tables.
2621
2622         Tests for module 'unicase/cased'.
2623         * modules/unicase/cased-tests: New file.
2624         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
2625         * tests/unicase/test-predicate-part1.h: New file, derived from
2626         tests/unictype/test-predicate-part1.h.
2627         * tests/unicase/test-predicate-part2.h: New file, same as
2628         tests/unictype/test-predicate-part2.h.
2629
2630         Fix evaluation of "Before C" condition of FINAL_SIGMA.
2631         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
2632         (output_casing_properties): New function.
2633         (main): Call it.
2634         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
2635         * lib/unicase/cased.c: Include unictype/bitmap.h.
2636         (uc_is_cased): Define through a bitmap lookup.
2637         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
2638         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
2639         (uc_is_case_ignorable): Define through a bitmap lookup.
2640         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
2641         lib/unictype/bitmap.h.
2642         (Depends-on): Add inline. Clean up.
2643         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
2644         lib/unictype/bitmap.h.
2645         (Depends-on): Add inline. Clean up.
2646         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
2647         recognition.
2648         * tests/unicase/test-u16-tolower.c (main): Likewise.
2649         * tests/unicase/test-u32-tolower.c (main): Likewise.
2650
2651 2009-06-30  Bruno Haible  <bruno@clisp.org>
2652
2653         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
2654         * lib/unicase/u16-casemap.c: Likewise.
2655         * lib/unicase/u32-casemap.c: Likewise.
2656
2657 2009-06-29  Bruno Haible  <bruno@clisp.org>
2658
2659         Define u32_casefold as a wrapper around u32_ct_casefold.
2660         * lib/unicase/u32-casefold.c: Update.
2661         * modules/unicase/u32-casefold (Depends-on): Add
2662         unicase/u32-ct-casefold, unicase/empty-prefix-context,
2663         unicase/empty-suffix-context. Clean up.
2664
2665         Define u16_casefold as a wrapper around u16_ct_casefold.
2666         * lib/unicase/u16-casefold.c: Update.
2667         * modules/unicase/u16-casefold (Depends-on): Add
2668         unicase/u16-ct-casefold, unicase/empty-prefix-context,
2669         unicase/empty-suffix-context. Clean up.
2670
2671         Define u8_casefold as a wrapper around u8_ct_casefold.
2672         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
2673         * lib/unicase/u8-casefold.c: Update.
2674         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
2675         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
2676
2677         Define u32_totitle as a wrapper around u32_ct_totitle.
2678         * lib/unicase/u32-totitle.c: Update.
2679         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
2680         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
2681
2682         Define u16_totitle as a wrapper around u16_ct_totitle.
2683         * lib/unicase/u16-totitle.c: Update.
2684         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
2685         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
2686
2687         Define u8_totitle as a wrapper around u8_ct_totitle.
2688         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
2689         functions.
2690         (FUNC): Delegate to U_CT_TOTITLE.
2691         * lib/unicase/u8-totitle.c: Update.
2692         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
2693         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
2694
2695         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
2696         invocation.
2697         * modules/unicase/u32-tolower (Depends-on): Add
2698         unicase/empty-prefix-context, unicase/empty-suffix-context.
2699
2700         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
2701         invocation.
2702         * modules/unicase/u16-tolower (Depends-on): Add
2703         unicase/empty-prefix-context, unicase/empty-suffix-context.
2704
2705         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
2706         * modules/unicase/u8-tolower (Depends-on): Add
2707         unicase/empty-prefix-context, unicase/empty-suffix-context.
2708
2709         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
2710         invocation.
2711         * modules/unicase/u32-toupper (Depends-on): Add
2712         unicase/empty-prefix-context, unicase/empty-suffix-context.
2713
2714         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
2715         invocation.
2716         * modules/unicase/u16-toupper (Depends-on): Add
2717         unicase/empty-prefix-context, unicase/empty-suffix-context.
2718
2719         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
2720         * modules/unicase/u8-toupper (Depends-on): Add
2721         unicase/empty-prefix-context, unicase/empty-suffix-context.
2722
2723         New module 'unicase/u32-ct-casefold'.
2724         * lib/unicase/u32-ct-casefold.c: New file.
2725         * modules/unicase/u32-ct-casefold: New file.
2726
2727         New module 'unicase/u16-ct-casefold'.
2728         * lib/unicase/u16-ct-casefold.c: New file.
2729         * modules/unicase/u16-ct-casefold: New file.
2730
2731         New module 'unicase/u8-ct-casefold'.
2732         * lib/unicase/u8-ct-casefold.c: New file.
2733         * lib/unicase/u-ct-casefold.h: New file, derived from
2734         lib/unicase/u-casefold.h.
2735         * modules/unicase/u8-ct-casefold: New file.
2736
2737         New module 'unicase/u32-ct-totitle'.
2738         * lib/unicase/u32-ct-totitle.c: New file.
2739         * modules/unicase/u32-ct-totitle: New file.
2740
2741         New module 'unicase/u16-ct-totitle'.
2742         * lib/unicase/u16-ct-totitle.c: New file.
2743         * modules/unicase/u16-ct-totitle: New file.
2744
2745         New module 'unicase/u8-ct-totitle'.
2746         * lib/unicase/u8-ct-totitle.c: New file.
2747         * lib/unicase/u-ct-totitle.h: New file, derived from
2748         lib/unicase/u-totitle.h.
2749         * modules/unicase/u8-ct-totitle: New file.
2750
2751         New module 'unicase/u32-ct-tolower'.
2752         * lib/unicase/u32-ct-tolower.c: New file.
2753         * modules/unicase/u32-ct-tolower: New file.
2754
2755         New module 'unicase/u16-ct-tolower'.
2756         * lib/unicase/u16-ct-tolower.c: New file.
2757         * modules/unicase/u16-ct-tolower: New file.
2758
2759         New module 'unicase/u8-ct-tolower'.
2760         * lib/unicase/u8-ct-tolower.c: New file.
2761         * modules/unicase/u8-ct-tolower: New file.
2762
2763         New module 'unicase/u32-ct-toupper'.
2764         * lib/unicase/u32-ct-toupper.c: New file.
2765         * modules/unicase/u32-ct-toupper: New file.
2766
2767         New module 'unicase/u16-ct-toupper'.
2768         * lib/unicase/u16-ct-toupper.c: New file.
2769         * modules/unicase/u16-ct-toupper: New file.
2770
2771         New module 'unicase/u8-ct-toupper'.
2772         * lib/unicase/u8-ct-toupper.c: New file.
2773         * modules/unicase/u8-ct-toupper: New file.
2774
2775         Add context arguments to u*_casemap functions.
2776         * lib/unicase/unicasemap.h: Include unicase.h.
2777         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
2778         suffix_context arguments.
2779         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
2780         functions.
2781         (FUNC): Add prefix_context and suffix_context arguments. Use
2782         uc_is_cased and uc_is_case_ignorable.
2783         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
2784         * lib/unicase/u16-casemap.c: Likewise.
2785         * lib/unicase/u32-casemap.c: Likewise.
2786         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
2787         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
2788         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
2789         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
2790         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
2791         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
2792
2793         New module 'unicase/u32-suffix-context'.
2794         * lib/unicase/u32-suffix-context.c: New file.
2795         * modules/unicase/u32-suffix-context: New file.
2796
2797         New module 'unicase/u16-suffix-context'.
2798         * lib/unicase/u16-suffix-context.c: New file.
2799         * modules/unicase/u16-suffix-context: New file.
2800
2801         New module 'unicase/u8-suffix-context'.
2802         * lib/unicase/u8-suffix-context.c: New file.
2803         * lib/unicase/u-suffix-context.h: New file.
2804         * modules/unicase/u8-suffix-context: New file.
2805
2806         New module 'unicase/empty-suffix-context'.
2807         * lib/unicase/empty-suffix-context.c: New file.
2808         * modules/unicase/empty-suffix-context: New file.
2809
2810         New module 'unicase/u32-prefix-context'.
2811         * lib/unicase/u32-prefix-context.c: New file.
2812         * modules/unicase/u32-prefix-context: New file.
2813
2814         New module 'unicase/u16-prefix-context'.
2815         * lib/unicase/u16-prefix-context.c: New file.
2816         * modules/unicase/u16-prefix-context: New file.
2817
2818         New module 'unicase/u8-prefix-context'.
2819         * lib/unicase/u8-prefix-context.c: New file.
2820         * lib/unicase/u-prefix-context.h: New file.
2821         * lib/unicase/context.h: New file.
2822         * modules/unicase/u8-prefix-context: New file.
2823
2824         New module 'unicase/empty-prefix-context'.
2825         * lib/unicase/empty-prefix-context.c: New file.
2826         * modules/unicase/empty-prefix-context: New file.
2827
2828         New module 'unicase/ignorable'.
2829         * lib/unicase/ignorable.c: New file.
2830         * modules/unicase/ignorable: New file.
2831
2832         New module 'unicase/cased'.
2833         * lib/unicase/caseprop.h: New file.
2834         * lib/unicase/cased.c: New file.
2835         * modules/unicase/cased: New file.
2836
2837         New functions for case mapping of substrings.
2838         * lib/unicase.h (casing_prefix_context_t): New type.
2839         (unicase_empty_prefix_context): New variable.
2840         (u8_casing_prefix_context, u16_casing_prefix_context,
2841         u32_casing_prefix_context, u8_casing_prefixes_context,
2842         u16_casing_prefixes_context, u32_casing_prefixes_context): New
2843         declarations.
2844         (casing_suffix_context_t): New type.
2845         (unicase_empty_suffix_context): New variable.
2846         (u8_casing_suffix_context, u16_casing_suffix_context,
2847         u32_casing_suffix_context, u8_casing_suffixes_context,
2848         u16_casing_suffixes_context, u32_casing_suffixes_context,
2849         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
2850         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
2851         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
2852         declarations.
2853
2854 2009-06-28  Jim Meyering  <meyering@redhat.com>
2855
2856         boostrap: indent only with spaces
2857         * build-aux/bootstrap: Indent only with spaces, never TABs.
2858
2859         bootstrap: split long lines
2860         * build-aux/bootstrap: Keep line length < 80.
2861
2862         bootstrap: sync from coreutils
2863         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
2864         just as autoreconf does.  Verify a list of prerequisite
2865         package-name,version-number pairs if defined in bootstrap.conf.
2866         Refer to README-prereq, if prerequisites are not satisfied.
2867
2868 2009-06-27  Eric Blake  <ebb9@byu.net>
2869
2870         tests: add test for bogus NULL definition
2871         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
2872         * tests/test-stdlib.c: Likewise.
2873         * tests/test-string.c: Likewise.
2874         * tests/test-locale.c: Likewise.
2875         * tests/test-unistd.c: Likewise.
2876         * modules/stdio-tests (Depends-on): Add verify.
2877         * modules/stdlib-tests (Depends-on): Likewise.
2878         * modules/string-tests (Depends-on): Likewise.
2879         * modules/locale-tests (Depends-on): Likewise.
2880         * modules/unistd-tests (Depends-on): Likewise.
2881
2882 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
2883
2884         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
2885         self-explaining comment.
2886         * m4/selinux-selinux-h: Update serial.
2887         (gl_LIBSELINUX): New macro, adding a warning for missing development
2888         packages to code extracted from...
2889         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
2890         Add warning for missing development packages here, too.
2891
2892 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
2893
2894         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
2895
2896 2009-06-25  Eric Blake  <ebb9@byu.net>
2897
2898         version-etc: fix regression
2899         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
2900         gcc.
2901         (version_etc): Use it, to catch bugs with trailing NULL.
2902         * lib/version-etc.c (version_etc_arn): Delete unused argument.
2903         (version_etc_va): Fix logic bug.
2904         * modules/version-etc-tests: Add test.
2905         * tests/test-version-etc.c: New file.
2906         * tests/test-version-etc.sh: Likewise.
2907
2908 2009-06-25  Sam Steingold  <sds@gnu.org>
2909
2910         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
2911         mbtowc declaration.
2912
2913 2009-06-25  Eric Blake  <ebb9@byu.net>
2914
2915         fpurge: migrate into <stdio.h>
2916         * lib/fpurge.h: Delete...
2917         * lib/stdio.in.h (fpurge): ...and declare here, instead.
2918         * lib/fpurge.c (fpurge): Change declaring header.
2919         * modules/fpurge (Files): Drop deleted file.
2920         (Depends-on): Add stdio.
2921         (configure.ac): Set witness.
2922         * modules/stdio (Makefile.am): Support fpurge macros.
2923         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2924         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
2925         * lib/fflush.c: Update client.
2926         * tests/test-fpurge.c: Likewise.
2927         * NEWS: Mention the change.
2928
2929 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
2930
2931        * lib/argp-version-etc.c (program_authors): Add const
2932        qualifier.
2933        * lib/version-etc.c: Fix typos in the comments.
2934        * modules/argp-version-etc: Depends on version-etc.
2935
2936 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
2937
2938         argp-version-etc: new module.
2939
2940         * lib/argp-version-etc.c: New file.
2941         * lib/argp-version-etc.h: New file.
2942         * modules/argp-version-etc: New file.
2943         * modules/argp-version-etc-tests: New file.
2944         * tests/test-argp-version-etc.c: New test.
2945         * tests/test-argp-version-etc-1.sh: New test.
2946
2947 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
2948
2949         Provide additional interfaces and documentation for version-etc
2950         module.
2951
2952         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
2953         interfaces.
2954         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
2955         prototypes.
2956
2957 2009-06-24  Bruno Haible  <bruno@clisp.org>
2958
2959         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
2960         HAVE_LIB${NAME} macro.
2961         Reported by Sam Steingold <sds@gnu.org>.
2962
2963 2009-06-23  Simon Josefsson  <simon@josefsson.org>
2964
2965         * modules/hash-tests (test_hash_LDADD): Link to libintl when
2966         needed.
2967
2968 2009-06-21  Bruno Haible  <bruno@clisp.org>
2969
2970         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
2971         work.
2972         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
2973         together with LIB${NAME}, LTLIB${NAME}.
2974         Reported by Sam Steingold <sds@gnu.org>.
2975
2976 2009-06-20  Jim Meyering  <meyering@redhat.com>
2977
2978         tests: make sc_require_test_exit_idiom more generic
2979         * top/maint.mk (Exit_witness_file): New overridable variable.
2980         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
2981         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
2982
2983 2009-06-19  Jim Meyering  <meyering@redhat.com>
2984
2985         hash: reverse order of src/dst parameters in an internal interface
2986         * lib/hash.c (transfer_entries): Reverse order of parameters to
2987         put DST before SRC.  Adjust callers.
2988
2989         tests: test-hash: avoid wholesale duplication
2990         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
2991         Instead, use a loop and add a single conditional.
2992
2993         tests: test-hash: allow seed selection via a command line argument
2994         * tests/test-hash.c (get_seed): New function.
2995         (main): Use it.
2996
2997 2009-06-19  Eric Blake  <ebb9@byu.net>
2998
2999         hash: avoid memory leak on allocation failure
3000         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
3001         failure.  Factor repeated algorithm...
3002         (transfer_entries): ...into new helper routine.
3003         (hash_delete): React to hash_rehash return value.
3004
3005         hash: reduce memory pressure in hash_rehash no-op case
3006         * lib/hash.c (next_prime): Avoid overflow.
3007         (hash_initialize): Factor bucket size computation...
3008         (compute_bucket_size): ...into new helper function.
3009         (hash_rehash): Use new function and open coding to reduce memory
3010         pressure, and avoid a memory leak in USE_OBSTACK code.
3011         Reported by Jim Meyering.
3012
3013 2009-06-18  Eric Blake  <ebb9@byu.net>
3014
3015         hash: make rotation more obvious
3016         * modules/hash (Depends-on): Add bitrotate and stdint.
3017         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
3018         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
3019         (SIZE_MAX): Rely on headers for definition.
3020         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
3021         (raw_hasher): Use rotr_sz.
3022         Suggested by Jim Meyering.
3023
3024         hash: fix memory leak in last patch
3025         * lib/hash.c (hash_rehash): Avoid memory leak.
3026
3027         hash: avoid no-op rehashing
3028         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
3029
3030         hash: provide default callback functions
3031         * lib/hash.c (raw_hasher, raw_comparator): New functions.
3032         (hash_initialize): Use them as defaults.
3033         * tests/test-hash.c (main): Test this.
3034
3035         hash: minor optimization
3036         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
3037         when possible.
3038         (hash_initialize): Document this promise.
3039         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
3040         * tests/test-hash.c (hash_compare_strings): Test this.
3041
3042 2009-06-18  Bruno Haible  <bruno@clisp.org>
3043
3044         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
3045         going to be replaced anyway.
3046
3047 2009-06-18  Bruno Haible  <bruno@clisp.org>
3048
3049         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
3050         in one place.
3051         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
3052         be replaced anyway.
3053
3054 2009-06-18  Eric Blake  <ebb9@byu.net>
3055
3056         hash: check for resize before insertion
3057         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
3058         threshold before insertion, so that a pathological hash_rehash
3059         that fills every bucket can still trigger another rehash.
3060
3061 2009-06-18  Jim Meyering  <meyering@redhat.com>
3062
3063         hash-tests: add a loop around the small tests
3064         * tests/test-hash.c (main): Repeat small tests with selected
3065         small initial table sizes.
3066
3067 2009-06-17  Eric Blake  <ebb9@byu.net>
3068
3069         hash: minor cleanups
3070         * lib/hash.h (hash_entry): Make opaque, by moving...
3071         * lib/hash.c (hash_entry): ...here.
3072         (hash_insert): Clarify restrictions on what can be inserted.
3073         (hash_get_next): Clarify when it is safe to remove an element
3074         during traversal.
3075         (check_tuning): Skip verification when tuning is known safe.
3076         (hash_initialize): Clarify restrictions on tuning.
3077
3078 2009-06-17  Jim Meyering  <jim@meyering.net>
3079         and Eric Blake  <ebb9@byu.net>
3080
3081         hash-tests: new module
3082         * modules/hash-tests: New file.
3083         * tests/test-hash.c: New file.
3084
3085 2009-06-17  Eric Blake  <ebb9@byu.net>
3086
3087         strstr-simple: document new module
3088         * MODULES.html.sh: Document new module.
3089
3090         strstr, strcasestr: replace on platforms with broken memchr
3091         * modules/strstr: Split into...
3092         * modules/strstr-simple: ...new module that does not care about
3093         performance, but does care about glibc bug.
3094         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
3095         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
3096         if platform memchr is broken, per Debian bug 521737.
3097         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
3098         memchr.
3099         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
3100         * doc/posix-functions/strstr.texi (strstr): Document the fix.
3101         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
3102         * modules/mountlist (Depends-on): Add strstr-simple.
3103         * modules/gen-uni-tables (Depends-on): Likewise.
3104         * modules/argz (Depends-on): Add strstr.
3105
3106 2009-06-17  Bruno Haible  <bruno@clisp.org>
3107
3108         * modules/posix_spawn-internal (Depends-on): Add errno.
3109
3110 2009-06-17  Bruno Haible  <bruno@clisp.org>
3111
3112         Define missing ESTALE on Interix 3.5.
3113         * lib/errno.in.h (ESTALE): Assign a value if missing.
3114         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
3115         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
3116         missing.
3117         * doc/posix-headers/errno.texi: Mention the Interix bug.
3118         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
3119
3120 2009-06-15  Eric Blake  <ebb9@byu.net>
3121
3122         memchr, memchr2: add valgrind exception
3123         * lib/memchr.valgrind: New file.
3124         * lib/memchr2.valgrind: New file.
3125         * modules/memchr (Files): Distribute valgrind file.
3126         * modules/memchr2 (Files): Likewise.
3127
3128         docs: memchr is no longer obsolete
3129         * MODULES.html.sh: Move memchr from obsolete to string.h section.
3130         * lib/string.in.h (memchr): Simplify logic.
3131
3132 2009-06-14  Jim Meyering  <meyering@redhat.com>
3133
3134         link-follow: fix the "checking..." message to not mention trailing slash
3135         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
3136         never considered trailing slashes.
3137
3138 2009-06-14  Bruno Haible  <bruno@clisp.org>
3139
3140         * m4/memchr.m4: Mention also the bug on IA-64.
3141         * doc/posix-functions/memchr.texi: Likewise.
3142
3143 2009-06-12  Eric Blake  <ebb9@byu.net>
3144
3145         memchr: detect broken x86_64 and alpha implementations
3146         * modules/memchr-tests (Depends-on): Move mmap detection...
3147         * modules/memchr (Depends-on): ...here.
3148         (configure.ac): Set indicator.
3149         * lib/string.in.h (memchr): Declare replacement.
3150         * modules/string (Makefile.am): Trigger replacement.
3151         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
3152         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
3153         bugs.
3154         * doc/posix-functions/memchr.texi (memchr): Document the bug.
3155         * modules/getpagesize (License): Relax license.
3156
3157 2009-06-11  Bruno Haible  <bruno@clisp.org>
3158
3159         * lib/idpriv.h: Add more references.
3160
3161 2009-06-08  Bruno Haible  <bruno@clisp.org>
3162
3163         Tests for module 'idpriv-droptemp'.
3164         * modules/idpriv-droptemp-tests: New file.
3165         * tests/test-idpriv-droptemp.sh: New file.
3166         * tests/test-idpriv-droptemp.su.sh: New file.
3167         * tests/test-idpriv-droptemp.c: New file.
3168
3169         New module 'idpriv-droptemp'.
3170         * lib/idpriv-droptemp.c: New file.
3171         * modules/idpriv-droptemp: New file.
3172
3173 2009-06-08  Bruno Haible  <bruno@clisp.org>
3174
3175         Tests for module 'idpriv-drop'.
3176         * modules/idpriv-drop-tests: New file.
3177         * tests/test-idpriv-drop.sh: New file.
3178         * tests/test-idpriv-drop.su.sh: New file.
3179         * tests/test-idpriv-drop.c: New file.
3180
3181         New module 'idpriv-drop'.
3182         * lib/idpriv.h: New file.
3183         * lib-idpriv-drop.c: New file.
3184         * m4/idpriv.m4: New file.
3185         * modules/idpriv-drop: New file.
3186
3187 2009-06-08  Bruno Haible  <bruno@clisp.org>
3188
3189         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
3190         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3191         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3192         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3193         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3194         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3195         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3196
3197 2009-06-08  Eric Blake  <ebb9@byu.net>
3198
3199         test-strstr: use memory fence, when possible
3200         * tests/test-strstr.c (main): Use memory fence, in order to be
3201         more likely to trigger Debian bug 521737.
3202         * modules/strstr-tests (Files): Pull in additional files.
3203
3204         memchr: no longer obsolete, for wider field testing
3205         * modules/memchr (Status, Notice): Delete, this module is no
3206         longer obsolete.
3207         * modules/vasnprintf (Depends-on): Add memchr.
3208
3209 2009-06-07  Jim Meyering  <meyering@redhat.com>
3210
3211         hash: declare some functions with the warn_unused_result attribute
3212         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
3213
3214 2009-06-07  Bruno Haible  <bruno@clisp.org>
3215
3216         * tests/test-alignof.c: Don't test int64_t if it does not exist.
3217         Reported by Eric Blake.
3218
3219 2009-06-06  Eric Blake  <ebb9@byu.net>
3220
3221         test-alignof: fix typo with long double
3222         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
3223         compiler error.
3224
3225 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
3226
3227         Escape non-texinfo { and }s.
3228         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
3229         markup error.
3230
3231 2009-06-04  Jim Meyering  <meyering@redhat.com>
3232
3233         gitlog-to-changelog: don't infloop on an empty commit log
3234         * build-aux/gitlog-to-changelog: Warn about an empty log message.
3235         Reported by Boris Petersen <transacid@centerim.org>.
3236
3237 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
3238
3239         version-etc: extend for packagers
3240         Add three new configure options, intended for packagers:
3241           --with-packager="packager name"
3242           --with-packager-version="packager-specific version"
3243           --with-packager-bug-reports="packager bug reporting"
3244         An example with coreutils:
3245           $ ./configure \
3246             --with-packager=Gentoo \
3247             --with-packager-bug-report=http://bugs.gentoo.org/ \
3248             --with-packager-version="patchset 1.6"
3249           $ ./src/ls --version | head -n3
3250           ls (GNU coreutils) 7.1-dirty
3251           Packaged by Gentoo (patchset 1.6)
3252           Copyright (C) 2009 Free Software Foundation, Inc.
3253         Note that the bug reporting info via --help doesn't show up because
3254         coreutils uses its own custom emit_bug_reporting_address() implementation
3255         in src/system.h.  If it didn't, it'd look like:
3256           $ ./src/ls --help | tail -n4
3257           Report bugs to <bug-coreutils@gnu.org>.
3258           Report Gentoo bugs to <http://bugs.gentoo.org/>.
3259           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
3260           General help using GNU software: <http://www.gnu.org/gethelp/>.
3261         * lib/version-etc.c: Print new information, if provided.
3262         * m4/version-etc.m4: New file.
3263         * modules/version-etc (Files): Add m4/version-etc.m4.
3264         (configure.ac): Add gl_VERSION_ETC.
3265
3266 2009-05-31  Bruno Haible  <bruno@clisp.org>
3267
3268         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
3269         and 'int64_t'.
3270         * modules/alignof-tests (Dependencies): Add stdint.
3271         Reported by Eric Blake.
3272
3273 2009-05-31  Bruno Haible  <bruno@clisp.org>
3274
3275         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
3276         restriction due to compiler bugs.
3277         Reported by Eric Blake.
3278
3279 2009-05-31  Simon Josefsson  <simon@josefsson.org>
3280             Bruno Haible  <bruno@clisp.org>
3281
3282         Fix test-alignof failure.
3283         * lib/alignof.h (alignof_slot): New macro.
3284         (alignof_type): New macro, with the same semantics as the previous
3285         'alignof'.
3286         (alignof): Alias to alignof_slot.
3287         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
3288         check that the results are usable as constant expressions.
3289
3290 2009-05-31  Bruno Haible  <bruno@clisp.org>
3291
3292         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
3293         * tests/test-memchr.c (main): Check that memchr does not read past the
3294         first occurrence of the byte.
3295         * tests/test-strstr.c (main): Update comment.
3296         Suggested by Eric Blake.
3297
3298 2009-05-30  Bruno Haible  <bruno@clisp.org>
3299
3300         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
3301         detail how to use dumpbin.
3302         Reported by David Byron <dbyron@dbyron.com>.
3303
3304 2009-06-02  Simon Josefsson  <simon@josefsson.org>
3305
3306         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
3307
3308 2009-06-02  Simon Josefsson  <simon@josefsson.org>
3309
3310         * m4/manywarnings.m4: Add GCC 4.4 warnings.
3311
3312 2009-05-28  Bruno Haible  <bruno@clisp.org>
3313
3314         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
3315         build-aux/ files.
3316
3317 2009-05-28  Simon Josefsson  <simon@josefsson.org>
3318
3319         * gnulib-tool (func_import): Transform license on build-aux/ files too.
3320
3321 2009-05-27  Simon Josefsson  <simon@josefsson.org>
3322
3323         * gnulib-tool (sed_transform_main_lib_file)
3324         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
3325         regexps.
3326
3327 2009-05-26  Simon Josefsson  <simon@josefsson.org>
3328
3329         * tests/test-strstr.c: Add another self-test.
3330         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
3331         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
3332
3333 2009-05-23  Bruno Haible  <bruno@clisp.org>
3334
3335         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
3336         change.
3337
3338 2009-05-21  Bruno Haible  <bruno@clisp.org>
3339
3340         Simplify use of mode_t varargs.
3341         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
3342         uses 'mode_t' or 'int'.
3343         * lib/openat.c (openat): Likewise.
3344         * lib/open-safer.c (open_safer): Likewise.
3345         * m4/mode_t.m4: New file.
3346         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
3347         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
3348         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
3349         * modules/open (Files): Add m4/mode_t.m4.
3350         * modules/openat (Files): Likewise.
3351         * modules/fcntl-safer (Files): Likewise.
3352         Suggested by Eric Blake.
3353
3354 2009-05-21  Pádraig Brady  <P@draigbrady.com>
3355
3356         * doc/glibc-functions/fallocate.texi: New file.
3357         * doc/gnulib.texi: Include it.
3358
3359 2009-05-21  Eric Blake  <ebb9@byu.net>
3360             Bruno Haible  <bruno@clisp.org>
3361
3362         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
3363         invocations.
3364         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3365
3366 2009-05-21  Eric Blake  <ebb9@byu.net>
3367             Bruno Haible  <bruno@clisp.org>
3368
3369         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
3370         include_next. Fix of 2008-11-20 commit.
3371         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
3372         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
3373         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
3374         NEXT_MATH_H.
3375         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
3376         instead of NEXT_MATH_H.
3377
3378 2009-05-21  Bruno Haible  <bruno@clisp.org>
3379
3380         Avoid redefinition warnings for SIZE_MAX.
3381         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
3382         Reported by Simon Josefsson.
3383
3384 2009-05-21  Bruno Haible  <bruno@clisp.org>
3385
3386         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
3387         AC_CACHE_VAL.
3388
3389 2009-05-20  Bruno Haible  <bruno@clisp.org>
3390
3391         Make zeroptr.h work on mingw.
3392         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
3393         mprotect.
3394         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
3395         * modules/memchr2-tests (configure.ac): Likewise.
3396         * modules/memcmp-tests (configure.ac): Likewise.
3397         * modules/memmem-tests (configure.ac): Likewise.
3398         * modules/memrchr-tests (configure.ac): Likewise.
3399         Reported by Simon Josefsson.
3400
3401 2009-05-20  Simon Josefsson  <simon@josefsson.org>
3402
3403         * tests/test-glob.c: Include string.h for strcmp prototype.
3404
3405 2009-05-20  Simon Josefsson  <simon@josefsson.org>
3406
3407         * modules/getdelim (Depends-on): Add explicit stdint, although it
3408         was implicitly already pulled in via realloc-posix.
3409         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
3410
3411 2009-05-20  Simon Josefsson  <simon@josefsson.org>
3412
3413         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
3414         G. Christensen" <tgc@jupiterrise.com>.
3415         * m4/sys_socket_h.m4: Check for sa_family_t.
3416         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
3417         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
3418         * tests/test-sys_socket.c: Check that sa_family_t works.
3419
3420 2009-05-18  Eric Blake  <ebb9@byu.net>
3421
3422         maint.mk: allow gnulib_dir in VPATH build
3423         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
3424
3425 2009-05-15  Jim Meyering  <meyering@redhat.com>
3426
3427         maint.mk: Give gnulib_dir a default definition.
3428         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
3429         Thus, most packages no longer need to specify this variable in cfg.mk
3430
3431 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
3432
3433         rename.m4: fix typos that would make non-mingw cross-configure fail
3434         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
3435
3436 2009-05-13  Eric Blake  <ebb9@byu.net>
3437
3438         mmap-anon: avoid out-of-order autoconf expansion
3439         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
3440         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
3441         * modules/memchr-tests (Depends-on): Add extensions.
3442         * modules/memchr2-tests (Depends-on): Add extensions.
3443         * modules/memcmp-tests (Depends-on): Add extensions.
3444         * modules/memmem-tests (Depends-on): Add extensions.
3445         * modules/memrchr-tests (Depends-on): Add extensions.
3446
3447 2009-05-13  Bruno Haible  <bruno@clisp.org>
3448
3449         Make some tests ISO C 99 compliant.
3450         * tests/zerosize-ptr.h: New file.
3451         * tests/test-memchr.c: Include zerosize-ptr.h.
3452         (main): Use a zero-size object pointer instead of NULL.
3453         * tests/test-memchr2.c: Include zerosize-ptr.h.
3454         (main): Use a zero-size object pointer instead of NULL.
3455         * tests/test-memcmp.c: Include zerosize-ptr.h.
3456         (main): Use a zero-size object pointer instead of NULL.
3457         * tests/test-memmem.c: Include zerosize-ptr.h.
3458         (main): Use a zero-size object pointer instead of NULL.
3459         * tests/test-memrchr.c: Include zerosize-ptr.h.
3460         (main): Use a zero-size object pointer instead of NULL.
3461         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
3462         m4/mmap-anon.m4.
3463         (Depends-on): Add getpagesize.
3464         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
3465         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
3466         m4/mmap-anon.m4.
3467         (Depends-on): Add getpagesize.
3468         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
3469         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
3470         m4/mmap-anon.m4.
3471         (Depends-on): Add getpagesize.
3472         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
3473         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
3474         m4/mmap-anon.m4.
3475         (Depends-on): Add getpagesize.
3476         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
3477         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
3478         m4/mmap-anon.m4.
3479         (Depends-on): Add getpagesize.
3480         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
3481
3482 2009-05-12  Bruno Haible  <bruno@clisp.org>
3483
3484         Tests for module 'alignof'.
3485         * modules/alignof-tests: New file.
3486         * tests/test-alignof.c: New file.
3487
3488 2009-05-12  Bruno Haible  <bruno@clisp.org>
3489
3490         Fix alignof macro.
3491         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
3492         vendor compilers that are always correct.
3493
3494 2009-05-12  Bruno Haible  <bruno@clisp.org>
3495
3496         Make the MAP_ANONYMOUS detection work on HP-UX 11.
3497         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
3498         not whether its fully works.
3499
3500 2009-05-12  Bruno Haible  <bruno@clisp.org>
3501
3502         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
3503
3504 2009-05-12  Jim Meyering  <meyering@redhat.com>
3505
3506         * top/maint.mk: Adjust backslash alignment.
3507
3508 2009-05-11  Simon Josefsson  <simon@josefsson.org>
3509
3510         * top/maint.mk: Make $(srcdir)/build-aux configurable.
3511
3512 2009-05-11  Eric Blake  <ebb9@byu.net>
3513
3514         argp: avoid undefined behavior
3515         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
3516         macros.
3517
3518 2009-05-08  Simon Josefsson  <simon@josefsson.org>
3519
3520         * tests/test-vc-list-files-git.sh: Do git config of user.email and
3521         user.name to prevent git commit from complaining.
3522
3523 2009-05-10  Bruno Haible  <bruno@clisp.org>
3524
3525         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
3526         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
3527         it rewrites every file name only once.
3528         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
3529
3530 2009-05-08  Bruno Haible  <bruno@clisp.org>
3531
3532         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
3533         instead of 'max'.
3534
3535 2009-05-08  Simon Josefsson  <simon@josefsson.org>
3536
3537         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
3538         sockaddr_storage test.
3539
3540 2009-05-07  Simon Josefsson  <simon@josefsson.org>
3541
3542         * modules/sys_socket (Makefile.am): Substitute
3543         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
3544         * m4/sys_socket_h.m4: Check for sockaddr_storage.
3545         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
3546         * tests/test-sys_socket.c: Check sockaddr_storage.
3547
3548 2009-05-08  Bruno Haible  <bruno@clisp.org>
3549
3550         New module 'alignof'.
3551         * lib/alignof.h: New file.
3552         * modules/alignof: New file.
3553
3554 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
3555             Bruno Haible  <bruno@clisp.org>
3556
3557         Fix test-file-has-acl on FreeBSD.
3558         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
3559         mask is implicitly added.
3560         * tests/test-file-has-acl.c: Include <signal.h>.
3561         (main): Terminate the test after 5 seconds.
3562         * modules/acl-tests (configure.ac): Check for alarm function.
3563
3564 2009-05-04  Bruno Haible  <bruno@clisp.org>
3565
3566         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
3567         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
3568         * modules/errno (configure.ac): Drop AC_REQUIRE.
3569         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
3570         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
3571
3572 2009-05-04  Simon Josefsson  <simon@josefsson.org>
3573
3574         * modules/glob-tests: New module.
3575         * tests/test-glob.c: Add.
3576
3577 2009-05-04  Simon Josefsson  <simon@josefsson.org>
3578
3579         * modules/fnmatch-tests: New module.
3580         * tests/test-fnmatch.c: Add.
3581
3582 2009-05-04  Eric Blake  <ebb9@byu.net>
3583
3584         maint: make the new no-submodule-changes rule VPATH-safe
3585         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
3586
3587 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
3588             Bruno Haible  <bruno@clisp.org>
3589
3590         acl: Fix infinite loop on FreeBSD.
3591         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
3592         of return value from acl_get_entry.
3593         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
3594         Likewise.
3595
3596 2009-05-03  Bruno Haible  <bruno@clisp.org>
3597
3598         * lib/acl-internal.h (acl_entries): Clarify return value.
3599         * lib/acl_entries.c (acl_entries): Likewise.
3600
3601 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
3602
3603         Bug fix in acl module.
3604         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
3605
3606 2009-05-03  Bruno Haible  <bruno@clisp.org>
3607
3608         Create gperf-generated file in the source dir, not in the build dir.
3609         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
3610         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
3611         * modules/unicase/locale-language (unicase/locale-languages.h):
3612         Likewise.
3613         * modules/unicase/special-casing (unicase/special-casing-table.h):
3614         Likewise.
3615         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
3616         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
3617         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
3618         Reported by Ralf Wildenhues.
3619
3620 2009-05-03  Bruno Haible  <bruno@clisp.org>
3621
3622         * modules/fnmatch (Description, configure.ac): Taken from
3623         fnmatch-posix.
3624         * modules/fnmatch-posix: Turn into a symbolic reference to the
3625         'fnmatch' module, and deprecate.
3626         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
3627
3628 2009-05-03  Bruno Haible  <bruno@clisp.org>
3629
3630         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
3631         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
3632         Reported by Ralf Wildenhues.
3633
3634 2009-05-04  Simon Josefsson  <simon@josefsson.org>
3635
3636         * m4/fnmatch.m4: Fix fnmatch re-define.
3637
3638 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
3639
3640         priv-set: new module and tests; adapt write-any-file
3641         * lib/priv-set.c: New file.
3642         * lib/priv-set.h: New file.
3643         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
3644         * lib/write-any-file.c: Simplify by using priv-set module.
3645         * m4/priv-set.m4: New file.
3646         * modules/priv-set: New file.
3647         * modules/unlinkdir: Add dependency on priv-set module.
3648         * modules/write-any-file: Likewise.
3649
3650         Tests for module 'priv-set'.
3651         * modules/priv-set-tests: New file.
3652         * tests/test-priv-set.c: New file.
3653
3654 2009-05-03  Jim Meyering  <meyering@redhat.com>
3655             Bruno Haible  <bruno@clisp.org>
3656
3657         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
3658         use the converted UTF-8 variant of the name instead.
3659
3660 2009-05-03  Jim Meyering  <meyering@redhat.com>
3661
3662         tests: tighten some getdate tests
3663         * tests/test-getdate.c (main): Tighten tests: require equality,
3664         not just greater than.  Set TZ envvar to UTC0.
3665
3666 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
3667
3668         getdate: correctly interpret "next monday" when run on a Monday
3669         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
3670         that e.g., "next tues" (when run on a tuesday) results in a date
3671         that is one week in the future, and not today's date.
3672         I.e., add a week when the wday is the same as the current one.
3673         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
3674         and earlier by Martin Bernreuther and Jan Minář.
3675         * tests/test-getdate.c (main): Check that "next DAY" is always in
3676         the future and that "last DAY" is always in the past.
3677
3678 2009-05-02  Jim Meyering  <meyering@redhat.com>
3679
3680         build: ensure that a release build fails when a submodule is unclean
3681         * top/maint.mk (no-submodule-changes): New rule.
3682         (alpha beta major): Depend on it.
3683
3684 2009-05-02  Bruno Haible  <bruno@clisp.org>
3685
3686         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
3687         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
3688         shell variable gl_fnmatch_required to detect which variant is
3689         requested.
3690         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
3691         gl_FUNC_FNMATCH_POSIX.
3692         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
3693         exclude fnmatch-posix.
3694
3695 2009-05-02  Bruno Haible  <bruno@clisp.org>
3696
3697         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
3698         * modules/mbsrtowcs (License): Change to LGPLv2+.
3699         * modules/strnlen1 (License): Likewise.
3700         Reported by Simon Josefsson.
3701
3702 2009-05-02  Bruno Haible  <bruno@clisp.org>
3703
3704         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
3705         "cross".
3706         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
3707         gnulib-tool was called with option --source-base=lib.
3708
3709 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3710
3711         Use automake *-local hooks without commands, for extensibility.
3712         * modules/localcharset (Makefile.am): Rename install-exec-local
3713         rule to install-exec-localcharset, and make it a prerequisite of
3714         install-exec-local.  Likewise, rename the uninstall-local rule to
3715         uninstall-localcharset, and make it a prerequisite of the former.
3716
3717 2009-05-01  Bruno Haible  <bruno@clisp.org>
3718
3719         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
3720         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
3721         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
3722         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
3723         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
3724         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
3725         m4/locale-zh.m4, m4/codeset.m4.
3726
3727         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
3728         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
3729         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
3730         m4/locale-zh.m4.
3731
3732         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
3733         REPLACE_WCRTOMB if mbstate_t must be replaced.
3734         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
3735         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
3736
3737 2009-05-01  Bruno Haible  <bruno@clisp.org>
3738
3739         Avoid compiler warnings when redefining macros defined by <libintl.h>.
3740         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
3741         dngettext, dcngettext, textdomain, bindtextdomain,
3742         bind_textdomain_codeset): Undefine before redefining.
3743
3744 2009-04-30  Bruno Haible  <bruno@clisp.org>
3745
3746         Fix bug introduced on 2009-04-25.
3747         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
3748         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
3749         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
3750         is defined.
3751         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
3752         is defined.
3753         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
3754         is defined.
3755         Reported by Elbert_Pol <elbert.pol@gmail.com>.
3756
3757 2009-04-28  Bruno Haible  <bruno@clisp.org>
3758
3759         Comment tweaks.
3760         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
3761         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
3762         * lib/unicase.h (u*_casexfrm): Likewise.
3763         Reported by Paolo Bonzini.
3764
3765 2009-04-28  Bruno Haible  <bruno@clisp.org>
3766
3767         Fix a compilation error.
3768         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
3769         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
3770         Reported by Jim Meyering.
3771
3772 2009-04-27  Bruno Haible  <bruno@clisp.org>
3773
3774         New module 'libunistring'.
3775         * modules/libunistring: New file.
3776         * m4/libunistring.m4: New file.
3777         * MODULES.html.sh (Unicode string functions): Add it.
3778
3779 2009-04-27  Eric Blake  <ebb9@byu.net>
3780
3781         maint.mk: allow package-specific header to provide <config.h>
3782         * top/maint.mk (sc_require_config_h): New variable.
3783         (sc_require_config_h, sc_require_config_h_first): Use it.
3784
3785 2009-04-27  Simon Josefsson  <simon@josefsson.org>
3786
3787         * top/maint.mk (sc_avoid_if_before_free): Except
3788         useless-if-before-free script.
3789
3790 2009-04-27  Eric Blake  <ebb9@byu.net>
3791
3792         maintainer-makefile: depend on all required helper scripts
3793         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
3794         useless-if-before-free.
3795         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
3796         version, rather than assuming gnulib checkout is available.
3797         Reported by Simen Josefsson.
3798
3799 2009-04-26  Bruno Haible  <bruno@clisp.org>
3800
3801         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
3802         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
3803         "../" or "..".
3804
3805 2009-04-26  Bruno Haible  <bruno@clisp.org>
3806
3807         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
3808         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
3809         AC_LIB_HAVE_LINKFLAGS.
3810
3811 2009-04-26  Bruno Haible  <bruno@clisp.org>
3812
3813         Simplify calling convention of u*_conv_from_encoding.
3814         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
3815         u32_conv_from_encoding): Expect a resultbuf argument and return the
3816         result directly as a pointer.
3817         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
3818         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
3819         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
3820         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
3821         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
3822         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
3823         Update.
3824         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
3825         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
3826         * lib/vasnprintf.c (VASNPRINTF): Update.
3827         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
3828         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
3829         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
3830         * NEWS: Mention the change.
3831
3832 2009-04-26  Bruno Haible  <bruno@clisp.org>
3833
3834         Simplify calling convention of u*_conv_to_encoding.
3835         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3836         u32_conv_to_encoding): Expect a resultbuf argument and return the
3837         result directly as a pointer.
3838         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
3839         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
3840         freeing scaled_offsets if mem_iconveha failed.
3841         * lib/unicase/u-casexfrm.h (FUNC): Update.
3842         * lib/uninorm/u-normxfrm.h (FUNC): Update.
3843         * lib/vasnprintf.c (VASNPRINTF): Update.
3844         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
3845         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
3846         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
3847         * NEWS: Mention the change.
3848
3849 2009-04-26  Bruno Haible  <bruno@clisp.org>
3850
3851         Avoid test failures on AIX and OSF/1.
3852         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
3853         malloc(0).
3854         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
3855         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
3856         Likewise.
3857         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
3858         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
3859         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
3860         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
3861         * doc/posix-functions/malloc.texi: Document the portability problem
3862         related to malloc(0).
3863
3864 2009-04-26  Bruno Haible  <bruno@clisp.org>
3865
3866         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
3867         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
3868         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
3869
3870 2009-04-25  Bruno Haible  <bruno@clisp.org>
3871
3872         Avoid link error when creating a namespace clean library.
3873         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
3874         as macro with arguments if already defined as an alias.
3875         * lib/signbitf.c (gl_signbitf): Don't undefine.
3876         * lib/signbitd.c (gl_signbitd): Don't undefine.
3877         * lib/signbitl.c (gl_signbitl): Don't undefine.
3878
3879 2009-04-25  Jim Meyering  <meyering@redhat.com>
3880
3881         vc-list-files: fix another quoting bug
3882         * build-aux/vc-list-files: Avoid sed backslash expansion
3883         of pathological directory names.
3884
3885 2009-04-25  Eric Blake  <ebb9@byu.net>
3886
3887         vc-list-files: fix shell quoting error
3888         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
3889         timestamp.
3890
3891 2009-04-25  Jim Meyering  <meyering@redhat.com>
3892
3893         vc-list-files: restore lost functionality with subdir argument
3894         * build-aux/vc-list-files: When given a non-"." sub-directory
3895         argument, substitute the $dir/ prefix back onto each resulting name.
3896         Otherwise, coreutils' root_tests check would fail.
3897
3898 2009-04-24  Eric Blake  <ebb9@byu.net>
3899
3900         vc-list-files: ignore git symlinks
3901         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
3902         than ls-files, to ignore git symlinks.
3903
3904         maint.mk: import improvements from m4
3905         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
3906         (move_if_change): Delete unused macro.
3907         (news-date-check, vc-diff-check): Support VPATH builds.
3908         (announcement): Likewise.  Split --bootstrap-tools list...
3909         (boostrap-tools): ...into separate list, which can be overridden
3910         in cfg.mk.
3911         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
3912         requiring dependency on useless-if-before-free module.
3913         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
3914         Support VPATH builds.
3915
3916 2009-04-24  Jim Meyering  <meyering@redhat.com>
3917
3918         maint.mk: remove coreutils-specific rules and variables
3919         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
3920         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
3921         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
3922
3923         maint.mk: remove obsolete rule
3924         * top/maint.mk (rel-check): Remove rule.
3925         (WGET, WGETFLAGS): Remove now-unused variables.
3926
3927 2009-04-24  Simon Josefsson  <simon@josefsson.org>
3928
3929         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
3930         consistency.
3931
3932         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
3933         '$(PATH_SEPARATOR)' instead of ':'.
3934
3935 2009-04-24  Simon Josefsson  <simon@josefsson.org>
3936
3937         * lib/getopt1.c (main): Use 'const' for static array.
3938
3939 2009-04-24  Simon Josefsson  <simon@josefsson.org>
3940
3941         * top/maint.mk: Sync with coreutils.
3942         * NEWS: Explain incompatibilities.
3943
3944 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3945             Bruno Haible  <bruno@clisp.org>
3946
3947         Fix cross-compilation results.
3948         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
3949         statement, as third argument of AC_TRY_RUN.
3950         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
3951         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
3952         Likewise.
3953         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
3954         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
3955         Likewise.
3956         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
3957         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
3958         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
3959
3960 2009-04-20  Bruno Haible  <bruno@clisp.org>
3961
3962         Avoid test failure on mingw.
3963         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
3964
3965 2009-04-20  Bruno Haible  <bruno@clisp.org>
3966
3967         Avoid compilation error on mingw.
3968         * modules/localename-tests (Depends-on): Add locale.
3969
3970 2009-04-19  Bruno Haible  <bruno@clisp.org>
3971
3972         Support for building a shared library on Windows platforms.
3973         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
3974         (main): Test the presence of UNINORM_NFC here.
3975         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
3976         (main): Test the presence of UNINORM_NFD here.
3977         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
3978         (main): Test the presence of UNINORM_NFKC here.
3979         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
3980         (main): Test the presence of UNINORM_NFKD here.
3981
3982 2009-04-19  Bruno Haible  <bruno@clisp.org>
3983
3984         Avoid a compiler warning.
3985         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
3986         Change type of variable 'sequence'.
3987
3988 2009-04-19  Bruno Haible  <bruno@clisp.org>
3989
3990         * modules/configmake (Makefile.am): When the contents of configmake.h
3991         does not change, arrange to preserve its modification time.
3992
3993 2009-04-17  Simon Josefsson  <simon@josefsson.org>
3994
3995         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
3996         gettext domain.
3997
3998 2009-04-16  Jim Meyering  <meyering@redhat.com>
3999
4000         useless-if-before-free: improve conversion code
4001         * build-aux/useless-if-before-free: Adjust code-in-comment to match
4002         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
4003
4004 2009-04-14  Bruno Haible  <bruno@clisp.org>
4005
4006         * modules/fcntl (Depends-on): Add extensions.
4007         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
4008
4009 2009-04-12  Ben Pfaff  <blp@gnu.org>
4010
4011         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
4012         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
4013
4014 2009-03-20  Ben Pfaff  <blp@gnu.org>
4015
4016         Make rename replace existing destinations on Windows.
4017         * m4/rename.m4: Add test for Mingw.
4018         * lib/rename.c: Add rename replacement that uses MoveFileEx with
4019         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
4020         * doc/posix-functions/rename.texi: Document.
4021
4022 2009-04-10  Bruno Haible  <bruno@clisp.org>
4023
4024         New include file "iconveh.h".
4025         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
4026         * lib/striconveh.h: Include it.
4027         (enum iconv_ilseq_handler): Remove definition.
4028         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
4029         striconveh.h.
4030         * lib/striconveha.c: Include striconveh.h.
4031         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
4032         * modules/striconveh (Files): Add lib/iconveh.h.
4033         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
4034         lib/striconveh.h.
4035
4036 2009-04-10  Bruno Haible  <bruno@clisp.org>
4037
4038         * lib/uniconv.h: Update comment.
4039
4040 2009-04-10  Bruno Haible  <bruno@clisp.org>
4041
4042         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
4043         always.
4044         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
4045         * lib/unistr/u16-mbtouc-aux.c: Likewise.
4046         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
4047         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
4048         "unistring-notinline.h", so that the function gets defined always.
4049         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
4050         * lib/unistr/u8-uctomb.c: Likewise.
4051         * lib/unistr/u16-mbtouc.c: Likewise.
4052         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
4053         * lib/unistr/u16-uctomb.c: Likewise.
4054         * lib/unistr/u32-mbtouc.c: Likewise.
4055         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
4056         * lib/unistr/u32-uctomb.c: Likewise.
4057
4058 2009-04-10  Bruno Haible  <bruno@clisp.org>
4059
4060         Mark 'utime' obsolete.
4061         * modules/utime (Status, Notice): New sections.
4062         Suggested by Jim Meyering.
4063
4064         Fix cross-compile guess for utime test.
4065         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
4066         autoconf.
4067         * doc/posix-functions/utime.texi: Give more precisions.
4068         Reported by Jan <ipif@ymail.com>.
4069
4070 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
4071
4072         filevercmp: correct today's change
4073         * lib/filevercmp.c: Also handle coreutils' test inputs.
4074         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
4075
4076         Fix regression in 'filevercmp' module. Thanks Sven Joachim
4077         for reporting it.
4078         * lib/filevercmp.c: Special handle for "", "." and "..".
4079         * tests/test-filevercmp.c: Enlarge the set suite.
4080
4081 2009-04-07  Jim Meyering  <meyering@redhat.com>
4082
4083         useless-if-before-free: show how to remove braced useless free, too
4084         * build-aux/useless-if-before-free: still only in a comment, though.
4085
4086 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
4087
4088         maint.mk: import changes to syntax-check macros from coreutils
4089         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
4090         Use them in the relevant macros.
4091
4092 2009-04-06  Bruno Haible  <bruno@clisp.org>
4093
4094         Fix unportable use of bit-fields.
4095         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
4096         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
4097         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
4098
4099 2009-04-06  Bruno Haible  <bruno@clisp.org>
4100
4101         Avoid test failures on AIX and OSF/1.
4102         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
4103         that malloc(0) = NULL.
4104         * tests/unicase/test-u8-tolower.c (check): Likewise.
4105         * tests/unicase/test-u8-totitle.c (check): Likewise.
4106         * tests/unicase/test-u8-toupper.c (check): Likewise.
4107         * tests/unicase/test-u16-casefold.c (check): Likewise.
4108         * tests/unicase/test-u16-tolower.c (check): Likewise.
4109         * tests/unicase/test-u16-totitle.c (check): Likewise.
4110         * tests/unicase/test-u16-toupper.c (check): Likewise.
4111         * tests/unicase/test-u32-casefold.c (check): Likewise.
4112         * tests/unicase/test-u32-tolower.c (check): Likewise.
4113         * tests/unicase/test-u32-totitle.c (check): Likewise.
4114         * tests/unicase/test-u32-toupper.c (check): Likewise.
4115         * tests/uninorm/test-u8-nfc.c (check): Likewise.
4116         * tests/uninorm/test-u8-nfd.c (check): Likewise.
4117         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
4118         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
4119         * tests/uninorm/test-u16-nfc.c (check): Likewise.
4120         * tests/uninorm/test-u16-nfd.c (check): Likewise.
4121         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
4122         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
4123         * tests/uninorm/test-u32-nfc.c (check): Likewise.
4124         * tests/uninorm/test-u32-nfd.c (check): Likewise.
4125         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
4126         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
4127
4128 2009-04-05  Bruno Haible  <bruno@clisp.org>
4129
4130         Work around an autoconf limitation.
4131         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
4132         comment line if it would be longer than 3 KB.
4133
4134 2009-04-05  Bruno Haible  <bruno@clisp.org>
4135
4136         Avoid test failure with libiconv-1.13.
4137         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
4138         of the expected test results.
4139
4140 2009-04-05  Bruno Haible  <bruno@clisp.org>
4141
4142         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
4143         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
4144         that it should be installed.
4145
4146 2009-04-05  Bruno Haible  <bruno@clisp.org>
4147
4148         * gnulib-tool: New option --copy-file.
4149         (func_usage): Document it.
4150         (func_dest_tmpfilename): Moved out of func_import.
4151         (func_add_file, func_update_file): New functions, extracted from
4152         func_import.
4153         (func_import): Update.
4154
4155 2009-04-05  Karl Berry  <karl@gnu.org>
4156
4157         * README: prominently mention gnulib-tool.
4158         Rearrange sections so getting the code is near the top.
4159
4160 2009-04-05  Bruno Haible  <bruno@clisp.org>
4161
4162         * lib/unicase.h: Mention u*_cmp2.
4163         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
4164         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
4165         * lib/unicase/ulc-casecmp.c: Likewise.
4166         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
4167         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
4168         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
4169         unistr/u8-cmp.
4170         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
4171         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
4172         unistr/u16-cmp.
4173         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
4174         unistr/u32-cmp.
4175
4176         * lib/uninorm.h: Mention u*_cmp2.
4177         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
4178         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
4179         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
4180         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
4181         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
4182         unistr/u8-cmp.
4183         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
4184         unistr/u16-cmp.
4185         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
4186         unistr/u32-cmp.
4187
4188         New module 'unistr/u32-cmp2'.
4189         * lib/unistr/u32-cmp2.c: New file.
4190         * modules/unistr/u32-cmp2: New file.
4191
4192         New module 'unistr/u16-cmp2'.
4193         * lib/unistr/u16-cmp2.c: New file.
4194         * modules/unistr/u16-cmp2: New file.
4195
4196         New module 'unistr/u8-cmp2'.
4197         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
4198         * lib/unistr/u8-cmp2.c: New file.
4199         * lib/unistr/u-cmp2.h: New file.
4200         * modules/unistr/u8-cmp2: New file.
4201
4202 2009-04-05  Bruno Haible  <bruno@clisp.org>
4203
4204         * lib/unictype.h (uc_property_is_valid): New macro.
4205         * tests/unictype/test-pr_byname.c (main): Use it.
4206
4207         * lib/unistr.h: Doc fixes.
4208         * lib/uniconv.h: Doc fixes.
4209         * lib/unictype.h: Doc fixes.
4210
4211 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
4212
4213         Port coreutils 7.2 to Solaris 8.
4214
4215         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
4216         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
4217         for Solaris 8.  This is a bit of a hack, as it means it's the
4218         caller's responsibility to add -lnsl if needed, but most likely it
4219         won't be needed since only getaddrinfo uses this and getaddrinfo
4220         isn't needed on Solaris 8.
4221
4222         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
4223         problem to Solaris 8 encountered with coreutils 7.2, which
4224         resulted in a message "fnmatch.c:292: warning: passing argument 4
4225         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
4226         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
4227
4228 2009-04-03  Simon Josefsson  <simon@josefsson.org>
4229
4230         * m4/ld-version-script.m4: Add FIXME comment.
4231
4232 2009-04-02  Simon Josefsson  <simon@josefsson.org>
4233
4234         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
4235         SOVERSION variable.
4236
4237 2009-04-02  Bruno Haible  <bruno@clisp.org>
4238
4239         * Makefile (info, html, dvi, pdf): Combine the rules.
4240         Suggested by Jim Meyering.
4241
4242 2009-04-01  Bruno Haible  <bruno@clisp.org>
4243
4244         * Makefile (info, html, dvi, pdf): New targets.
4245         Reported by Reuben Thomas <rrt@sc3d.org>.
4246
4247 2009-04-01  Bruno Haible  <bruno@clisp.org>
4248
4249         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
4250         can be put into PATH.
4251         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
4252
4253 2009-04-01  Bruno Haible  <bruno@clisp.org>
4254
4255         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
4256
4257 2009-04-01  Bruno Haible  <bruno@clisp.org>
4258
4259         Rename module 'visibility'.
4260         * modules/lib-symbol-visibility: Renamed from modules/visibility.
4261         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
4262         * doc/gnulib.texi: Update.
4263         * MODULES.html.sh (Misc): Update.
4264         * NEWS: Mention the change.
4265
4266 2009-04-01  Simon Josefsson  <simon@josefsson.org>
4267
4268         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
4269         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
4270         Eric Blake <ebb9@byu.net> for review.
4271         * MODULES.html.sh: Add lib-msvc-compat.
4272         * doc/gnulib.texi: Link to new section.
4273         * m4/ld-output-def.m4: New file.
4274         * doc/ld-output-def.texi: New file.
4275
4276 2009-04-01  Simon Josefsson  <simon@josefsson.org>
4277
4278         Rename ld-version-script to lib-symbol-versions.  Suggested by
4279         Bruno Haible <bruno@clisp.org>.
4280         * modules/ld-version-script: Renamed to lib-symbol-versions.
4281         * doc/ld-version-script.texi: Fix module name.
4282         * MODULES.html.sh: Add lib-symbol-versions.
4283
4284 2009-03-31  Simon Josefsson  <simon@josefsson.org>
4285
4286         * modules/u64-tests: New file.
4287         * tests/test-u64.c: New file.
4288
4289 2009-03-04  Simon Josefsson  <simon@josefsson.org>
4290
4291         * MODULES.html.sh: Mention u64.
4292         * modules/u64: New module.
4293         * modules/crypto/sha512: Depend on u64 module instead of providing
4294         u64.h.
4295
4296 2009-03-27  Eric Blake  <ebb9@byu.net>
4297
4298         test-strerror: make debugging EAI_SYSTEM easier
4299         * modules/getaddrinfo-tests (Depends-on): Add strerror.
4300         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
4301         failure was EAI_SYSTEM.
4302
4303 2009-03-25  Bruno Haible  <bruno@clisp.org>
4304
4305         Fix a problem with --enable-relocatable on Solaris 7.
4306         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
4307         since 2008-02-24.
4308
4309 2009-03-25  Eric Blake  <ebb9@byu.net>
4310
4311         test-sockets: avoid gcc warning
4312         * tests/test-sockets.c (main): Silence compiler warning.
4313
4314 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
4315
4316         New modules nproc, pthread, contributed by Glen Lenker.
4317
4318         * MODULES.html.sh: Add pthread, nproc.
4319         * lib/nproc.c: New file.
4320         * lib/nproc.h: New file.
4321         * lib/pthread.in.h: New file.
4322         * m4/pthread.m4: New file.
4323         * modules/nproc: New file.
4324         * modules/pthread: New file.
4325
4326 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4327
4328         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
4329         New variable.
4330
4331 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
4332
4333         filevercmp: handle simple~ and numbered.~3~ backup suffixes
4334         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
4335         * tests/test-filevercmp.c: Add tests for backup suffixes.
4336
4337 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4338
4339         * modules/stdlib (Depends-on): Add stdint, needed when defining
4340         struct random_data on, for example, HP-UX 10.20.  Reported by
4341         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4342
4343 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4344
4345         * lib/readline.c (readline): Call fflush on stdout after printing
4346         prompt.
4347
4348 2009-03-20  Bruno Haible  <bruno@clisp.org>
4349
4350         Remove dependency from 'close' module to -lws2_32 on native Windows.
4351         * lib/close-hook.h: New file.
4352         * lib/close-hook.c: New file.
4353         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
4354         w32sock.h.
4355         (_gl_close_fd_maybe_socket): Remove function.
4356         (rpl_close): Invoke execute_all_close_hooks instead of
4357         _gl_close_fd_maybe_socket.
4358         * lib/sockets.c: Include close-hook.h, w32sock.h.
4359         (close_fd_maybe_socket): New function, essentially from lib/close.c.
4360         (close_sockets_hook): New variable.
4361         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
4362         (gl_sockets_cleanup): Unregister it.
4363         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
4364         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
4365         * modules/close-hook: New file.
4366         * modules/close (Files): Remove lib/w32sock.h.
4367         (Depends-on): Add close-hook.
4368         (Link): Remove section.
4369         * modules/sockets (Files): Add lib/w32sock.h.
4370         (Depends-on): Add close-hook.
4371         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
4372         invocation.
4373         * NEWS: Mention that LIB_CLOSE is gone.
4374
4375 2009-03-23  Eric Blake  <ebb9@byu.net>
4376
4377         signal-tests: test previous patch
4378         * tests/test-signal.c: New file.
4379         * modules/signal-tests: Likewise.
4380
4381         signal.h: always support 'volatile sig_atomic_t'
4382         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
4383         (gl_SIGNAL_H_DEFAULTS): Add a default.
4384         * modules/signal (Makefile.am): Substitute if needed.
4385         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
4386         users can blindly add volatile.
4387         * doc/posix-headers/signal.texi (signal.h): Document it.
4388         Reported by Matthew Woehlke.
4389
4390 2009-03-23  Jim Meyering  <meyering@redhat.com>
4391
4392         pathmax: PATH_MAX: use pathconf only when available
4393         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
4394         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
4395         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
4396         This avoids a link failure in a PSP cross-compilation environment
4397         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
4398
4399         * lib/vasnprintf.c (divide): Fix typo in comment.
4400
4401 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4402
4403         * gnulib-tool (func_filter_filelist): Fix comment.
4404
4405 2009-03-20  Bruno Haible  <bruno@clisp.org>
4406
4407         Make sockets.h self-contained.
4408         * lib/sockets.c: Include sockets.h first.
4409         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
4410
4411 2009-03-19  Eric Blake  <ebb9@byu.net>
4412
4413         doc: mention more functions added in cygwin 1.7.0
4414         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
4415         addition.
4416         * doc/posix-functions/log2f.texi: Likewise.
4417
4418 2009-03-19  Jim Meyering  <meyering@redhat.com>
4419
4420         fsusage: avoid syntax error due to statement-before-declaration
4421         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
4422         after all declarations.  Reported by Matthew Woehlke in
4423         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
4424
4425 2009-03-18  Eric Blake  <ebb9@byu.net>
4426
4427         build-aux/compile: sync from automake
4428         * build-aux/compile: New file, from automake.
4429         * config/srclist.txt: Mention build-aux/compile.
4430
4431 2009-03-17  Bruno Haible  <bruno@clisp.org>
4432
4433         * lib/git-merge-changelog.c: Fix typo in comment.
4434         Reported by Reuben Thomas <rrt@sc3d.org>.
4435
4436 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
4437
4438         * m4/regex.m4: update and improve help for
4439         --without-included-regex.
4440
4441 2009-03-17  Simon Josefsson  <simon@josefsson.org>
4442
4443         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
4444         failure on missing include files.
4445
4446 2009-03-17  Eric Blake  <ebb9@byu.net>
4447
4448         doc: mention more functions added in cygwin 1.7.0
4449         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
4450         addition.
4451         * doc/posix-functions/fwscanf.texi: Likewise.
4452         * doc/posix-functions/swprintf.texi: Likewise.
4453         * doc/posix-functions/swscanf.texi: Likewise.
4454         * doc/posix-functions/vfwprintf.texi: Likewise.
4455         * doc/posix-functions/vfwscanf.texi: Likewise.
4456         * doc/posix-functions/vswprintf.texi: Likewise.
4457         * doc/posix-functions/vswscanf.texi: Likewise.
4458         * doc/posix-functions/vwprintf.texi: Likewise.
4459         * doc/posix-functions/vwscanf.texi: Likewise.
4460         * doc/posix-functions/wcscasecmp.texi: Likewise.
4461         * doc/posix-functions/wcsdup.texi: Likewise.
4462         * doc/posix-functions/wcsftime.texi: Likewise.
4463         * doc/posix-functions/wcsncasecmp.texi: Likewise.
4464         * doc/posix-functions/wprintf.texi: Likewise.
4465         * doc/posix-functions/wscanf.texi: Likewise.
4466         * doc/glibc-functions/gethostbyname2.texi: Likewise.
4467
4468 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4469
4470         maint.mk: really add $(AM_MAKEFLAGS)
4471         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
4472         was inadvertently omitted in the last commit.
4473         Spotted by Bruno Haible.
4474
4475         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
4476         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
4477         $(AM_MAKEFLAGS)' rather than plain `make'.
4478
4479         gnulib-tool: execute $MAKE not make
4480         * gnulib-tool: Default $MAKE to 'make'.
4481         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
4482         than make.  Initialize $MAKE in the do-autobuild script.
4483
4484         gnulib-tool: use $MAKE not make in generated files
4485         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
4486         make, in generated files.  Initialize $MAKE in the do-autobuild
4487         script.
4488
4489         * top/GNUmakefile (_have-git-version-gen): Fix typo.
4490
4491         GNUmakefile: disable parallelism only for multiple, recursive targets
4492         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
4493         additions in the Makefile.
4494         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
4495         by Automake.
4496         (.NOTPARALLEL): Only disable parallel builds if multiple targets
4497         are listed on the command line and at least one of them is
4498         listed in $(ALL_RECURSIVE_TARGETS).
4499
4500 2009-03-14  Bruno Haible  <bruno@clisp.org>
4501
4502         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
4503         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
4504         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
4505         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
4506         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
4507         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
4508         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
4509         unistr/u8-uctomb.
4510         * modules/unistr/u8-strchr (Depends-on): Likewise.
4511         * modules/unistr/u8-strrchr (Depends-on): Likewise.
4512         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
4513         unistr/u16-uctomb.
4514         * modules/unistr/u16-strchr (Depends-on): Likewise.
4515         * modules/unistr/u16-strrchr (Depends-on): Likewise.
4516
4517 2009-03-12  Bruno Haible  <bruno@clisp.org>
4518
4519         Work around select() bug on Interix 3.5.
4520         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
4521         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
4522         * m4/select.m4: New file.
4523         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
4524         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
4525         * modules/select (Files): Add m4/select.m4.
4526         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
4527         * modules/nanosleep (Depends-on): Add select.
4528         * modules/poll (Depends-on): Likewise.
4529         * doc/posix-functions/select.texi: Mention the Interix bug.
4530         Reported by Markus Duft <mduft@gentoo.org>.
4531
4532         * lib/select.c: Renamed from lib/winsock-select.c.
4533         * modules/select (Files): Add lib/select.c, remove
4534         lib/winsock-select.c.
4535         (configure.ac): Update.
4536
4537 2009-03-12  Jim Meyering  <meyering@redhat.com>
4538
4539         avoid gcc warnings about unused macro definitions
4540         * lib/readtokens.c (STREQ): Remove unused definition.
4541         * lib/xmalloc.c (SIZE_MAX): Likewise.
4542         * lib/openat-die.c (N_): Likewise.
4543         * lib/mountlist.c (SIZE_MAX): Remove definition.
4544         Instead, include <stdint.h>.
4545         * lib/readutmp.c: Likewise.
4546         * modules/readutmp (Depends-on): Add stdint.
4547         * modules/mountlist (Depends-on): Add stdint.
4548         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
4549
4550 2009-03-10  Bruno Haible  <bruno@clisp.org>
4551
4552         Tests for module 'mbmemcasecoll'.
4553         * modules/mbmemcasecoll-tests: New file.
4554         * tests/test-mbmemcasecoll1.sh: New file.
4555         * tests/test-mbmemcasecoll2.sh: New file.
4556         * tests/test-mbmemcasecoll3.sh: New file.
4557         * tests/test-mbmemcasecoll.c: New file.
4558
4559         New module 'mbmemcasecoll'.
4560         * lib/mbmemcasecoll.h: New file.
4561         * lib/mbmemcasecoll.c: New file.
4562         * modules/mbmemcasecoll: New file.
4563
4564         * tests/test-mbmemcasecmp.h: New file, extracted from
4565         tests/test-mbmemcasecmp.c.
4566         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
4567         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
4568         (main): Update.
4569         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
4570
4571 2009-03-09  Bruno Haible  <bruno@clisp.org>
4572
4573         Tests for module 'mbmemcasecmp'.
4574         * modules/mbmemcasecmp-tests: New file.
4575         * tests/test-mbmemcasecmp1.sh: New file.
4576         * tests/test-mbmemcasecmp2.sh: New file.
4577         * tests/test-mbmemcasecmp3.sh: New file.
4578         * tests/test-mbmemcasecmp.c: New file.
4579
4580         New module 'mbmemcasecmp'.
4581         * lib/mbmemcasecmp.h: New file.
4582         * lib/mbmemcasecmp.c: New file.
4583         * modules/mbmemcasecmp: New file.
4584
4585 2009-03-09  Bruno Haible  <bruno@clisp.org>
4586
4587         Tests for module 'unicase/ulc-casecoll'.
4588         * modules/unicase/ulc-casecoll-tests: New file.
4589         * tests/unicase/test-ulc-casecoll1.sh: New file.
4590         * tests/unicase/test-ulc-casecoll2.sh: New file.
4591         * tests/unicase/test-ulc-casecoll.c: New file.
4592
4593         New module 'unicase/ulc-casecoll'.
4594         * lib/unicase.h (ulc_casecoll): New declaration.
4595         * lib/unicase/ulc-casecoll.c: New file.
4596         * modules/unicase/ulc-casecoll: New file.
4597
4598         New module 'unicase/ulc-casexfrm'.
4599         * lib/unicase.h (ulc_casexfrm): New declaration.
4600         * lib/unicase/ulc-casexfrm.c: New file.
4601         * modules/unicase/ulc-casexfrm: New file.
4602
4603 2009-03-09  Bruno Haible  <bruno@clisp.org>
4604
4605         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
4606         invocations.
4607
4608         * m4/mbscasecmp.m4: Remove file.
4609         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
4610         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
4611
4612         * m4/mbscasestr.m4: Remove file.
4613         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
4614         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
4615
4616         * m4/mbschr.m4: Remove file.
4617         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
4618         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
4619
4620         * m4/mbscspn.m4: Remove file.
4621         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
4622         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
4623
4624         * m4/mbslen.m4: Remove file.
4625         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
4626         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
4627
4628         * m4/mbsncasecmp.m4: Remove file.
4629         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
4630         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
4631
4632         * m4/mbsnlen.m4: Remove file.
4633         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
4634         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
4635
4636         * m4/mbspbrk.m4: Remove file.
4637         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
4638         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
4639
4640         * m4/mbspcasecmp.m4: Remove file.
4641         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
4642         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
4643
4644         * m4/mbsrchr.m4: Remove file.
4645         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
4646         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
4647
4648         * m4/mbssep.m4: Remove file.
4649         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
4650         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
4651
4652         * m4/mbsspn.m4: Remove file.
4653         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
4654         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
4655
4656         * m4/mbsstr.m4: Remove file.
4657         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
4658         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
4659
4660         * m4/mbstok_r.m4: Remove file.
4661         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
4662         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
4663
4664         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
4665
4666         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
4667         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
4668
4669         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
4670
4671 2009-03-08  Bruno Haible  <bruno@clisp.org>
4672
4673         Tests for module 'unicase/ulc-casecmp'.
4674         * modules/unicase/ulc-casecmp-tests: New file.
4675         * tests/unicase/test-ulc-casecmp1.sh: New file.
4676         * tests/unicase/test-ulc-casecmp2.sh: New file.
4677         * tests/unicase/test-ulc-casecmp.c: New file.
4678
4679         New module 'unicase/ulc-casecmp'.
4680         * lib/unicase.h (ulc_casecmp): New declaration.
4681         * lib/unicase/ulc-casecmp.c: New file.
4682         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
4683         'const SRC_UNIT *'.
4684         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
4685         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
4686         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
4687         * modules/unicase/ulc-casecmp: New file.
4688
4689         Tests for module 'unicase/u32-is-cased'.
4690         * modules/unicase/u32-is-cased-tests: New file.
4691         * tests/unicase/test-u32-is-cased.c: New file.
4692
4693         Tests for module 'unicase/u16-is-cased'.
4694         * modules/unicase/u16-is-cased-tests: New file.
4695         * tests/unicase/test-u16-is-cased.c: New file.
4696
4697         Tests for module 'unicase/u8-is-cased'.
4698         * modules/unicase/u8-is-cased-tests: New file.
4699         * tests/unicase/test-u8-is-cased.c: New file.
4700         * tests/unicase/test-is-cased.h: New file.
4701
4702         New module 'unicase/u32-is-cased'.
4703         * lib/unicase/u32-is-cased.c: New file.
4704         * modules/unicase/u32-is-cased: New file.
4705
4706         New module 'unicase/u16-is-cased'.
4707         * lib/unicase/u16-is-cased.c: New file.
4708         * modules/unicase/u16-is-cased: New file.
4709
4710         New module 'unicase/u8-is-cased'.
4711         * lib/unicase/u8-is-cased.c: New file.
4712         * lib/unicase/u-is-cased.h: New file.
4713         * modules/unicase/u8-is-cased: New file.
4714
4715         Tests for module 'unicase/u32-is-casefolded'.
4716         * modules/unicase/u32-is-casefolded-tests: New file.
4717         * tests/unicase/test-u32-is-casefolded.c: New file.
4718
4719         Tests for module 'unicase/u16-is-casefolded'.
4720         * modules/unicase/u16-is-casefolded-tests: New file.
4721         * tests/unicase/test-u16-is-casefolded.c: New file.
4722
4723         Tests for module 'unicase/u8-is-casefolded'.
4724         * modules/unicase/u8-is-casefolded-tests: New file.
4725         * tests/unicase/test-u8-is-casefolded.c: New file.
4726         * tests/unicase/test-is-casefolded.h: New file.
4727
4728         New module 'unicase/u32-is-casefolded'.
4729         * lib/unicase/u32-is-casefolded.c: New file.
4730         * modules/unicase/u32-is-casefolded: New file.
4731
4732         New module 'unicase/u16-is-casefolded'.
4733         * lib/unicase/u16-is-casefolded.c: New file.
4734         * modules/unicase/u16-is-casefolded: New file.
4735
4736         New module 'unicase/u8-is-casefolded'.
4737         * lib/unicase/u8-is-casefolded.c: New file.
4738         * modules/unicase/u8-is-casefolded: New file.
4739
4740         Tests for module 'unicase/u32-is-titlecase'.
4741         * modules/unicase/u32-is-titlecase-tests: New file.
4742         * tests/unicase/test-u32-is-titlecase.c: New file.
4743
4744         Tests for module 'unicase/u16-is-titlecase'.
4745         * modules/unicase/u16-is-titlecase-tests: New file.
4746         * tests/unicase/test-u16-is-titlecase.c: New file.
4747
4748         Tests for module 'unicase/u8-is-titlecase'.
4749         * modules/unicase/u8-is-titlecase-tests: New file.
4750         * tests/unicase/test-u8-is-titlecase.c: New file.
4751         * tests/unicase/test-is-titlecase.h: New file.
4752
4753         New module 'unicase/u32-is-titlecase'.
4754         * lib/unicase/u32-is-titlecase.c: New file.
4755         * modules/unicase/u32-is-titlecase: New file.
4756
4757         New module 'unicase/u16-is-titlecase'.
4758         * lib/unicase/u16-is-titlecase.c: New file.
4759         * modules/unicase/u16-is-titlecase: New file.
4760
4761         New module 'unicase/u8-is-titlecase'.
4762         * lib/unicase/u8-is-titlecase.c: New file.
4763         * modules/unicase/u8-is-titlecase: New file.
4764
4765         Tests for module 'unicase/u32-is-lowercase'.
4766         * modules/unicase/u32-is-lowercase-tests: New file.
4767         * tests/unicase/test-u32-is-lowercase.c: New file.
4768
4769         Tests for module 'unicase/u16-is-lowercase'.
4770         * modules/unicase/u16-is-lowercase-tests: New file.
4771         * tests/unicase/test-u16-is-lowercase.c: New file.
4772
4773         Tests for module 'unicase/u8-is-lowercase'.
4774         * modules/unicase/u8-is-lowercase-tests: New file.
4775         * tests/unicase/test-u8-is-lowercase.c: New file.
4776         * tests/unicase/test-is-lowercase.h: New file.
4777
4778         New module 'unicase/u32-is-lowercase'.
4779         * lib/unicase/u32-is-lowercase.c: New file.
4780         * modules/unicase/u32-is-lowercase: New file.
4781
4782         New module 'unicase/u16-is-lowercase'.
4783         * lib/unicase/u16-is-lowercase.c: New file.
4784         * modules/unicase/u16-is-lowercase: New file.
4785
4786         New module 'unicase/u8-is-lowercase'.
4787         * lib/unicase/u8-is-lowercase.c: New file.
4788         * modules/unicase/u8-is-lowercase: New file.
4789
4790         Tests for module 'unicase/u32-is-uppercase'.
4791         * modules/unicase/u32-is-uppercase-tests: New file.
4792         * tests/unicase/test-u32-is-uppercase.c: New file.
4793
4794         Tests for module 'unicase/u16-is-uppercase'.
4795         * modules/unicase/u16-is-uppercase-tests: New file.
4796         * tests/unicase/test-u16-is-uppercase.c: New file.
4797
4798         Tests for module 'unicase/u8-is-uppercase'.
4799         * modules/unicase/u8-is-uppercase-tests: New file.
4800         * tests/unicase/test-u8-is-uppercase.c: New file.
4801         * tests/unicase/test-is-uppercase.h: New file.
4802
4803         New module 'unicase/u32-is-uppercase'.
4804         * lib/unicase/u32-is-uppercase.c: New file.
4805         * modules/unicase/u32-is-uppercase: New file.
4806
4807         New module 'unicase/u16-is-uppercase'.
4808         * lib/unicase/u16-is-uppercase.c: New file.
4809         * modules/unicase/u16-is-uppercase: New file.
4810
4811         New module 'unicase/u8-is-uppercase'.
4812         * lib/unicase/u8-is-uppercase.c: New file.
4813         * modules/unicase/u8-is-uppercase: New file.
4814
4815         New module 'unicase/u32-is-invariant'.
4816         * lib/unicase/u32-is-invariant.c: New file.
4817         * modules/unicase/u32-is-invariant: New file.
4818
4819         New module 'unicase/u16-is-invariant'.
4820         * lib/unicase/u16-is-invariant.c: New file.
4821         * modules/unicase/u16-is-invariant: New file.
4822
4823         New module 'unicase/u8-is-invariant'.
4824         * lib/unicase/u8-is-invariant.c: New file.
4825         * lib/unicase/invariant.h: New file.
4826         * lib/unicase/u-is-invariant.h: New file.
4827         * modules/unicase/u8-is-invariant: New file.
4828
4829         Tests for module 'unicase/u32-casecoll'.
4830         * modules/unicase/u32-casecoll-tests: New file.
4831         * tests/unicase/test-u32-casecoll.c: New file.
4832
4833         Tests for module 'unicase/u16-casecoll'.
4834         * modules/unicase/u16-casecoll-tests: New file.
4835         * tests/unicase/test-u16-casecoll.c: New file.
4836
4837         Tests for module 'unicase/u8-casecoll'.
4838         * modules/unicase/u8-casecoll-tests: New file.
4839         * tests/unicase/test-u8-casecoll.c: New file.
4840
4841         New module 'unicase/u32-casecoll'.
4842         * lib/unicase/u32-casecoll.c: New file.
4843         * modules/unicase/u32-casecoll: New file.
4844
4845         New module 'unicase/u16-casecoll'.
4846         * lib/unicase/u16-casecoll.c: New file.
4847         * modules/unicase/u16-casecoll: New file.
4848
4849         New module 'unicase/u8-casecoll'.
4850         * lib/unicase/u8-casecoll.c: New file.
4851         * lib/unicase/u-casecoll.h: New file.
4852         * modules/unicase/u8-casecoll: New file.
4853
4854         New module 'unicase/u32-casexfrm'.
4855         * lib/unicase/u32-casexfrm.c: New file.
4856         * modules/unicase/u32-casexfrm: New file.
4857
4858         New module 'unicase/u16-casexfrm'.
4859         * lib/unicase/u16-casexfrm.c: New file.
4860         * modules/unicase/u16-casexfrm: New file.
4861
4862         New module 'unicase/u8-casexfrm'.
4863         * lib/unicase/u8-casexfrm.c: New file.
4864         * lib/unicase/u-casexfrm.h: New file.
4865         * modules/unicase/u8-casexfrm: New file.
4866
4867         Tests for module 'unicase/u32-casecmp'.
4868         * modules/unicase/u32-casecmp-tests: New file.
4869         * tests/unicase/test-u32-casecmp.c: New file.
4870
4871         Tests for module 'unicase/u16-casecmp'.
4872         * modules/unicase/u16-casecmp-tests: New file.
4873         * tests/unicase/test-u16-casecmp.c: New file.
4874
4875         Tests for module 'unicase/u8-casecmp'.
4876         * modules/unicase/u8-casecmp-tests: New file.
4877         * tests/unicase/test-u8-casecmp.c: New file.
4878         * tests/unicase/test-casecmp.h: New file.
4879
4880         New module 'unicase/u32-casecmp'.
4881         * lib/unicase/u32-casecmp.c: New file.
4882         * modules/unicase/u32-casecmp: New file.
4883
4884         New module 'unicase/u16-casecmp'.
4885         * lib/unicase/u16-casecmp.c: New file.
4886         * modules/unicase/u16-casecmp: New file.
4887
4888         New module 'unicase/u8-casecmp'.
4889         * lib/unicase/u8-casecmp.c: New file.
4890         * lib/unicase/u-casecmp.h: New file.
4891         * modules/unicase/u8-casecmp: New file.
4892
4893         Tests for module 'unicase/u32-casefold'.
4894         * modules/unicase/u32-casefold-tests: New file.
4895         * tests/unicase/test-u32-casefold.c: New file.
4896
4897         Tests for module 'unicase/u16-casefold'.
4898         * modules/unicase/u16-casefold-tests: New file.
4899         * tests/unicase/test-u16-casefold.c: New file.
4900
4901         Tests for module 'unicase/u8-casefold'.
4902         * modules/unicase/u8-casefold-tests: New file.
4903         * tests/unicase/test-u8-casefold.c: New file.
4904
4905         New module 'unicase/u32-casefold'.
4906         * lib/unicase/u32-casefold.c: New file.
4907         * modules/unicase/u32-casefold: New file.
4908
4909         New module 'unicase/u16-casefold'.
4910         * lib/unicase/u16-casefold.c: New file.
4911         * modules/unicase/u16-casefold: New file.
4912
4913         New module 'unicase/u8-casefold'.
4914         * lib/unicase/u8-casefold.c: New file.
4915         * lib/unicase/u-casefold.h: New file.
4916         * modules/unicase/u8-casefold: New file.
4917
4918         New module 'unicase/tocasefold'.
4919         * lib/unicase/casefold.h: New file.
4920         * lib/unicase/tocasefold.c: New file.
4921         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
4922         * modules/unicase/tocasefold: New file.
4923
4924         Tests for module 'unicase/u32-totitle'.
4925         * modules/unicase/u32-totitle-tests: New file.
4926         * tests/unicase/test-u32-totitle.c: New file.
4927
4928         Tests for module 'unicase/u16-totitle'.
4929         * modules/unicase/u16-totitle-tests: New file.
4930         * tests/unicase/test-u16-totitle.c: New file.
4931
4932         Tests for module 'unicase/u8-totitle'.
4933         * modules/unicase/u8-totitle-tests: New file.
4934         * tests/unicase/test-u8-totitle.c: New file.
4935
4936         New module 'unicase/u32-totitle'.
4937         * lib/unicase/u32-totitle.c: New file.
4938         * modules/unicase/u32-totitle: New file.
4939
4940         New module 'unicase/u16-totitle'.
4941         * lib/unicase/u16-totitle.c: New file.
4942         * modules/unicase/u16-totitle: New file.
4943
4944         New module 'unicase/u8-totitle'.
4945         * lib/unicase/u8-totitle.c: New file.
4946         * lib/unicase/u-totitle.h: New file.
4947         * modules/unicase/u8-totitle: New file.
4948
4949         Tests for module 'unicase/u32-tolower'.
4950         * modules/unicase/u32-tolower-tests: New file.
4951         * tests/unicase/test-u32-tolower.c: New file.
4952
4953         Tests for module 'unicase/u16-tolower'.
4954         * modules/unicase/u16-tolower-tests: New file.
4955         * tests/unicase/test-u16-tolower.c: New file.
4956
4957         Tests for module 'unicase/u8-tolower'.
4958         * modules/unicase/u8-tolower-tests: New file.
4959         * tests/unicase/test-u8-tolower.c: New file.
4960
4961         New module 'unicase/u32-tolower'.
4962         * lib/unicase/u32-tolower.c: New file.
4963         * modules/unicase/u32-tolower: New file.
4964
4965         New module 'unicase/u16-tolower'.
4966         * lib/unicase/u16-tolower.c: New file.
4967         * modules/unicase/u16-tolower: New file.
4968
4969         New module 'unicase/u8-tolower'.
4970         * lib/unicase/u8-tolower.c: New file.
4971         * modules/unicase/u8-tolower: New file.
4972
4973         Tests for module 'unicase/u32-toupper'.
4974         * modules/unicase/u32-toupper-tests: New file.
4975         * tests/unicase/test-u32-toupper.c: New file.
4976
4977         Tests for module 'unicase/u16-toupper'.
4978         * modules/unicase/u16-toupper-tests: New file.
4979         * tests/unicase/test-u16-toupper.c: New file.
4980
4981         Tests for module 'unicase/u8-toupper'.
4982         * modules/unicase/u8-toupper-tests: New file.
4983         * tests/unicase/test-u8-toupper.c: New file.
4984
4985         New module 'unicase/u32-toupper'.
4986         * lib/unicase/u32-toupper.c: New file.
4987         * modules/unicase/u32-toupper: New file.
4988
4989         New module 'unicase/u16-toupper'.
4990         * lib/unicase/u16-toupper.c: New file.
4991         * modules/unicase/u16-toupper: New file.
4992
4993         New module 'unicase/u8-toupper'.
4994         * lib/unicase/u8-toupper.c: New file.
4995         * modules/unicase/u8-toupper: New file.
4996
4997         New module 'unicase/u32-casemap'.
4998         * lib/unicase/u32-casemap.c: New file.
4999         * modules/unicase/u32-casemap: New file.
5000
5001         New module 'unicase/u16-casemap'.
5002         * lib/unicase/u16-casemap.c: New file.
5003         * modules/unicase/u16-casemap: New file.
5004
5005         New module 'unicase/u8-casemap'.
5006         * lib/unicase/unicasemap.h: New file.
5007         * lib/unicase/u8-casemap.c: New file.
5008         * lib/unicase/u-casemap.h: New file.
5009         * modules/unicase/u8-casemap: New file.
5010
5011         New module 'unicase/special-casing'.
5012         * lib/unicase/special-casing.h: New file.
5013         * lib/unicase/special-casing.c: New file.
5014         * lib/unicase/special-casing-table.gperf: New file, generated by
5015         gen-uni-tables.c.
5016         * modules/unicase/special-casing: New file.
5017
5018         Tests for module 'unicase/locale-language'.
5019         * modules/unicase/locale-language-tests: New file.
5020         * tests/unicase/test-locale-language.sh: New file.
5021         * tests/unicase/test-locale-language.c: New file.
5022
5023         New module 'unicase/locale-language'.
5024         * lib/unicase/locale-language.c: New file.
5025         * lib/unicase/locale-languages.gperf: New file.
5026         * modules/unicase/locale-language: New file.
5027
5028         Generate more tables for case conversion and case folding.
5029         * lib/gen-uni-tables.c (SCC_*): New enum items.
5030         (struct special_casing_rule): New type.
5031         (casing_rules, num_casing_rules, allocated_casing_rules): New
5032         variables.
5033         (add_casing_rule, fill_casing_rules): New functions.
5034         (struct casefold_rule): New type.
5035         (casefolding_rules, num_casefolding_rules,
5036         allocated_casefolding_rules): New variables.
5037         (fill_casefolding_rules): New function.
5038         (unicode_casefold): New variable.
5039         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
5040         sort_casing_rules, output_casing_rules): New functions.
5041         (main): Accept to more arguments: SpecialCasing.txt and
5042         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
5043         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
5044         Output mapping for casefolding.
5045
5046         * lib/unicase.h: Include stdbool.h, uninorm.h.
5047         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
5048         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
5049         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
5050         arguments.
5051         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
5052         resultp arguments.
5053         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
5054         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
5055         resultp arguments.
5056         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
5057         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
5058         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
5059         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
5060         declarations.
5061         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
5062
5063 2009-03-08  Bruno Haible  <bruno@clisp.org>
5064
5065         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
5066         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
5067         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
5068         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
5069
5070 2009-03-07  Bruno Haible  <bruno@clisp.org>
5071
5072         Adjust u*_normcmp, u*_normcoll API.
5073         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
5074         u16_normcoll, u32_normcoll): Change failure conventions.
5075         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
5076         errno and return -1.
5077         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
5078
5079 2009-03-07  Bruno Haible  <bruno@clisp.org>
5080
5081         Tests for module 'uninorm/u32-normcoll'.
5082         * modules/uninorm/u32-normcoll-tests: New file.
5083         * tests/uninorm/test-u32-normcoll.c: New file.
5084
5085         Tests for module 'uninorm/u16-normcoll'.
5086         * modules/uninorm/u16-normcoll-tests: New file.
5087         * tests/uninorm/test-u16-normcoll.c: New file.
5088
5089         Tests for module 'uninorm/u8-normcoll'.
5090         * modules/uninorm/u8-normcoll-tests: New file.
5091         * tests/uninorm/test-u8-normcoll.c: New file.
5092
5093 2009-03-07  Bruno Haible  <bruno@clisp.org>
5094
5095         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
5096         tests/uninorm/test-u32-normcmp.c.
5097         * tests/uninorm/test-u32-normcmp.c: Include it.
5098         (test_nonascii): New function, extracted from main. Add some more
5099         tests.
5100         (main): Invoke test_ascii and test_nonascii.
5101         * modules/uninorm/u32-normcmp-tests (Files): Add
5102         tests/uninorm/test-u32-normcmp.h.
5103         (Depends-on): Remove uninorm/u32-normcmp.
5104
5105         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
5106         tests/uninorm/test-u16-normcmp.c.
5107         * tests/uninorm/test-u16-normcmp.c: Include it.
5108         (test_nonascii): New function, extracted from main. Add some more
5109         tests.
5110         (main): Invoke test_ascii and test_nonascii.
5111         * modules/uninorm/u16-normcmp-tests (Files): Add
5112         tests/uninorm/test-u16-normcmp.h.
5113         (Depends-on): Remove uninorm/u16-normcmp.
5114
5115         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
5116         tests/uninorm/test-u8-normcmp.c.
5117         * tests/uninorm/test-u8-normcmp.c: Include it.
5118         (test_nonascii): New function, extracted from main. Add some more
5119         tests.
5120         (main): Invoke test_ascii and test_nonascii.
5121         * modules/uninorm/u8-normcmp-tests (Files): Add
5122         tests/uninorm/test-u8-normcmp.h.
5123         (Depends-on): Remove uninorm/u8-normcmp.
5124
5125 2009-03-07  Bruno Haible  <bruno@clisp.org>
5126
5127         New module 'uninorm/u32-normcoll'.
5128         * lib/uninorm/u32-normcoll.c: New file.
5129         * modules/uninorm/u32-normcoll: New file.
5130
5131         New module 'uninorm/u16-normcoll'.
5132         * lib/uninorm/u16-normcoll.c: New file.
5133         * modules/uninorm/u16-normcoll: New file.
5134
5135         New module 'uninorm/u8-normcoll'.
5136         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
5137         declarations.
5138         * lib/uninorm/u8-normcoll.c: New file.
5139         * lib/uninorm/u-normcoll.h: New file.
5140         * modules/uninorm/u8-normcoll: New file.
5141
5142         New module 'uninorm/u32-normxfrm'.
5143         * lib/uninorm/u32-normxfrm.c: New file.
5144         * modules/uninorm/u32-normxfrm: New file.
5145
5146         New module 'uninorm/u16-normxfrm'.
5147         * lib/uninorm/u16-normxfrm.c: New file.
5148         * modules/uninorm/u16-normxfrm: New file.
5149
5150         New module 'uninorm/u8-normxfrm'.
5151         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
5152         declarations.
5153         * lib/uninorm/u8-normxfrm.c: New file.
5154         * lib/uninorm/u-normxfrm.h: New file.
5155         * modules/uninorm/u8-normxfrm: New file.
5156
5157 2009-03-07  Bruno Haible  <bruno@clisp.org>
5158
5159         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
5160         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
5161         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
5162
5163 2009-03-07  Bruno Haible  <bruno@clisp.org>
5164
5165         New module 'memxfrm'.
5166         * lib/memxfrm.h: New file.
5167         * lib/memxfrm.c: New file.
5168         * modules/memxfrm: New file.
5169
5170 2009-03-07  Bruno Haible  <bruno@clisp.org>
5171
5172         New module 'memcmp2'.
5173         * lib/memcmp2.h: New file.
5174         * lib/memcmp2.c: New file.
5175         * modules/memcmp2: New file.
5176
5177 2009-03-07  Bruno Haible  <bruno@clisp.org>
5178
5179         Tests for module 'uninorm/decomposing-form'.
5180         * modules/uninorm/decomposing-form-tests: New file.
5181         * tests/uninorm/test-decomposing-form.c: New file.
5182
5183         New module 'uninorm/decomposing-form'.
5184         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
5185         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
5186         Add 'decomposing_variant' field.
5187         * lib/uninorm/decomposing-form.c: New file.
5188         * lib/uninorm/nfc.c (uninorm_nfc): Update.
5189         * lib/uninorm/nfd.c (uninorm_nfd): Update.
5190         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
5191         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
5192         * modules/uninorm/decomposing-form: New file.
5193         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
5194         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
5195
5196 2009-03-07  Bruno Haible  <bruno@clisp.org>
5197
5198         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
5199         strings.
5200
5201 2009-03-06  Bruno Haible  <bruno@clisp.org>
5202
5203         Tests for module 'uninorm/u32-normcmp'.
5204         * tests/uninorm/test-u32-normcmp.c: New file.
5205         * modules/uninorm/u32-normcmp-tests: New file.
5206
5207         Tests for module 'uninorm/u16-normcmp'.
5208         * tests/uninorm/test-u16-normcmp.c: New file.
5209         * modules/uninorm/u16-normcmp-tests: New file.
5210
5211         Tests for module 'uninorm/u8-normcmp'.
5212         * tests/uninorm/test-u8-normcmp.c: New file.
5213         * modules/uninorm/u8-normcmp-tests: New file.
5214
5215         New module 'uninorm/u32-normcmp'.
5216         * lib/uninorm/u32-normcmp.c: New file.
5217         * modules/uninorm/u32-normcmp: New file.
5218
5219         New module 'uninorm/u16-normcmp'.
5220         * lib/uninorm/u16-normcmp.c: New file.
5221         * modules/uninorm/u16-normcmp: New file.
5222
5223         New module 'uninorm/u8-normcmp'.
5224         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
5225         declarations.
5226         * lib/uninorm/u8-normcmp.c: New file.
5227         * lib/uninorm/u-normcmp.h: New file.
5228         * modules/uninorm/u8-normcmp: New file.
5229
5230 2009-03-06  Bruno Haible  <bruno@clisp.org>
5231
5232         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
5233         Reported by Eric Blake.
5234
5235 2009-03-06  Eric Blake  <ebb9@byu.net>
5236             Bruno Haible  <bruno@clisp.org>
5237
5238         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
5239         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
5240         condition.
5241         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
5242         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
5243         condition.
5244         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
5245
5246 2009-03-06  Eric Blake  <ebb9@byu.net>
5247
5248         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
5249         to avoid compiler warnings.
5250         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
5251
5252 2009-03-05  Bruno Haible  <bruno@clisp.org>
5253
5254         * tests/test-ftell.c (main): Disable test beyond end of file on
5255         FreeMiNT.
5256         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
5257
5258 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
5259
5260         * lib/filevercmp.c: Move hidden files up in ordering.
5261         * tests/test-filevercmp.c: Add tests for hidden files.
5262
5263 2009-03-04  Bruno Haible  <bruno@clisp.org>
5264
5265         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
5266         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
5267         AM_CFLAGS.
5268         Reported by Simon Josefsson.
5269
5270 2009-03-03  Bruno Haible  <bruno@clisp.org>
5271
5272         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
5273         Reported by Simon Josefsson.
5274
5275         * doc/ld-version-script.texi: Update node reference.
5276
5277 2009-03-03  Bruno Haible  <bruno@clisp.org>
5278
5279         * modules/visibility (License): Change to 'unlimited'.
5280         Suggested by Simon Josefsson.
5281
5282 2009-03-03  Jim Meyering  <meyering@redhat.com>
5283
5284         unlinkdir: cannot_unlink_dir may modify process state
5285         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
5286         it's neither thread-safe nor appropriate for use in a library.
5287
5288 2009-03-03  Eric Blake  <ebb9@byu.net>
5289
5290         test-closein: silence test under Darwin
5291         * tests/test-closein.sh: Ignore stderr from cat, since we don't
5292         care if it dies from EPIPE or EBADF.
5293
5294 2009-03-03  Bruno Haible  <bruno@clisp.org>
5295
5296         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
5297         earlier.
5298         * doc/visibility.texi: Fix @node and @section.
5299
5300 2009-03-03  Simon Josefsson  <simon@josefsson.org>
5301
5302         * doc/gnulib.texi: Link to sections for ld version script and
5303         visibility.
5304         * doc/visibility.texi: Add @node and @section.
5305         * modules/ld-version-script: New module.
5306         * m4/ld-version-script.m4: New file.
5307         * doc/ld-version-script.texi: New file.
5308
5309 2009-03-02  David Lutterkort  <lutter@redhat.com>
5310
5311         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
5312         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5313
5314 2009-03-02  Bruno Haible  <bruno@clisp.org>
5315
5316         * doc/visibility.texi: Mention libtool's -export-symbols option.
5317
5318 2009-03-02  Jim Meyering  <meyering@redhat.com>
5319
5320         announce-gen: new option: --no-print-checksums
5321         * build-aux/announce-gen (usage): Describe it.
5322         (print_checksums): Print a newline here, not in the [*] footnote.
5323         (main): Honor it.
5324
5325 2009-03-01  Bruno Haible  <bruno@clisp.org>
5326
5327         Use socklen_t in the native Windows replacements prototypes.
5328         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
5329         instead of 'int'.
5330         * lib/getsockopt.c (rpl_getsockopt): Likewise.
5331         * lib/setsockopt.c (rpl_setsockopt): Likewise.
5332         * modules/getsockopt (Depends-on): Add socklen.
5333         * modules/setsockopt (Depends-on): Add socklen.
5334
5335 2009-03-01  Bruno Haible  <bruno@clisp.org>
5336
5337         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
5338         least 4.2.
5339
5340 2009-03-01  Eric Blake  <ebb9@byu.net>
5341             Bruno Haible  <bruno@clisp.org>
5342
5343         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
5344         error messages.
5345         * lib/wait-process.c (wait_subprocess): Omit error message about
5346         deadly signal sent to the child of termsigp != NULL.
5347
5348 2009-03-01  Eric Blake  <ebb9@byu.net>
5349
5350         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
5351
5352 2009-03-01  Bruno Haible  <bruno@clisp.org>
5353
5354         Avoid a gcc warning.
5355         * tests/test-sched.c (b): Make global.
5356         Reported by Eric Blake.
5357
5358 2009-01-19  Martin Lambers  <marlam@marlam.de>
5359
5360         Provide POSIX semantics for socket timeout options on W32.
5361         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
5362         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
5363         * modules/setsockopt: Depend on sys_time module for struct timeval.
5364         * modules/getsockopt: Depend on sys_time module for struct timeval.
5365
5366 2009-03-01  Simon Josefsson  <simon@josefsson.org>
5367
5368         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
5369         __USE_GNU, for consistency with netdb.in.h.
5370         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
5371
5372 2009-03-01  Bruno Haible  <bruno@clisp.org>
5373
5374         More support for FreeMiNT.
5375         * lib/fseeko.c (rpl_fseeko): Complete last commit.
5376         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
5377
5378 2009-03-01  Bruno Haible  <bruno@clisp.org>
5379
5380         More support for FreeMiNT.
5381         * lib/fpurge.c (fpurge): Correct last commit.
5382         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
5383
5384 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5385
5386         Fix unportable awk script in vc-list-files.
5387         * build-aux/vc-list-files: In the replacement awk script, use
5388         substr with a second argument of 1, not zero.
5389         Report by Simon Josefsson.
5390
5391 2009-02-28  Bruno Haible  <bruno@clisp.org>
5392
5393         More support for FreeMiNT.
5394         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
5395         to FreeMiNT today.
5396         * lib/fwriting.c (fwriting): Likewise.
5397         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
5398
5399 2009-02-28  Bruno Haible  <bruno@clisp.org>
5400
5401         * tests/test-freadseek.c (main): Disable test beyond end of file on
5402         FreeMiNT.
5403         * tests/test-ftello.c (main): Likewise.
5404         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
5405
5406 2009-02-28  Bruno Haible  <bruno@clisp.org>
5407
5408         Add tentative support for FreeMiNT.
5409         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
5410         * lib/fpurge.c (fpurge): Likewise.
5411         * lib/freadable.c (freadable): Likewise.
5412         * lib/freading.c (freading): Likewise.
5413         * lib/freadptr.c (freadptr): Likewise.
5414         * lib/freadseek.c (freadptrinc): Likewise.
5415         * lib/fseeko.c (rpl_fseeko): Likewise.
5416         * lib/fseterr.c (fseterr): Likewise.
5417         * lib/fwritable.c (fwritable): Likewise.
5418         * lib/fwriting.c (fwriting): Likewise.
5419         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
5420         Hourihane.
5421         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
5422
5423 2009-02-28  Bruno Haible  <bruno@clisp.org>
5424
5425         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
5426         SIGCHLD.
5427         Reported by Jim Meyering.
5428
5429 2009-02-28  Bruno Haible  <bruno@clisp.org>
5430
5431         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
5432         Mention the results of these tests on various platforms.
5433         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
5434         order.
5435         * doc/posix-functions/printf.texi: Likewise.
5436         * doc/posix-functions/snprintf.texi: Likewise.
5437         * doc/posix-functions/sprintf.texi: Likewise.
5438         * doc/posix-functions/vfprintf.texi: Likewise.
5439         * doc/posix-functions/vprintf.texi: Likewise.
5440         * doc/posix-functions/vsnprintf.texi: Likewise.
5441         * doc/posix-functions/vsprintf.texi: Likewise.
5442         * doc/glibc-functions/obstack_printf.texi: Likewise.
5443         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
5444
5445 2009-02-28  Bruno Haible  <bruno@clisp.org>
5446
5447         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
5448         Reported by Loïc Minier <lool@dooz.org>.
5449
5450 2009-02-27  Bruno Haible  <bruno@clisp.org>
5451
5452         * gnulib-tool (func_import): Make the sed expression used to create the
5453         sed script for updating the .gitignore file POSIX compliant.
5454         Reported by Eric Blake.
5455
5456 2009-02-27  Bruno Haible  <bruno@clisp.org>
5457
5458         * gnulib-tool (sed): Don't alias as "sed --posix".
5459         Reported by Eric Blake.
5460
5461 2009-02-27  Bruno Haible  <bruno@clisp.org>
5462
5463         Avoid test link errors.
5464         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
5465         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
5466         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
5467         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
5468         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5469
5470 2009-02-27  Bruno Haible  <bruno@clisp.org>
5471
5472         Avoid spurious "(cached)" in configure output.
5473         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
5474         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
5475         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
5476         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
5477         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
5478         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
5479         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
5480         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
5481         Reported by Eric Blake.
5482
5483 2009-02-27  Eric Blake  <ebb9@byu.net>
5484
5485         printf: fix regression in previous patch
5486         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
5487
5488 2009-02-27  Bruno Haible  <bruno@clisp.org>
5489
5490         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
5491         value.
5492         * lib/stdint.in.h: Likewise.
5493         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
5494
5495 2009-02-27  Eric Blake  <ebb9@byu.net>
5496
5497         doc: mention more functions added in cygwin 1.7.0
5498         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
5499         addition.
5500         * doc/posix-functions/open_wmemstream.texi: Likewise.
5501         * doc/posix-functions/wcsnlen.texi: Likewise.
5502         * doc/posix-functions/wcsnrtombs.texi: Likewise.
5503         * doc/posix-functions/wcstod.texi: Likewise.
5504         * doc/posix-functions/wcstof.texi: Likewise.
5505         * doc/posix-functions/wcstoimax.texi: Likewise.
5506         * doc/posix-functions/wcstok.texi: Likewise.
5507         * doc/posix-functions/wcstoumax.texi: Likewise.
5508
5509         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
5510         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
5511         * doc/posix-functions/fprintf.texi: Update.
5512         * doc/posix-functions/printf.texi: Update.
5513         * doc/posix-functions/snprintf.texi: Update.
5514         * doc/posix-functions/sprintf.texi: Update.
5515         * doc/posix-functions/vfprintf.texi: Update.
5516         * doc/posix-functions/vprintf.texi: Update.
5517         * doc/posix-functions/vsnprintf.texi: Update.
5518         * doc/posix-functions/vsprintf.texi: Update.
5519         * doc/glibc-functions/obstack_printf.texi: Update.
5520         * doc/glibc-functions/obstack_vprintf.texi: Update.
5521
5522 2009-02-26  Eric Blake  <ebb9@byu.net>
5523
5524         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
5525         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
5526         compilation bug by using runtime conversion.
5527         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
5528         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
5529         * modules/ceill-tests (Files): Use nan.h.
5530         * modules/floorl-tests (Files): Likewise.
5531         * modules/frexpl-tests (Files): Likewise.
5532         * modules/isnanl-tests (Files): Likewise.
5533         * modules/ldexpl-tests (Files): Likewise.
5534         * modules/roundl-tests (Files): Likewise.
5535         * modules/truncl-tests (Files): Likewise.
5536         * tests/test-ceill.c (main): Use a working NaN.
5537         * tests/test-floorl.c (main): Likewise.
5538         * tests/test-frexpl.c (main): Likewise.
5539         * tests/test-isnan.c (test_long_double): Likewise.
5540         * tests/test-isnanl.h (main): Likewise.
5541         * tests/test-ldexpl.h (main): Likewise.
5542         * tests/test-roundl.h (main): Likewise.
5543         * tests/test-truncl.h (main): Likewise.
5544         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
5545
5546 2009-02-26  Eric Blake  <ebb9@byu.net>
5547             Bruno Haible  <bruno@clisp.org>
5548
5549         Work around a *printf bug with %ls on Solaris.
5550         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
5551         precision is specified, sprintf stops converting the wide string
5552         argument when the number of bytes that have been produced by this
5553         conversion equals or exceeds the precision.
5554         * doc/posix-functions/fprintf.texi: Update.
5555         * doc/posix-functions/printf.texi: Update.
5556         * doc/posix-functions/snprintf.texi: Update.
5557         * doc/posix-functions/sprintf.texi: Update.
5558         * doc/posix-functions/vfprintf.texi: Update.
5559         * doc/posix-functions/vprintf.texi: Update.
5560         * doc/posix-functions/vsnprintf.texi: Update.
5561         * doc/posix-functions/vsprintf.texi: Update.
5562         * doc/glibc-functions/obstack_printf.texi: Update.
5563         * doc/glibc-functions/obstack_vprintf.texi: Update.
5564
5565 2009-02-26  Eric Blake  <ebb9@byu.net>
5566
5567         stdlib: favor compiler check of random.h
5568         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
5569         to avoid an ObjC random.h installed by Swarm.
5570
5571 2009-02-26  Bruno Haible  <bruno@clisp.org>
5572
5573         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
5574         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
5575         Reported by Gary V. Vaughan <gary@gnu.org>.
5576
5577 2009-02-26  Bruno Haible  <bruno@clisp.org>
5578
5579         Fix *printf behaviour regarding the %ls directive.
5580         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
5581         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
5582         NEED_PRINTF_DIRECTIVE_LS.
5583         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
5584         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5585         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5586         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
5587         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
5588         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
5589         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5590         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5591         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5592         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5593         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5594         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
5595         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5596         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5597         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5598         * doc/posix-functions/fprintf.texi: Update.
5599         * doc/posix-functions/printf.texi: Update.
5600         * doc/posix-functions/snprintf.texi: Update.
5601         * doc/posix-functions/sprintf.texi: Update.
5602         * doc/posix-functions/vfprintf.texi: Update.
5603         * doc/posix-functions/vprintf.texi: Update.
5604         * doc/posix-functions/vsnprintf.texi: Update.
5605         * doc/posix-functions/vsprintf.texi: Update.
5606         * doc/glibc-functions/obstack_printf.texi: Update.
5607         * doc/glibc-functions/obstack_vprintf.texi: Update.
5608         Reported by Eric Blake.
5609
5610 2009-02-25  Bruno Haible  <bruno@clisp.org>
5611
5612         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
5613         with known value.
5614         Reported by Gary V. Vaughan <gary@gnu.org>.
5615
5616 2009-02-25  Bruno Haible  <bruno@clisp.org>
5617
5618         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
5619         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
5620         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
5621         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
5622         Reported by Gary V. Vaughan <gary@gnu.org>.
5623
5624 2009-02-25  Bruno Haible  <bruno@clisp.org>
5625
5626         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
5627         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
5628         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
5629         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
5630         Reported by Gary V. Vaughan <gary@gnu.org>.
5631
5632 2009-02-25  Eric Blake  <ebb9@byu.net>
5633
5634         tests: skip fseek/ftell tests if ungetc is broken
5635         * m4/ungetc.m4: New file.
5636         * modules/fseek-tests: Split test, so ungetc dependency is
5637         separate from rest of test.
5638         * modules/fseeko-tests: Likewise.
5639         * modules/ftell-tests: Likewise.
5640         * modules/ftello-tests: Likewise.
5641         * tests/test-fseek.c (main): Isolate ungetc dependency.
5642         * tests/test-fseeko.c (main): Likewise.
5643         * tests/test-ftell.c (main): Likewise.
5644         * tests/test-ftello.c (main): Likewise.
5645         * tests/test-fseek2.sh: New file.
5646         * tests/test-fseeko2.sh: Likewise.
5647         * tests/test-ftell2.sh: Likewise.
5648         * tests/test-ftello2.sh: Likewise.
5649
5650 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
5651
5652         test-getaddrinfo: fix usage of skip return code 77
5653         * tests/test-gettaddrinfo.c: Return skip code 77 only
5654         for first occurance of skip (4x77 is not 77)
5655
5656 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
5657
5658         strtod: avoid C99 decl-after-statement
5659         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
5660
5661 2009-02-24  Eric Blake  <ebb9@byu.net>
5662
5663         strtod: detect HP-UX 11.31 bug
5664         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
5665         Reported by Gary V. Vaughan.
5666
5667 2009-02-23  Bruno Haible  <bruno@clisp.org>
5668
5669         Fix invalid read past end of memory block.
5670         * lib/vasnprintf.c (DCHAR_SET): Define.
5671         (local_wcslen): Define only when needed.
5672         (local_strnlen, local_wcsnlen): New functions.
5673         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
5674         directives that involve a conversion ourselves.
5675         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
5676         wcsnlen, mbrtowc, wcrtomb.
5677         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
5678         * tests/test-vasprintf-posix.c (test_function): Likewise.
5679         * tests/test-snprintf-posix.h (test_function): Likewise.
5680         * tests/test-sprintf-posix.h (test_function): Likewise.
5681         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5682
5683 2009-02-22  Bruno Haible  <bruno@clisp.org>
5684
5685         Implement new clarified decomposition of Hangul syllables.
5686         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
5687         of type LTV, return only a pairwise decomposition.
5688         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
5689         Likewise.
5690         * tests/uninorm/test-decomposition.c (main): Updated expected result.
5691         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
5692         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
5693
5694 2009-02-22  Bruno Haible  <bruno@clisp.org>
5695
5696         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
5697         zero-length results and shrink excess allocated memory.
5698         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
5699         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
5700         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
5701         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
5702         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
5703         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
5704         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
5705         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
5706         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
5707         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
5708         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
5709         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
5710
5711 2009-02-21  Bruno Haible  <bruno@clisp.org>
5712
5713         * doc/gnulib.texi: Include safe-alloc.texi earlier.
5714         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
5715         spaces after a period. Put a space between a macro name and its
5716         argument list. Trivial rewordings.
5717         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
5718         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
5719         (main): Return 0 explicitly.
5720
5721 2009-02-21  Bruno Haible  <bruno@clisp.org>
5722
5723         Tests for module 'uninorm/filter'.
5724         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
5725         * modules/uninorm/filter-tests: New file.
5726
5727         New module 'uninorm/filter'.
5728         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
5729         uninorm_filter_flush, uninorm_filter_free): New declarations.
5730         * lib/uninorm/uninorm-filter.c: New file.
5731         * modules/uninorm/filter: New file.
5732
5733 2009-02-21  Bruno Haible  <bruno@clisp.org>
5734
5735         Tests for module 'uninorm/nfkc'.
5736         * tests/uninorm/test-nfkc.c: New file.
5737         * tests/uninorm/test-u8-nfkc.c: New file.
5738         * tests/uninorm/test-u16-nfkc.c: New file.
5739         * tests/uninorm/test-u32-nfkc.c: New file.
5740         * tests/uninorm/test-u32-nfkc-big.sh: New file.
5741         * tests/uninorm/test-u32-nfkc-big.c: New file.
5742         * modules/uninorm/nfkc-tests: New file.
5743
5744         New module 'uninorm/nfkc'.
5745         * lib/uninorm/nfkc.c: New file.
5746         * modules/uninorm/nfkc: New file.
5747
5748         Tests for module 'uninorm/nfkd'.
5749         * tests/uninorm/test-nfkd.c: New file.
5750         * tests/uninorm/test-u8-nfkd.c: New file.
5751         * tests/uninorm/test-u16-nfkd.c: New file.
5752         * tests/uninorm/test-u32-nfkd.c: New file.
5753         * tests/uninorm/test-u32-nfkd-big.sh: New file.
5754         * tests/uninorm/test-u32-nfkd-big.c: New file.
5755         * modules/uninorm/nfkd-tests: New file.
5756
5757         New module 'uninorm/nfkd'.
5758         * lib/uninorm/nfkd.c: New file.
5759         * modules/uninorm/nfkd: New file.
5760
5761         Tests for module 'uninorm/nfc'.
5762         * tests/uninorm/test-nfc.c: New file.
5763         * tests/uninorm/test-u8-nfc.c: New file.
5764         * tests/uninorm/test-u16-nfc.c: New file.
5765         * tests/uninorm/test-u32-nfc.c: New file.
5766         * tests/uninorm/test-u32-nfc-big.sh: New file.
5767         * tests/uninorm/test-u32-nfc-big.c: New file.
5768         * modules/uninorm/nfc-tests: New file.
5769
5770         New module 'uninorm/nfc'.
5771         * lib/uninorm/nfc.c: New file.
5772         * modules/uninorm/nfc: New file.
5773
5774         Tests for module 'uninorm/nfd'.
5775         * tests/uninorm/test-nfd.c: New file.
5776         * tests/uninorm/test-u8-nfd.c: New file.
5777         * tests/uninorm/test-u16-nfd.c: New file.
5778         * tests/uninorm/test-u32-nfd.c: New file.
5779         * tests/uninorm/test-u32-nfd-big.sh: New file.
5780         * tests/uninorm/test-u32-nfd-big.c: New file.
5781         * tests/uninorm/test-u32-normalize-big.h: New file.
5782         * tests/uninorm/test-u32-normalize-big.c: New file.
5783         * tests/uninorm/NormalizationTest.txt: New file, created from
5784         Unicode 5.1.0 NormalizationTest.txt.
5785         * modules/uninorm/nfd-tests: New file.
5786
5787         New module 'uninorm/nfd'.
5788         * lib/uninorm/nfd.c: New file.
5789         * modules/uninorm/nfd: New file.
5790
5791         New module 'uninorm/u32-normalize'.
5792         * lib/uninorm/u32-normalize.c: New file.
5793         * modules/uninorm/u32-normalize: New file.
5794
5795         New module 'uninorm/u16-normalize'.
5796         * lib/uninorm/u16-normalize.c: New file.
5797         * modules/uninorm/u16-normalize: New file.
5798
5799         New module 'uninorm/u8-normalize'.
5800         * lib/uninorm/u8-normalize.c: New file.
5801         * lib/uninorm/normalize-internal.h: New file.
5802         * lib/uninorm/u-normalize-internal.h: New file.
5803         * modules/uninorm/u8-normalize: New file.
5804
5805         New module 'uninorm/decompose-internal'.
5806         * lib/uninorm/decompose-internal.c: New file.
5807         * modules/uninorm/decompose-internal: New file.
5808
5809         Tests for module 'uninorm/composition'.
5810         * tests/uninorm/test-composition.c: New file.
5811         * modules/uninorm/composition-tests: New file.
5812
5813         New module 'uninorm/composition'.
5814         * lib/uninorm/composition.c: New file.
5815         * lib/uninorm/composition-table.gperf: New file, generated by
5816         gen-uni-tables.
5817         * modules/uninorm/composition: New file.
5818
5819         Tests for module 'uninorm/compat-decomposition'.
5820         * tests/uninorm/test-compat-decomposition.c: New file.
5821         * modules/uninorm/compat-decomposition-tests: New file.
5822
5823         New module 'uninorm/compat-decomposition'.
5824         * lib/uninorm/decompose-internal.h: New file.
5825         * lib/uninorm/compat-decomposition.c: New file.
5826         * modules/uninorm/compat-decomposition: New file.
5827
5828         Tests for module 'uninorm/canonical-decomposition'.
5829         * tests/uninorm/test-canonical-decomposition.c: New file.
5830         * modules/uninorm/canonical-decomposition-tests: New file.
5831
5832         New module 'uninorm/canonical-decomposition'.
5833         * lib/uninorm/canonical-decomposition.c: New file.
5834         * modules/uninorm/canonical-decomposition: New file.
5835
5836         Tests for module 'uninorm/decomposition'.
5837         * tests/uninorm/test-decomposition.c: New file.
5838         * modules/uninorm/decomposition-tests: New file.
5839
5840         New module 'uninorm/decomposition'.
5841         * lib/uninorm/decomposition.c: New file.
5842         * modules/uninorm/decomposition: New file.
5843
5844         New module 'uninorm/decomposition-table'.
5845         * lib/uninorm/decomposition-table.h: New file.
5846         * lib/uninorm/decomposition-table.c: New file.
5847         * lib/uninorm/decomposition-table1.h: New file, generated by
5848         gen-uni-tables.
5849         * lib/uninorm/decomposition-table2.h: New file, generated by
5850         gen-uni-tables.
5851         * modules/uninorm/decomposition-table: New file.
5852
5853         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
5854         (UC_DECOMP_*): New enumeration items.
5855         (get_decomposition): New function.
5856         (struct decomp_table): New type.
5857         (output_decomposition, output_decomposition_tables): New functions.
5858         (unicode_composition_exclusions): New variable.
5859         (fill_composition_exclusions, debug_output_composition_tables): New
5860         functions.
5861         (main): Accept one more argument. Invoke fill_composition_exclusions.
5862         Output decomposition and composition tables.
5863
5864         New module 'uninorm/base'.
5865         * lib/uninorm.h: New file.
5866         * lib/unictype.h: Update comment.
5867         * modules/uninorm/base: New file.
5868
5869 2009-02-21  David Lutterkort  <lutter@redhat.com>
5870
5871         Tests for module 'safe-alloc'.
5872         * tests/test-safe-alloc.c: New file.
5873         * modules/safe-alloc-tests: New file.
5874
5875         New module 'safe-alloc'.
5876         * lib/safe-alloc.h: New file.
5877         * lib/safe-alloc.c: New file.
5878         * m4/safe-alloc.m4: New file.
5879         * modules/safe-alloc: New file.
5880         * doc/safe-alloc.texi: New file.
5881         * doc/gnulib.texi: Include it.
5882         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
5883         safe-alloc.
5884
5885 2009-02-18  Bruno Haible  <bruno@clisp.org>
5886
5887         Fix link error on non-glibc systems.
5888         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
5889         variable.
5890         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5891
5892 2009-02-18  Jim Meyering  <meyering@redhat.com>
5893
5894         fts: avoid used-uninitialized error due to recent change
5895         * lib/fts.c (fts_read): Guard uses of the new member,
5896         parent->fts_n_dirs_remaining, since it's not relevant for
5897         the parent of a directory specified on the command-line.
5898
5899 2009-02-17  James Youngman  <jay@gnu.org>
5900             Bruno Haible  <bruno@clisp.org>
5901
5902         * m4/include_next.m4: Reformulate comment.
5903
5904 2009-02-16  Jim Meyering  <meyering@redhat.com>
5905
5906         fts: add #if guards so that the fts_lgpl module still builds
5907         * lib/fts.c: Guard just-added hash-table-using parts with
5908         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
5909         Reported by Simon Josefsson.
5910
5911 2009-02-15  Bruno Haible  <bruno@clisp.org>
5912
5913         * modules/array-mergesort-tests: New file.
5914         * tests/test-array-mergesort.c: New file.
5915
5916         New module 'array-mergesort'.
5917         * modules/array-mergesort: New file.
5918         * lib/array-mergesort.h: New file.
5919
5920 2009-02-15  Bruno Haible  <bruno@clisp.org>
5921
5922         Fix 2009-02-07 commit.
5923         * lib/gen-uni-tables.c (output_predicate, output_category,
5924         output_combclass, output_bidi_category, output_decimal_digit,
5925         output_digit, output_numeric, output_mirror, output_scripts,
5926         output_ident_category, output_simple_mapping): Fix format directives.
5927         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
5928
5929 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
5930
5931         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
5932         fixes are available from IBM.
5933
5934 2009-02-13  Jim Meyering  <meyering@redhat.com>
5935
5936         fts: arrange not to stat non-directories in more cases
5937         This makes GNU find (when it doesn't need to stat each file)
5938         *much* more efficient at traversing reiserfs file systems.
5939         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
5940         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
5941         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
5942         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
5943         (leaf_optimization_applies): New function.
5944         (LCO_hash, LCO_compare): New helper functions.
5945         (link_count_optimize_ok): New function.
5946         (fts_stat): Initialize new member (if dir).
5947         (fts_read): Decrement parent's fts_n_dirs_remaining count if
5948         we've just stat'ed a directory.  Skip the stat call when possible.
5949         ---
5950         Note this AFS-related exchange:
5951         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
5952         and note find's pioctl call in find/fstype.c.
5953         But that is necessary only if you want to enable the
5954         optimization for AFS, and for now, I don't.
5955
5956         fts: move a function definition "up" (no semantic change)
5957         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
5958         "up" to precede upcoming use of a related function.
5959
5960 2009-02-11  Jim Meyering  <meyering@redhat.com>
5961
5962         fts: correct internal computation of nlinks (optimization-related)
5963         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
5964         whether the current entry is a directory, so don't test it.
5965
5966 2009-02-10  Bruno Haible  <bruno@clisp.org>
5967
5968         Tests for module 'uniwbrk/ulc-wordbreaks'.
5969         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
5970         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
5971         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
5972
5973         Tests for module 'uniwbrk/u32-wordbreaks'.
5974         * modules/uniwbrk/u32-wordbreaks-tests: New file.
5975         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
5976
5977         Tests for module 'uniwbrk/u16-wordbreaks'.
5978         * modules/uniwbrk/u16-wordbreaks-tests: New file.
5979         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
5980
5981         Tests for module 'uniwbrk/u8-wordbreaks'.
5982         * modules/uniwbrk/u8-wordbreaks-tests: New file.
5983         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
5984
5985 2009-02-10  Bruno Haible  <bruno@clisp.org>
5986
5987         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
5988         property.
5989         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
5990         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
5991         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
5992
5993 2009-02-10  Simon Josefsson  <simon@josefsson.org>
5994
5995         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
5996         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
5997
5998 2009-02-10  Bruno Haible  <bruno@clisp.org>
5999
6000         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
6001         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
6002         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
6003         * lib/unilbrk/u8-possible-linebreaks.c: Update.
6004         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
6005         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
6006
6007 2009-02-09  Simon Josefsson  <simon@josefsson.org>
6008
6009         * lib/sockets.h (gl_fd_to_handle): New function.
6010
6011         * tests/test-sockets.c: Call gl_fd_to_handle.
6012
6013 2009-02-09  Bruno Haible  <bruno@clisp.org>
6014
6015         * doc/havelib.texi: Document the conventions on bi-arch systems.
6016
6017 2009-02-08  Bruno Haible  <bruno@clisp.org>
6018
6019         Document the AC_LIB_LINKFLAGS macro.
6020         * doc/havelib.texi: New file, mostly written on 2005-05-24.
6021         * doc/gnulib.texi: Include it.
6022
6023 2009-02-08  Bruno Haible  <bruno@clisp.org>
6024
6025         Fix wrong order of sections, compared to TOC.
6026         * doc/gnulib.texi: Include relocatable-maint.texi after the
6027         "Regular expressions" node, not before.
6028
6029 2009-02-08  Bruno Haible  <bruno@clisp.org>
6030
6031         Tests for module 'unicase/totitle'.
6032         * modules/unicase/totitle-tests: New file.
6033
6034         Tests for module 'unicase/tolower'.
6035         * modules/unicase/tolower-tests: New file.
6036
6037         Tests for module 'unicase/toupper'.
6038         * modules/unicase/toupper-tests: New file.
6039         * tests/unicase/test-mapping-part1.h: New file.
6040         * tests/unicase/test-mapping-part2.h: New file.
6041
6042         New module 'unicase/totitle'.
6043         * modules/unicase/totitle: New file.
6044         * lib/unicase/totitle.c: New file.
6045
6046         New module 'unicase/tolower'.
6047         * modules/unicase/tolower: New file.
6048         * lib/unicase/tolower.c: New file.
6049
6050         New module 'unicase/toupper'.
6051         * modules/unicase/toupper: New file.
6052         * lib/unicase/toupper.c: New file.
6053         * lib/unicase/simple-mapping.h: New file.
6054
6055         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
6056         (mapping_table): New structure.
6057         (output_simple_mapping): New function.
6058         (main): Invoke output_simple_mapping_test and output_simple_mapping.
6059         * modules/gen-uni-tables (Description): Update.
6060         * lib/unicase/toupper.h: New file, automatically generated by
6061         gen-uni-tables.
6062         * lib/unicase/tolower.h: New file, automatically generated by
6063         gen-uni-tables.
6064         * lib/unicase/totitle.h: New file, automatically generated by
6065         gen-uni-tables.
6066         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
6067         gen-uni-tables.
6068         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
6069         gen-uni-tables.
6070         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
6071         gen-uni-tables.
6072
6073         New module 'unicase/base'.
6074         * modules/unicase/base: New file.
6075         * lib/unicase.h: New file.
6076
6077 2009-02-08  Bruno Haible  <bruno@clisp.org>
6078
6079         New module 'uniwbrk/ulc-wordbreaks'.
6080         * modules/uniwbrk/ulc-wordbreaks: New file.
6081         * lib/uniwbrk/ulc-wordbreaks.c: New file.
6082
6083         New module 'uniwbrk/u32-wordbreaks'.
6084         * modules/uniwbrk/u32-wordbreaks: New file.
6085         * lib/uniwbrk/u32-wordbreaks.c: New file.
6086
6087         New module 'uniwbrk/u16-wordbreaks'.
6088         * modules/uniwbrk/u16-wordbreaks: New file.
6089         * lib/uniwbrk/u16-wordbreaks.c: New file.
6090
6091         New module 'uniwbrk/u8-wordbreaks'.
6092         * modules/uniwbrk/u8-wordbreaks: New file.
6093         * lib/uniwbrk/u8-wordbreaks.c: New file.
6094         * lib/uniwbrk/u-wordbreaks.h: New file.
6095
6096         New module 'uniwbrk/table'.
6097         * modules/uniwbrk/table: New file.
6098         * lib/uniwbrk/wbrktable.h: New file.
6099         * lib/uniwbrk/wbrktable.c: New file.
6100
6101         New module 'uniwbrk/wordbreak-property'.
6102         * modules/uniwbrk/wordbreak-property: New file.
6103         * lib/uniwbrk/wordbreak-property.c: New file.
6104
6105         * lib/gen-uni-tables.c (WBP_*): New enum items.
6106         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
6107         (unicode_org_wbp): New variable.
6108         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
6109         New functions.
6110         (wbp_table): New structure.
6111         (output_wbp, output_wbrk_tables): New functions.
6112         (main): Accept additional argument. Invoke fill_org_wbp,
6113         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
6114         output_wbrk_tables.
6115         * modules/gen-uni-tables (Description): Update.
6116         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
6117         gen-uni-tables.
6118
6119         New module 'uniwbrk/base'.
6120         * modules/uniwbrk/base: New file.
6121         * lib/uniwbrk.h: New file.
6122
6123 2009-02-08  Bruno Haible  <bruno@clisp.org>
6124
6125         Update to Unicode 5.1.0.
6126         * lib/gen-uni-tables.c (is_property_alphabetic): Include
6127         U+2185..U+2188.
6128         (is_property_default_ignorable_code_point): Don't include characters
6129         of category Cc or Cs and not-a-characters.
6130         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
6131         U+0D79, U+109E, U+109F, U+A60C.
6132         * lib/unictype/bidi_of.h: Regenerated.
6133         * lib/unictype/blocks.h: Regenerated.
6134         * lib/unictype/categ_C.h: Regenerated.
6135         * lib/unictype/categ_Cf.h: Regenerated.
6136         * lib/unictype/categ_Cn.h: Regenerated.
6137         * lib/unictype/categ_L.h: Regenerated.
6138         * lib/unictype/categ_Ll.h: Regenerated.
6139         * lib/unictype/categ_Lm.h: Regenerated.
6140         * lib/unictype/categ_Lo.h: Regenerated.
6141         * lib/unictype/categ_Lu.h: Regenerated.
6142         * lib/unictype/categ_M.h: Regenerated.
6143         * lib/unictype/categ_Mc.h: Regenerated.
6144         * lib/unictype/categ_Me.h: Regenerated.
6145         * lib/unictype/categ_Mn.h: Regenerated.
6146         * lib/unictype/categ_N.h: Regenerated.
6147         * lib/unictype/categ_Nd.h: Regenerated.
6148         * lib/unictype/categ_Nl.h: Regenerated.
6149         * lib/unictype/categ_No.h: Regenerated.
6150         * lib/unictype/categ_P.h: Regenerated.
6151         * lib/unictype/categ_Pd.h: Regenerated.
6152         * lib/unictype/categ_Pe.h: Regenerated.
6153         * lib/unictype/categ_Pf.h: Regenerated.
6154         * lib/unictype/categ_Pi.h: Regenerated.
6155         * lib/unictype/categ_Po.h: Regenerated.
6156         * lib/unictype/categ_Ps.h: Regenerated.
6157         * lib/unictype/categ_S.h: Regenerated.
6158         * lib/unictype/categ_Sk.h: Regenerated.
6159         * lib/unictype/categ_Sm.h: Regenerated.
6160         * lib/unictype/categ_So.h: Regenerated.
6161         * lib/unictype/categ_of.h: Regenerated.
6162         * lib/unictype/combining.h: Regenerated.
6163         * lib/unictype/ctype_alnum.h: Regenerated.
6164         * lib/unictype/ctype_alpha.h: Regenerated.
6165         * lib/unictype/ctype_graph.h: Regenerated.
6166         * lib/unictype/ctype_lower.h: Regenerated.
6167         * lib/unictype/ctype_print.h: Regenerated.
6168         * lib/unictype/ctype_punct.h: Regenerated.
6169         * lib/unictype/ctype_upper.h: Regenerated.
6170         * lib/unictype/decdigit.h: Regenerated.
6171         * lib/unictype/digit.h: Regenerated.
6172         * lib/unictype/mirror.h: Regenerated.
6173         * lib/unictype/numeric.h: Regenerated.
6174         * lib/unictype/pr_alphabetic.h: Regenerated.
6175         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
6176         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
6177         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
6178         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
6179         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
6180         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
6181         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
6182         * lib/unictype/pr_combining.h: Regenerated.
6183         * lib/unictype/pr_dash.h: Regenerated.
6184         * lib/unictype/pr_decimal_digit.h: Regenerated.
6185         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
6186         * lib/unictype/pr_deprecated.h: Regenerated.
6187         * lib/unictype/pr_diacritic.h: Regenerated.
6188         * lib/unictype/pr_extender.h: Regenerated.
6189         * lib/unictype/pr_format_control.h: Regenerated.
6190         * lib/unictype/pr_grapheme_base.h: Regenerated.
6191         * lib/unictype/pr_grapheme_extend.h: Regenerated.
6192         * lib/unictype/pr_grapheme_link.h: Regenerated.
6193         * lib/unictype/pr_id_continue.h: Regenerated.
6194         * lib/unictype/pr_id_start.h: Regenerated.
6195         * lib/unictype/pr_ideographic.h: Regenerated.
6196         * lib/unictype/pr_ignorable_control.h: Regenerated.
6197         * lib/unictype/pr_lowercase.h: Regenerated.
6198         * lib/unictype/pr_math.h: Regenerated.
6199         * lib/unictype/pr_numeric.h: Regenerated.
6200         * lib/unictype/pr_other_alphabetic.h: Regenerated.
6201         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
6202         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
6203         * lib/unictype/pr_other_id_continue.h: Regenerated.
6204         * lib/unictype/pr_other_lowercase.h: Regenerated.
6205         * lib/unictype/pr_other_math.h: Regenerated.
6206         * lib/unictype/pr_punctuation.h: Regenerated.
6207         * lib/unictype/pr_sentence_terminal.h: Regenerated.
6208         * lib/unictype/pr_soft_dotted.h: Regenerated.
6209         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
6210         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
6211         * lib/unictype/pr_unified_ideograph.h: Regenerated.
6212         * lib/unictype/pr_uppercase.h: Regenerated.
6213         * lib/unictype/pr_xid_continue.h: Regenerated.
6214         * lib/unictype/pr_xid_start.h: Regenerated.
6215         * lib/unictype/pr_zero_width.h: Regenerated.
6216         * lib/unictype/scripts.h: Regenerated.
6217         * lib/unictype/scripts_byname.gperf: Regenerated.
6218         * lib/unictype/sy_java_ident.h: Regenerated.
6219         * lib/unilbrk/lbrkprop1.h: Regenerated.
6220         * lib/unilbrk/lbrkprop2.h: Regenerated.
6221         * tests/unictype/test-categ_C.c: Regenerated.
6222         * tests/unictype/test-categ_Cf.c: Regenerated.
6223         * tests/unictype/test-categ_Cn.c: Regenerated.
6224         * tests/unictype/test-categ_L.c: Regenerated.
6225         * tests/unictype/test-categ_Ll.c: Regenerated.
6226         * tests/unictype/test-categ_Lm.c: Regenerated.
6227         * tests/unictype/test-categ_Lo.c: Regenerated.
6228         * tests/unictype/test-categ_Lu.c: Regenerated.
6229         * tests/unictype/test-categ_M.c: Regenerated.
6230         * tests/unictype/test-categ_Mc.c: Regenerated.
6231         * tests/unictype/test-categ_Me.c: Regenerated.
6232         * tests/unictype/test-categ_Mn.c: Regenerated.
6233         * tests/unictype/test-categ_N.c: Regenerated.
6234         * tests/unictype/test-categ_Nd.c: Regenerated.
6235         * tests/unictype/test-categ_Nl.c: Regenerated.
6236         * tests/unictype/test-categ_No.c: Regenerated.
6237         * tests/unictype/test-categ_P.c: Regenerated.
6238         * tests/unictype/test-categ_Pd.c: Regenerated.
6239         * tests/unictype/test-categ_Pe.c: Regenerated.
6240         * tests/unictype/test-categ_Pf.c: Regenerated.
6241         * tests/unictype/test-categ_Pi.c: Regenerated.
6242         * tests/unictype/test-categ_Po.c: Regenerated.
6243         * tests/unictype/test-categ_Ps.c: Regenerated.
6244         * tests/unictype/test-categ_S.c: Regenerated.
6245         * tests/unictype/test-categ_Sk.c: Regenerated.
6246         * tests/unictype/test-categ_Sm.c: Regenerated.
6247         * tests/unictype/test-categ_So.c: Regenerated.
6248         * tests/unictype/test-ctype_alnum.c: Regenerated.
6249         * tests/unictype/test-ctype_alpha.c: Regenerated.
6250         * tests/unictype/test-ctype_graph.c: Regenerated.
6251         * tests/unictype/test-ctype_lower.c: Regenerated.
6252         * tests/unictype/test-ctype_print.c: Regenerated.
6253         * tests/unictype/test-ctype_punct.c: Regenerated.
6254         * tests/unictype/test-ctype_upper.c: Regenerated.
6255         * tests/unictype/test-decdigit.h: Regenerated.
6256         * tests/unictype/test-digit.h: Regenerated.
6257         * tests/unictype/test-numeric.h: Regenerated.
6258         * tests/unictype/test-pr_alphabetic.c: Regenerated.
6259         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
6260         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
6261         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
6262         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
6263         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
6264         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
6265         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
6266         * tests/unictype/test-pr_combining.c: Regenerated.
6267         * tests/unictype/test-pr_dash.c: Regenerated.
6268         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
6269         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
6270         * tests/unictype/test-pr_deprecated.c: Regenerated.
6271         * tests/unictype/test-pr_diacritic.c: Regenerated.
6272         * tests/unictype/test-pr_extender.c: Regenerated.
6273         * tests/unictype/test-pr_format_control.c: Regenerated.
6274         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
6275         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
6276         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
6277         * tests/unictype/test-pr_id_continue.c: Regenerated.
6278         * tests/unictype/test-pr_id_start.c: Regenerated.
6279         * tests/unictype/test-pr_ideographic.c: Regenerated.
6280         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
6281         * tests/unictype/test-pr_lowercase.c: Regenerated.
6282         * tests/unictype/test-pr_math.c: Regenerated.
6283         * tests/unictype/test-pr_numeric.c: Regenerated.
6284         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
6285         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
6286         Regenerated.
6287         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
6288         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
6289         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
6290         * tests/unictype/test-pr_other_math.c: Regenerated.
6291         * tests/unictype/test-pr_punctuation.c: Regenerated.
6292         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
6293         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
6294         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
6295         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
6296         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
6297         * tests/unictype/test-pr_uppercase.c: Regenerated.
6298         * tests/unictype/test-pr_xid_continue.c: Regenerated.
6299         * tests/unictype/test-pr_xid_start.c: Regenerated.
6300         * tests/unictype/test-pr_zero_width.c: Regenerated.
6301
6302         Update to Unicode 5.1.0.
6303         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
6304         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
6305         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
6306         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
6307         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
6308         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
6309         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
6310         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
6311         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
6312         (nonspacing_table_ind): Update.
6313         * tests/uniwidth/test-uc_width2.sh: Update expected result.
6314
6315         Update to Unicode 5.1.0.
6316         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
6317         code transform.
6318         * lib/uniname/uniname.c (unicode_character_name,
6319         unicode_name_character): Add the range 0x1Fxxx to the code transform.
6320         * lib/uniname/uninames.h: Regenerated.
6321         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
6322
6323 2009-02-07  Bruno Haible  <bruno@clisp.org>
6324
6325         Merge gen-ctype and gen-lbrk into a single program.
6326         * lib/gen-uni-tables.c: New file, incorporating
6327         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
6328         Add directory prefixes to the names of the generated files.
6329         * lib/unictype/gen-ctype.c: Remove file.
6330         * lib/unilbrk/gen-lbrk.c: Remove file.
6331         * modules/gen-uni-tables: New file.
6332         * modules/unictype/gen-ctype: Remove file.
6333         * modules/unilbrk/gen-lbrk: Remove file.
6334
6335 2009-02-07  Bruno Haible  <bruno@clisp.org>
6336
6337         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
6338
6339         New module 'unistr/u32-strcoll'.
6340         * modules/unistr/u32-strcoll: New file.
6341         * lib/unistr/u32-strcoll.c: New file.
6342
6343         New module 'unistr/u16-strcoll'.
6344         * modules/unistr/u16-strcoll: New file.
6345         * lib/unistr/u16-strcoll.c: New file.
6346
6347         New module 'unistr/u8-strcoll'.
6348         * modules/unistr/u8-strcoll: New file.
6349         * lib/unistr/u8-strcoll.c: New file.
6350         * lib/unistr/u-strcoll.h: New file.
6351
6352 2009-02-07  Bruno Haible  <bruno@clisp.org>
6353
6354         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
6355         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
6356         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
6357         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
6358         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
6359         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
6360
6361 2009-02-07  Bruno Haible  <bruno@clisp.org>
6362
6363         Make 64-bit clean.
6364         * lib/unictype/gen-ctype.c (output_predicate, output_category,
6365         output_combclass, output_bidi_category, output_decimal_digit,
6366         output_digit, output_numeric, output_mirror, output_scripts,
6367         output_ident_category): Use proper width specifier in format strings.
6368
6369 2009-02-07  Bruno Haible  <bruno@clisp.org>
6370
6371         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
6372         failure behaviour.
6373
6374 2009-02-07  Jim Meyering  <meyering@redhat.com>
6375
6376         regex: avoid compilation failure with upcoming gcc-4.4
6377         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
6378         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
6379         "... error: integer overflow in preprocessor expression".
6380
6381 2009-02-05  Ben Pfaff  <blp@gnu.org>
6382
6383         Fix link errors on Windows when close module is used.
6384         * modules/close: Add $(LIB_CLOSE) to Link section.
6385         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
6386         $(LIB_CLOSE) on Windows.
6387
6388 2009-02-05  Jim Meyering  <meyering@redhat.com>
6389
6390         still avoid unused-parameter warnings, but do it cleanly
6391         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
6392         (get_fs_usage): Cast to void instead.
6393         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
6394         (dev_from_mount_options, read_file_system_list): Cast to void.
6395         Prompted by Bruno Haible.
6396
6397 2009-02-04  Jim Meyering  <meyering@redhat.com>
6398
6399         fsusage.c: correct copyright year
6400         * lib/fsusage.c: Reflect year in which the change is pushed into
6401
6402         avoid misc. warnings
6403         * lib/fsusage.c (UNUSED_PARAM): Define.
6404         (get_fs_usage): Mark parameter "disk" as unused.
6405         * lib/getugroups.c (getgrent): Use "void" in prototype.
6406         * lib/mountlist.c: Mark unused parameters.
6407         (read_file_system_list): Declare a local with "const".
6408         * lib/nanosleep.c (getnow): Declare static.
6409         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
6410
6411         dirfd: set errno upon failure
6412         * lib/dirfd.c: Include <errno.h>.
6413         Set errno to ENOTSUP when returning -1.
6414         * modules/dirfd (Depends-on): Add errno.
6415         Suggested by John Kodis <kodis@comcast.net>.
6416
6417 2009-02-01  Bruno Haible  <bruno@clisp.org>
6418
6419         Don't assume sizeof (long) >= sizeof (void *).
6420         * lib/memcmp.c: Include stdint.h.
6421         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
6422         srcp2 to 'const byte *'.
6423         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
6424         types to uintptr_t.
6425         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
6426         * modules/memcmp (Depends-on): Add stdint.
6427         Reported by Ozkan Sezer <sezeroz@gmail.com>.
6428
6429 2009-01-30  Eric Blake  <ebb9@byu.net>
6430
6431         fix more require-before-expand issues
6432         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
6433         expand, AC_PROG_AWK.
6434         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
6435
6436 2009-01-28  Eric Blake  <ebb9@byu.net>
6437
6438         version-etc: use consistent URL formatting
6439         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
6440         Improve formatting.  Use fputs for string without %.
6441
6442 2009-01-28  Jim Meyering  <meyering@redhat.com>
6443
6444         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
6445         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
6446         "underquoted definition of NAME" from autoconf-2.59.
6447
6448 2009-01-28  Bruno Haible  <bruno@clisp.org>
6449
6450         * doc/gnulib.texi: Add "Obsolete modules" to index.
6451
6452 2009-01-28  Jim Meyering  <meyering@redhat.com>
6453
6454         useless-if-before-free: recognize more variants
6455         * build-aux/useless-if-before-free: Also recognize e.g.,
6456         if (NULL != p) free (p);
6457
6458 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
6459
6460         test-getaddrinfo: skip (don't fail) this test when there's no network
6461         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
6462         on the presumption that it means you lack network access.
6463
6464 2009-01-26  Jim Meyering  <meyering@redhat.com>
6465
6466         fflush: avoid warnings on modern systems
6467         * lib/fflush.c (rpl_fflush): Move declarations of locals,
6468         pos and result, into scopes where they're used.
6469
6470 2009-01-26  Eric Blake  <ebb9@byu.net>
6471
6472         Silence warning reintroduced by recent extensions patch.
6473         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
6474         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
6475         autoconf.
6476
6477         Backport improved autoconf semantics of AC_DEFUN_ONCE.
6478         * m4/00gnulib.m4: New file.
6479         * gnulib-tool (func_get_filelist): Always use it.
6480         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
6481         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
6482
6483 2009-01-25  Bruno Haible  <bruno@clisp.org>
6484
6485         Make test-quotearg work on MacOS X and AIX.
6486         * tests/test-quotearg.sh: New file.
6487         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
6488         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
6489         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
6490         include <libintl.h>.
6491         (fake_locale): Remove variable.
6492         (gettext, dgettext, dcgettext): Remove functions.
6493         (main): Instead of setting a fake locale, set a real locale. Call
6494         textdomain and bindtextdomain.
6495         * modules/quotearg-tests (Files): Add the new files.
6496         (Depends-on): Add gettext, setenv, unsetenv.
6497         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
6498         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
6499         Augment TESTS_ENVIRONMENT.
6500
6501 2009-01-25  Bruno Haible  <bruno@clisp.org>
6502
6503         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
6504         fr_FR.ISO8859-1 locale on MacOS X.
6505         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
6506         ja_JP.eucJP locale on MacOS X.
6507         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
6508         zh_CN.GB18030 locale on MacOS X.
6509
6510 2009-01-25  Bruno Haible  <bruno@clisp.org>
6511
6512         Avoid link errors on MacOS X 10.3.
6513         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
6514         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
6515
6516 2009-01-25  Bruno Haible  <bruno@clisp.org>
6517
6518         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
6519         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
6520         * modules/pipe (Files): Remove m4/posix_spawn.m4.
6521         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
6522         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
6523         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
6524         posix_spawnattr_init, posix_spawnattr_setsigmask,
6525         posix_spawnattr_setflags, posix_spawnattr_destroy.
6526
6527         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
6528         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
6529         * modules/execute (Files): Remove m4/posix_spawn.m4.
6530         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
6531         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
6532         posix_spawnattr_init, posix_spawnattr_setsigmask,
6533         posix_spawnattr_setflags, posix_spawnattr_destroy.
6534
6535 2009-01-25  Bruno Haible  <bruno@clisp.org>
6536
6537         * lib/glthread/threadlib.c: Include <stdlib.h>.
6538
6539 2009-01-25  Bruno Haible  <bruno@clisp.org>
6540
6541         * lib/glthread/threadlib.c (dummy): New declaration.
6542
6543 2009-01-25  Bruno Haible  <bruno@clisp.org>
6544
6545         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
6546         multibyte characters also for the GB18030 encoding. Don't crash when
6547         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
6548
6549 2009-01-25  Bruno Haible  <bruno@clisp.org>
6550
6551         Avoid redefining 'struct random_data' on OSF/1 5.1.
6552         * lib/stdlib.in.h: Include <random.h> if it exists.
6553         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
6554         HAVE_RANDOM_H. Include <random.h> when testing whether
6555         'struct random_data' exists.
6556         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
6557
6558 2009-01-25  Bruno Haible  <bruno@clisp.org>
6559
6560         Don't install charset.alias on MacOS X >= 10.3.
6561         * lib/localcharset.c (DARWIN7): New macro.
6562         (get_charset_aliases): Hardcode the result for Darwin7.
6563         * modules/localcharset (install-exec-local): Don't install
6564         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
6565
6566 2009-01-25  Bruno Haible  <bruno@clisp.org>
6567
6568         Don't install charset.alias on mingw and Cygwin.
6569         * modules/localcharset (install-exec-local): Don't install
6570         charset.alias on mingw and Cygwin, if the file does not yet exist.
6571         The result for these platforms is hardcoded in localcharset.c.
6572
6573 2009-01-25  Bruno Haible  <bruno@clisp.org>
6574
6575         Make it possible again to use AC_GNU_SOURCE together with gnulib.
6576         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
6577         before requiring AC_USE_SYSTEM_EXTENSIONS.
6578
6579 2009-01-25  Jim Meyering  <meyering@redhat.com>
6580
6581         c-strtod: avoid warnings
6582         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
6583         "assignment discards qualifiers from pointer target type" warnings.
6584
6585 2009-01-24  Bruno Haible  <bruno@clisp.org>
6586
6587         Add support for non-UTF-8 locales on MacOS X.
6588         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
6589         canonical encodings. For Darwin 7 and newer, don't map traditional
6590         encodings to UTF-8.
6591         Reported by Vincent Lefevre <vincent@vinc17.org>
6592         at <http://savannah.gnu.org/bugs/?25235>.
6593
6594 2009-01-24  Bruno Haible  <bruno@clisp.org>
6595
6596         * doc/gnulib.texi (Obsolete modules): New section.
6597         Reported by Mike Frysinger <vapier@gentoo.org>.
6598
6599 2009-01-24  Bruno Haible  <bruno@clisp.org>
6600
6601         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
6602         (%.dvi): New rule.
6603
6604 2009-01-24  Bruno Haible  <bruno@clisp.org>
6605
6606         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
6607         Reported by Eric Blake.
6608
6609 2009-01-24  Bruno Haible  <bruno@clisp.org>
6610
6611         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
6612         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
6613         Reported by Gary V. Vaughan <gary@gnu.org>.
6614
6615 2009-01-24  Bruno Haible  <bruno@clisp.org>
6616
6617         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
6618
6619 2009-01-23  Bruno Haible  <bruno@clisp.org>
6620
6621         Make c-strtod, c-strtold usable in libraries.
6622         * lib/c-strtod.c: Include string.h instead of xalloc.h.
6623         (C_STRTOD): Call strdup instead of xstrdup.
6624         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
6625         * modules/c-strtold (Depends-on): Likewise.
6626         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
6627         * NEWS: Mention the change.
6628         Reported by Michael Gold <mgold@ncf.ca>.
6629
6630 2009-01-23  Jim Meyering  <meyering@redhat.com>
6631
6632         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
6633         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
6634         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
6635
6636 2009-01-23  Simon Josefsson  <simon@josefsson.org>
6637
6638         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
6639         GNU CoreUtils.
6640         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
6641         * modules/version-etc (Description): Update.
6642
6643 2009-01-22  Bruno Haible  <bruno@clisp.org>
6644
6645         Cache the C locale object.
6646         * lib/c-strtod.c (c_locale_cache): New variable.
6647         (c_locale): New function.
6648         (C_STRTOD): Use it, and don't call freelocale.
6649         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
6650         Suggested by Paolo Bonzini.
6651
6652 2009-01-21  Bruno Haible  <bruno@clisp.org>
6653
6654         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
6655         conditions other than overflow.
6656
6657 2009-01-21  Bruno Haible  <bruno@clisp.org>
6658
6659         * lib/c-strtod.c: Include errno.h.
6660         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
6661         value from STRTOD_L and STRTOD.
6662
6663 2009-01-21  Bruno Haible  <bruno@clisp.org>
6664         and Jim Meyering  <meyering@redhat.com>
6665
6666         nanosleep: skip configure test (fail it) for apple universal builds
6667         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
6668         universal builds, assume that nanosleep does not work.
6669         * modules/nanosleep (Depends-on): Add multiarch.
6670
6671         mktime: skip configure test (fail it) for apple universal builds
6672         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
6673         universal builds, assume that mktime does not work.
6674         * modules/mktime (Depends-on): Add multiarch.
6675
6676 2009-01-21  Eric Blake  <ebb9@byu.net>
6677
6678         multiarch: avoid expand-before-require warning
6679         * modules/multiarch (configure.ac): Require, rather than expand,
6680         gl_MULTIARCH.
6681         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
6682         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
6683         enforce that all clients require it.  Partial reversion of
6684         2008-12-29 patch.
6685
6686         error: avoid expand-before-require warning
6687         * modules/errno (configure.ac): Require, rather than expand,
6688         gl_HEADER_ERRNO_H.
6689         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
6690         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
6691         enforce that all clients require it.
6692
6693         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
6694         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
6695         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
6696         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
6697
6698 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
6699
6700         Revert:
6701         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
6702
6703         regex: do not depend on obsolete modules.
6704         * modules/regex: Remove memcmp and memmove.
6705
6706 2009-01-20  Bruno Haible  <bruno@clisp.org>
6707
6708         Make the 'link' module link on Windows NT 4.
6709         * lib/link.c (_WIN32_WINNT): Don't define.
6710         (CreateHardLinkFuncType): New type.
6711         (CreateHardLinkFunc, initialized): New variables.
6712         (initialize): New function.
6713         (link): Invoke CreateHardLink indirectly through the function pointer.
6714
6715 2009-01-20  Bruno Haible  <bruno@clisp.org>
6716
6717         Fix compilation failure on mingw.
6718         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
6719
6720 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
6721
6722         * doc/c-strtod.texi: Mention a couple of restrictions.
6723
6724 2009-01-20  Jim Meyering  <meyering@redhat.com>
6725
6726         gettimeofday: move more declarations out of functions
6727         * lib/gettimeofday.c: Move extern declarations of tzset and
6728         gmtime out of containing functions.  Prompted by Bruno Haible.
6729
6730 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
6731
6732         regex: do not depend on obsolete modules.
6733         * modules/regex: Remove memcmp and memmove.
6734
6735 2009-01-19  Bruno Haible  <bruno@clisp.org>
6736
6737         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
6738         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
6739         gl_BIGENDIAN, not AC_C_BIGENDIAN.
6740         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
6741         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
6742
6743 2009-01-19  Bruno Haible  <bruno@clisp.org>
6744
6745         * tests/test-link.c: Include <errno.h>.
6746         (main): Exit with code 77 when a hard link cannot be created due to
6747         the file system.
6748         * tests/test-link.sh: Skip test when a hard link cannot be created due
6749         to the file system.
6750         Suggested by Eric Blake.
6751
6752 2009-01-19  Martin Lambers  <marlam@marlam.de>
6753
6754         * modules/link-tests: New file.
6755         * tests/test-link.sh: New file.
6756         * tests/test-link.c: New file.
6757
6758 2009-01-19  Eric Blake  <ebb9@byu.net>
6759
6760         doc: mention another function added in cygwin 1.7.0
6761         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
6762         Another new function in cygwin 1.7.
6763
6764 2009-01-19  Bruno Haible  <bruno@clisp.org>
6765
6766         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
6767         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
6768         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
6769         gl_BIGENDIAN, not AC_C_BIGENDIAN.
6770         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
6771         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
6772         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
6773         * m4/md4.m4 (gl_MD4): Likewise.
6774         * m4/md5.m4 (gl_MD5): Likewise.
6775         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
6776         * m4/sha1.m4 (gl_SHA1): Likewise.
6777         * m4/sha256.m4 (gl_SHA256): Likewise.
6778         * m4/sha512.m4 (gl_SHA512): Likewise.
6779
6780 2009-01-19  Bruno Haible  <bruno@clisp.org>
6781
6782         * modules/uniname/uniname-tests (Depends-on): Add progname.
6783         * tests/uniname/test-uninames.c: Include progname.h.
6784         (main): Call set_program_name.
6785
6786         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
6787         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
6788         (main): Call set_program_name.
6789
6790         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
6791         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
6792         (main): Call set_program_name.
6793
6794         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
6795         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
6796         (main): Call set_program_name.
6797
6798         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
6799         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
6800         (main): Call set_program_name.
6801
6802         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
6803         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
6804         (main): Call set_program_name.
6805
6806         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
6807         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
6808         (main): Call set_program_name.
6809
6810         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
6811         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
6812         (main): Call set_program_name.
6813
6814         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
6815         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
6816         (main): Call set_program_name.
6817
6818 2009-01-19  Eric Blake  <ebb9@byu.net>
6819
6820         test-unistd: test previous patch
6821         * tests/test-unistd.c: Test *_FILENO macros.
6822
6823         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
6824         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
6825         Guarantee a definition.
6826         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
6827         * modules/unistd-safer (Depends-on): Add dependency on unistd.
6828         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
6829         * lib/dup-safer.c (STDERR_FILENO): Likewise.
6830         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
6831         Likewise.
6832         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
6833         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
6834         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
6835         Likewise.
6836         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
6837         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
6838         (STDERR_FILENO): Likewise.
6839         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
6840         (STDERR_FILENO): Likewise.
6841         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
6842         (STDERR_FILENO): Likewise.
6843         Reported by Elbert Pol.
6844
6845 2009-01-19  Eric Blake  <ebb9@byu.net>
6846
6847         doc: mention more functions added in cygwin 1.7.0
6848         * doc/posix-functions/abort.texi (abort): Update wording related
6849         to cygwin.
6850         * doc/posix-functions/daylight.texi (daylight): Likewise.
6851         * doc/posix-functions/optarg.texi (optarg): Likewise.
6852         * doc/posix-functions/optarg.texi (opterr): Likewise.
6853         * doc/posix-functions/optarg.texi (optind): Likewise.
6854         * doc/posix-functions/optarg.texi (optopt): Likewise.
6855         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
6856         worked in 1.5.x, and was withdrawn in 1.7.
6857         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
6858         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
6859         cygwin versions.
6860         * doc/posix-functions/perror.texi (perror): Likewise.
6861         * doc/posix-functions/printf.texi (printf): Likewise.
6862         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
6863         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
6864         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
6865         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
6866         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
6867         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
6868         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
6869         Likewise.
6870         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
6871         Likewise.
6872         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
6873         this function.
6874         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
6875         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
6876         Likewise.
6877         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
6878         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
6879         * doc/posix-functions/confstr.texi (confstr): Likewise.
6880         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
6881         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
6882         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
6883         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
6884         * doc/posix-functions/fputws.texi (fputws): Likewise.
6885         * doc/posix-functions/fwide.texi (fwide): Likewise.
6886         * doc/posix-functions/getwc.texi (getwc): Likewise.
6887         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
6888         * doc/posix-functions/putwc.texi (putwc): Likewise.
6889         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
6890         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
6891         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
6892         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
6893         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
6894         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
6895         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
6896         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
6897         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
6898         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
6899         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
6900
6901 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
6902
6903         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
6904         * lib/ioctl.c: Include <sys/ioctl.h>.
6905
6906 2009-01-19  Simon Josefsson  <simon@josefsson.org>
6907
6908         * modules/getdate-tests (Depends-on): Add progname.
6909         * tests/test-getdate.c: Use progname module, to avoid link errors
6910         on non-glibc systems.
6911
6912 2009-01-18  Simon Josefsson  <simon@josefsson.org>
6913
6914         * modules/filenamecat-tests (Depends-on): Add progname.
6915         * modules/fstrcmp-tests (Depends-on): Likewise.
6916
6917         * tests/test-filenamecat.c: Use progname module, to avoid link
6918         errors on non-glibc systems.
6919         * tests/test-fstrcmp.c: Likewise.
6920
6921 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
6922
6923         gettimeofday: avoid warning: nested extern declaration of 'localtime'
6924         * lib/gettimeofday.c: Move extern declaration out of function.
6925
6926 2009-01-18  Bruno Haible  <bruno@clisp.org>
6927
6928         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
6929         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
6930         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
6931
6932 2009-01-18  Bruno Haible  <bruno@clisp.org>
6933
6934         * lib/strftime.c (MEMPCPY): Remove unused macro.
6935         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
6936
6937 2009-01-18  Martin Lambers  <marlam@marlam.de>
6938
6939         New module 'link'.
6940         * lib/unistd.in.h (link): New declaration.
6941         * lib/link.c: New file.
6942         * m4/link.m4: New file.
6943         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
6944         HAVE_LINK.
6945         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
6946         * modules/link: New file.
6947         * doc/posix-functions/link.texi: Mention the new module.
6948
6949 2009-01-18  Bruno Haible  <bruno@clisp.org>
6950
6951         * tests/test-avltree_list.c (main): Call set_program_name.
6952         * tests/test-avltree_oset.c (main): Likewise.
6953         * tests/test-obstack-printf.c: Include progname.h.
6954         (main): Call set_program_name.
6955         * tests/test-quotearg.c: Include progname.h.
6956         (main): Call set_program_name.
6957         * tests/test-xmemdup0.c: Include progname.h.
6958         (main): Call set_program_name.
6959
6960 2009-01-18  Bruno Haible  <bruno@clisp.org>
6961
6962         New module 'alphasort'.
6963         * lib/dirent.in.h (alphasort): New declaration.
6964         * lib/alphasort.c: New file, from glibc with modifications.
6965         * m4/alphasort.m4: New file.
6966         * modules/alphasort: New file.
6967         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
6968         HAVE_ALPHASORT.
6969         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
6970         HAVE_ALPHASORT.
6971         * doc/posix-functions/alphasort.texi: Mention the new module and the
6972         portability problems.
6973
6974 2009-01-18  Bruno Haible  <bruno@clisp.org>
6975
6976         New module 'scandir'.
6977         * lib/dirent.in.h (scandir): New declaration.
6978         * lib/scandir.c: New file, from glibc with modifications.
6979         * m4/scandir.m4: New file.
6980         * modules/scandir: New file.
6981         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
6982         HAVE_SCANDIR.
6983         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
6984         HAVE_SCANDIR.
6985         * doc/posix-functions/scandir.texi: Mention the new module and the
6986         portability problems.
6987
6988 2009-01-17  Bruno Haible  <bruno@clisp.org>
6989
6990         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
6991         Update documentation.
6992         (func_remove_suffix): Escape all dots in the suffix. Update
6993         documentation.
6994         (func_filter_filelist): Update documentation.
6995         Reported by Ralf Wildenhues.
6996
6997 2009-01-17  Bruno Haible  <bruno@clisp.org>
6998
6999         * modules/dprintf-posix-tests: New file.
7000         * tests/test-dprintf-posix.sh: New file.
7001         * tests/test-dprintf-posix.c: New file.
7002
7003         New modules 'dprintf', 'dprintf-posix'.
7004         * lib/stdio.in.h (dprintf): New declaration.
7005         * lib/dprintf.c: New file.
7006         * m4/dprintf.m4: New file.
7007         * m4/dprintf-posix.m4: New file.
7008         * modules/dprintf: New file.
7009         * modules/dprintf-posix: New file.
7010         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
7011         HAVE_DPRINTF, REPLACE_DPRINTF.
7012         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
7013         HAVE_DPRINTF, REPLACE_DPRINTF.
7014         * doc/posix-functions/dprintf.texi: Mention the new modules.
7015
7016 2009-01-17  Bruno Haible  <bruno@clisp.org>
7017
7018         * modules/vdprintf-posix-tests: New file.
7019         * tests/test-vdprintf-posix.sh: New file.
7020         * tests/test-vdprintf-posix.c: New file.
7021
7022         New modules 'vdprintf', 'vdprintf-posix'.
7023         * lib/stdio.in.h (vdprintf): New declaration.
7024         * lib/vdprintf.c: New file.
7025         * m4/vdprintf.m4: New file.
7026         * m4/vdprintf-posix.m4: New file.
7027         * modules/vdprintf: New file.
7028         * modules/vdprintf-posix: New file.
7029         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
7030         HAVE_VDPRINTF, REPLACE_VDPRINTF.
7031         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
7032         HAVE_VDPRINTF, REPLACE_VDPRINTF.
7033         * doc/posix-functions/vdprintf.texi: Mention the new modules.
7034
7035 2009-01-17  Bruno Haible  <bruno@clisp.org>
7036
7037         Fix replacement of fopen on mingw.
7038         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
7039         mingw.
7040
7041 2009-01-17  Bruno Haible  <bruno@clisp.org>
7042
7043         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
7044         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
7045
7046 2009-01-17  Bruno Haible  <bruno@clisp.org>
7047
7048         Avoid test-fflush2.sh failure on mingw.
7049         * tests/test-fflush2.c: Include binary-io.h.
7050         (main): Put standard input into binary mode.
7051         * modules/fflush-tests (Depends-on): Add binary-io.
7052
7053 2009-01-17  Bruno Haible  <bruno@clisp.org>
7054
7055         * lib/wchar.in.h: In another particular situation, include only the
7056         system's <wchar.h> file.
7057         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
7058         Reported by Albert Chin-A-Young <china@thewrittenword.com>
7059         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
7060
7061 2009-01-17  Bruno Haible  <bruno@clisp.org>
7062
7063         Support for stripping executables in --enable-relocatable.
7064         * build-aux/install-reloc: Expect one more argument, or an environment
7065         variable RELOC_STRIP_PROG. If set, strip the destination program and
7066         its wrapper.
7067         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
7068         RELOC_STRIP_PROG.
7069         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
7070         to set RELOCATABLE_STRIP.
7071         * NEWS: Mention the new Makefile requirement.
7072
7073 2009-01-17  Bruno Haible  <bruno@clisp.org>
7074
7075         * build-aux/install-reloc: Remove debugging information left over by
7076         C compiler on MacOS X.
7077
7078 2009-01-17  Bruno Haible  <bruno@clisp.org>
7079
7080         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
7081         * lib/progreloc.c (find_executable): Fix type of pointer passed to
7082         _NSGetExecutablePath.
7083
7084 2009-01-16  Jim Meyering  <meyering@redhat.com>
7085
7086         strerror: avoid warnings about discarding "const"
7087         * lib/strerror.c (rpl_strerror): Instead of returning a const
7088         string from each and every "case", use a variable, and add a single
7089         cast after the switch.
7090
7091 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
7092
7093         * lib/arpa_inet.in.h: Add extern "C" block for C++.
7094
7095 2009-01-16  Bruno Haible  <bruno@clisp.org>
7096
7097         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
7098         array initializer syntax that also works in C++ mode.
7099         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7100
7101 2009-01-16  Jim Meyering  <meyering@redhat.com>
7102
7103         poll: suppress a warning
7104         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
7105         to ignore "...unsigned expression < 0 is always false" warnings.
7106
7107 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
7108
7109         poll: remove declarations of unused variables
7110         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
7111         sockbuf and optlen.
7112
7113 2009-01-15  Bruno Haible  <bruno@clisp.org>
7114
7115         Make fflush-after-ungetc POSIX compliant on BSD systems.
7116         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
7117         (clear_ungetc_buffer): Implement also for other systems.
7118         (rpl_fflush): On glibc systems, invoke
7119         clear_ungetc_buffer_preserving_position. Otherwise, invoke
7120         clear_ungetc_buffer after fetching the stream's position, not before.
7121
7122 2009-01-15  Bruno Haible  <bruno@clisp.org>
7123
7124         Make fflush-after-ungetc POSIX compliant on glibc systems.
7125         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
7126         after ungetc.
7127         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
7128         (rpl_fflush): On glibc systems, simply call the system's fflush
7129         function after clearing the ungetc buffer.
7130         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
7131         Instead, lseek only to the end of file, then use the system's fseeko
7132         for the rest. On glibc systems, reset the EOF indicator bit.
7133
7134 2009-01-15  Jim Meyering  <meyering@redhat.com>
7135
7136         openmp.m4: revert quote-adding change, for portability to older autoconf
7137         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
7138         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
7139         Simon Josefsson noticed the problem when using autoconf-2.61.
7140
7141 2009-01-15  Bruno Haible  <bruno@clisp.org>
7142
7143         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
7144         * tests/test-fflush2.c (ASSERT): Always fail.
7145         (main): Add two tests for fflush() after ungetc(), taking into account
7146         the Austin Group's clarification.
7147         Suggested by Eric Blake.
7148
7149 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
7150
7151         mktime.m4: remove K&R-style function prototypes
7152         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
7153         for the Sun C++ compiler.
7154
7155 2009-01-14  Bruno Haible  <bruno@clisp.org>
7156
7157         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
7158         while including <wchar.h>.
7159         * lib/wchar.in.h: In two particular situations on HP-UX, include only
7160         the system's <wchar.h> file.
7161         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7162
7163 2009-01-14  Bruno Haible  <bruno@clisp.org>
7164
7165         * m4/csharp.m4: Don't mention gettext on the serial number line.
7166         * m4/csharpexec.m4: Likewise.
7167         * m4/eaccess.m4: Likewise.
7168         * m4/javaexec.m4: Likewise.
7169         * m4/sig_atomic_t.m4: Likewise.
7170         * m4/tmpdir.m4: Likewise.
7171         * m4/intldir.m4: Bump gettext version.
7172         * m4/lib-ld.m4: Likewise.
7173
7174 2009-01-14  Bruno Haible  <bruno@clisp.org>
7175
7176         * lib/progname.c (set_program_name): Add more comments.
7177         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
7178
7179 2009-01-14  Simon Josefsson  <simon@josefsson.org>
7180
7181         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
7182         were sys/stat.h does not define it.
7183
7184 2009-01-14  Jim Meyering  <meyering@redhat.com>
7185
7186         many *.m4 files: improve m4 quoting
7187         99% of this change was performed by running the following commands:
7188         git ls-files | grep '\.m4$' | xargs perl -pi \
7189           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
7190           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
7191           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
7192           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
7193         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
7194         The remainder were to add Copyright dates, increment serial numbers,
7195         undo some changes in comments, exclude m4/intl.m4, and add quotes
7196         around the "1" in ",1" where the unusual spacing prohibited the
7197         above regexps from doing the job.  For more details, see
7198         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
7199         * m4/acl.m4: Modified.
7200         * m4/afs.m4: Likewise.
7201         * m4/alloca.m4: Likewise.
7202         * m4/argp.m4: Likewise.
7203         * m4/argz.m4: Likewise.
7204         * m4/atexit.m4: Likewise.
7205         * m4/bison-i18n.m4: Likewise.
7206         * m4/bison.m4: Likewise.
7207         * m4/byteswap.m4: Likewise.
7208         * m4/c-stack.m4: Likewise.
7209         * m4/c-strtod.m4: Likewise.
7210         * m4/calloc.m4: Likewise.
7211         * m4/canonicalize-lgpl.m4: Likewise.
7212         * m4/chown.m4: Likewise.
7213         * m4/clock_time.m4: Likewise.
7214         * m4/codeset.m4: Likewise.
7215         * m4/copy-file.m4: Likewise.
7216         * m4/csharp.m4: Likewise.
7217         * m4/csharpcomp.m4: Likewise.
7218         * m4/csharpexec.m4: Likewise.
7219         * m4/d-ino.m4: Likewise.
7220         * m4/d-type.m4: Likewise.
7221         * m4/dirfd.m4: Likewise.
7222         * m4/double-slash-root.m4: Likewise.
7223         * m4/eaccess.m4: Likewise.
7224         * m4/eealloc.m4: Likewise.
7225         * m4/environ.m4: Likewise.
7226         * m4/errno_h.m4: Likewise.
7227         * m4/euidaccess.m4: Likewise.
7228         * m4/execute.m4: Likewise.
7229         * m4/fatal-signal.m4: Likewise.
7230         * m4/fchdir.m4: Likewise.
7231         * m4/fcntl_h.m4: Likewise.
7232         * m4/fileblocks.m4: Likewise.
7233         * m4/filenamecat.m4: Likewise.
7234         * m4/findprog.m4: Likewise.
7235         * m4/flexmember.m4: Likewise.
7236         * m4/fnmatch.m4: Likewise.
7237         * m4/fopen.m4: Likewise.
7238         * m4/fpending.m4: Likewise.
7239         * m4/fprintf-posix.m4: Likewise.
7240         * m4/free.m4: Likewise.
7241         * m4/frexp.m4: Likewise.
7242         * m4/frexpl.m4: Likewise.
7243         * m4/fsusage.m4: Likewise.
7244         * m4/ftruncate.m4: Likewise.
7245         * m4/gc-camellia.m4: Likewise.
7246         * m4/gc-random.m4: Likewise.
7247         * m4/gc.m4: Likewise.
7248         * m4/getaddrinfo.m4: Likewise.
7249         * m4/getcwd-abort-bug.m4: Likewise.
7250         * m4/getcwd-path-max.m4: Likewise.
7251         * m4/getdate.m4: Likewise.
7252         * m4/getdomainname.m4: Likewise.
7253         * m4/getgroups.m4: Likewise.
7254         * m4/gethostname.m4: Likewise.
7255         * m4/gethrxtime.m4: Likewise.
7256         * m4/getline.m4: Likewise.
7257         * m4/getloadavg.m4: Likewise.
7258         * m4/getndelim2.m4: Likewise.
7259         * m4/getpass.m4: Likewise.
7260         * m4/gettext.m4: Likewise.
7261         * m4/gettime.m4: Likewise.
7262         * m4/gettimeofday.m4: Likewise.
7263         * m4/gnulib-common.m4: Likewise.
7264         * m4/group-member.m4: Likewise.
7265         * m4/host-os.m4: Likewise.
7266         * m4/iconv.m4: Likewise.
7267         * m4/iconv_open.m4: Likewise.
7268         * m4/inet_ntop.m4: Likewise.
7269         * m4/inet_pton.m4: Likewise.
7270         * m4/inline.m4: Likewise.
7271         * m4/intldir.m4: Likewise.
7272         * m4/intlmacosx.m4: Likewise.
7273         * m4/intmax.m4: Likewise.
7274         * m4/intmax_t.m4: Likewise.
7275         * m4/inttypes.m4: Likewise.
7276         * m4/inttypes_h.m4: Likewise.
7277         * m4/inttypes-pri.m4: Likewise.
7278         * m4/isapipe.m4: Likewise.
7279         * m4/isnand.m4: Likewise.
7280         * m4/isnanf.m4: Likewise.
7281         * m4/isnanl.m4: Likewise.
7282         * m4/javacomp.m4: Likewise.
7283         * m4/javaexec.m4: Likewise.
7284         * m4/jm-winsz1.m4: Likewise.
7285         * m4/jm-winsz2.m4: Likewise.
7286         * m4/lchown.m4: Likewise.
7287         * m4/lcmessage.m4: Likewise.
7288         * m4/ldexpl.m4: Likewise.
7289         * m4/lib-ld.m4: Likewise.
7290         * m4/lib-link.m4: Likewise.
7291         * m4/libsigsegv.m4: Likewise.
7292         * m4/link-follow.m4: Likewise.
7293         * m4/localcharset.m4: Likewise.
7294         * m4/locale-fr.m4: Likewise.
7295         * m4/locale-ja.m4: Likewise.
7296         * m4/locale-tr.m4: Likewise.
7297         * m4/locale-zh.m4: Likewise.
7298         * m4/lock.m4: Likewise.
7299         * m4/longlong.m4: Likewise.
7300         * m4/ls-mntd-fs.m4: Likewise.
7301         * m4/lstat.m4: Likewise.
7302         * m4/malloc.m4: Likewise.
7303         * m4/mathl.m4: Likewise.
7304         * m4/mbrtowc.m4: Likewise.
7305         * m4/mbstate_t.m4: Likewise.
7306         * m4/mbswidth.m4: Likewise.
7307         * m4/memchr.m4: Likewise.
7308         * m4/memcmp.m4: Likewise.
7309         * m4/memcpy.m4: Likewise.
7310         * m4/memmem.m4: Likewise.
7311         * m4/memmove.m4: Likewise.
7312         * m4/mempcpy.m4: Likewise.
7313         * m4/memrchr.m4: Likewise.
7314         * m4/memset.m4: Likewise.
7315         * m4/minmax.m4: Likewise.
7316         * m4/mkdir-slash.m4: Likewise.
7317         * m4/mkdtemp.m4: Likewise.
7318         * m4/mktime.m4: Likewise.
7319         * m4/mmap-anon.m4: Likewise.
7320         * m4/mountlist.m4: Likewise.
7321         * m4/nanosleep.m4: Likewise.
7322         * m4/nls.m4: Likewise.
7323         * m4/nocrash.m4: Likewise.
7324         * m4/open.m4: Likewise.
7325         * m4/openat.m4: Likewise.
7326         * m4/openmp.m4: Likewise.
7327         * m4/pathmax.m4: Likewise.
7328         * m4/perl.m4: Likewise.
7329         * m4/physmem.m4: Likewise.
7330         * m4/pipe.m4: Likewise.
7331         * m4/po.m4: Likewise.
7332         * m4/poll.m4: Likewise.
7333         * m4/posixtm.m4: Likewise.
7334         * m4/posixver.m4: Likewise.
7335         * m4/printf-frexp.m4: Likewise.
7336         * m4/printf-frexpl.m4: Likewise.
7337         * m4/printf-posix.m4: Likewise.
7338         * m4/printf-posix-rpl.m4: Likewise.
7339         * m4/printf.m4: Likewise.
7340         * m4/progtest.m4: Likewise.
7341         * m4/putenv.m4: Likewise.
7342         * m4/readline.m4: Likewise.
7343         * m4/readlink.m4: Likewise.
7344         * m4/readutmp.m4: Likewise.
7345         * m4/realloc.m4: Likewise.
7346         * m4/regex.m4: Likewise.
7347         * m4/relocatable.m4: Likewise.
7348         * m4/relocatable-lib.m4: Likewise.
7349         * m4/rename-dest-slash.m4: Likewise.
7350         * m4/rename.m4: Likewise.
7351         * m4/rmdir-errno.m4: Likewise.
7352         * m4/rmdir.m4: Likewise.
7353         * m4/roundf.m4: Likewise.
7354         * m4/roundl.m4: Likewise.
7355         * m4/rpmatch.m4: Likewise.
7356         * m4/save-cwd.m4: Likewise.
7357         * m4/selinux-selinux-h.m4: Likewise.
7358         * m4/setenv.m4: Likewise.
7359         * m4/settime.m4: Likewise.
7360         * m4/sig2str.m4: Likewise.
7361         * m4/sig_atomic_t.m4: Likewise.
7362         * m4/signalblocking.m4: Likewise.
7363         * m4/signbit.m4: Likewise.
7364         * m4/sigpipe.m4: Likewise.
7365         * m4/sockets.m4: Likewise.
7366         * m4/sockpfaf.m4: Likewise.
7367         * m4/st_dm_mode.m4: Likewise.
7368         * m4/stat-time.m4: Likewise.
7369         * m4/stdbool.m4: Likewise.
7370         * m4/stdint.m4: Likewise.
7371         * m4/stdint_h.m4: Likewise.
7372         * m4/stpcpy.m4: Likewise.
7373         * m4/stpncpy.m4: Likewise.
7374         * m4/strcase.m4: Likewise.
7375         * m4/strchrnul.m4: Likewise.
7376         * m4/strcspn.m4: Likewise.
7377         * m4/strdup.m4: Likewise.
7378         * m4/strftime.m4: Likewise.
7379         * m4/strndup.m4: Likewise.
7380         * m4/strnlen.m4: Likewise.
7381         * m4/strpbrk.m4: Likewise.
7382         * m4/strptime.m4: Likewise.
7383         * m4/strsep.m4: Likewise.
7384         * m4/strtod.m4: Likewise.
7385         * m4/strtoimax.m4: Likewise.
7386         * m4/strtok_r.m4: Likewise.
7387         * m4/strtol.m4: Likewise.
7388         * m4/strtoll.m4: Likewise.
7389         * m4/strtoul.m4: Likewise.
7390         * m4/strtoull.m4: Likewise.
7391         * m4/strtoumax.m4: Likewise.
7392         * m4/strverscmp.m4: Likewise.
7393         * m4/threadlib.m4: Likewise.
7394         * m4/timegm.m4: Likewise.
7395         * m4/tm_gmtoff.m4: Likewise.
7396         * m4/tmpdir.m4: Likewise.
7397         * m4/tmpfile.m4: Likewise.
7398         * m4/tzset.m4: Likewise.
7399         * m4/uintmax_t.m4: Likewise.
7400         * m4/unlinkdir.m4: Likewise.
7401         * m4/unlocked-io.m4: Likewise.
7402         * m4/uptime.m4: Likewise.
7403         * m4/userspec.m4: Likewise.
7404         * m4/utimbuf.m4: Likewise.
7405         * m4/utime.m4: Likewise.
7406         * m4/utimes-null.m4: Likewise.
7407         * m4/utimes.m4: Likewise.
7408         * m4/vararrays.m4: Likewise.
7409         * m4/vasnprintf.m4: Likewise.
7410         * m4/vfprintf-posix.m4: Likewise.
7411         * m4/vprintf-posix.m4: Likewise.
7412         * m4/wait-process.m4: Likewise.
7413         * m4/wchar_t.m4: Likewise.
7414         * m4/wint_t.m4: Likewise.
7415         * m4/write-any-file.m4: Likewise.
7416         * m4/yield.m4: Likewise.
7417
7418 2009-01-13  Bruno Haible  <bruno@clisp.org>
7419
7420         Avoid test-copy-file.sh failures when ACL support insufficient.
7421         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
7422         TESTS_ENVIRONMENT.
7423         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
7424         Reported by Jim Meyering.
7425
7426 2009-01-13  Bruno Haible  <bruno@clisp.org>
7427
7428         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
7429         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
7430         * modules/unistdio/u8-printf-parse (Files): Likewise.
7431         * modules/unistdio/u32-printf-parse (Files): Likewise.
7432         * modules/unistdio/ulc-printf-parse (Files): Likewise.
7433
7434 2009-01-13  Simon Josefsson  <simon@josefsson.org>
7435
7436         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
7437         and m4/inttypes_h.m4 too.
7438
7439 2009-01-12  Eric Blake  <ebb9@byu.net>
7440
7441         tests: IRIX 6.2 cc can't compile -0.0 into .data
7442         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
7443         rather than at compile-time.
7444         * tests/test-floorl.c (minus_zero): Likewise.
7445         * tests/test-frexpl.c (minus_zero): Likewise.
7446         * tests/test-isnan.c (minus_zerol): Likewise.
7447         * tests/test-isnanl.h (minus_zero): Likewise.
7448         * tests/test-ldexpl.c (minus_zero): Likewise.
7449         * tests/test-roundl.c (minus_zero): Likewise.
7450         * tests/test-signbit.c (minus_zerol): Likewise.
7451         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
7452         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
7453         * tests/test-truncl.c (minus_zero): Likewise.
7454         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
7455         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
7456         Reported by Tom G. Christensen and Nelson H. F. Beebe.
7457
7458 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
7459
7460         regex: fix glibc bug 9697
7461         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
7462         handling.
7463
7464 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
7465
7466         regex: fix glibc bug 697
7467         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
7468         being NULL also if there are no backreferences.
7469
7470 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
7471
7472         regex: merge glibc changes
7473         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
7474         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
7475         re_string_skip_chars, re_string_reconstruct): Likewise.
7476         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
7477
7478 2009-01-07  Jim Meyering  <meyering@redhat.com>
7479
7480         poll: filter through cppi
7481         * lib/poll.c: Indent cpp directives to reflect nesting.
7482
7483 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
7484
7485         poll: don't return uninitialized
7486         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
7487
7488 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
7489
7490         avoid compile failure on AIX 6.1
7491         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
7492         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
7493
7494 2009-01-04  Jim Meyering  <meyering@redhat.com>
7495
7496         remove duplicate inclusion of <stdio.h>
7497         * tests/test-fprintf-posix.c: Likewise.
7498         * tests/test-printf-posix.c: Likewise.
7499         * tests/test-snprintf-posix.c: Likewise.
7500         * tests/test-sprintf-posix.c: Likewise.
7501         * tests/test-vasprintf-posix.c: Likewise.
7502         * tests/test-vfprintf-posix.c: Likewise.
7503         * tests/test-vprintf-posix.c: Likewise.
7504         * tests/test-vsnprintf-posix.c: Likewise.
7505         * tests/test-vsprintf-posix.c: Likewise.
7506
7507 2009-01-03  Jim Meyering  <meyering@redhat.com>
7508
7509         gnulib-tool: fix sed-based filtering
7510         * gnulib-tool (func_filter_filelist): Remove extra backslash
7511         in sed_fff_filter definition.
7512
7513 2009-01-02  Jim Meyering  <meyering@redhat.com>
7514
7515         strftime: avoid compilation failure on Solaris 2.6
7516         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
7517         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
7518         Don't #define mbrlen or mbsinit, since now they're guaranteed to
7519         be available.  Reported by Tom G. Christensen.  Details in
7520         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
7521
7522 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7523             Bruno Haible  <bruno@clisp.org>
7524
7525         Speed up gnulib-tool by doing more string processing through shell
7526         built-ins.
7527         * gnulib-tool (fast_func_append): New variable.
7528         (func_remove_prefix, func_remove_suffix): New functions.
7529         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
7530         (func_filter_filelist): New function.
7531         (func_get_dependencies): Use func_remove_suffix instead of sed.
7532         (func_get_automake_snippet): Use func_filter_filelist instead of a
7533         subshell and sed invocation.
7534
7535 2009-01-01  Bruno Haible  <bruno@clisp.org>
7536
7537         Fix a security bug.
7538         * gnulib-tool (func_import, import, update): Don't allow the characters
7539         '"', '$', '`', '\' in macro arguments that become part of commands that
7540         are evaluated.
7541
7542 2009-01-01  Bruno Haible  <bruno@clisp.org>
7543
7544         * gnulib-tool (func_reset_sigpipe): Add more comments.
7545
7546 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7547
7548         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
7549         func_emit_tests_Makefile_am, func_import): Abort loops early if we
7550         already know the answer.
7551
7552 2009-01-01  Jim Meyering  <meyering@redhat.com>
7553
7554         * lib/version-etc.c (version_etc_va): Update copyright year.
7555
7556 2008-12-30  Bruno Haible  <bruno@clisp.org>
7557
7558         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
7559         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
7560         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
7561
7562 2008-12-29  Eric Blake  <ebb9@byu.net>
7563
7564         multiarch: avoid autoconf AC_REQUIRE bug
7565         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
7566         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
7567         2.63 and older.
7568         Reported by Bruno Haible, and analyzed in
7569         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
7570
7571 2008-12-29  Bruno Haible  <bruno@clisp.org>
7572
7573         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
7574         files in subdirectories correctly.
7575         Reported by Ralf Wildenhues.
7576
7577 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7578
7579         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
7580         rather than 'join FILE -', for Solaris join.
7581
7582 2008-12-29  Bruno Haible  <bruno@clisp.org>
7583
7584         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
7585         quoting.
7586         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
7587         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
7588         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
7589         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
7590         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
7591         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
7592         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
7593         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
7594         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
7595         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
7596         * m4/nls.m4 (AM_NLS): Likewise.
7597         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
7598         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
7599         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
7600         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
7601         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
7602         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
7603         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
7604         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
7605         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
7606         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7607         * m4/xsize.m4 (gl_XSIZE): Likewise.
7608         Suggested by Jim Meyering.
7609
7610 2008-11-17  Bruce Korb  <bkorb@gnu.org>
7611
7612         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
7613         * lib/parse-duration.c: use a switch instead of cascading if's.
7614
7615 2008-12-29  Eric Blake  <ebb9@byu.net>
7616
7617         wchar.h: supply WEOF on Irix 5.3
7618         * lib/wchar.in.h (wint_t): Also supply WEOF.
7619         * lib/wctype.in.h (wint_t): Likewise.
7620         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
7621         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
7622         Reported by Tom G. Christensen.
7623
7624 2008-12-26  Bruno Haible  <bruno@clisp.org>
7625
7626         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
7627         i486, i586, i686.
7628
7629 2008-12-26  Bruno Haible  <bruno@clisp.org>
7630
7631         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
7632
7633 2008-12-26  Bruno Haible  <bruno@clisp.org>
7634
7635         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
7636         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
7637         not __STDC_CONSTANT_MACROS.
7638         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
7639
7640 2008-12-25  Bruno Haible  <bruno@clisp.org>
7641
7642         Add support for universal builds to vasnprintf.
7643         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
7644         universal builds, guess no.
7645         * modules/vasnprintf-posix (Depends-on): Add multiarch.
7646         * modules/vasprintf-posix (Depends-on): Likewise.
7647         * modules/fprintf-posix (Depends-on): Likewise.
7648         * modules/vfprintf-posix (Depends-on): Likewise.
7649         * modules/snprintf-posix (Depends-on): Likewise.
7650         * modules/vsnprintf-posix (Depends-on): Likewise.
7651         * modules/sprintf-posix (Depends-on): Likewise.
7652         * modules/vsprintf-posix (Depends-on): Likewise.
7653         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7654         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7655         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7656         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7657         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7658         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7659         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7660
7661         Add support for universal builds to <inttypes.h>.
7662         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
7663         _SCNu64_PREFIX): In Apple
7664         universal builds, define directly, using _LP64.
7665         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
7666         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
7667         * modules/inttypes (Depends-on): Add multiarch.
7668         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
7669
7670         Add support for universal builds to <stdint.h>.
7671         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
7672         universal builds, define directly, using _LP64.
7673         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
7674         Apple universal builds, don't test for the size and suffix of ptrdiff_t
7675         and size_t.
7676         * modules/stdint (Depends-on): Add multiarch.
7677         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
7678
7679         New module 'multiarch'.
7680         * modules/multiarch: New file.
7681         * m4/multiarch.m4: New file.
7682
7683 2008-12-25  Bruno Haible  <bruno@clisp.org>
7684
7685         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
7686
7687 2008-12-25  Bruno Haible  <bruno@clisp.org>
7688
7689         * modules/btowc (License): Relicense under LGPLv2+.
7690         * modules/mbsinit (License): Likewise.
7691         * modules/mbrtowc (License): Likewise.
7692         * modules/wcrtomb (License): Likewise.
7693         * modules/streq (License): Likewise.
7694         Reported by David Lutterkort <lutter@redhat.com>.
7695
7696 2008-12-23  Bruno Haible  <bruno@clisp.org>
7697
7698         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
7699
7700 2008-12-23  Bruno Haible  <bruno@clisp.org>
7701
7702         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
7703         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
7704         GETADDRINFO_LIB, not in LIBS.
7705         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
7706         * modules/canon-host (Link): Likewise.
7707         * NEWS: Mention the change.
7708         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
7709         GETADDRINFO_LIB.
7710
7711 2008-12-22  Bruno Haible  <bruno@clisp.org>
7712
7713         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
7714         * doc/posix-functions/iswalpha_l.texi: Likewise.
7715         * doc/posix-functions/iswblank_l.texi: Likewise.
7716         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7717         * doc/posix-functions/iswctype_l.texi: Likewise.
7718         * doc/posix-functions/iswdigit_l.texi: Likewise.
7719         * doc/posix-functions/iswgraph_l.texi: Likewise.
7720         * doc/posix-functions/iswlower_l.texi: Likewise.
7721         * doc/posix-functions/iswprint_l.texi: Likewise.
7722         * doc/posix-functions/iswpunct_l.texi: Likewise.
7723         * doc/posix-functions/iswspace_l.texi: Likewise.
7724         * doc/posix-functions/iswupper_l.texi: Likewise.
7725         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7726         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
7727         * doc/posix-functions/open_wmemstream.texi: Likewise.
7728         * doc/posix-functions/swscanf.texi: Likewise.
7729         * doc/posix-functions/towctrans_l.texi: Likewise.
7730         * doc/posix-functions/towlower.texi: Likewise.
7731         * doc/posix-functions/towlower_l.texi: Likewise.
7732         * doc/posix-functions/towupper.texi: Likewise.
7733         * doc/posix-functions/towupper_l.texi: Likewise.
7734         * doc/posix-functions/vfwprintf.texi: Likewise.
7735         * doc/posix-functions/vfwscanf.texi: Likewise.
7736         * doc/posix-functions/vswscanf.texi: Likewise.
7737         * doc/posix-functions/vwprintf.texi: Likewise.
7738         * doc/posix-functions/vwscanf.texi: Likewise.
7739         * doc/posix-functions/wcpcpy.texi: Likewise.
7740         * doc/posix-functions/wcpncpy.texi: Likewise.
7741         * doc/posix-functions/wcscasecmp.texi: Likewise.
7742         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
7743         * doc/posix-functions/wcscoll_l.texi: Likewise.
7744         * doc/posix-functions/wcsdup.texi: Likewise.
7745         * doc/posix-functions/wcsncasecmp.texi: Likewise.
7746         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
7747         * doc/posix-functions/wcsnlen.texi: Likewise.
7748         * doc/posix-functions/wcsnrtombs.texi: Likewise.
7749         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7750         * doc/posix-functions/wctrans_l.texi: Likewise.
7751         * doc/posix-functions/wctype_l.texi: Likewise.
7752         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
7753         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
7754         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
7755         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
7756         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
7757         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
7758         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
7759         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
7760         * doc/glibc-functions/wcschrnul.texi: Likewise.
7761         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7762         * doc/glibc-functions/wcstod_l.texi: Likewise.
7763         * doc/glibc-functions/wcstof_l.texi: Likewise.
7764         * doc/glibc-functions/wcstol_l.texi: Likewise.
7765         * doc/glibc-functions/wcstold_l.texi: Likewise.
7766         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7767         * doc/glibc-functions/wcstoq.texi: Likewise.
7768         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7769         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7770         * doc/glibc-functions/wcstouq.texi: Likewise.
7771         * doc/glibc-functions/wmempcpy.texi: Likewise.
7772
7773 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
7774             Eric Blake  <ebb9@byu.net>
7775             Paolo Bonzini  <bonzini@gnu.org>
7776             Bruno Haible  <bruno@clisp.org>
7777
7778         Make c-stack work on Haiku.
7779         * lib/c-stack.c (SA_ONSTACK): Define fallback.
7780         (c_stack_action): Use SA_ONSTACK flag.
7781
7782 2008-12-22  Bruno Haible  <bruno@clisp.org>
7783
7784         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
7785
7786 2008-12-22  Bruno Haible  <bruno@clisp.org>
7787
7788         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
7789         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
7790         being overridden.
7791         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
7792         New macros.
7793         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
7794         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
7795         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
7796         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
7797
7798 2008-12-22  Bruno Haible  <bruno@clisp.org>
7799
7800         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
7801         from test code.
7802
7803 2008-12-22  Eric Blake  <ebb9@byu.net>
7804
7805         Avoid gcc warnings on cygwin.
7806         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
7807         Avoid unused variable.
7808         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
7809         Likewise.
7810
7811 2008-12-22  Bruno Haible  <bruno@clisp.org>
7812
7813         Remove HAVE_MBRTOWC conditionals.
7814         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
7815         (mbscasecmp): Assume mbrtowc function.
7816         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
7817         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
7818         * lib/mbschr.c: Include mbuiter.h unconditionally.
7819         (mbschr): Assume mbrtowc function.
7820         * lib/mbscspn.c: Include mbuiter.h unconditionally.
7821         (mbscspn): Assume mbrtowc function.
7822         * lib/mbslen.c: Include mbuiter.h unconditionally.
7823         (mbslen): Assume mbrtowc function.
7824         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
7825         (mbsncasecmp): Assume mbrtowc function.
7826         * lib/mbsnlen.c: Include mbiter.h unconditionally.
7827         (mbsnlen): Assume mbrtowc function.
7828         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
7829         (mbspbrk): Assume mbrtowc function.
7830         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
7831         (mbspcasecmp): Assume mbrtowc function.
7832         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
7833         (mbsrchr): Assume mbrtowc function.
7834         * lib/mbssep.c: Include mbuiter.h unconditionally.
7835         (mbssep): Assume mbrtowc function.
7836         * lib/mbsspn.c: Include mbuiter.h unconditionally.
7837         (mbsspn): Assume mbrtowc function.
7838         * lib/mbsstr.c: Include mbuiter.h unconditionally.
7839         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
7840         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
7841         (mbstok_r): Assume mbrtowc function.
7842         * lib/propername.c: Include mbuiter.h unconditionally.
7843         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
7844         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
7845         (trim2): Assume mbrtowc function.
7846         * lib/mbswidth.c (mbsinit): Remove fallback definition.
7847         (mbsnwidth): Assume mbrtowc function.
7848         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
7849         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
7850         fallback definitions.
7851         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
7852
7853 2008-12-22  Bruno Haible  <bruno@clisp.org>
7854
7855         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
7856
7857 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
7858
7859         * modules/regex: Request emulations for the mb*/wc* functions we need.
7860         * m4/regex.m4: Don't look for those functions here.
7861         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
7862
7863 2008-12-22  Bruno Haible  <bruno@clisp.org>
7864
7865         * modules/fnmatch (Depends-on): Remove duplicated dependency.
7866
7867 2008-12-21  Bruno Haible  <bruno@clisp.org>
7868
7869         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
7870         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
7871         (Include): Remove conditionalization.
7872         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
7873         (Include): Remove conditionalization.
7874         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
7875         (Include): Remove conditionalization.
7876         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
7877         * m4/mbfile.m4 (gl_MBFILE): Likewise.
7878         * NEWS: Mention the change.
7879         Reported by Alan Hourihane <alanh@fairlite.co.uk>
7880         via Sergey Poznyakoff <gray@gnu.org.ua>.
7881
7882 2008-12-21  Bruno Haible  <bruno@clisp.org>
7883
7884         * MODULES.html.sh (Extended multibyte and wide character utilities
7885         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
7886         wcrtomb, wcsrtombs.
7887         (Support for systems lacking POSIX:2008): Add accept, bind, close,
7888         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
7889         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
7890         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
7891
7892 2008-12-21  Bruno Haible  <bruno@clisp.org>
7893
7894         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
7895
7896 2008-12-21  Bruno Haible  <bruno@clisp.org>
7897
7898         * modules/wcsnrtombs-tests: New file.
7899         * tests/test-wcsnrtombs1.sh: New file.
7900         * tests/test-wcsnrtombs2.sh: New file.
7901         * tests/test-wcsnrtombs3.sh: New file.
7902         * tests/test-wcsnrtombs4.sh: New file.
7903         * tests/test-wcsnrtombs.c: New file.
7904
7905         New module 'wcsnrtombs'.
7906         * lib/wchar.in.h (wcsnrtombs): New declaration.
7907         * lib/wcsnrtombs.c: New file.
7908         * lib/wcsrtombs-state.c: New file.
7909         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
7910         (internal_state): Remove variable.
7911         * m4/wcsnrtombs.m4: New file.
7912         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
7913         compilation units.
7914         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
7915         HAVE_WCSNRTOMBS.
7916         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
7917         HAVE_WCSNRTOMBS.
7918         * modules/wcsnrtombs: New file.
7919         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
7920         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
7921
7922 2008-12-21  Bruno Haible  <bruno@clisp.org>
7923
7924         * modules/wcsrtombs-tests: New file.
7925         * tests/test-wcsrtombs1.sh: New file.
7926         * tests/test-wcsrtombs2.sh: New file.
7927         * tests/test-wcsrtombs3.sh: New file.
7928         * tests/test-wcsrtombs4.sh: New file.
7929         * tests/test-wcsrtombs.c: New file.
7930
7931         New module 'wcsrtombs'.
7932         * lib/wchar.in.h (wcsrtombs): New declaration.
7933         * lib/wcsrtombs.c: New file.
7934         * m4/wcsrtombs.m4: New file.
7935         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
7936         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
7937         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
7938         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
7939         * modules/wcsrtombs: New file.
7940         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
7941         bugs.
7942
7943 2008-12-21  Bruno Haible  <bruno@clisp.org>
7944
7945         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
7946         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
7947         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
7948         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
7949         if not correct.
7950         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
7951         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
7952         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
7953         m4/locale-zh.m4, m4/codeset.m4.
7954         * doc/posix-functions/wcrtomb.texi: Document the bug.
7955
7956 2008-12-21  Bruno Haible  <bruno@clisp.org>
7957
7958         Work around a btowc() bug on IRIX 6.5.
7959         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
7960         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
7961         REPLACE_WTOBC if not.
7962         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
7963         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
7964         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
7965
7966 2008-12-21  Bruno Haible  <bruno@clisp.org>
7967
7968         * modules/wcrtomb-tests: New file.
7969         * tests/test-wcrtomb.sh: New file.
7970         * tests/test-wcrtomb.c: New file.
7971
7972         New module 'wcrtomb'.
7973         * lib/wchar.in.h (wcrtomb): New declaration.
7974         * lib/wcrtomb.c: New file.
7975         * m4/wcrtomb.m4: New file.
7976         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
7977         HAVE_WCRTOMB.
7978         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
7979         HAVE_WCRTOMB.
7980         * modules/wcrtomb: New file.
7981         * doc/posix-functions/wcrtomb.texi: Mention the new module.
7982
7983 2008-12-21  Bruno Haible  <bruno@clisp.org>
7984
7985         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
7986         * modules/mbsrtowcs (Files): Likewise.
7987         * modules/wctob (Files): Likewise.
7988         * modules/c-strcase-tests (Files): Likewise.
7989         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
7990         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
7991         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
7992         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
7993         * modules/vasnprintf-posix-tests (Files): Likewise.
7994
7995 2008-12-21  William Pursell  <bill.pursell@gmail.com>
7996
7997         gitlog-to-changelog: pass all command-line arguments to git-log
7998         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
7999         it is sometimes convenient to filter the commits in various ways.
8000         gitlog-to-changelog only allows --since to specify a start date,
8001         but git-log itself supports many other filtering mechanisms.
8002         At the moment, I want to filter by branch name.  Rather than
8003         adding a --branch option to gitlog-to-changelog, it seems more
8004         flexible to simply pass all options directly to git-log and let
8005         git do the work.  Notice that this effectively makes --since a
8006         redundant option for gitlog-to-changelog, but removing it would
8007         require current usage to change since calls would then require
8008         an additional '--'.
8009
8010 2008-12-21  Bruno Haible  <bruno@clisp.org>
8011
8012         * modules/mbsnrtowcs-tests: New file.
8013         * tests/test-mbsnrtowcs1.sh: New file.
8014         * tests/test-mbsnrtowcs2.sh: New file.
8015         * tests/test-mbsnrtowcs3.sh: New file.
8016         * tests/test-mbsnrtowcs4.sh: New file.
8017         * tests/test-mbsnrtowcs.c: New file.
8018
8019         New module 'mbsnrtowcs'.
8020         * lib/wchar.in.h (mbsnrtowcs): New declaration.
8021         * lib/mbsnrtowcs.c: New file.
8022         * lib/mbsrtowcs-state.c: New file.
8023         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
8024         (internal_state): Remove variable.
8025         * m4/mbsnrtowcs.m4: New file.
8026         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
8027         compilation units.
8028         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
8029         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
8030         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
8031         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
8032         * modules/mbsnrtowcs: New file.
8033         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
8034         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
8035         portability problem.
8036
8037 2008-12-21  Bruno Haible  <bruno@clisp.org>
8038
8039         Work around mbsrtowcs bug.
8040         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
8041         (gl_FUNC_MBSRTOWCS): Invoke it.
8042         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
8043         m4/locale-zh.m4.
8044         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
8045
8046 2008-12-21  Bruno Haible  <bruno@clisp.org>
8047
8048         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
8049
8050 2008-12-21  Bruno Haible  <bruno@clisp.org>
8051
8052         Update doc for AIX.
8053         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
8054         16-bit wchar_t type.
8055         * doc/posix-functions/btowc.texi: Likewise.
8056         * doc/posix-functions/fgetwc.texi: Likewise.
8057         * doc/posix-functions/fgetws.texi: Likewise.
8058         * doc/posix-functions/fputwc.texi: Likewise.
8059         * doc/posix-functions/fputws.texi: Likewise.
8060         * doc/posix-functions/fwide.texi: Likewise.
8061         * doc/posix-functions/fwprintf.texi: Likewise.
8062         * doc/posix-functions/fwscanf.texi: Likewise.
8063         * doc/posix-functions/getwchar.texi: Likewise.
8064         * doc/posix-functions/getwc.texi: Likewise.
8065         * doc/posix-functions/iswalnum.texi: Likewise.
8066         * doc/posix-functions/iswalpha.texi: Likewise.
8067         * doc/posix-functions/iswblank.texi: Likewise.
8068         * doc/posix-functions/iswcntrl.texi: Likewise.
8069         * doc/posix-functions/iswctype.texi: Likewise.
8070         * doc/posix-functions/iswdigit.texi: Likewise.
8071         * doc/posix-functions/iswgraph.texi: Likewise.
8072         * doc/posix-functions/iswlower.texi: Likewise.
8073         * doc/posix-functions/iswprint.texi: Likewise.
8074         * doc/posix-functions/iswpunct.texi: Likewise.
8075         * doc/posix-functions/iswspace.texi: Likewise.
8076         * doc/posix-functions/iswupper.texi: Likewise.
8077         * doc/posix-functions/iswxdigit.texi: Likewise.
8078         * doc/posix-functions/mbrtowc.texi: Likewise.
8079         * doc/posix-functions/mbsrtowcs.texi: Likewise.
8080         * doc/posix-functions/mbstowcs.texi: Likewise.
8081         * doc/posix-functions/mbtowc.texi: Likewise.
8082         * doc/posix-functions/putwchar.texi: Likewise.
8083         * doc/posix-functions/putwc.texi: Likewise.
8084         * doc/posix-functions/swprintf.texi: Likewise.
8085         * doc/posix-functions/tolower.texi: Likewise.
8086         * doc/posix-functions/toupper.texi: Likewise.
8087         * doc/posix-functions/towctrans.texi: Likewise.
8088         * doc/posix-functions/ungetwc.texi: Likewise.
8089         * doc/posix-functions/vswprintf.texi: Likewise.
8090         * doc/posix-functions/wcrtomb.texi: Likewise.
8091         * doc/posix-functions/wcscat.texi: Likewise.
8092         * doc/posix-functions/wcschr.texi: Likewise.
8093         * doc/posix-functions/wcscmp.texi: Likewise.
8094         * doc/posix-functions/wcscoll.texi: Likewise.
8095         * doc/posix-functions/wcscpy.texi: Likewise.
8096         * doc/posix-functions/wcscspn.texi: Likewise.
8097         * doc/posix-functions/wcsftime.texi: Likewise.
8098         * doc/posix-functions/wcslen.texi: Likewise.
8099         * doc/posix-functions/wcsncat.texi: Likewise.
8100         * doc/posix-functions/wcsncmp.texi: Likewise.
8101         * doc/posix-functions/wcsncpy.texi: Likewise.
8102         * doc/posix-functions/wcspbrk.texi: Likewise.
8103         * doc/posix-functions/wcsrchr.texi: Likewise.
8104         * doc/posix-functions/wcsrtombs.texi: Likewise.
8105         * doc/posix-functions/wcsspn.texi: Likewise.
8106         * doc/posix-functions/wcsstr.texi: Likewise.
8107         * doc/posix-functions/wcstod.texi: Likewise.
8108         * doc/posix-functions/wcstof.texi: Likewise.
8109         * doc/posix-functions/wcstoimax.texi: Likewise.
8110         * doc/posix-functions/wcstok.texi: Likewise.
8111         * doc/posix-functions/wcstold.texi: Likewise.
8112         * doc/posix-functions/wcstoll.texi: Likewise.
8113         * doc/posix-functions/wcstol.texi: Likewise.
8114         * doc/posix-functions/wcstombs.texi: Likewise.
8115         * doc/posix-functions/wcstoull.texi: Likewise.
8116         * doc/posix-functions/wcstoul.texi: Likewise.
8117         * doc/posix-functions/wcstoumax.texi: Likewise.
8118         * doc/posix-functions/wcswidth.texi: Likewise.
8119         * doc/posix-functions/wcsxfrm.texi: Likewise.
8120         * doc/posix-functions/wctob.texi: Likewise.
8121         * doc/posix-functions/wctomb.texi: Likewise.
8122         * doc/posix-functions/wctrans.texi: Likewise.
8123         * doc/posix-functions/wctype.texi: Likewise.
8124         * doc/posix-functions/wcwidth.texi: Likewise.
8125         * doc/posix-functions/wmemchr.texi: Likewise.
8126         * doc/posix-functions/wmemcmp.texi: Likewise.
8127         * doc/posix-functions/wmemcpy.texi: Likewise.
8128         * doc/posix-functions/wmemmove.texi: Likewise.
8129         * doc/posix-functions/wmemset.texi: Likewise.
8130         * doc/posix-functions/wprintf.texi: Likewise.
8131         * doc/posix-functions/wscanf.texi: Likewise.
8132
8133 2008-12-21  Bruno Haible  <bruno@clisp.org>
8134
8135         Update doc for HP-UX 11.11.
8136         * doc/posix-functions/btowc.texi: Clarify that the function is missing
8137         in HP-UX version 11.00, not in all versions of HP-UX 11.
8138         * doc/posix-functions/fwide.texi: Likewise.
8139         * doc/posix-functions/fwprintf.texi: Likewise.
8140         * doc/posix-functions/fwscanf.texi: Likewise.
8141         * doc/posix-functions/inet_ntop.texi: Likewise.
8142         * doc/posix-functions/inet_pton.texi: Likewise.
8143         * doc/posix-functions/mbrlen.texi: Likewise.
8144         * doc/posix-functions/mbrtowc.texi: Likewise.
8145         * doc/posix-functions/mbsinit.texi: Likewise.
8146         * doc/posix-functions/mbsrtowcs.texi: Likewise.
8147         * doc/posix-functions/swprintf.texi: Likewise.
8148         * doc/posix-functions/swscanf.texi: Likewise.
8149         * doc/posix-functions/towctrans.texi: Likewise.
8150         * doc/posix-functions/vfwprintf.texi: Likewise.
8151         * doc/posix-functions/vswprintf.texi: Likewise.
8152         * doc/posix-functions/vwprintf.texi: Likewise.
8153         * doc/posix-functions/wcrtomb.texi: Likewise.
8154         * doc/posix-functions/wcsrtombs.texi: Likewise.
8155         * doc/posix-functions/wcsstr.texi: Likewise.
8156         * doc/posix-functions/wctob.texi: Likewise.
8157         * doc/posix-functions/wctrans.texi: Likewise.
8158         * doc/posix-functions/wmemchr.texi: Likewise.
8159         * doc/posix-functions/wmemcmp.texi: Likewise.
8160         * doc/posix-functions/wmemcpy.texi: Likewise.
8161         * doc/posix-functions/wmemmove.texi: Likewise.
8162         * doc/posix-functions/wmemset.texi: Likewise.
8163         * doc/posix-functions/wprintf.texi: Likewise.
8164         * doc/posix-functions/wscanf.texi: Likewise.
8165
8166 2008-12-21  Bruno Haible  <bruno@clisp.org>
8167
8168         Work around a portability problem.
8169         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
8170         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
8171
8172 2008-12-20  Bruno Haible  <bruno@clisp.org>
8173
8174         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
8175         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
8176         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
8177         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
8178         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
8179
8180         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
8181         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
8182         set.
8183         (GNULIB_defined_mbstate_t): New macro.
8184         (mbsinit): Redefine if REPLACE_MBSINIT is set.
8185         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
8186         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
8187         reuses the system's mbrtowc function but works around the bugs.
8188         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
8189         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
8190         macros.
8191         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
8192         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
8193         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
8194         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
8195         REPLACE_MBSINIT if mbsinit needs to be overridden.
8196         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
8197         REPLACE_MBSINIT, REPLACE_MBRTOWC.
8198         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
8199         REPLACE_MBSINIT, REPLACE_MBRTOWC.
8200         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
8201         m4/locale-zh.m4.
8202         (Depends): Add mbsinit.
8203         * modules/mbsinit (Depends): Add mbrtowc.
8204         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
8205
8206 2008-12-20  Bruno Haible  <bruno@clisp.org>
8207
8208         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
8209         so that there are no conversion errors on AIX.
8210         * tests/test-mbsrtowcs.c (main): LIkewise.
8211
8212 2008-12-20  Bruno Haible  <bruno@clisp.org>
8213
8214         Work around wctob bug on Solaris <= 9.
8215         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
8216         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
8217         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
8218         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
8219         * modules/wctob (Files): Add m4/locale-fr.m4.
8220         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
8221
8222 2008-12-20  Bruno Haible  <bruno@clisp.org>
8223
8224         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
8225         /dev/null.
8226         * tests/test-select-in.sh: Likewise.
8227         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8228
8229 2008-12-20  Bruno Haible  <bruno@clisp.org>
8230
8231         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
8232         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
8233         Cygwin 1.5.x.
8234
8235 2008-12-20  Bruno Haible  <bruno@clisp.org>
8236
8237         Ensure mbstate_t is defined on HP-UX 11.11.
8238         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
8239         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
8240         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
8241         AC_USE_SYSTEM_EXTENSIONS.
8242         * modules/fnmatch (Depends-on): Add extensions.
8243         * modules/mbrlen (Depends-on): Likewise.
8244         * modules/mbrtowc (Depends-on): Likewise.
8245         * modules/mbsinit (Depends-on): Likewise.
8246         * modules/mbsrtowcs (Depends-on): Likewise.
8247         * modules/mbswidth (Depends-on): Likewise.
8248         * modules/quotearg (Depends-on): Likewise.
8249         * modules/strftime (Depends-on): Likewise.
8250
8251 2008-12-20  Bruno Haible  <bruno@clisp.org>
8252
8253         Ensure wctob is declared on IRIX 6.5.
8254         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
8255         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
8256         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
8257         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
8258         of HAVE_WCTOB.
8259         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
8260         HAVE_WCTOB.
8261         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
8262
8263 2008-12-19  Bruno Haible  <bruno@clisp.org>
8264
8265         * modules/mbsrtowcs-tests: New file.
8266         * tests/test-mbsrtowcs1.sh: New file.
8267         * tests/test-mbsrtowcs2.sh: New file.
8268         * tests/test-mbsrtowcs3.sh: New file.
8269         * tests/test-mbsrtowcs4.sh: New file.
8270         * tests/test-mbsrtowcs.c: New file.
8271
8272         New module 'mbsrtowcs'.
8273         * lib/wchar.in.h (mbsrtowcs): New declaration.
8274         * lib/mbsrtowcs.c: New file.
8275         * m4/mbsrtowcs.m4: New file.
8276         * modules/mbsrtowcs: New file.
8277         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
8278         HAVE_MBSRTOWCS.
8279         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
8280         HAVE_MBSRTOWCS.
8281         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
8282
8283 2008-12-19  Bruno Haible  <bruno@clisp.org>
8284
8285         New module 'mbrlen'.
8286         * lib/wchar.in.h (mbrlen): New declaration.
8287         * lib/mbrlen.c: New file.
8288         * m4/mbrlen.m4: New file.
8289         * modules/mbrlen: New file.
8290         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
8291         HAVE_MBRLEN.
8292         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
8293         HAVE_MBRLEN.
8294         * doc/posix-functions/mbrlen.texi: Document the new module.
8295
8296 2008-12-19  Bruno Haible  <bruno@clisp.org>
8297
8298         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
8299         * modules/mbrtowc (Depends-on): Add verify.
8300         Suggested by Paul Eggert.
8301
8302 2008-12-18  Bruno Haible  <bruno@clisp.org>
8303
8304         * modules/mbsinit-tests: New file.
8305         * tests/test-mbsinit.sh: New file.
8306         * tests/test-mbsinit.c: New file.
8307
8308 2008-12-18  Bruno Haible  <bruno@clisp.org>
8309
8310         * modules/mbrtowc-tests: New file.
8311         * tests/test-mbrtowc1.sh: New file.
8312         * tests/test-mbrtowc2.sh: New file.
8313         * tests/test-mbrtowc3.sh: New file.
8314         * tests/test-mbrtowc4.sh: New file.
8315         * tests/test-mbrtowc.c: New file.
8316
8317         New module 'mbrtowc'.
8318         * lib/wchar.in.h (mbstate_t): Override when the system does not have
8319         mbsinit and mbrtowc.
8320         (mbrtowc): New declaration.
8321         * lib/mbrtowc.c: New file.
8322         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
8323         * modules/mbrtowc: New file.
8324         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
8325         HAVE_MBRTOWC.
8326         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
8327         HAVE_MBRTOWC.
8328         * doc/posix-functions/mbrtowc.texi: Document the new module.
8329
8330 2008-12-18  Bruno Haible  <bruno@clisp.org>
8331
8332         New module 'wctob'.
8333         * lib/wchar.in.h (wctob): New declaration.
8334         * lib/wctob.c: New file.
8335         * m4/wctob.m4: New file.
8336         * modules/wctob: New file.
8337         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
8338         HAVE_WCTOB.
8339         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
8340         * doc/posix-functions/wctob.texi: Document the new module.
8341
8342 2008-12-18  Bruno Haible  <bruno@clisp.org>
8343
8344         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
8345         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
8346
8347 2008-12-18  Simon Josefsson  <simon@josefsson.org>
8348
8349         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
8350         G. Christensen" <tgc@jupiterrise.com>.
8351
8352         * lib/flock.c: Need to include errno.h.  Reported by "Tom
8353         G. Christensen" <tgc@jupiterrise.com>.
8354
8355         * lib/flock.c: Need to include string.h.  Reported by "Tom
8356         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
8357         <ebb9@byu.net>.
8358
8359 2008-12-18  Bruno Haible  <bruno@clisp.org>
8360
8361         * m4/locale-ja.m4: New file, from GNU gettext.
8362
8363 2008-12-17  Bruno Haible  <bruno@clisp.org>
8364
8365         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
8366         Suggested by Eric Blake.
8367
8368 2008-12-17  Bruno Haible  <bruno@clisp.org>
8369
8370         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
8371
8372 2008-12-17  Bruno Haible  <bruno@clisp.org>
8373
8374         * lib/mbsinit.c: Include verify.h. Verify an assumption.
8375         * modules/mbsinit (Depends-on): Add verify.
8376         Suggested by Paul Eggert.
8377
8378 2008-12-17  Bruno Haible  <bruno@clisp.org>
8379
8380         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
8381         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
8382         gl_FUNC_MBRTOWC.
8383         * m4/mbiter.m4 (gl_MBITER): LIkewise.
8384         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
8385         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
8386         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
8387         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
8388         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
8389         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
8390         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
8391         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
8392         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
8393         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
8394         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
8395         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
8396         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
8397         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
8398         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8399         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
8400         * modules/trim (configure.ac): Likewise.
8401
8402 2008-12-17  Bruno Haible  <bruno@clisp.org>
8403
8404         * modules/btowc-tests: New file.
8405         * tests/test-btowc1.sh: New file.
8406         * tests/test-btowc2.sh: New file.
8407         * tests/test-btowc.c: New file.
8408
8409         New module 'btowc'.
8410         * lib/wchar.in.h (btowc): New declaration.
8411         * lib/btowc.c: New file.
8412         * m4/btowc.m4: New file.
8413         * modules/btowc: New file.
8414         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
8415         HAVE_BTOWC.
8416         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
8417         * doc/posix-functions/btowc.texi: Document the new module.
8418
8419 2008-12-17  Bruno Haible  <bruno@clisp.org>
8420
8421         New module 'mbsinit'.
8422         * lib/wchar.in.h (mbsinit): New declaration.
8423         * lib/mbsinit.c: New file.
8424         * m4/mbsinit.m4: New file.
8425         * modules/mbsinit: New file.
8426         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
8427         HAVE_MBSINIT.
8428         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
8429         HAVE_MBSINIT.
8430         * doc/posix-functions/mbsinit.texi: Document the new module.
8431
8432 2008-12-16  Bruno Haible  <bruno@clisp.org>
8433
8434         * lib/unistd.in.h: Add comment.
8435         * tests/test-environ.c: Don't include <stdlib.h>.
8436
8437 2008-12-16  Bruno Haible  <bruno@clisp.org>
8438
8439         * lib/parse-duration.h (parse_duration): Document return value
8440         convention.
8441         * lib/parse-duration.c: Include specification header first. Add
8442         comments.
8443         (_): Remove macro.
8444         (parse_year_month_day, parse_hour_minute_second): Move side effects
8445         outside of strchr call.
8446         (parse_non_iso8601): Move side effects outside of isspace call.
8447         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
8448         call.
8449
8450 2008-12-16  Bruno Haible  <bruno@clisp.org>
8451
8452         * tests/test-parse-duration.sh: Produce no output when the test
8453         succeeds.
8454
8455 2008-12-16  Bruno Haible  <bruno@clisp.org>
8456
8457         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
8458         expressions.
8459
8460 2008-12-15  Bruno Haible  <bruno@clisp.org>
8461
8462         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
8463         * doc/glibc-functions/flistxattr.texi: Likewise.
8464         * doc/glibc-functions/fopencookie.texi: Likewise.
8465         * doc/glibc-functions/fremovexattr.texi: Likewise.
8466         * doc/glibc-functions/fsetxattr.texi: Likewise.
8467         * doc/glibc-functions/getxattr.texi: Likewise.
8468         * doc/glibc-functions/lgetxattr.texi: Likewise.
8469         * doc/glibc-functions/listxattr.texi: Likewise.
8470         * doc/glibc-functions/llistxattr.texi: Likewise.
8471         * doc/glibc-functions/lremovexattr.texi: Likewise.
8472         * doc/glibc-functions/lsetxattr.texi: Likewise.
8473         * doc/glibc-functions/removexattr.texi: Likewise.
8474         * doc/glibc-functions/setxattr.texi: Likewise.
8475         * doc/posix-functions/open_memstream.texi: Likewise.
8476
8477 2008-12-15  Eric Blake  <ebb9@byu.net>
8478
8479         Update doc for cygwin 1.7.
8480         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
8481         functions.
8482         * doc/posix-functions/fchmodat.texi: Likewise.
8483         * doc/posix-functions/fchownat.texi: Likewise.
8484         * doc/posix-functions/fdopendir.texi: Likewise.
8485         * doc/posix-functions/fmemopen.texi: Likewise.
8486         * doc/posix-functions/freeaddrinfo.texi: Likewise.
8487         * doc/posix-functions/fstatat.texi: Likewise.
8488         * doc/posix-functions/futimens.texi: Likewise.
8489         * doc/posix-functions/gai_strerror.texi: Likewise.
8490         * doc/posix-functions/getaddrinfo.texi: Likewise.
8491         * doc/posix-functions/getnameinfo.texi: Likewise.
8492         * doc/posix-functions/if_freenameindex.texi: Likewise.
8493         * doc/posix-functions/if_indextoname.texi: Likewise.
8494         * doc/posix-functions/if_nameindex.texi: Likewise.
8495         * doc/posix-functions/if_nametoindex.texi: Likewise.
8496         * doc/posix-functions/insque.texi: Likewise.
8497         * doc/posix-functions/linkat.texi: Likewise.
8498         * doc/posix-functions/llrint.texi: Likewise.
8499         * doc/posix-functions/llrintf.texi: Likewise.
8500         * doc/posix-functions/llrintl.texi: Likewise.
8501         * doc/posix-functions/lockf.texi: Likewise.
8502         * doc/posix-functions/lrintl.texi: Likewise.
8503         * doc/posix-functions/mkdirat.texi: Likewise.
8504         * doc/posix-functions/mkfifoat.texi: Likewise.
8505         * doc/posix-functions/mknodat.texi: Likewise.
8506         * doc/posix-functions/mq_close.texi: Likewise.
8507         * doc/posix-functions/mq_getattr.texi: Likewise.
8508         * doc/posix-functions/mq_notify.texi: Likewise.
8509         * doc/posix-functions/mq_open.texi: Likewise.
8510         * doc/posix-functions/mq_receive.texi: Likewise.
8511         * doc/posix-functions/mq_send.texi: Likewise.
8512         * doc/posix-functions/mq_setattr.texi: Likewise.
8513         * doc/posix-functions/mq_timedreceive.texi: Likewise.
8514         * doc/posix-functions/mq_timedsend.texi: Likewise.
8515         * doc/posix-functions/mq_unlink.texi: Likewise.
8516         * doc/posix-functions/open_memstream.texi: Likewise.
8517         * doc/posix-functions/openat.texi: Likewise.
8518         * doc/posix-functions/posix_fadvise.texi: Likewise.
8519         * doc/posix-functions/posix_fallocate.texi: Likewise.
8520         * doc/posix-functions/posix_madvise.texi: Likewise.
8521         * doc/posix-functions/posix_memalign.texi: Likewise.
8522         * doc/posix-functions/posix_openpt.texi: Likewise.
8523         * doc/posix-functions/readlinkat.texi: Likewise.
8524         * doc/posix-functions/remque.texi: Likewise.
8525         * doc/posix-functions/renameat.texi: Likewise.
8526         * doc/posix-functions/rintl.texi: Likewise.
8527         * doc/posix-functions/sem_unlink.texi: Likewise.
8528         * doc/posix-functions/shm_open.texi: Likewise.
8529         * doc/posix-functions/shm_unlink.texi: Likewise.
8530         * doc/posix-functions/signgam.texi: Likewise.
8531         * doc/posix-functions/sigset.texi: Likewise.
8532         * doc/posix-functions/stpcpy.texi: Likewise.
8533         * doc/posix-functions/stpncpy.texi: Likewise.
8534         * doc/posix-functions/strerror.texi: Likewise.
8535         * doc/posix-functions/strtod.texi: Likewise.
8536         * doc/posix-functions/symlinkat.texi: Likewise.
8537         * doc/posix-functions/unlinkat.texi: Likewise.
8538         * doc/posix-functions/utimensat.texi: Likewise.
8539         * doc/glibc-functions/bindresvport.texi: Likewise.
8540         * doc/glibc-functions/dn_expand.texi: Likewise.
8541         * doc/glibc-functions/exp10.texi: Likewise.
8542         * doc/glibc-functions/exp10f.texi: Likewise.
8543         * doc/glibc-functions/fgetxattr.texi: Likewise.
8544         * doc/glibc-functions/flistxattr.texi: Likewise.
8545         * doc/glibc-functions/fopencookie.texi: Likewise.
8546         * doc/glibc-functions/freeifaddrs.texi: Likewise.
8547         * doc/glibc-functions/fremovexattr.texi: Likewise.
8548         * doc/glibc-functions/fsetxattr.texi: Likewise.
8549         * doc/glibc-functions/getifaddrs.texi: Likewise.
8550         * doc/glibc-functions/getxattr.texi: Likewise.
8551         * doc/glibc-functions/lgetxattr.texi: Likewise.
8552         * doc/glibc-functions/listxattr.texi: Likewise.
8553         * doc/glibc-functions/llistxattr.texi: Likewise.
8554         * doc/glibc-functions/lremovexattr.texi: Likewise.
8555         * doc/glibc-functions/lsetxattr.texi: Likewise.
8556         * doc/glibc-functions/pow10.texi: Likewise.
8557         * doc/glibc-functions/pow10f.texi: Likewise.
8558         * doc/glibc-functions/rcmd_af.texi: Likewise.
8559         * doc/glibc-functions/removexattr.texi: Likewise.
8560         * doc/glibc-functions/res_init.texi: Likewise.
8561         * doc/glibc-functions/res_mkquery.texi: Likewise.
8562         * doc/glibc-functions/res_query.texi: Likewise.
8563         * doc/glibc-functions/res_querydomain.texi: Likewise.
8564         * doc/glibc-functions/res_send.texi: Likewise.
8565         * doc/glibc-functions/rresvport_af.texi: Likewise.
8566         * doc/glibc-functions/setxattr.texi: Likewise.
8567         * doc/glibc-functions/strcasestr.texi: Likewise.
8568
8569 2008-12-15  Bruno Haible  <bruno@clisp.org>
8570
8571         Fix compilation error on OSF/1 4.0.
8572         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
8573         <sys/time.h>, simply delegate to the system header.
8574         Reported by Daniel Richard G. <oss@teragram.com>.
8575
8576 2008-12-15  Bruno Haible  <bruno@clisp.org>
8577
8578         * doc/posix-functions/openat.texi: Mention the 'openat' module.
8579         * doc/posix-functions/fchmodat.texi: Likewise.
8580         * doc/posix-functions/fchownat.texi: Likewise.
8581         * doc/posix-functions/fdopendir.texi: Likewise.
8582         * doc/posix-functions/fstatat.texi: Likewise.
8583         * doc/posix-functions/mkdirat.texi: Likewise.
8584         * doc/posix-functions/unlinkat.texi: Likewise.
8585
8586 2008-12-14  Bruno Haible  <bruno@clisp.org>
8587
8588         Update doc for POSIX:2008.
8589         * doc/posix-functions/faccessat.texi: New file.
8590         * doc/posix-functions/fchmodat.texi: New file.
8591         * doc/posix-functions/fchownat.texi: New file.
8592         * doc/posix-functions/fdopendir.texi: New file.
8593         * doc/posix-functions/fstatat.texi: New file.
8594         * doc/posix-functions/futimens.texi: New file.
8595         * doc/posix-functions/linkat.texi: New file.
8596         * doc/posix-functions/mkdirat.texi: New file.
8597         * doc/posix-functions/mkfifoat.texi: New file.
8598         * doc/posix-functions/mknodat.texi: New file.
8599         * doc/posix-functions/open_wmemstream.texi: New file.
8600         * doc/posix-functions/openat.texi: New file.
8601         * doc/posix-functions/psiginfo.texi: New file.
8602         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
8603         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
8604         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
8605         * doc/posix-functions/readlinkat.texi: New file.
8606         * doc/posix-functions/renameat.texi: New file.
8607         * doc/posix-functions/strerror_l.texi: New file.
8608         * doc/posix-functions/symlinkat.texi: New file.
8609         * doc/posix-functions/unlinkat.texi: New file.
8610         * doc/posix-functions/utimensat.texi: New file.
8611         * doc/gnulib.texi (Function Substitutes): Add these subsections.
8612
8613 2008-12-14  Bruno Haible  <bruno@clisp.org>
8614
8615         Update doc for POSIX:2008.
8616         * doc/posix-functions/alphasort.texi: Renamed from
8617         doc/glibc-functions/alphasort.texi.
8618         * doc/posix-functions/dirfd.texi: Renamed from
8619         doc/glibc-functions/dirfd.texi.
8620         * doc/posix-functions/dprintf.texi: Renamed from
8621         doc/glibc-functions/dprintf.texi.
8622         * doc/posix-functions/duplocale.texi: Renamed from
8623         doc/glibc-functions/duplocale.texi.
8624         * doc/posix-functions/fexecve.texi: Renamed from
8625         doc/glibc-functions/fexecve.texi.
8626         * doc/posix-functions/fmemopen.texi: Renamed from
8627         doc/glibc-functions/fmemopen.texi.
8628         * doc/posix-functions/freelocale.texi: Renamed from
8629         doc/glibc-functions/freelocale.texi.
8630         * doc/posix-functions/getdate_err.texi: Renamed from
8631         doc/glibc-functions/getdate_err.texi.
8632         * doc/posix-functions/isalnum_l.texi: Renamed from
8633         doc/glibc-functions/isalnum_l.texi.
8634         * doc/posix-functions/isalpha_l.texi: Renamed from
8635         doc/glibc-functions/isalpha_l.texi.
8636         * doc/posix-functions/isblank_l.texi: Renamed from
8637         doc/glibc-functions/isblank_l.texi.
8638         * doc/posix-functions/iscntrl_l.texi: Renamed from
8639         doc/glibc-functions/iscntrl_l.texi.
8640         * doc/posix-functions/isdigit_l.texi: Renamed from
8641         doc/glibc-functions/isdigit_l.texi.
8642         * doc/posix-functions/isgraph_l.texi: Renamed from
8643         doc/glibc-functions/isgraph_l.texi.
8644         * doc/posix-functions/islower_l.texi: Renamed from
8645         doc/glibc-functions/islower_l.texi.
8646         * doc/posix-functions/isprint_l.texi: Renamed from
8647         doc/glibc-functions/isprint_l.texi.
8648         * doc/posix-functions/ispunct_l.texi: Renamed from
8649         doc/glibc-functions/ispunct_l.texi.
8650         * doc/posix-functions/isspace_l.texi: Renamed from
8651         doc/glibc-functions/isspace_l.texi.
8652         * doc/posix-functions/isupper_l.texi: Renamed from
8653         doc/glibc-functions/isupper_l.texi.
8654         * doc/posix-functions/iswalnum_l.texi: Renamed from
8655         doc/glibc-functions/iswalnum_l.texi.
8656         * doc/posix-functions/iswalpha_l.texi: Renamed from
8657         doc/glibc-functions/iswalpha_l.texi.
8658         * doc/posix-functions/iswblank_l.texi: Renamed from
8659         doc/glibc-functions/iswblank_l.texi.
8660         * doc/posix-functions/iswcntrl_l.texi: Renamed from
8661         doc/glibc-functions/iswcntrl_l.texi.
8662         * doc/posix-functions/iswctype_l.texi: Renamed from
8663         doc/glibc-functions/iswctype_l.texi.
8664         * doc/posix-functions/iswdigit_l.texi: Renamed from
8665         doc/glibc-functions/iswdigit_l.texi.
8666         * doc/posix-functions/iswgraph_l.texi: Renamed from
8667         doc/glibc-functions/iswgraph_l.texi.
8668         * doc/posix-functions/iswlower_l.texi: Renamed from
8669         doc/glibc-functions/iswlower_l.texi.
8670         * doc/posix-functions/iswprint_l.texi: Renamed from
8671         doc/glibc-functions/iswprint_l.texi.
8672         * doc/posix-functions/iswpunct_l.texi: Renamed from
8673         doc/glibc-functions/iswpunct_l.texi.
8674         * doc/posix-functions/iswspace_l.texi: Renamed from
8675         doc/glibc-functions/iswspace_l.texi.
8676         * doc/posix-functions/iswupper_l.texi: Renamed from
8677         doc/glibc-functions/iswupper_l.texi.
8678         * doc/posix-functions/iswxdigit_l.texi: Renamed from
8679         doc/glibc-functions/iswxdigit_l.texi.
8680         * doc/posix-functions/isxdigit_l.texi: Renamed from
8681         doc/glibc-functions/isxdigit_l.texi.
8682         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
8683         doc/glibc-functions/mbsnrtowcs.texi.
8684         * doc/posix-functions/mkdtemp.texi: Renamed from
8685         doc/glibc-functions/mkdtemp.texi.
8686         * doc/posix-functions/newlocale.texi: Renamed from
8687         doc/glibc-functions/newlocale.texi.
8688         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
8689         doc/glibc-functions/nl_langinfo_l.texi.
8690         * doc/posix-functions/open_memstream.texi: Renamed from
8691         doc/glibc-functions/open_memstream.texi.
8692         * doc/posix-functions/opterr.texi: Renamed from
8693         doc/glibc-functions/opterr.texi.
8694         * doc/posix-functions/optind.texi: Renamed from
8695         doc/glibc-functions/optind.texi.
8696         * doc/posix-functions/optopt.texi: Renamed from
8697         doc/glibc-functions/optopt.texi.
8698         * doc/posix-functions/psignal.texi: Renamed from
8699         doc/glibc-functions/psignal.texi.
8700         * doc/posix-functions/scandir.texi: Renamed from
8701         doc/glibc-functions/scandir.texi.
8702         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
8703         doc/glibc-functions/sched_get_priority_min.texi.
8704         * doc/posix-functions/signgam.texi: Renamed from
8705         doc/glibc-functions/signgam.texi.
8706         * doc/posix-functions/stpcpy.texi: Renamed from
8707         doc/glibc-functions/stpcpy.texi.
8708         * doc/posix-functions/stpncpy.texi: Renamed from
8709         doc/glibc-functions/stpncpy.texi.
8710         * doc/posix-functions/strcasecmp_l.texi: Renamed from
8711         doc/glibc-functions/strcasecmp_l.texi.
8712         * doc/posix-functions/strcoll_l.texi: Renamed from
8713         doc/glibc-functions/strcoll_l.texi.
8714         * doc/posix-functions/strfmon_l.texi: Renamed from
8715         doc/glibc-functions/strfmon_l.texi.
8716         * doc/posix-functions/strftime_l.texi: Renamed from
8717         doc/glibc-functions/strftime_l.texi.
8718         * doc/posix-functions/strncasecmp_l.texi: Renamed from
8719         doc/glibc-functions/strncasecmp_l.texi.
8720         * doc/posix-functions/strndup.texi: Renamed from
8721         doc/glibc-functions/strndup.texi.
8722         * doc/posix-functions/strnlen.texi: Renamed from
8723         doc/glibc-functions/strnlen.texi.
8724         * doc/posix-functions/strsignal.texi: Renamed from
8725         doc/glibc-functions/strsignal.texi.
8726         * doc/posix-functions/strxfrm_l.texi: Renamed from
8727         doc/glibc-functions/strxfrm_l.texi.
8728         * doc/posix-functions/timer_gettime.texi: Renamed from
8729         doc/glibc-functions/timer_gettime.texi.
8730         * doc/posix-functions/tolower_l.texi: Renamed from
8731         doc/glibc-functions/tolower_l.texi.
8732         * doc/posix-functions/toupper_l.texi: Renamed from
8733         doc/glibc-functions/toupper_l.texi.
8734         * doc/posix-functions/towctrans_l.texi: Renamed from
8735         doc/glibc-functions/towctrans_l.texi.
8736         * doc/posix-functions/towlower_l.texi: Renamed from
8737         doc/glibc-functions/towlower_l.texi.
8738         * doc/posix-functions/towupper_l.texi: Renamed from
8739         doc/glibc-functions/towupper_l.texi.
8740         * doc/posix-functions/uselocale.texi: Renamed from
8741         doc/glibc-functions/uselocale.texi.
8742         * doc/posix-functions/vdprintf.texi: Renamed from
8743         doc/glibc-functions/vdprintf.texi.
8744         * doc/posix-functions/wcpcpy.texi:
8745         Renamed from doc/glibc-functions/wcpcpy.texi.
8746         * doc/posix-functions/wcpncpy.texi: Renamed from
8747         doc/glibc-functions/wcpncpy.texi.
8748         * doc/posix-functions/wcscasecmp.texi: Renamed from
8749         doc/glibc-functions/wcscasecmp.texi.
8750         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
8751         doc/glibc-functions/wcscasecmp_l.texi.
8752         * doc/posix-functions/wcscoll_l.texi: Renamed from
8753         doc/glibc-functions/wcscoll_l.texi.
8754         * doc/posix-functions/wcsdup.texi: Renamed from
8755         doc/glibc-functions/wcsdup.texi.
8756         * doc/posix-functions/wcsncasecmp.texi: Renamed from
8757         doc/glibc-functions/wcsncasecmp.texi.
8758         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
8759         doc/glibc-functions/wcsncasecmp_l.texi.
8760         * doc/posix-functions/wcsnlen.texi: Renamed from
8761         doc/glibc-functions/wcsnlen.texi.
8762         * doc/posix-functions/wcsnrtombs.texi: Renamed from
8763         doc/glibc-functions/wcsnrtombs.texi.
8764         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
8765         doc/glibc-functions/wcsxfrm_l.texi.
8766         * doc/posix-functions/wctrans_l.texi: Renamed from
8767         doc/glibc-functions/wctrans_l.texi.
8768         * doc/posix-functions/wctype_l.texi: Renamed from
8769         doc/glibc-functions/wctype_l.texi.
8770         * doc/gnulib.texi (Function Substitutes): Add these subsections.
8771         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
8772         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
8773         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
8774         these subsections.
8775         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
8776         Remove sections.
8777
8778 2008-12-14  Bruno Haible  <bruno@clisp.org>
8779
8780         Update doc for POSIX:2008.
8781         * doc/posix-functions/*.texi: Update URL of POSIX specification.
8782
8783 2008-12-14  Bruno Haible  <bruno@clisp.org>
8784
8785         Update doc for POSIX:2008.
8786         * doc/pastposix-functions/bcmp.texi: Renamed from
8787         doc/posix-functions/bcmp.texi.
8788         * doc/pastposix-functions/bcopy.texi: Renamed from
8789         doc/posix-functions/bcopy.texi.
8790         * doc/pastposix-functions/bsd_signal.texi: Renamed from
8791         doc/posix-functions/bsd_signal.texi.
8792         * doc/pastposix-functions/bzero.texi: Renamed from
8793         doc/posix-functions/bzero.texi.
8794         * doc/pastposix-functions/ecvt.texi: Renamed from
8795         doc/posix-functions/ecvt.texi.
8796         * doc/pastposix-functions/fcvt.texi: Renamed from
8797         doc/posix-functions/fcvt.texi.
8798         * doc/pastposix-functions/ftime.texi: Renamed from
8799         doc/posix-functions/ftime.texi.
8800         * doc/pastposix-functions/gcvt.texi: Renamed from
8801         doc/posix-functions/gcvt.texi.
8802         * doc/pastposix-functions/getcontext.texi: Renamed from
8803         doc/posix-functions/getcontext.texi.
8804         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
8805         doc/posix-functions/gethostbyaddr.texi.
8806         * doc/pastposix-functions/gethostbyname.texi: Renamed from
8807         doc/posix-functions/gethostbyname.texi.
8808         * doc/pastposix-functions/getwd.texi: Renamed from
8809         doc/posix-functions/getwd.texi.
8810         * doc/pastposix-functions/h_errno.texi: Renamed from
8811         doc/posix-functions/h_errno.texi.
8812         * doc/pastposix-functions/index.texi: Renamed from
8813         doc/posix-functions/index.texi.
8814         * doc/pastposix-functions/makecontext.texi: Renamed from
8815         doc/posix-functions/makecontext.texi.
8816         * doc/pastposix-functions/mktemp.texi: Renamed from
8817         doc/posix-functions/mktemp.texi.
8818         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
8819         doc/posix-functions/pthread_attr_getstackaddr.texi.
8820         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
8821         doc/posix-functions/pthread_attr_setstackaddr.texi.
8822         * doc/pastposix-functions/rindex.texi: Renamed from
8823         doc/posix-functions/rindex.texi.
8824         * doc/pastposix-functions/scalb.texi: Renamed from
8825         doc/posix-functions/scalb.texi.
8826         * doc/pastposix-functions/setcontext.texi: Renamed from
8827         doc/posix-functions/setcontext.texi.
8828         * doc/pastposix-functions/swapcontext.texi: Renamed from
8829         doc/posix-functions/swapcontext.texi.
8830         * doc/pastposix-functions/ualarm.texi: Renamed from
8831         doc/posix-functions/ualarm.texi.
8832         * doc/pastposix-functions/usleep.texi: Renamed from
8833         doc/posix-functions/usleep.texi.
8834         * doc/pastposix-functions/vfork.texi: Renamed from
8835         doc/posix-functions/vfork.texi.
8836         * doc/pastposix-functions/wcswcs.texi: Renamed from
8837         doc/posix-functions/wcswcs.texi.
8838         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
8839         (Function Substitutes): Update.
8840
8841 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8842
8843         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
8844         m4/strerror.m4.
8845
8846 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8847             Bruno Haible  <bruno@clisp.org>
8848
8849         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
8850
8851 2008-12-13  Bruno Haible  <bruno@clisp.org>
8852
8853         * modules/strtoull (Depends-on): Remove unistd.
8854
8855 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8856
8857         * modules/strtoull (Depends-on): Add stdlib.
8858
8859 2008-12-11  Simon Josefsson  <simon@josefsson.org>
8860
8861         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
8862
8863 2008-12-10  Jim Meyering  <meyering@redhat.com>
8864
8865         gl_ASSERT: don't say assertions are disabled when they're not
8866         * m4/assert.m4 (gl_ASSERT): Do not make configure report
8867         "checking whether to enable assertions... no", when they are in
8868         fact enabled.  This is solely a bug in the output of configure.
8869         In spite of saying "no", NDEBUG was not defined in that case.
8870         Also, as noted by Eric Blake, leave assertions enabled upon
8871         --enable-assert=INVALID.
8872
8873 2008-12-10  Bruno Haible  <bruno@clisp.org>
8874
8875         Change MODULES.html to refer to POSIX:2008 where possible.
8876         * MODULES.html.sh (POSIX2008_URL): New variable.
8877         (posix_headers): Remove sys/timeb, ucontext.
8878         (posix2001_headers): New variable.
8879         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
8880         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
8881         index, makecontext, mktemp, pthread_attr_getstackaddr,
8882         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
8883         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
8884         (posix2001_functions): New variable.
8885         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
8886         otherwise.
8887
8888 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8889
8890         add missing include to parse-duration.c
8891         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
8892         * modules/parse-duration (Depends-on): Add xalloc.
8893
8894         fix sed script reading maint.mk
8895         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
8896         (syntax-check-rules): Use it.
8897
8898 2008-12-09  Bruno Haible  <bruno@clisp.org>
8899
8900         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
8901         MacOS X 10.4/PowerPC.
8902         Reported by Simon Josefsson.
8903
8904 2008-12-08  Jim Meyering  <meyering@redhat.com>
8905
8906         work around mingw's lack of some S_IF definitions
8907         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
8908         Reported by Simon Josefsson.
8909
8910 2008-12-08  Bruno Haible  <bruno@clisp.org>
8911
8912         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
8913         applied to variables. Needed on MacOS X 10.4/PowerPC.
8914         Reported by Simon Josefsson.
8915
8916 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
8917         and Eric Blake  <ebb9@byu.net>
8918
8919         assert: honor --enable-assert
8920         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
8921         order to honor --enable-assert, rather than treating it as a
8922         synonym for --disable-assert.
8923
8924 2008-12-08  Jim Meyering  <meyering@redhat.com>
8925
8926         * lib/posixtm.c: Remove now-useless declaration of mktime.
8927
8928         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
8929
8930 2008-12-07  Bruno Haible  <bruno@clisp.org>
8931
8932         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
8933         test_once): Mark functions as static.
8934         * tests/test-tls.c (test_tls): Likewise.
8935
8936 2008-12-07  Bruno Haible  <bruno@clisp.org>
8937
8938         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
8939         iconv_register_autodetect.
8940
8941 2008-12-07  Jim Meyering  <meyering@redhat.com>
8942
8943         posixtm.c: avoid a warning
8944         * lib/posixtm.c (posixtime): Don't initialize tm0.
8945         It's no longer needed to placate gcc4's -Wuninitialized,
8946         and the attempt to placate would elicit a new warning.
8947
8948         unicodeio.c: mark unused parameters
8949         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
8950         (fallback_failure_callback): Likewise.
8951
8952 2008-12-07  Bruno Haible  <bruno@clisp.org>
8953
8954         * gnulib-tool (func_create_testdir): When building the tests
8955         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
8956         Reported by Simon Josefsson.
8957
8958 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8959
8960         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
8961
8962 2008-12-06  Bruno Haible  <bruno@clisp.org>
8963
8964         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
8965         Suggested by Eric Blake.
8966
8967 2008-12-06  Bruno Haible  <bruno@clisp.org>
8968
8969         Fix a c-stack test failure on MacOS X.
8970         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
8971         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
8972         handler for SIGBUS as well.
8973         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
8974         install a signal handler for SIGBUS as well.
8975         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
8976
8977 2008-12-06  Bruno Haible  <bruno@clisp.org>
8978
8979         Advocacy documentation.
8980         * doc/gnulib-intro.texi (Benefits): New section.
8981         * doc/gnulib.texi: Update.
8982
8983 2008-12-06  Bruno Haible  <bruno@clisp.org>
8984
8985         Document the 'manywarnings' module.
8986         * doc/manywarnings.texi: New file.
8987         * doc/gnulib.texi: Include it.
8988
8989 2008-12-05  Eric Blake  <ebb9@byu.net>
8990
8991         tests: silence some gcc warnings
8992         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
8993         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
8994         type mismatches.
8995
8996 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8997             Bruno Haible  <bruno@clisp.org>
8998
8999         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
9000
9001 2008-11-29  Jim Meyering  <meyering@redhat.com>
9002
9003         unicodeio.c: mark unused parameters
9004         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
9005         (fallback_failure_callback): Likewise.
9006
9007         fts: fix a thinko
9008         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
9009         (set_stat_type): Return S_IF*-valued "type" directly.
9010         Prompted by James Youngman's spotting a related bug.
9011         Confirmed by further testing through find.
9012
9013         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
9014         * lib/fts.c (D_TYPE): Define.
9015         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
9016         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
9017         (s_ifmt_shift_bits): New function.
9018         (set_stat_type): New function.
9019         (fts_build): When not calling fts_stat, call set_stat_type
9020         to propagate dirent.d_type info to fts_read caller.
9021         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
9022         fts_statp->st_mode type information may be valid.
9023
9024 2008-11-28  Simon Josefsson  <simon@josefsson.org>
9025
9026         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
9027         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
9028         <sds@gnu.org>.
9029
9030 2008-11-20  Bruno Haible  <bruno@clisp.org>
9031
9032         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
9033         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
9034         INCLUDE_NEXT.
9035         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
9036         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
9037         * modules/math (Makefile.am): Substitute
9038         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
9039         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9040
9041 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
9042             Bruno Haible  <bruno@clisp.org>
9043
9044         * lib/stdint.in.h: Define all type macros so that their expansion is
9045         a single typedef'ed token. Fixes a compilation failure in Boost which
9046         does "using ::int8_t;".
9047
9048 2008-11-18  Simon Josefsson  <simon@josefsson.org>
9049
9050         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
9051         gl_MANYWARN_ALL_GCC.
9052         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
9053         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
9054         * modules/manywarnings: New file.
9055         * MODULES.html.sh: Mention manywarnings module.
9056
9057 2008-11-18  Bruno Haible  <bruno@clisp.org>
9058
9059         * doc/gnulib-tool.texi (Unit tests): New section.
9060
9061 2008-11-18  Simon Josefsson  <simon@josefsson.org>
9062
9063         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
9064         paths like 'lib/po/foo.po'.
9065
9066 2008-11-17  Simon Josefsson  <simon@josefsson.org>
9067
9068         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
9069         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
9070
9071 2008-11-17  Simon Josefsson  <simon@josefsson.org>
9072
9073         * m4/warnings.m4: Use CPPFLAGS to really check whether the
9074         parameter works.
9075
9076 2008-11-17  Simon Josefsson  <simon@josefsson.org>
9077
9078         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
9079
9080 2008-11-17  Bruce Korb  <bkorb@gnu.org>
9081
9082         * modules/parse-duration-tests: New file.
9083         * tests/test-parse-duration.sh: New file.
9084         * tests/test-parse-duration.c: New file.
9085
9086         New module 'parse-duration'.
9087         * lib/parse-duration.h: New file.
9088         * lib/parse-duration.c: New file.
9089         * modules/parse-duration: New file.
9090
9091 2008-11-17  Bruno Haible  <bruno@clisp.org>
9092
9093         * tests/test-select-out.sh: Comment out the first pipe test.
9094         Reported by Simon Josefsson.
9095
9096 2008-11-17  Bruno Haible  <bruno@clisp.org>
9097
9098         * modules/getaddrinfo (Depends-on): Add servent, hostent.
9099         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
9100         gl_HOSTENT.
9101
9102 2008-11-17  Bruno Haible  <bruno@clisp.org>
9103
9104         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
9105         -lnetwork and -lnet. Needed for Haiku and BeOS.
9106
9107 2008-11-16  Bruno Haible  <bruno@clisp.org>
9108
9109         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
9110
9111 2008-11-16  Bruno Haible  <bruno@clisp.org>
9112
9113         Avoid test failure on Haiku.
9114         * tests/test-fsync.c: Include <errno.h>.
9115         (main): Don't require that fsync (0) fails.
9116
9117 2008-11-15  Bruno Haible  <bruno@clisp.org>
9118
9119         New module 'hostent'.
9120         * modules/hostent: New file.
9121         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
9122
9123 2008-11-15  Bruno Haible  <bruno@clisp.org>
9124
9125         New module 'servent'.
9126         * modules/servent: New file.
9127         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
9128
9129 2008-11-15  Bruno Haible  <bruno@clisp.org>
9130
9131         Avoid generating same test program with two different rules.
9132         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
9133         test-frexp to test-frexp-nolibm.
9134         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
9135         test-frexpl to test-frexpl-nolibm.
9136
9137 2008-11-15  Bruno Haible  <bruno@clisp.org>
9138
9139         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
9140         $(FREXPL_LIBM).
9141
9142 2008-11-15  Bruno Haible  <bruno@clisp.org>
9143
9144         * lib/netdb.in.h: Activate the definitions also when the system's
9145         <netdb.h> has 'struct addrinfo'.
9146         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
9147         EAI_OVERFLOW or AI_NUMERICSERV.
9148         * doc/posix-headers/netdb.texi: Document the problem.
9149
9150 2008-11-15  Bruno Haible  <bruno@clisp.org>
9151
9152         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
9153
9154         Make the 'sched' module work on platforms where <sched.h> exists but
9155         is incomplete (such as Haiku).
9156         * lib/sched.in.h; Include the system's <sched.h> if it exists.
9157         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
9158         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
9159         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
9160         HAVE_STRUCT_SCHED_PARAM.
9161         * modules/sched (Depends-on): Add include_next.
9162         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
9163         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
9164         * doc/posix-headers/sched.texi: Document the issue.
9165
9166 2008-11-13  Jim Meyering  <meyering@redhat.com>
9167
9168         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
9169         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
9170         test would fail due to the difference in the Report bugs to ...
9171         line.  The expected address is empty, "<>", while the actual
9172         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
9173
9174 2008-11-12  Bruno Haible  <bruno@clisp.org>
9175
9176         lstat: don't compile lstat.c on systems lacking lstat
9177         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
9178         which don't have lstat; this is handled by lib/sys_stat.in.h already.
9179         Reported by Daniel P. Berrange via Jim Meyering.
9180
9181 2008-11-12  Jim Meyering  <meyering@redhat.com>
9182
9183         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
9184
9185 2008-11-12  Simon Josefsson  <simon@josefsson.org>
9186
9187         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
9188         instead.
9189
9190 2008-11-12  Bruno Haible  <bruno@clisp.org>
9191
9192         * lib/unicodeio.c: Include unistr.h.
9193         (utf8_wctomb): Remove function.
9194         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
9195
9196 2008-11-12  Simon Josefsson  <simon@josefsson.org>
9197
9198         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
9199         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
9200         <bruno@clisp.org>.
9201         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
9202
9203 2008-11-12  Simon Josefsson  <simon@josefsson.org>
9204
9205         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
9206         * doc/gnulib.texi: Add section for warnings.
9207
9208 2008-11-11  Bruno Haible  <bruno@clisp.org>
9209
9210         * lib/sockets.h: Add a comment.
9211
9212 2008-11-11  Karl Berry  <karl@gnu.org>
9213
9214         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
9215
9216 2008-11-11  Eric Blake  <ebb9@byu.net>
9217
9218         fdl.texi: avoid git symlinks
9219         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
9220
9221 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
9222
9223         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
9224
9225 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
9226
9227         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
9228         (gl_WARN_ADD): Substitute $2 if literal.
9229
9230 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
9231
9232         * m4/warning.m4: Remove.
9233
9234 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
9235
9236         * m4/warnings.m4: Almost complete rewrite. :-)
9237
9238 2008-11-10  Simon Josefsson  <simon@josefsson.org>
9239
9240         * modules/warnings: New module.
9241         * m4/warnings.m4: New file.
9242         * MODULES.html.sh: Mention warnings module.
9243         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
9244         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9245
9246 2008-11-10  Eric Blake  <ebb9@byu.net>
9247
9248         fdl.texi: make a symlink to the latest version
9249         * doc/standards.texi: Revert today's earlier change.
9250         * doc/fdl-1.2.texi: Rename from old fdl.texi...
9251         * doc/fdl.texi: ...and replace this with a symlink to the newer
9252         fdl-1.3.texi.
9253
9254 2008-11-10  Bruno Haible  <bruno@clisp.org>
9255
9256         * tests/test-select-fd.c (main): Accept the result file name as fourth
9257         argument.
9258         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
9259         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
9260
9261 2008-11-10  Bruno Haible  <bruno@clisp.org>
9262
9263         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
9264         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
9265         as autoconf-substituted macros.
9266         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
9267         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
9268         gl_NETDB_H_DEFAULTS. Set these variables.
9269         * modules/netdb (Makefile.am): Substitute these variables.
9270
9271 2008-11-10  Eric Blake  <ebb9@byu.net>
9272
9273         standards.texi: include correct file for FDL 1.3
9274         * doc/standards.texi (GNU Free Documentation License): Change
9275         include file to pull in FDL 1.3, not 1.2.
9276
9277         fdl.texi: revert accidental change to license
9278         * doc/fdl.texi: This is FDL 1.2, not 1.3.
9279
9280 2008-11-10  Bruno Haible  <bruno@clisp.org>
9281
9282         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
9283         cross-compiling guesses also when the native compile gives no result.
9284
9285 2008-11-10  Bruno Haible  <bruno@clisp.org>
9286
9287         * lib/spawni.c (__spawni): Force variable into the stack.
9288
9289 2008-11-10  Bruno Haible  <bruno@clisp.org>
9290
9291         Add support for Haiku.
9292         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
9293         glibc and BeOS, but also on Haiku.
9294         * lib/fpurge.c (fpurge): Likewise.
9295         * lib/freadable.c (freadable): Likewise.
9296         * lib/freadahead.c (freadahead): Likewise.
9297         * lib/freading.c (freading): Likewise.
9298         * lib/freadptr.c (freadptr): Likewise.
9299         * lib/freadseek.c (freadptrinc): Likewise.
9300         * lib/fseeko.c (rpl_fseeko): Likewise.
9301         * lib/fseterr.c (fseterr): Likewise.
9302         * lib/fwritable.c (fwritable): Likewise.
9303         * lib/fwriting.c (fwriting): Likewise.
9304         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
9305
9306 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
9307
9308         * lib/config.charset: Treat Haiku like BeOS.
9309
9310 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
9311
9312         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
9313         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
9314
9315 2008-11-08  Bruno Haible  <bruno@clisp.org>
9316
9317         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
9318         AC_CACHE_CHECK.
9319
9320 2008-11-08  Bruno Haible  <bruno@clisp.org>
9321
9322         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
9323
9324 2008-11-08  Bruno Haible  <bruno@clisp.org>
9325
9326         * tests/test-select-fd.c: New file.
9327         * tests/test-select-in.sh: New file.
9328         * tests/test-select-out.sh: New file.
9329         * tests/test-select-stdin.c: New file.
9330         * modules/select-tests (Files): Add the new files.
9331         (Depends-on): Add gettimeofday.
9332         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
9333         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
9334         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
9335
9336 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
9337             Bruno Haible  <bruno@clisp.org>
9338
9339         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
9340
9341 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
9342
9343         * build-aux/pmccabe2html: Added support for C++ source files.
9344
9345 2008-11-05  Ben Pfaff  <blp@gnu.org>
9346
9347         Fix lib/close.c build on Windows.
9348         * modules/close (Files): Add lib/w32sock.h.
9349
9350 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
9351
9352         Accept Bison's NEWS format.
9353         * build-aux/announce-gen (print_news_deltas): Tweak
9354         $re_prefix.
9355
9356 2008-11-04  Bruno Haible  <bruno@clisp.org>
9357
9358         * modules/random_r (Maintainer): Add glibc.
9359
9360 2008-11-04  Simon Josefsson  <simon@josefsson.org>
9361
9362         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
9363         by karl@freefriends.org (Karl Berry).
9364         * doc/alloca.texi: Likewise.
9365         * doc/c-ctype.texi: Likewise.
9366         * doc/c-strcase.texi: Likewise.
9367         * doc/c-strcaseeq.texi: Likewise.
9368         * doc/c-strcasestr.texi: Likewise.
9369         * doc/c-strstr.texi: Likewise.
9370         * doc/c-strtod.texi: Likewise.
9371         * doc/c-strtold.texi: Likewise.
9372         * doc/ctime.texi: Likewise.
9373         * doc/error.texi: Likewise.
9374         * doc/fdl.texi: Likewise.
9375         * doc/gcd.texi: Likewise.
9376         * doc/getdate.texi: Likewise.
9377         * doc/gnulib-intro.texi: Likewise.
9378         * doc/gnulib-tool.texi: Likewise.
9379         * doc/gnulib.texi: Likewise.
9380         * doc/inet_ntoa.texi: Likewise.
9381         * doc/maintain.texi: Likewise.
9382         * doc/make-stds.texi: Likewise.
9383         * doc/quote.texi: Likewise.
9384         * doc/regexprops-generic.texi: Likewise.
9385         * doc/standards.texi: Likewise.
9386         * doc/verify.texi: Likewise.
9387         * doc/visibility.texi: Likewise.
9388         * doc/gnulib.texi (GNU Free Documentation License): Include
9389         fdl-1.3.texi instead of fdl.texi.
9390
9391 2008-11-04  Simon Josefsson  <simon@josefsson.org>
9392
9393         * doc/fdl-1.3.texi: New file, from
9394         <http://www.gnu.org/licenses/fdl-1.3.texi>.
9395         * modules/fdl-1.3: Add.
9396         * MODULES.html.sh: Add fdl-1.3.
9397
9398 2008-11-03  Bruno Haible  <bruno@clisp.org>
9399
9400         Make determination of absolute name of header file work with AIX xlc.
9401         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
9402         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
9403         preprocessing.
9404         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9405         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
9406
9407 2008-11-03  Simon Josefsson  <simon@josefsson.org>
9408
9409         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
9410         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
9411         <ludo@gnu.org>.
9412
9413 2008-11-02  Bruno Haible  <bruno@clisp.org>
9414
9415         Mark 'strpbrk' obsolete.
9416         * modules/strpbrk (Status, Notice): New sections.
9417         * modules/strtok_r (Depends-on): Add strpbrk.
9418
9419 2008-11-02  Bruno Haible  <bruno@clisp.org>
9420
9421         Mark 'strdup' obsolete.
9422         * modules/strdup (Status, Notice): New sections.
9423         * modules/findprog (Depends-on): Add strdup.
9424         * modules/getaddrinfo (Depends-on): Likewise.
9425         * modules/localename (Depends-on): Likewise.
9426         * modules/relocatable-lib (Depends-on): Likewise.
9427         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
9428         * modules/relocatable-prog (Depends-on): Likewise.
9429         * modules/trim (Depends-on): Likewise.
9430         * modules/unictype/gen-ctype (Depends-on): Likewise.
9431         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
9432
9433 2008-11-02  Bruno Haible  <bruno@clisp.org>
9434
9435         Mark 'strcspn' obsolete.
9436         * modules/strcspn (Status, Notice): New sections.
9437
9438 2008-11-02  Bruno Haible  <bruno@clisp.org>
9439
9440         Mark 'rmdir' obsolete.
9441         * modules/rmdir (Status, Notice): New sections.
9442         * modules/clean-temp (Depends-on): Add rmdir.
9443         * modules/openat (Depends-on): Likewise.
9444
9445 2008-11-02  Bruno Haible  <bruno@clisp.org>
9446
9447         Mark 'raise' obsolete.
9448         * modules/raise (Status, Notice): New sections.
9449         (Include): Specify <signal.h>.
9450         * modules/stdio (Depends-on): Add raise.
9451         * modules/write (Depends-on): Likewise.
9452
9453 2008-11-02  Bruno Haible  <bruno@clisp.org>
9454
9455         Mark 'memset' obsolete.
9456         * modules/memset (Status, Notice): New sections.
9457
9458 2008-11-02  Bruno Haible  <bruno@clisp.org>
9459
9460         Mark 'memmove' obsolete.
9461         * modules/memmove (Status, Notice): New sections.
9462         * modules/argp (Depends-on): Add memmove.
9463         * modules/argz (Depends-on): Likewise.
9464         * modules/canonicalize (Depends-on): Likewise.
9465         * modules/canonicalize-lgpl (Depends-on): Likewise.
9466         * modules/fts (Depends-on): Likewise.
9467         * modules/getcwd (Depends-on): Likewise.
9468         * modules/human (Depends-on): Likewise.
9469         * modules/regex (Depends-on): Likewise.
9470         * modules/striconveh (Depends-on): Likewise.
9471         * modules/trim (Depends-on): Likewise.
9472         * modules/unistr/u8-move (Depends-on): Likewise.
9473         * modules/unistr/u16-move (Depends-on): Likewise.
9474         * modules/unistr/u32-move (Depends-on): Likewise.
9475
9476 2008-11-02  Bruno Haible  <bruno@clisp.org>
9477
9478         Mark 'memcpy' obsolete.
9479         * modules/memcpy (Status, Notice): New sections.
9480
9481 2008-11-02  Bruno Haible  <bruno@clisp.org>
9482
9483         Mark 'memcmp' obsolete.
9484         * modules/memcmp (Status, Notice): New sections.
9485         * modules/argmatch (Depends-on): Add memchr.
9486         * modules/backupfile (Depends-on): Likewise.
9487         * modules/c-strcasestr (Depends-on): Likewise.
9488         * modules/crypto/des (Depends-on): Likewise.
9489         * modules/csharpcomp (Depends-on): Likewise.
9490         * modules/fnmatch (Depends-on): Likewise.
9491         * modules/git-merge-changelog (Depends-on): Likewise.
9492         * modules/isnand (Depends-on): Likewise.
9493         * modules/isnand-nolibm (Depends-on): Likewise.
9494         * modules/isnanf (Depends-on): Likewise.
9495         * modules/isnanf-nolibm (Depends-on): Likewise.
9496         * modules/isnanl (Depends-on): Likewise.
9497         * modules/isnanl-nolibm (Depends-on): Likewise.
9498         * modules/mbchar (Depends-on): Likewise.
9499         * modules/memcoll (Depends-on): Likewise.
9500         * modules/quotearg (Depends-on): Likewise.
9501         * modules/regex (Depends-on): Likewise.
9502         * modules/relocatable-prog (Depends-on): Likewise.
9503         * modules/same (Depends-on): Likewise.
9504         * modules/signbit (Depends-on): Likewise.
9505         * modules/strcasestr-simple (Depends-on): Likewise.
9506         * modules/unictype/gen-ctype (Depends-on): Likewise.
9507         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
9508         * modules/uniname/uniname (Depends-on): Likewise.
9509         * modules/unistr/u8-cmp (Depends-on): Likewise.
9510
9511 2008-11-02  Bruno Haible  <bruno@clisp.org>
9512
9513         Mark 'memchr' obsolete.
9514         * modules/memchr (Status, Notice): New sections.
9515         * modules/argp (Depends-on): Add memchr.
9516         * modules/base64 (Depends-on): Likewise.
9517         * modules/c-strcasestr (Depends-on): Likewise.
9518         * modules/chdir-long (Depends-on): Likewise.
9519         * modules/fnmatch (Depends-on): Likewise.
9520         * modules/getsubopt (Depends-on): Likewise.
9521         * modules/git-merge-changelog (Depends-on): Likewise.
9522         * modules/glob (Depends-on): Likewise.
9523         * modules/strcasestr-simple (Depends-on): Likewise.
9524         * modules/strnlen (Depends-on): Likewise.
9525
9526 2008-11-02  Bruno Haible  <bruno@clisp.org>
9527
9528         Mark 'atexit' obsolete.
9529         * modules/atexit (Status, Notice): New sections.
9530         * modules/chdir-long (Depends-on): Add atexit.
9531         * modules/wait-process (Depends-on): Likewise.
9532
9533 2008-11-02  Bruno Haible  <bruno@clisp.org>
9534
9535         * gnulib-tool: New option --with-obsolete.
9536         (func_usage): Document it.
9537         (func_modules_transitive_closure): Drop obsolete dependencies if
9538         incobsolete is not true.
9539         (func_import): Read and save the incobsolete variable to the cache.
9540
9541 2008-11-02  Bruno Haible  <bruno@clisp.org>
9542
9543         * modules/TEMPLATE-EXTENDED: New field 'Status'.
9544         * gnulib-tool: New option --extract-status.
9545         (func_usage): Document it.
9546         (sed_extract_prog): Recognize it.
9547         (func_get_status): New function.
9548
9549 2008-10-30  Simon Josefsson  <simon@josefsson.org>
9550
9551         * modules/sockets (License): Change from LGPL to LGPLv2+.
9552
9553 2008-10-28  Simon Josefsson  <simon@josefsson.org>
9554
9555         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
9556
9557 2008-10-28  Simon Josefsson  <simon@josefsson.org>
9558
9559         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9560         Mention times and sys_times.
9561         * modules/sys_times, modules/sys_times-tests: New modules.
9562         * modules/times, modules/times-tests: Likewise
9563         * m4/sys_times_h.m4: New file.
9564         * lib/sys_times.in.h: Likewise
9565         * lib/times.c: Likewise.
9566         * tests/test-sys_times.c: Likewise.
9567         * tests/test-times.c: Likewise.
9568         * doc/posix-headers/sys_times.texi: Update.
9569         * doc/posix-functions/times.texi: Update.
9570
9571 2008-10-28  Jim Meyering  <meyering@redhat.com>
9572
9573         * modules/tempname (Depends-on): Add lstat.
9574
9575         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
9576
9577 2008-10-28  Simon Josefsson  <simon@josefsson.org>
9578
9579         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
9580         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
9581         using idiom used elsewhere in gnulib.
9582
9583 2008-10-27  Jim Meyering  <meyering@redhat.com>
9584
9585         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
9586
9587 2008-10-27  Simon Josefsson  <simon@josefsson.org>
9588
9589         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
9590         TESTS_ENVIRONMENT, for shell scripts that needs to call built
9591         programs.
9592         * tests/test-argp-2.sh: Use $EXEEXT when needed.
9593
9594 2008-10-27  Simon Josefsson  <simon@josefsson.org>
9595
9596         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
9597
9598 2008-10-27  Bruno Haible  <bruno@clisp.org>
9599
9600         * tests/test-lstat.c: Include <stdio.h>.
9601
9602 2008-10-27  Simon Josefsson  <simon@josefsson.org>
9603
9604         * modules/lstat-tests: New module.
9605         * tests/test-lstat.c: New file.
9606
9607 2008-10-26  Jim Meyering  <meyering@redhat.com>
9608
9609         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
9610
9611 2008-10-26  Simon Josefsson  <simon@josefsson.org>
9612             Bruno Haible  <bruno@clisp.org>
9613
9614         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
9615         * modules/configmake (Include): Add a note that the include must come
9616         after all system headers.
9617         * lib/javaversion.c: Include configmake.h after all other includes.
9618
9619 2008-10-26  Bruno Haible  <bruno@clisp.org>
9620
9621         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
9622         HAVE_STRUCT_RANDOM_DATA to 1.
9623         (gl_STDLIB_H): Simplify.
9624
9625 2008-10-26  Simon Josefsson  <simon@josefsson.org>
9626
9627         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
9628         substitute HAVE_STRUCT_RANDOM_DATA.
9629         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
9630         random_data.
9631         * modules/stdlib (Makefile.am): Substitute
9632         HAVE_STRUCT_RANDOM_DATA.
9633
9634 2008-10-26  Simon Josefsson  <simon@josefsson.org>
9635
9636         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
9637         * doc/gnulib-intro.texi (Copyright): Likewise.
9638
9639 2008-10-26  Simon Josefsson  <simon@josefsson.org>
9640
9641         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
9642         findings.
9643
9644 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
9645             Bruno Haible  <bruno@clisp.org>
9646
9647         * lib/unistd.in.h: Include <winsock2.h>.
9648         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
9649         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
9650         Provide dummy declarations.
9651         (gethostname): Override.
9652         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
9653         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
9654         gl_PREREQ_SYS_H_WINSOCK2.
9655         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
9656         * doc/posix-functions/gethostname.texi: More details.
9657
9658 2008-10-25  Bruno Haible  <bruno@clisp.org>
9659
9660         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
9661         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
9662         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
9663
9664         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
9665         here ...
9666         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
9667         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
9668         gl_UNISTD_H_DEFAULTS.
9669
9670 2008-10-25  Eric Blake  <ebb9@byu.net>
9671
9672         signbit: avoid spurious compiler failure
9673         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
9674         declarations inside function.
9675
9676 2008-10-24  Simon Josefsson  <simon@josefsson.org>
9677             Bruno Haible  <bruno@clisp.org>
9678
9679         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
9680         * modules/random_r (Depends-on): Add stdint.
9681
9682 2008-10-24  Bruno Haible  <bruno@clisp.org>
9683
9684         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
9685         Eggert.
9686         * modules/strerror (License): Likewise.
9687
9688 2008-10-24  Jim Meyering  <meyering@redhat.com>
9689
9690         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
9691         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
9692
9693 2008-10-24  Eric Blake  <ebb9@byu.net>
9694
9695         getgroups: fix compilation when getgroups is available
9696         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
9697         but with <config.h> override of getgroups disabled.
9698
9699 2008-10-24  Simon Josefsson  <simon@josefsson.org>
9700
9701         * doc/gnulib.texi (Header files): Add note about C++ problems.
9702         Explained by Bruno Haible <bruno@clisp.org>.
9703
9704 2008-10-23  Bruno Haible  <bruno@clisp.org>
9705
9706         Define a dummy SA_NODEFER macro on Interix.
9707         * lib/signal.in.h (SA_NODEFER): Define fallback.
9708         Reported by Aleksey Cheusov <cheusov@tut.by> via
9709         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
9710
9711 2008-10-23  Bruno Haible  <bruno@clisp.org>
9712
9713         * modules/freadahead (License): Change to LGPLv2+.
9714         Suggested by Simon Josefsson.
9715
9716 2008-10-23  Jim Meyering  <meyering@redhat.com>
9717
9718         random_r: new module
9719         * modules/random_r: New file.
9720         * m4/random_r.m4: New file.
9721         * lib/random_r.c: New file, from glibc.
9722         * modules/random_r-tests: New file.
9723         * tests/test-random_r.c: New file.
9724         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
9725          Declare.
9726         (RAND_MAX): Define.
9727         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
9728         * modules/stdlib: Substitute them, too.
9729         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
9730         * doc/glibc-functions/initstate_r.texi: Mention the new module.
9731         * doc/glibc-functions/random_r.texi: Likewise.
9732         * doc/glibc-functions/setstate_r.texi: Likewise.
9733         * doc/glibc-functions/srandom_r.texi: Likewise.
9734         * config/srclist.txt: Mention it.
9735
9736 2008-10-23  David Lutterkort  <lutter@redhat.com>
9737
9738         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
9739         link requirement
9740
9741 2008-10-23  Jim Meyering  <meyering@redhat.com>
9742
9743         selinux-h: mark parameters of stub functions as intentionally unused
9744         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
9745         * lib/se-context.in.h: Likewise.
9746
9747 2008-10-22  Simon Josefsson  <simon@josefsson.org>
9748
9749         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
9750
9751 2008-10-22  Simon Josefsson  <simon@josefsson.org>
9752
9753         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
9754
9755 2008-10-22  Eric Blake  <ebb9@byu.net>
9756
9757         glthread/thread: avoid compiler warning
9758         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
9759         Add unreachable abort to silence compiler.
9760
9761 2008-10-22  Eric Blake  <ebb9@byu.net>
9762
9763         netdb: also supply struct addrinfo for cygwin 1.5.x
9764         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
9765         older cygwin.
9766         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
9767         cygwin.
9768         * doc/posix-headers/netdb.texi (netdb.h): Document this.
9769
9770 2008-10-22  Bruno Haible  <bruno@clisp.org>
9771
9772         * users.txt: Update entry about pspp.
9773
9774 2008-10-21  Bruno Haible  <bruno@clisp.org>
9775
9776         Simplification.
9777         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
9778         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
9779
9780         Simplification.
9781         * lib/ioctl.c (ioctl): Don't undefine.
9782         * lib/socket.c (socket): Don't undefine.
9783
9784         Remove unused module indicator macros.
9785         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
9786         GNULIB_$1 as a C macro.
9787
9788         * doc/posix-functions/close.texi: Undo last change.
9789         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
9790         Windows platforms.
9791
9792 2008-10-21  Bruno Haible  <bruno@clisp.org>
9793
9794         Add gethostname() declaration to <unistd.h>.
9795         * lib/unistd.in.h (gethostname): New declaration.
9796         * lib/gethostname.c: Include <unistd.h>.
9797         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
9798         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
9799         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
9800         and HAVE_GETHOSTNAME.
9801         * modules/gethostname (Depends-on): Add unistd.
9802         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9803         (Include): Specify <unistd.h>.
9804         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
9805         HAVE_GETHOSTNAME.
9806         * tests/test-gethostname.c: Include <unistd.h> first.
9807
9808 2008-10-21  Bruno Haible  <bruno@clisp.org>
9809
9810         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
9811         * modules/select-tests (Depends-on): Likewise.
9812         Reported by Simon Josefsson.
9813
9814 2008-10-21  Simon Josefsson  <simon@josefsson.org>
9815
9816         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
9817         * lib/accept.c: New file, based on winsock.c.
9818         * lib/bind.c: New file, based on winsock.c.
9819         * lib/connect.c: New file, based on winsock.c.
9820         * lib/getpeername.c: New file, based on winsock.c.
9821         * lib/getsockname.c: New file, based on winsock.c.
9822         * lib/getsockopt.c: New file, based on winsock.c.
9823         * lib/ioctl.c: New file, based on winsock.c.
9824         * lib/listen.c: New file, based on winsock.c.
9825         * lib/recv.c: New file, based on winsock.c.
9826         * lib/recvfrom.c: New file, based on winsock.c.
9827         * lib/send.c: New file, based on winsock.c.
9828         * lib/sendto.c: New file, based on winsock.c.
9829         * lib/setsockopt.c: New file, based on winsock.c.
9830         * lib/shutdown.c: New file, based on winsock.c.
9831         * lib/socket.c: New file, based on winsock.c.
9832         * lib/w32sock.h: New file, based on winsock.c.
9833         * lib/winsock.c: Remove file.
9834         * modules/accept: Likewise.
9835         * modules/bind: Likewise.
9836         * modules/connect: Likewise.
9837         * modules/getpeername: Likewise.
9838         * modules/getsockname: Likewise.
9839         * modules/getsockopt: Likewise.
9840         * modules/ioctl: Likewise.
9841         * modules/listen: Likewise.
9842         * modules/recv: Likewise.
9843         * modules/recvfrom: Likewise.
9844         * modules/send: Likewise.
9845         * modules/sendto: Likewise.
9846         * modules/setsockopt: Likewise.
9847         * modules/shutdown: Likewise.
9848         * modules/socket: Use socket.c instead of winsock.c.
9849         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
9850         * doc/posix-functions/accept.texi: Doc fix.
9851         * doc/posix-functions/bind.texi: Doc fix.
9852         * doc/posix-functions/close.texi: Doc fix.
9853         * doc/posix-functions/connect.texi: Doc fix.
9854         * doc/posix-functions/getpeername.texi: Doc fix.
9855         * doc/posix-functions/getsockname.texi: Doc fix.
9856         * doc/posix-functions/getsockopt.texi: Doc fix.
9857         * doc/posix-functions/ioctl.texi: Doc fix.
9858         * doc/posix-functions/listen.texi: Doc fix.
9859         * doc/posix-functions/recv.texi: Doc fix.
9860         * doc/posix-functions/recvfrom.texi: Doc fix.
9861         * doc/posix-functions/send.texi: Doc fix.
9862         * doc/posix-functions/sendto.texi: Doc fix.
9863         * doc/posix-functions/setsockopt.texi: Doc fix.
9864         * doc/posix-functions/shutdown.texi: Doc fix.
9865         * doc/posix-functions/socket.texi: Doc fix.
9866
9867 2008-10-20  Bruno Haible  <bruno@clisp.org>
9868
9869         Take into account the role of SIGABRT_COMPAT on Windows 2008.
9870         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
9871         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
9872         as an alias for SIGABRT.
9873         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
9874         (sigaction): Map it to SIGABRT.
9875         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
9876
9877 2008-10-20  Bruno Haible  <bruno@clisp.org>
9878
9879         * lib/fts.c: Don't include lstat.h.
9880         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
9881
9882         Move the lstat() declaration to <sys/stat.h>.
9883         * lib/lstat.h: Remove file.
9884         * lib/sys_stat.in.h: Add special invocation convention.
9885         (lstat): New declaration.
9886         * lib/lstat.c (orig_lstat): New function.
9887         (rpl_lstat): Use orig_lstat instead of lstat.
9888         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
9889         AC_C_INLINE. Set REPLACE_LSTAT.
9890         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
9891         and REPLACE_LSTAT.
9892         * modules/lstat (Files): Remove lib/lstat.h.
9893         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
9894         (Include): Specify <sys/stat.h> instead of lstat.h.
9895         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
9896         REPLACE_LSTAT.
9897         * NEWS: Mention the change.
9898
9899 2008-10-20  Bruno Haible  <bruno@clisp.org>
9900
9901         * modules/posix_spawn-tests: New file.
9902         * tests/test-posix_spawn3.c: New file.
9903
9904 2008-10-20  Bruno Haible  <bruno@clisp.org>
9905
9906         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
9907         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
9908         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
9909         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
9910         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
9911
9912 2008-10-20  Bruno Haible  <bruno@clisp.org>
9913
9914         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
9915         of posix_spawn on AIX 5.3.
9916
9917 2008-10-20  Bruno Haible  <bruno@clisp.org>
9918
9919         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
9920
9921 2008-10-20  Bruno Haible  <bruno@clisp.org>
9922
9923         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
9924         of AC_LANG_PROGRAM.
9925
9926 2008-10-20  Simon Josefsson  <simon@josefsson.org>
9927
9928         * lib/netdb.in.h: Don't define GNU specific constants until they
9929         are supported or needed.  Reported by Bruno Haible
9930         <bruno@clisp.org>.
9931
9932 2008-10-20  Simon Josefsson  <simon@josefsson.org>
9933
9934         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
9935
9936 2008-10-20  Simon Josefsson  <simon@josefsson.org>
9937
9938         * lib/getaddrinfo.h: Remove file.
9939         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
9940         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
9941         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
9942         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
9943         * modules/netdb: Substitute GNULIB_GETADDRINFO.
9944         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
9945         * tests/test-getaddrinfo.c: Likewise.
9946         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
9947         * NEWS: Mention change.
9948
9949 2008-10-19  Bruno Haible  <bruno@clisp.org>
9950
9951         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
9952
9953 2008-10-19  Bruno Haible  <bruno@clisp.org>
9954
9955         * lib/wait-process.c: Include simply <sys/wait.h>.
9956         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
9957         WIFSTOPPED): Remove fallback definitions.
9958         * modules/wait-process (Depends-on): Add sys_wait.
9959
9960         New module 'sys_wait'.
9961         * modules/sys_wait: New file.
9962         * lib/sys_wait.in.h: New file, partially copied from
9963         lib/wait-process.c.
9964         * m4/sys_wait_h.m4: New file.
9965         * doc/posix-headers/sys_wait.texi: Mention the new module.
9966
9967 2008-10-19  Bruno Haible  <bruno@clisp.org>
9968
9969         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
9970
9971 2008-10-19  Bruno Haible  <bruno@clisp.org>
9972
9973         Assume that waitpid() fills an 'int' status, not a 'union wait'.
9974         * lib/wait-process.c (WAIT_T): Remove type.
9975         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
9976         (wait_subprocess): Update.
9977
9978 2008-10-19  Bruno Haible  <bruno@clisp.org>
9979
9980         New module 'atoll'.
9981         * modules/atoll: New file.
9982         * lib/stdlib.in.h (atoll): New declaration.
9983         * lib/atoll.c: New file, from glibc with modifications.
9984         * m4/atoll.m4: New file.
9985         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
9986         HAVE_ATOLL.
9987         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
9988         * doc/posix-functions/atoll.texi: Mention the new module.
9989
9990 2008-10-19  Bruno Haible  <bruno@clisp.org>
9991
9992         Add strtoull() declaration to <stdlib.h>.
9993         * lib/stdlib.in.h (strtoull): New declaration.
9994         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
9995         Set HAVE_STRTOULL.
9996         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
9997         HAVE_STRTOULL.
9998         * modules/strtoull (Depends-on): Add stdlib.
9999         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10000         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
10001         HAVE_STRTOULL.
10002
10003 2008-10-19  Bruno Haible  <bruno@clisp.org>
10004
10005         Add strtoll() declaration to <stdlib.h>.
10006         * lib/stdlib.in.h (strtoll): New declaration.
10007         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
10008         Set HAVE_STRTOLL.
10009         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
10010         HAVE_STRTOLL.
10011         * modules/strtoll (Depends-on): Add stdlib.
10012         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10013         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
10014
10015 2008-10-19  Bruno Haible  <bruno@clisp.org>
10016
10017         * modules/bcopy (Depends-on): Add strings.
10018         (Include): Specify <strings.h>.
10019
10020 2008-10-19  Bruno Haible  <bruno@clisp.org>
10021
10022         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
10023
10024 2008-10-19  Bruno Haible  <bruno@clisp.org>
10025
10026         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
10027         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
10028         mingw.
10029
10030 2008-10-19  Bruno Haible  <bruno@clisp.org>
10031
10032         * lib/atanl.c: Don't include isnanl.h.
10033         * lib/cosl.c: Likewise.
10034         * lib/ldexpl.c: Likewise.
10035         * lib/logl.c: Likewise.
10036         * lib/sinl.c: Likewise.
10037         * lib/sqrtl.c: Likewise.
10038         * lib/tanl.c: Likewise.
10039
10040         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
10041         * lib/isnanf.h: Remove file.
10042         * lib/isnand.h: Remove file.
10043         * lib/isnanl.h: Remove file.
10044         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
10045         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
10046         macros.
10047         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
10048         HAVE_ISNANF, don't define it as a C macro.
10049         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
10050         HAVE_ISNAND, don't define it as a C macro.
10051         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
10052         HAVE_ISNANL, don't define it as a C macro.
10053         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
10054         HAVE_ISNAN[FDL].
10055         * modules/isnanf (Files): Remove lib/isnanf.h.
10056         (Depends-on): Add math.
10057         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
10058         (Include): Specify <math.h> instead of isnanf.h.
10059         * modules/isnand (Files): Remove lib/isnand.h.
10060         (Depends-on): Add math.
10061         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
10062         (Include): Specify <math.h> instead of isnand.h.
10063         * modules/isnanl (Files): Remove lib/isnanl.h.
10064         (Depends-on): Add math.
10065         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
10066         (Include): Specify <math.h> instead of isnanl.h.
10067         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
10068         HAVE_ISNAN[FDL].
10069         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
10070         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
10071         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
10072         * NEWS: Mention the change.
10073
10074 2008-10-18  Bruno Haible  <bruno@clisp.org>
10075
10076         Add getusershell(), setusershell(), endusershell() declarations to
10077         <unistd.h>.
10078         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
10079         declarations.
10080         * lib/getusershell.c: Include unistd.h.
10081         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
10082         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
10083         HAVE_GETUSERSHELL.
10084         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
10085         and HAVE_GETUSERSHELL.
10086         * modules/getusershell (Depends-on): Add unistd, extensions.
10087         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10088         (Include): Specify <unistd.h>.
10089         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
10090         HAVE_GETUSERSHELL.
10091
10092 2008-10-18  Bruno Haible  <bruno@clisp.org>
10093
10094         Add a getloadavg() declaration to <stdlib.h>.
10095         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
10096         getloadavg declaration.
10097         (getloadavg): New declaration.
10098         * lib/getloadavg.c: Include <stdlib.h> first.
10099         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
10100         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
10101         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
10102         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
10103         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
10104         * modules/getloadavg (Depends-on): Add stdlib, extensions.
10105         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10106         (Include): Specify <stdlib.h>.
10107         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
10108         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
10109
10110 2008-10-18  Bruno Haible  <bruno@clisp.org>
10111
10112         * lib/dirchownmod.c: Don't include lchmod.h.
10113
10114         Move the lchmod() declaration to <sys/stat.h>.
10115         * lib/lchmod.h: Remove file.
10116         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
10117         (lchmod): New declaration, moved here from lib/lchown.h.
10118         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
10119         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
10120         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
10121         and HAVE_LCHMOD.
10122         * modules/lchmod (Files): Remove lib/lchmod.h.
10123         (Depends-on): Add sys_stat, extensions.
10124         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
10125         (Include): Specify <sys/stat.h> instead of lchmod.h.
10126         * modules/sys_stat (Depends-on): Add link-warning.
10127         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
10128         definition of GL_LINK_WARNING.
10129         * NEWS: Mention the change.
10130
10131 2008-10-18  Bruno Haible  <bruno@clisp.org>
10132
10133         * lib/fchdir.c: Don't include dirfd.h.
10134         * lib/fts.c: Likewise.
10135         * lib/getcwd.c: Likewise.
10136         * lib/glob.c: Likewise.
10137
10138         Move the dirfd() declaration to <dirent.h>.
10139         * lib/dirfd.h: Remove file.
10140         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
10141         (dirfd): New declaration.
10142         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
10143         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
10144         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
10145         HAVE_DECL_DIRFD.
10146         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
10147         HAVE_DECL_DIRFD.
10148         * modules/dirfd (Files): Remove lib/dirfd.h.
10149         (Depends-on): Add dirent, extensions.
10150         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
10151         (Include): Specify <dirent.h> instead of dirfd.h.
10152         * modules/dirent (Depends-on): Add link-warning.
10153         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
10154         definition of GL_LINK_WARNING.
10155         * NEWS: Mention the change.
10156
10157 2008-10-18  Bruno Haible  <bruno@clisp.org>
10158
10159         Move the euidaccess() declaration to <unistd.h>.
10160         * lib/euidaccess.h: Remove file.
10161         * lib/unistd.in.h (euidaccess): New declaration.
10162         * lib/euidaccess.c: Don't include euidaccess.h.
10163         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
10164         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
10165         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
10166         and HAVE_EUIDACCESS.
10167         * modules/euidaccess (Files): Remove lib/euidaccess.h.
10168         (Depends-on): Add unistd.
10169         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10170         (Include): Specify <unistd.h> instead of euidaccess.h.
10171         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
10172         HAVE_EUIDACCESS.
10173         * NEWS: Mention the change.
10174
10175 2008-10-18  Bruno Haible  <bruno@clisp.org>
10176
10177         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
10178
10179         Move the getdomainname() declaration to <unistd.h>.
10180         * lib/getdomainname.h: Remove file.
10181         * lib/unistd.in.h (getdomainname): New declaration.
10182         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
10183         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
10184         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
10185         HAVE_GETDOMAINNAME.
10186         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10187         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
10188         * modules/getdomainname (Files): Remove lib/getdomainname.h.
10189         (Depends-on): Add unistd, extensions.
10190         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10191         (Includes): Specify <unistd.h> instead of getdomainname.h.
10192         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
10193         HAVE_GETDOMAINNAME.
10194         * NEWS: Mention the change.
10195
10196 2008-10-18  Bruno Haible  <bruno@clisp.org>
10197
10198         * modules/dirent: New file.
10199         * m4/dirent_h.m4: New file.
10200         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
10201         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
10202         * modules/fchdir (Files): Remove lib/dirent.in.h.
10203         (Depends-on): Add dirent.
10204         (Makefile.am): Move rules to modules/dirent.
10205         * doc/posix-headers/dirent.texi: Mention the new module.
10206
10207 2008-10-18  Bruno Haible  <bruno@clisp.org>
10208
10209         Avoid -Wunused-parameter warnings in public gnulib header files.
10210         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
10211         macro.
10212         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
10213
10214 2008-10-18  Bruno Haible  <bruno@clisp.org>
10215
10216         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
10217         * doc/glibc-functions/error.texi: Mention the module 'error'.
10218         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
10219         * doc/glibc-functions/getdomainname.texi: Mention the module
10220         'getdomainname'.
10221         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
10222         * doc/glibc-functions/getpagesize.texi: Mention the module
10223         'getpagesize'.
10224         * doc/glibc-functions/getusershell.texi: Mention the module
10225         'getusershell'.
10226         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
10227         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
10228         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
10229         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
10230         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
10231         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
10232         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
10233         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
10234         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
10235         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
10236         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
10237         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
10238         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
10239         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
10240
10241 2008-10-17  Bruno Haible  <bruno@clisp.org>
10242
10243         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
10244         HP-UX and IRIX, use -0.0L.
10245         * tests/test-ceill.c (minus_zero): Likewise.
10246         * tests/test-floorl.c (minus_zero): Likewise.
10247         * tests/test-frexpl.c (minus_zero): Likewise.
10248         * tests/test-isnan.c (minus_zerol): Likewise.
10249         * tests/test-isnanl.h (minus_zero): Likewise.
10250         * tests/test-ldexpl.c (minus_zero): Likewise.
10251         * tests/test-roundl.c (minus_zero): Likewise.
10252         * tests/test-signbit.c (minus_zerol): Likewise.
10253         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
10254         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
10255         * tests/test-truncl.c (minus_zero): Likewise.
10256         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
10257         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
10258         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
10259         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
10260
10261 2008-10-17  Bruno Haible  <bruno@clisp.org>
10262
10263         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
10264         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
10265         that it gets activated only for gcc >= 3.0.
10266         * lib/dirent.in.h: Likewise.
10267         * lib/errno.in.h: Likewise.
10268         * lib/fcntl.in.h: Likewise.
10269         * lib/float.in.h: Likewise.
10270         * lib/iconv.in.h: Likewise.
10271         * lib/inttypes.in.h: Likewise.
10272         * lib/locale.in.h: Likewise.
10273         * lib/math.in.h: Likewise.
10274         * lib/netdb.in.h: Likewise.
10275         * lib/netinet_in.in.h: Likewise.
10276         * lib/search.in.h: Likewise.
10277         * lib/signal.in.h: Likewise.
10278         * lib/spawn.in.h: Likewise.
10279         * lib/stdarg.in.h: Likewise.
10280         * lib/stdint.in.h: Likewise.
10281         * lib/stdio.in.h: Likewise.
10282         * lib/stdlib.in.h: Likewise.
10283         * lib/string.in.h: Likewise.
10284         * lib/strings.in.h: Likewise.
10285         * lib/sys_file.in.h: Likewise.
10286         * lib/sys_ioctl.in.h: Likewise.
10287         * lib/sys_select.in.h: Likewise.
10288         * lib/sys_socket.in.h: Likewise.
10289         * lib/sys_stat.in.h: Likewise.
10290         * lib/sys_time.in.h: Likewise.
10291         * lib/sysexits.in.h: Likewise.
10292         * lib/time.in.h: Likewise.
10293         * lib/unistd.in.h: Likewise.
10294         * lib/wchar.in.h: Likewise.
10295         * lib/wctype.in.h: Likewise.
10296         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10297
10298 2008-10-17  Jim Meyering  <meyering@redhat.com>
10299
10300         ignore-value: don't depend on inline module
10301         * modules/ignore-value (Depends-on): Remove 'inline'.
10302         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
10303         Suggestion from Bruno Haible.
10304
10305 2008-10-17  Bruno Haible  <bruno@clisp.org>
10306
10307         New implementation of condition variables for Win32.
10308         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
10309         (gl_linked_waitqueue_t): New type.
10310         (gl_cond_t): Use it.
10311         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
10312         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
10313         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
10314         (glthread_cond_init_func, glthread_cond_wait_func,
10315         glthread_cond_timedwait_func, glthread_cond_signal_func,
10316         glthread_cond_broadcast_func, glthread_cond_destroy_func):
10317         Reimplemented on the basis of gl_linked_waitqueue_t.
10318         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
10319         gl_waitqueue_t.
10320         (gl_rwlock_t): Update.
10321         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
10322
10323 2008-10-17  Simon Josefsson  <simon@josefsson.org>
10324
10325         * modules/recvfrom (Depends-on): Add dependency on getpeername.
10326         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10327
10328 2008-10-17  Jim Meyering  <meyering@redhat.com>
10329
10330         ignore-value: new module
10331         * modules/ignore-value: New file.
10332         * lib/ignore-value.h: New file.
10333         * MODULES.html.sh (Compiler warning management): New section,
10334         just for this module.  More to come.
10335
10336 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10337
10338         open-safer.c: avoid 'signed and unsigned in conditional...' warning
10339         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
10340         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
10341
10342 2008-10-16  Jim Meyering  <meyering@redhat.com>
10343
10344         openat-die.c: avoid 'no previous prototype' warning
10345         * lib/openat-die.c: Include "openat.h".
10346         Reported by Reuben Thomas <rrt@sc3d.org>.
10347
10348 2008-10-16  Simon Josefsson  <simon@josefsson.org>
10349
10350         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
10351         * lib/netdb.in.h: Fix typo.
10352         Reported by Bruno Haible  <bruno@clisp.org>
10353
10354         * lib/netdb.in.h: Include sys/socket.h for platforms without
10355         netdb.h, to get structures like hostent on MinGW.
10356         * modules/netdb (Depends-on): Add sys_socket.
10357
10358 2008-10-15  Simon Josefsson  <simon@josefsson.org>
10359
10360         * modules/netdb, modules/netdb-tests: New file.
10361         * m4/netdb_h.m4: New file.
10362         * lib/netdb.in.h: Add, currently just an empty file pending
10363         definitions.
10364         * tests/test-netdb.c: New file.
10365         * doc/posix-headers/netdb.texi: Mention that we replace it if
10366         needed.
10367         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10368         netdb.
10369
10370 2008-10-15  Simon Josefsson  <simon@josefsson.org>
10371
10372         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
10373         with code.
10374
10375 2008-10-13  Bruno Haible  <bruno@clisp.org>
10376
10377         * lib/glthread/cond.c (glthread_cond_wait_func,
10378         glthread_cond_timedwait_func): Add a comment.
10379
10380 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
10381
10382         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
10383         * tests/test-select.c: Likewise,
10384
10385 2008-10-13  Bruno Haible  <bruno@clisp.org>
10386
10387         * lib/glthread/cond.c (glthread_cond_wait_func,
10388         glthread_cond_timedwait_func): Fix variable name.
10389         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10390
10391 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
10392
10393         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
10394         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
10395         struct sockaddr.sa_len.
10396         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
10397
10398 2008-10-13  Simon Josefsson  <simon@josefsson.org>
10399
10400         * build-aux/pmccabe2html: Add css and css_url parameters.
10401
10402 2008-10-12  Bruno Haible  <bruno@clisp.org>
10403
10404         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
10405         calling aclx_get.
10406         Reported by Rainer Tammer <tammer@tammer.net>.
10407
10408 2008-10-12  Bruno Haible  <bruno@clisp.org>
10409
10410         Use msvcrt aware primitives for creation/termination of Win32 threads.
10411         * lib/glthread/thread.c: Include <process.h>.
10412         (glthread_create_func): Use _beginthreadex instead of CreateThread.
10413         (wrapper_func): Update signature.
10414         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
10415
10416 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
10417             Bruno Haible  <bruno@clisp.org>
10418
10419         Provide a Win32 implementation of the 'cond' module.
10420         * lib/glthread/cond.h [USE_WIN32]: New implementation.
10421         * lib/glthread/cond.c (glthread_cond_init_func,
10422         glthread_cond_wait_func, glthread_cond_timedwait_func,
10423         glthread_cond_signal_func, glthread_cond_broadcast_func,
10424         glthread_cond_destroy_func) [USE_WIN32]: New functions.
10425         * modules/cond (Dependencies): Add gettimeofday.
10426
10427 2008-10-11  Bruno Haible  <bruno@clisp.org>
10428
10429         Make sleep work on older versions of mingw.
10430         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
10431         only whether it exists.
10432         * doc/posix-functions/sleep.texi: Mention the problem with older
10433         versions of mingw.
10434
10435 2008-10-11  Bruno Haible  <bruno@clisp.org>
10436
10437         New module 'shutdown'.
10438         * modules/shutdown: New file.
10439         * lib/sys_socket.in.h (shutdown): New declaration.
10440         * lib/winsock.c (shutdown): New function.
10441         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
10442         GNULIB_SHUTDOWN.
10443         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
10444         * doc/posix-functions/shutdown.texi: Document the new module.
10445
10446 2008-10-11  Jim Meyering  <meyering@redhat.com>
10447
10448         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
10449
10450 2008-10-11  Bruno Haible  <bruno@clisp.org>
10451
10452         New module 'fclose'.
10453         * modules/fclose: New file.
10454         * lib/stdio.in.h (fclose): New declaration.
10455         * lib/fclose.c: New file.
10456         * m4/fclose.m4: New file.
10457         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
10458         REPLACE_FCLOSE.
10459         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
10460         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
10461         REPLACE_FCLOSE.
10462         * modules/close (Depends-on): fclose.
10463         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
10464
10465 2008-10-11  Bruno Haible  <bruno@clisp.org>
10466
10467         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
10468         set errno and don't call _close.
10469
10470 2008-10-10  Bruno Haible  <bruno@clisp.org>
10471
10472         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
10473         ACL, not afterwards. Fixes test failure on Cygwin.
10474
10475 2008-10-09  Ben Pfaff  <blp@gnu.org>
10476
10477         * build-aux/announce-gen: Fix gnulib version related part of usage
10478         message.  Die with a useful error message if no tarballs are
10479         found.
10480
10481 2008-10-10  Jim Meyering  <meyering@redhat.com>
10482
10483         bootstrap: use git's --depth=N option only if it's supported
10484         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
10485         recognize the --depth option.  Reported by Pádraig Brady.
10486
10487 2008-10-09  Bruno Haible  <bruno@clisp.org>
10488
10489         New module 'ioctl'.
10490         * modules/ioctl: New file.
10491         * lib/sys_socket.in.h (ioctl): Remove declaration.
10492         * lib/winsock.c: Include <sys/ioctl.h>.
10493         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
10494         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
10495         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
10496         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
10497         * doc/posix-functions/ioctl.texi: Mention the new module.
10498
10499 2008-10-09  Bruno Haible  <bruno@clisp.org>
10500
10501         New module 'sys_ioctl'.
10502         * lib/sys_ioctl.in.h: New file.
10503         * m4/sys_ioctl_h.m4: New file.
10504         * modules/sys_ioctl: New file.
10505         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
10506
10507 2008-10-09  Bruno Haible  <bruno@clisp.org>
10508
10509         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
10510         * lib/winsock.c: Include <stdarg.h>.
10511         (rpl_ioctl): Change to second argument 'int' and then varargs.
10512
10513 2008-10-09  Bruno Haible  <bruno@clisp.org>
10514
10515         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
10516         when the sys_socket module is present and the system has <winsock2.h>.
10517
10518 2008-10-09  Bruno Haible  <bruno@clisp.org>
10519
10520         * doc/posix-functions/close.texi: Mention module 'close' instead of
10521         module 'sys_socket'.
10522
10523 2008-10-09  Bruno Haible  <bruno@clisp.org>
10524
10525         * doc/glibc-headers/sys_ioctl.texi: New file.
10526         * doc/gnulib.texi: Include it.
10527
10528 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10529             Bruno Haible  <bruno@clisp.org>
10530
10531         Combine the two replacements of 'close'.
10532         * lib/sys_socket.in.h (close): Define to a reminder to include
10533         <unistd.h>.
10534         (_gl_close_fd_maybe_socket): New declaration.
10535         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
10536         * lib/winsock.c (close): Remove undefinition.
10537         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
10538         needed for the gnulib module 'close'.
10539         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
10540         define to an error symbol or to a warning, if suitable.
10541         * lib/close.c: Include <sys/socket.h>.
10542         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
10543         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
10544         UNISTD_H_HAVE_WINSOCK2_H.
10545         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
10546         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10547         UNISTD_H_HAVE_WINSOCK2_H.
10548         * modules/sys_socket (Files): Add m4/unistd_h.m4.
10549         (configure.ac): Set a module indicator.
10550         (Makefile.am): Substitute GNULIB_CLOSE.
10551         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
10552         * modules/poll-tests (Depends-on): Add close.
10553         * modules/select-tests (Depends-on): Likewise.
10554
10555 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10556             Bruno Haible  <bruno@clisp.org>
10557
10558         New module 'close'.
10559         * modules/close: New file.
10560         * lib/unistd.in.h (close): Move declaration out of the
10561         FCHDIR_REPLACEMENT scope.
10562         (_gl_unregister_fd): New declaration.
10563         * lib/close.c: New file.
10564         * lib/fchdir.c (rpl_close): Remove function.
10565         * m4/close.m4: New file.
10566         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
10567         close.
10568         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
10569         REPLACE_CLOSE.
10570         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
10571         REPLACE_CLOSE.
10572         * modules/fchdir (Depends-on): Add close.
10573
10574 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10575             Bruno Haible  <bruno@clisp.org>
10576
10577         * lib/fcntl.in.h (open): Simplify conditionals.
10578         (_gl_register_fd): New declaration.
10579         * lib/fchdir.c (rpl_open): Remove function.
10580         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
10581         also.
10582         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
10583         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
10584         open.
10585
10586 2008-10-09  Jim Meyering  <meyering@redhat.com>
10587
10588         GNUmakefile: use the more name-space-friendly "_version"
10589         * top/GNUmakefile (_dummy): Update.
10590         (_version): Rename from "version".
10591
10592 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10593             Bruno Haible  <bruno@clisp.org>
10594
10595         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
10596         rpl_close.
10597         (_gl_register_fd): New function, extracted from rpl_open.
10598         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
10599         (rpl_open, rpl_opendir): Use _gl_register_fd.
10600
10601 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
10602
10603         Fix organization of 'open' replacement.
10604         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
10605         (gl_FUNC_OPEN): Use it.
10606         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
10607
10608 2008-10-08  Bruno Haible  <bruno@clisp.org>
10609
10610         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
10611
10612 2008-10-08  Simon Josefsson  <simon@josefsson.org>
10613
10614         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
10615         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
10616         listen).
10617
10618 2008-10-08  Eric Blake  <ebb9@byu.net>
10619
10620         GNUmakefile: add 'make version' target
10621         * top/GNUmakefile (_curr-ver): Split version update rules...
10622         (version): ...into a target.
10623
10624 2008-10-07  Bruno Haible  <bruno@clisp.org>
10625
10626         Use a more portable replacement expression for -0.0L.
10627         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
10628         instead of -0.0L. Fix m4 quotation.
10629
10630         * tests/test-signbit.c: Include <float.h>.
10631         (minus_zero): New variable.
10632         (test_signbitl): Use minus_zero instead of -zero.
10633         * modules/signbit-tests (Depends-on): Add float.
10634
10635         * tests/test-ceill.c: Include <float.h>.
10636         (zero): Remove variable.
10637         (minus_zero): New variable.
10638         (main): Use minus_zero instead of -zero.
10639         * modules/ceill-tests (Depends-on): Add float.
10640
10641         * tests/test-floorl.c: Include <float.h>.
10642         (zero): Remove variable.
10643         (minus_zero): New variable.
10644         (main): Use minus_zero instead of -zero.
10645         * modules/floorl-tests (Depends-on): Add float.
10646
10647         * tests/test-roundl.c: Include <float.h>.
10648         (zero): Remove variable.
10649         (minus_zero): New variable.
10650         (main): Use minus_zero instead of -zero.
10651         * modules/roundl-tests (Depends-on): Add float.
10652
10653         * tests/test-truncl.c: Include <float.h>.
10654         (zero): Remove variable.
10655         (minus_zero): New variable.
10656         (main): Use minus_zero instead of -zero.
10657         * modules/truncl-tests (Depends-on): Add float.
10658
10659         * tests/test-frexpl.c (zero): Remove variable.
10660         (minus_zero): New variable.
10661         (main): Use minus_zero instead of -zero.
10662         * modules/frexpl-tests (Depends-on): Add float.
10663
10664         * tests/test-isnan.c (zerol): Remove variable.
10665         (minus_zerol): New variable.
10666         (test_long_double): Use minus_zerol instead of -zerol.
10667         * modules/isnan-tests (Depends-on): Add float.
10668
10669         * tests/test-isnanl.h (zero): Remove variable.
10670         (minus_zero): New variable.
10671         (main): Use minus_zero instead of -zero.
10672         * modules/isnanl-nolibm-tests (Depends-on): Add float.
10673         * modules/isnanl-tests (Depends-on): Add float.
10674
10675         * tests/test-ldexpl.c (zero): Remove variable.
10676         (minus_zero): New variable.
10677         (main): Use minus_zero instead of -zero.
10678         * modules/ldexpl-tests (Depends-on): Add float.
10679
10680         * tests/test-snprintf-posix.h (zerol): Remove variable.
10681         (minus_zerol): New variable.
10682         (test_function): Use minus_zerol instead of -zerol.
10683         * modules/snprintf-posix-tests (Depends-on): Add float.
10684         * modules/vsnprintf-posix-tests (Depends-on): Add float.
10685
10686         * tests/test-sprintf-posix.h (zerol): Remove variable.
10687         (minus_zerol): New variable.
10688         (test_function): Use minus_zerol instead of -zerol.
10689         * modules/sprintf-posix-tests (Depends-on): Add float.
10690         * modules/vsprintf-posix-tests (Depends-on): Add float.
10691
10692         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
10693         (minus_zerol): New variable.
10694         (test_function): Use minus_zerol instead of -zerol.
10695         * modules/vasnprintf-posix-tests (Depends-on): Add float.
10696
10697         * tests/test-vasprintf-posix.c (zerol): Remove variable.
10698         (minus_zerol): New variable.
10699         (test_function): Use minus_zerol instead of -zerol.
10700         * modules/vasprintf-posix-tests (Depends-on): Add float.
10701
10702 2008-10-07  Simon Josefsson  <simon@josefsson.org>
10703
10704         * MODULES.html.sh (Support for building documentation): Mention
10705         pmccabe2html.  Sort entries.
10706
10707         Add pmccabe2html module, from gnupdf.
10708         * build-aux/pmccabe.css: New file.
10709         * build-aux/pmccabe2html: New file.
10710         * m4/pmccabe2html.m4: New file.
10711         * modules/pmccabe2html: New file.
10712
10713 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
10714
10715         flock: new module
10716         * MODULES.html.sh: Add to list of modules.
10717         * lib/flock.c: flock implementation for Windows and Unix systems
10718         which have fcntl.
10719         * doc/glibc-functions/flock.texi: Update documentation.
10720         * lib/sys_file.in.h: <sys/file.h> header file.
10721         * m4/flock.m4: M4 macros.
10722         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
10723         * modules/flock: flock module.
10724         * modules/flock-tests: flock tests module.
10725         * modules/sys_file: sys/file.h module.
10726         * tests/test-flock.c: test suite for flock.
10727
10728 2008-10-06  Jim Meyering  <meyering@redhat.com>
10729
10730         bootstrap: check for LT_INIT more portably still ;-)
10731         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
10732         Spotted by Bruno Haible.
10733
10734 2008-10-06  Eric Blake  <ebb9@byu.net>
10735
10736         test-signbit: avoid tripping Irix cc bug on -0.0L
10737         * tests/test-signbit.c (minus_zerol): Delete, and replace with
10738         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
10739         entire testsuite consistent and avoids an Irix 6.2 bug.
10740
10741 2008-10-05  Bruno Haible  <bruno@clisp.org>
10742             Jim Meyering  <jim@meyering.net>
10743
10744         Add an option for ignoring EPIPE during close_stdout.
10745         * lib/closeout.h: Include <stdbool.h>.
10746         (close_stdout_set_ignore_EPIPE): New declaration.
10747         * lib/closeout.c: Include <stdbool.h>.
10748         (ignore_EPIPE): New variable.
10749         (close_stdout_set_ignore_EPIPE): New function.
10750         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
10751         * lib/close-stream.c (close_stream): Mention the possible EPIPE
10752         failure.
10753         * modules/closeout (Depends-on): Add stdbool.
10754
10755 2008-10-05  Bruno Haible  <bruno@clisp.org>
10756
10757         * modules/accept: New file.
10758         * modules/bind: New file.
10759         * modules/connect: New file.
10760         * modules/getpeername: New file.
10761         * modules/getsockname: New file.
10762         * modules/getsockopt: New file.
10763         * modules/listen: New file.
10764         * modules/recv: New file.
10765         * modules/recvfrom: New file.
10766         * modules/send: New file.
10767         * modules/sendto: New file.
10768         * modules/setsockopt: New file.
10769         * modules/socket: New file.
10770         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
10771         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
10772         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
10773         the particular module is requested. Add a link warning when the
10774         particular module is not requested.
10775         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
10776         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
10777         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
10778         the particular module is requested.
10779         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
10780         gl_SYS_SOCKET_H_DEFAULTS): New macros.
10781         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
10782         * modules/sys_socket (Depends-on): Add link-warning.
10783         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
10784         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
10785         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
10786         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
10787         GL_LINK_WARNING.
10788         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
10789         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
10790         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
10791         * doc/posix-functions/getpeername.texi: Mention the new module
10792         'getpeername'.
10793         * doc/posix-functions/getsockname.texi: Mention the new module
10794         'getsockname'.
10795         * doc/posix-functions/getsockopt.texi: Mention the new module
10796         'getsockopt'.
10797         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
10798         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
10799         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
10800         * doc/posix-functions/send.texi: Mention the new module 'send'.
10801         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
10802         * doc/posix-functions/setsockopt.texi: Mention the new module
10803         'setsockopt'.
10804         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
10805         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
10806         listen, connect, accept.
10807         * modules/select-tests (Depends-on): Likewise.
10808
10809 2008-10-05  Bruno Haible  <bruno@clisp.org>
10810
10811         * lib/winsock.c (strerror): Remove unused #undef.
10812         (rpl_close): Remove unused local variable.
10813
10814         * modules/sys_socket (Depends-on); Add errno.
10815
10816 2008-10-05  Bruno Haible  <bruno@clisp.org>
10817
10818         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
10819         (select): Add a link warning when the 'select' module is not used.
10820         * modules/sys_select (Depends-on): Add link-warning.
10821         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
10822         Suggested by Paolo Bonzini.
10823
10824 2008-10-05  Jim Meyering  <meyering@redhat.com>
10825
10826         bootstrap: check for LT_INIT more portably
10827         * build-aux/bootstrap: Avoid using grep -E, since it's not
10828         portable enough.  Suggestion from Bruno Haible.
10829
10830 2008-10-05  Bruno Haible  <bruno@clisp.org>
10831
10832         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
10833         as being fixed by gnulib.
10834
10835 2008-10-05  Bruno Haible  <bruno@clisp.org>
10836
10837         * modules/select-tests: New file, mostly copied from
10838         modules/sys_select-tests.
10839         * tests/test-select.c: New file, mostly copied from
10840         tests/test-sys_select.c.
10841         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
10842         * modules/sys_select-tests (Depends-on): Remove all dependencies.
10843         (Makefile.am): Remove test_sys_select_LDADD.
10844
10845         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
10846         to an undefined symbol, for an error message.
10847         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
10848         (gl_SYS_SELECT_H_DEFAULTS): New macro.
10849         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
10850         winsock-select.c here.
10851         * modules/sys_select (Files): Remove lib/winsock-select.c.
10852         (Depends-on): Remove alloca.
10853         (Makefile.am): Substitute GNULIB_SELECT.
10854         * modules/select: New file.
10855         * doc/posix-functions/select.texi: Update.
10856
10857 2008-10-05  Bruno Haible  <bruno@clisp.org>
10858
10859         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
10860         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
10861         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
10862         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
10863         getdtablesize.
10864         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
10865         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
10866
10867 2008-10-05  Bruno Haible  <bruno@clisp.org>
10868
10869         * modules/getdtablesize-tests: New file.
10870         * tests/test-getdtablesize.c: New file.
10871
10872         New module 'getdtablesize'.
10873         * lib/unistd.in.h (getdtablesize): New declaration.
10874         * lib/getdtablesize.c: New file.
10875         * m4/getdtablesize.m4: New file.
10876         * modules/getdtablesize: New file.
10877         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10878         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
10879         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
10880         HAVE_GETDTABLESIZE.
10881         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
10882
10883 2008-10-05  Bruno Haible  <bruno@clisp.org>
10884
10885         * modules/sched (Makefile.am): Fix typo.
10886         Reported by Simon Josefsson.
10887
10888 2008-10-05  Jim Meyering  <meyering@redhat.com>
10889
10890         bootstrap: check for LT_INIT, too
10891         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
10892         are deprecated.  Suggestion from Ralf Wildenhues.
10893
10894 2008-10-05  Bruno Haible  <bruno@clisp.org>
10895
10896         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
10897         overriding them by ours.
10898         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
10899
10900 2008-10-05  Jim Meyering  <meyering@redhat.com>
10901
10902         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
10903         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
10904         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
10905
10906 2008-10-04  Bruno Haible  <bruno@clisp.org>
10907
10908         * modules/dup2 (License): Change to LGPLv2+.
10909         * modules/sleep (License): Likewise.
10910         * modules/perror (License): Likewise.
10911         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
10912         Blake.
10913         * modules/signal (License): Likewise.
10914         * modules/sigprocmask (License): Likewise.
10915         * modules/raise (License): Change to LGPLv2+, with approval by Jim
10916         Meyering.
10917
10918 2008-10-04  Bruno Haible  <bruno@clisp.org>
10919
10920         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
10921         Reported by Rainer Tammer <tammer@tammer.net>.
10922
10923 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
10924             Bruno Haible  <bruno@clisp.org>
10925
10926         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
10927         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
10928         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
10929
10930 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
10931
10932         filevercmp: new module
10933         * lib/filevercmp.h: New function filevercmp comparing version strings.
10934         * lib/filevercmp.c: Implementation of filevercmp function.
10935         * modules/filevercmp: Module metadata.
10936         * tests/test-filevercmp.c: Unit test for new module.
10937         * modules/filevercmp-tests: Unit test metadata.
10938         * MODULES.html.sh: Add filevercmp module.
10939
10940 2008-10-03  Bruno Haible  <bruno@clisp.org>
10941
10942         * lib/c-ctype.h: Add comment.
10943         Reported by Jim Meyering.
10944
10945 2008-10-02  Bruno Haible  <bruno@clisp.org>
10946
10947         * modules/posix_spawn-internal (Depends-on): Add 'open'.
10948
10949 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
10950
10951         * build-aux/bootstrap: Allow renaming bootstrap, and change the
10952         name of bootstrap.conf accordingly.
10953
10954 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
10955
10956         * build-aux/bootstrap: Install git-merge-changelog configuration
10957         items into .gitconfig if needed.
10958
10959 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
10960
10961         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
10962         git repository, and initialize/update it accordingly.
10963
10964 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
10965
10966         * modules/fsync-tests: New file.
10967         * tests/test-fsync.c: New file.
10968
10969         New module 'fsync'.
10970         * lib/fsync.c: New file.
10971         * m4/fsync.m4: New file.
10972         * modules/fsync: New file.
10973         * lib/unistd.in.h (fsync): New declaration.
10974         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
10975         GNULIB_FSYNC and HAVE_FSYNC.
10976         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
10977         * MODULES.html.sh (posix_functions): Add fsync.
10978         * doc/posix-functions/fsync.texi: Mention the new module.
10979
10980 2008-10-02  Jim Meyering  <meyering@redhat.com>
10981
10982         fts.c: sync with similar code from coreutils' remove.c
10983         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
10984         Guard also with "#if defined __linux__", since for now at least,
10985         this code is Linux-kernel-specific.
10986
10987 2008-10-02  Jim Meyering  <meyering@redhat.com>
10988
10989         fts: bug fixes
10990         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
10991         Include <sys/vfs.h>, not <sys/statfs.h>.
10992
10993         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
10994         Include <sys/vfs.h>, not <sys/statfs.h>.
10995
10996 2008-10-01  Bruno Haible  <bruno@clisp.org>
10997
10998         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
10999         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
11000         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
11001         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
11002         * doc/posix-functions/posix_spawnp.texi: Likewise.
11003         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
11004         whether posix_spawn actually works.
11005         * m4/pipe.m4 (gl_PIPE): Likewise.
11006         * modules/execute (Files): Add m4/posix_spawn.m4.
11007         * modules/pipe (Files): Add m4/posix_spawn.m4.
11008         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
11009
11010 2008-10-01  Jim Meyering  <meyering@redhat.com>
11011
11012         remove trailing spaces
11013         * NEWS: Likewise.
11014         * lib/poll.c (poll): Likewise.
11015         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
11016         * lib/winsock.c (rpl_close): Likewise.
11017         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
11018         * modules/yield: Likewise.
11019         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
11020         * tests/test-sys_select.c (connect_to_socket): Likewise.
11021
11022         fts.c: adjust a new interface to be more generally useful
11023         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
11024         (fts_build): Adjust caller.
11025
11026 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11027
11028         * modules/cond-tests: New file.
11029         * tests/test-cond.c: New file.
11030
11031 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11032             Bruno Haible  <bruno@clisp.org>
11033
11034         * modules/cond (Dependencies): Add errno, time.
11035         * lib/glthread/cond.h: Include <time.h>.
11036         (gl_cond_define, gl_cond_define_initialized): Use the same definition
11037         across platforms.
11038
11039 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11040             Bruno Haible  <bruno@clisp.org>
11041
11042         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
11043
11044 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11045             Bruno Haible  <bruno@clisp.org>
11046
11047         * modules/tls-tests (Depends-on): Add thread, yield.
11048         (configure.ac): Remove all checks.
11049         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
11050         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
11051         gl_thread_self): Remove definitions. Include glthread/thread.h and
11052         glthread/yield.h instead.
11053         (test_tls): Pass an additional NULL argument to gl_thread_join.
11054
11055 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11056             Bruno Haible  <bruno@clisp.org>
11057
11058         * modules/lock-tests (Depends-on): Add thread, yield.
11059         (configure.ac): Remove all checks.
11060         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
11061         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
11062         gl_thread_self): Remove definitions. Include glthread/thread.h and
11063         glthread/yield.h instead.
11064         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
11065         additional NULL argument to gl_thread_join.
11066
11067 2008-09-30  Bruno Haible  <bruno@clisp.org>
11068
11069         Fix the Win32 implementation of the 'thread' module.
11070         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
11071         pointer type.
11072         (gl_thread_self): Invoke gl_thread_self_func.
11073         (gl_thread_self_func): New declaration.
11074         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
11075         (do_init_self_key, init_self_key): New functions.
11076         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
11077         Remove some fields.
11078         (running_threads, running_lock): Remove variables.
11079         (get_current_thread_handle): New function.
11080         (gl_thread_self_func, wrapper_func, glthread_create_func,
11081         glthread_join_func, gl_thread_exit_func): Largely rewritten and
11082         simplified.
11083
11084 2008-09-30  Bruno Haible  <bruno@clisp.org>
11085
11086         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
11087         files.
11088
11089 2008-09-30  Jim Meyering  <meyering@redhat.com>
11090
11091         fts.m4: correct the test for statfs.f_type
11092         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
11093         when checking for statfs.f_type.
11094
11095 2008-09-15  Simon Josefsson  <simon@josefsson.org>
11096
11097         tests: avoid some compiler warnings
11098         * tests/test-memchr.c (main): Pass NULL indirectly.
11099         * tests/test-getdate.c (main): Remove unused variable 'ret'.
11100
11101 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
11102
11103         getdate.y: disallow countable dayshifts like "4 yesterday ago"
11104         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
11105         exactly specified dayshifts.
11106         (dayshift): New rule.
11107         (rel): Add dayshift.
11108         (relative_time_table) [tomorrow, yesterday, today, now]:
11109         Use tDAY_SHIFT in place of tDAY_UNIT.
11110         * tests/test-getdate.c: Add tests for now-disallowed countable
11111         dayshifts, e.g., "4 yesterday ago".
11112
11113 2008-09-29  Bruno Haible  <bruno@clisp.org>
11114
11115         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
11116         * tests/test-posix_spawn1.in.sh: Renamed from
11117         tests/test-posix_spawn.in.sh.
11118         * tests/test-posix_spawn2.c: New file.
11119         * tests/test-posix_spawn2.in.sh: New file.
11120         * modules/posix_spawnp-tests (Files): Update.
11121         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
11122
11123 2008-09-29  Bruno Haible  <bruno@clisp.org>
11124
11125         Propagate effects of putenv/setenv/unsetenv to child processes.
11126         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
11127         * lib/pipe.c (create_pipe): Likewise.
11128
11129 2008-09-29  Bruno Haible  <bruno@clisp.org>
11130
11131         Enable use of shell scripts as executables in mingw.
11132         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
11133         run the program as a shell script.
11134         * lib/pipe.c (create_pipe): Likewise.
11135         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
11136         resulting array.
11137
11138 2008-09-29  Eric Blake  <ebb9@byu.net>
11139
11140         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
11141
11142 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
11143
11144         * doc/posix-functions/accept.texi: Update mingw problems.
11145         * doc/posix-functions/bind.texi: Update mingw problems.
11146         * doc/posix-functions/close.texi: Update mingw problems.
11147         * doc/posix-functions/connect.texi: Update mingw problems.
11148         * doc/posix-functions/getpeername.texi: Update mingw problems.
11149         * doc/posix-functions/getsockname.texi: Update mingw problems.
11150         * doc/posix-functions/getsockopt.texi: Update mingw problems.
11151         * doc/posix-functions/ioctl.texi: Update mingw problems.
11152         * doc/posix-functions/listen.texi: Update mingw problems.
11153         * doc/posix-functions/recv.texi: Update mingw problems.
11154         * doc/posix-functions/recvfrom.texi: Update mingw problems.
11155         * doc/posix-functions/select.texi: Update mingw problems.
11156         * doc/posix-functions/send.texi: Update mingw problems.
11157         * doc/posix-functions/sendto.texi: Update mingw problems.
11158         * doc/posix-functions/setsockopt.texi: Update mingw problems.
11159         * doc/posix-functions/socket.texi: Update mingw problems.
11160
11161 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
11162             Bruno Haible  <bruno@clisp.org>
11163
11164         * lib/sys_select.in.h: Include sys/time.h.
11165         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
11166         * modules/sys_select: Depend on sys_time.
11167         * tests/test-sys_select.c: Test that sys/select.h defines struct
11168         timeval fully.
11169
11170 2008-09-29  Bruno Haible  <bruno@clisp.org>
11171
11172         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
11173         * lib/sys_select.in.h: Likewise.
11174
11175 2008-09-29  Bruno Haible  <bruno@clisp.org>
11176
11177         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
11178
11179 2008-09-29  Bruno Haible  <bruno@clisp.org>
11180
11181         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
11182         Set LIBSOCKET instead of augmenting LIBS.
11183         * modules/sockets (Link): New section.
11184         * modules/sockets-tests (test_sockets_LDADD): New variable.
11185         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
11186         * modules/poll-tests (test_poll_LDADD): New variable.
11187         * NEWS: Document the change.
11188
11189 2008-09-29  Bruno Haible  <bruno@clisp.org>
11190
11191         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
11192         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
11193         ARPA_INET_H directly.
11194         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
11195
11196 2008-09-28  Bruno Haible  <bruno@clisp.org>
11197
11198         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
11199         from gl_HEADER_SYS_SOCKET.
11200         (gl_HEADER_SYS_SOCKET): Invoke it.
11201         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
11202
11203 2008-09-28  Bruno Haible  <bruno@clisp.org>
11204
11205         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
11206         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
11207         Needed on OSF/1 4.0.
11208
11209 2008-09-28  Bruno Haible  <bruno@clisp.org>
11210
11211         Override open more carefully.
11212         * lib/open.c (orig_open): New function.
11213         (rpl_open): Use orig_open instead of open.
11214         * lib/fcntl.in.h: Add special invocation convention.
11215         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
11216         (gl_FUNC_OPEN): Invoke it.
11217
11218         Override freopen more carefully.
11219         * lib/freopen.c (orig_freopen): New function.
11220         (rpl_freopen): Use orig_freopen instead of freopen.
11221         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
11222         (gl_FUNC_FREOPEN): Invoke it.
11223
11224         Override fopen more carefully.
11225         * lib/fopen.c (orig_fopen): New function.
11226         (rpl_fopen): Use orig_fopen instead of fopen.
11227         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
11228         (gl_FUNC_FOPEN): Invoke it.
11229         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
11230
11231 2008-09-28  Bruno Haible  <bruno@clisp.org>
11232
11233         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
11234         SIGPIPE.
11235
11236 2008-09-28  Bruno Haible  <bruno@clisp.org>
11237
11238         * tests/test-sigaction.c (handler, main): Disable the check whether
11239         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
11240         glibc systems with LinuxThreads.
11241
11242 2008-09-28  Bruno Haible  <bruno@clisp.org>
11243
11244         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
11245
11246         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
11247         with AIX xlc.
11248         * lib/fcntl.in.h (open): Likewise.
11249         Reported by Rainer Tammer <tammer@tammer.net>.
11250
11251 2008-09-28  Bruno Haible  <bruno@clisp.org>
11252
11253         * modules/posix_spawnp-tests: New file.
11254         * tests/test-posix_spawn.c: New file.
11255         * tests/test-posix_spawn.in.sh: New file.
11256
11257         New module 'posix_spawnp'.
11258         * modules/posix_spawnp: New file.
11259         * lib/spawnp.c: New file, from GNU libc with modifications.
11260         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
11261
11262         New module 'posix_spawn'.
11263         * modules/posix_spawn: New file.
11264         * lib/spawn.c: New file, from GNU libc with modifications.
11265         * doc/posix-functions/posix_spawn.texi: Mention the new module.
11266
11267         New module 'posix_spawnattr_destroy'.
11268         * modules/posix_spawnattr_destroy: New file.
11269         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
11270         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
11271         module.
11272
11273         New module 'posix_spawnattr_setsigmask'.
11274         * modules/posix_spawnattr_setsigmask: New file.
11275         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
11276         modifications.
11277         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
11278         new module.
11279
11280         New module 'posix_spawnattr_getsigmask'.
11281         * modules/posix_spawnattr_getsigmask: New file.
11282         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
11283         modifications.
11284         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
11285         new module.
11286
11287         New module 'posix_spawnattr_setsigdefault'.
11288         * modules/posix_spawnattr_setsigdefault: New file.
11289         * lib/spawnattr_setdefault.c: New file, from GNU libc with
11290         modifications.
11291         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
11292         new module.
11293
11294         New module 'posix_spawnattr_getsigdefault'.
11295         * modules/posix_spawnattr_getsigdefault: New file.
11296         * lib/spawnattr_getdefault.c: New file, from GNU libc with
11297         modifications.
11298         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
11299         new module.
11300
11301         New module 'posix_spawnattr_setschedpolicy'.
11302         * modules/posix_spawnattr_setschedpolicy: New file.
11303         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
11304         modifications.
11305         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
11306         new module.
11307
11308         New module 'posix_spawnattr_getschedpolicy'.
11309         * modules/posix_spawnattr_getschedpolicy: New file.
11310         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
11311         modifications.
11312         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
11313         new module.
11314
11315         New module 'posix_spawnattr_setschedparam'.
11316         * modules/posix_spawnattr_setschedparam: New file.
11317         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
11318         modifications.
11319         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
11320         new module.
11321
11322         New module 'posix_spawnattr_getschedparam'.
11323         * modules/posix_spawnattr_getschedparam: New file.
11324         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
11325         modifications.
11326         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
11327         new module.
11328
11329         New module 'posix_spawnattr_setpgroup'.
11330         * modules/posix_spawnattr_setpgroup: New file.
11331         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
11332         modifications.
11333         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
11334         module.
11335
11336         New module 'posix_spawnattr_getpgroup'.
11337         * modules/posix_spawnattr_getpgroup: New file.
11338         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
11339         modifications.
11340         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
11341         module.
11342
11343         New module 'posix_spawnattr_setflags'.
11344         * modules/posix_spawnattr_setflags: New file.
11345         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
11346         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
11347         module.
11348
11349         New module 'posix_spawnattr_getflags'.
11350         * modules/posix_spawnattr_getflags: New file.
11351         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
11352         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
11353         module.
11354
11355         New module 'posix_spawnattr_init'.
11356         * modules/posix_spawnattr_init: New file.
11357         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
11358         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
11359         module.
11360
11361         New module 'posix_spawn_file_actions_destroy'.
11362         * modules/posix_spawn_file_actions_destroy: New file.
11363         * lib/spawn_faction_destroy.c: New file, from GNU libc with
11364         modifications.
11365         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
11366         the new module.
11367
11368         New module 'posix_spawn_file_actions_addopen'.
11369         * modules/posix_spawn_file_actions_addopen: New file.
11370         * lib/spawn_faction_addopen.c: New file, from GNU libc with
11371         modifications.
11372         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
11373         the new module.
11374
11375         New module 'posix_spawn_file_actions_adddup2'.
11376         * modules/posix_spawn_file_actions_adddup2: New file.
11377         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
11378         modifications.
11379         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
11380         the new module.
11381
11382         New module 'posix_spawn_file_actions_addclose'.
11383         * modules/posix_spawn_file_actions_addclose: New file.
11384         * lib/spawn_faction_addclose.c: New file, from GNU libc with
11385         modifications.
11386         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
11387         the new module.
11388
11389         New module 'posix_spawn_file_actions_init'.
11390         * modules/posix_spawn_file_actions_init: New file.
11391         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
11392         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
11393         new module.
11394
11395         New module 'posix_spawn-internal'.
11396         * modules/posix_spawn-internal: New file.
11397         * lib/spawn_int.h: New file, from GNU libc with modifications.
11398         * lib/spawni.c: New file, from GNU libc with modifications.
11399         * m4/posix_spawn.m4: New file.
11400
11401         New module 'spawn'.
11402         * modules/spawn: New file.
11403         * lib/spawn.in.h: New file, from GNU libc with modifications.
11404         * m4/spawn_h.m4: New file.
11405         * doc/posix-headers/spawn.texi: Mention the new module.
11406
11407 2008-09-28  Bruno Haible  <bruno@clisp.org>
11408
11409         * modules/sched-tests: New file.
11410         * tests/test-sched.c: New file.
11411
11412         New module 'sched'.
11413         * modules/sched: New file.
11414         * lib/sched.in.h: New file.
11415         * m4/sched_h.m4: New file.
11416         * doc/posix-headers/sched.texi: Mention the new module.
11417
11418 2008-09-27  Eric Blake  <ebb9@byu.net>
11419
11420         Fix previous patch, and tweak references to $0.
11421         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
11422         (func_version, func_gnulib_dir): Don't call this program
11423         gnulib-tool.
11424         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
11425         with using $0 in function.
11426         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
11427         (func_fatal_error): Reuse the name the user invoked us with.
11428
11429 2008-09-27  Bruno Haible  <bruno@clisp.org>
11430
11431         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
11432         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
11433         (gl_ICONV_H): Not here.
11434         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
11435         instead of assigning ICONV_H directly.
11436
11437         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
11438         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
11439         WCHAR_H directly.
11440
11441 2008-09-27  Bruno Haible  <bruno@clisp.org>
11442
11443         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
11444         * modules/arpa_inet (Depends-on): Add link-warning.
11445         (Makefile.am): Insert the definition of GL_LINK-WARNING.
11446         * modules/unistd (Makefile.am): Likewise.
11447
11448 2008-09-26  Bruno Haible  <bruno@clisp.org>
11449
11450         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
11451         variables.
11452         (func_version): Essentially copied from gnulib-tool.
11453         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
11454         func_readlink): Copied from gnulib-tool.
11455
11456 2008-09-26  Bruno Haible  <bruno@clisp.org>
11457
11458         * gnulib-tool (func_version): Change directory to $gnulib_dir before
11459         invoking git-version-gen.
11460
11461 2008-09-26  Bruno Haible  <bruno@clisp.org>
11462
11463         * posix-modules: Update to directory names changed on 2008-01-19.
11464         Remove commas in output before splitting into words. No more need to
11465         avoid 'ftruncate' since 2007-02-19.
11466
11467 2008-09-26  Bruno Haible  <bruno@clisp.org>
11468
11469         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
11470
11471 2008-09-26  Bruno Haible  <bruno@clisp.org>
11472
11473         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
11474         * modules/fwriteerror (Depends-on): Add errno.
11475
11476 2008-09-26  Bruno Haible  <bruno@clisp.org>
11477
11478         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
11479         * tests/test-vc-list-files-cvs.sh: Likewise.
11480
11481 2008-09-26  Bruno Haible  <bruno@clisp.org>
11482
11483         * doc/posix-headers/sys_resource.texi: Reorder items.
11484
11485 2008-09-26  Jim Meyering  <meyering@redhat.com>
11486
11487         fts: tweak inode comparison function
11488         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
11489         inode numbers, as documented.
11490
11491         fts: sort dirent entries on inode number before traversing
11492         This avoids a quadratic, seek-related performance penalty when
11493         operating on a directory containing many entries (measurable at 10k;
11494         3.5 hours at 2 million entries with a cold cache) on certain types
11495         of file systems, including ext3 and ext4, but not tmpfs.
11496         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
11497         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
11498         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
11499         (fs_handles_readdir_ordered_dirents_efficiently): New function.
11500         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
11501         (fts_build): Set the stat.st_ino member from D_INO.
11502         If it is likely to be useful, sort dirent entries on inode number.
11503
11504         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
11505         and the struct statfs.f_type member.
11506         * modules/fts (Depends-on): Add d-ino.
11507
11508 2008-09-26  Bruno Haible  <bruno@clisp.org>
11509
11510         * modules/sigpipe-die (Depends-on): Add sigpipe.
11511
11512         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
11513         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
11514         and GNULIB_STDIO_H_SIGPIPE are set.
11515         * lib/stdio-write.c: New file.
11516         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
11517         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
11518         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
11519         REPLACE_STDIO_WRITE_FUNCS.
11520         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
11521         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
11522         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
11523         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
11524         * modules/stdio (Files): Add lib/stdio-write.c.
11525         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
11526         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
11527         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
11528         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
11529         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
11530         REPLACE_FPRINTF_POSIX.
11531         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
11532         REPLACE_PRINTF_POSIX.
11533         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
11534         REPLACE_VFPRINTF_POSIX.
11535         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
11536         REPLACE_VPRINTF_POSIX.
11537         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
11538         SIGPIPE issue.
11539         * doc/posix-functions/fputc.texi: Likewise.
11540         * doc/posix-functions/fputs.texi: Likewise.
11541         * doc/posix-functions/fwrite.texi: Likewise.
11542         * doc/posix-functions/printf.texi: Likewise.
11543         * doc/posix-functions/putc.texi: Likewise.
11544         * doc/posix-functions/putchar.texi: Likewise.
11545         * doc/posix-functions/puts.texi: Likewise.
11546         * doc/posix-functions/vfprintf.texi: Likewise.
11547         * doc/posix-functions/vprintf.texi: Likewise.
11548
11549         * modules/safe-write (Depends-on): Add write.
11550
11551         * modules/sigpipe-tests: New file.
11552         * tests/test-sigpipe.c: New file.
11553         * tests/test-sigpipe.sh: New file.
11554
11555         * modules/write: New file.
11556         * lib/unistd.in.h: Include <sys/types.h>.
11557         (write): New declaration.
11558         * lib/write.c: New file.
11559         * m4/write.m4: New file.
11560         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11561         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
11562         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
11563         GNULIB_WRITE, REPLACE_WRITE.
11564         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
11565         and the SIGPIPE issue.
11566
11567         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
11568         (raise): New declaration.
11569         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
11570         (ext_signal): New function.
11571         (rpl_raise): New function.
11572         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
11573         GNULIB_SIGNAL_H_SIGPIPE.
11574         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
11575         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
11576
11577         * modules/sigpipe: New file.
11578         * m4/sigpipe.m4: New file.
11579
11580 2008-09-25  Derek Price  <derek@ximbiot.com>
11581             Bruno Haible  <bruno@clisp.org>
11582
11583         * gnulib-tool (func_import): Report all license incompatibilities, not
11584         just the first one.
11585
11586 2008-09-25  Bruno Haible  <bruno@clisp.org>
11587
11588         * gnulib-tool (func_import): When computing the edits, consider not
11589         only the Makefile.ams that exist but also those that will be generated.
11590
11591 2008-09-25  Simon Josefsson  <simon@josefsson.org>
11592
11593         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
11594         fixes gnulib-tool --test warning about duplicate dependency.
11595
11596 2008-09-25  Bruno Haible  <bruno@clisp.org>
11597
11598         * gnulib-tool: Don't ask the user to perform edits in the generated
11599         Makefile.ams.
11600         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
11601         apply to the Makefile.am being generated.
11602         (func_emit_tests_Makefile_am): Execute edits that apply to the
11603         Makefile.am being generated.
11604         (func_import): Setup list of Makefile.am edits before emitting the
11605         Makefile.ams, not at the end.
11606         (func_create_testdir): Update.
11607         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11608
11609 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11610
11611         * gnulib-tool (func_import): Store the --tests-base option in the
11612         comment in gnulib-cache.m4.
11613
11614 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
11615
11616         * NEWS: Document increased portability that sys_select now provides.
11617
11618         * lib/sys_select.in.h: Install select wrapper.
11619         * lib/sys_socket.in.h: Use more descriptive name when there is no
11620         select wrapper.
11621         * lib/winsock-select.c: New.
11622         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
11623         Require gl_HEADER_SYS_SOCKET.
11624         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
11625         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
11626         * tests/test-sys_select.c: Add functional tests.
11627
11628 2008-09-24  Eric Blake  <ebb9@byu.net>
11629
11630         open, fopen: close fd leak in last patch
11631         * lib/open.c (rpl_open): Close fd before returning error.
11632         * lib/fopen.c (rpl_fopen): Close fd before returning error.
11633         * doc/posix-functions/open.texi (open): Document that Irix also
11634         has the bug.
11635         * doc/posix-functions/fopen.texi (fopen): Likewise.
11636         Reported by Paolo Bonzini.
11637
11638 2008-09-24  Bruno Haible  <bruno@clisp.org>
11639
11640         Ensure that a filename ending in a slash cannot be used to access a
11641         non-directory.
11642         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
11643         to check whether it's really a directory.
11644         * lib/fopen.c: Include fcntl.h, unistd.h.
11645         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
11646         and fdopen().
11647         * modules/fopen (Depends-on): Add unistd.
11648         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
11649         * tests/test-fopen.c (main): Likewise.
11650         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
11651         * doc/posix-functions/fopen.texi: Likewise.
11652         Reported by Eric Blake.
11653
11654 2008-09-23  Eric Blake  <ebb9@byu.net>
11655
11656         c-stack: avoid compiler optimizations when provoking overflow
11657         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
11658         recursion harder to optimize, to ensure a stack overflow occurs.
11659         * tests/test-c-stack.c (recurse): Likewise.
11660         Borrowed from libsigsegv.
11661
11662         c-stack: work around Irix sigaltstack bug
11663         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
11664         whether sigaltstack uses wrong end of stack_t (copied in part from
11665         libsigsegv).
11666         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
11667         Irix bug, without requiring an over-allocation.
11668         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
11669         bug.
11670
11671         fopen: document mingw bug on directories
11672         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
11673         not allowing a stream visiting a directory, even though reading
11674         from such a stream is not portable.
11675
11676 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
11677
11678         * lib/poll.c: Rewrite.
11679         * modules/poll: Depend on alloca.
11680
11681 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
11682
11683         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
11684         instead define prototypes for a full set of wrappers.  Ensure
11685         that Cygwin does not use the compatibility code, which is only
11686         for MinGW.
11687         * lib/winsock.c: New.
11688         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
11689         * modules/sys_socket: Add lib/winsock.c.
11690
11691         * modules/poll-tests: Add errno and perror.
11692         * tests/test-poll.c: Use ioctl, not ioctlsocket.
11693
11694 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
11695
11696         * tests/test-poll.c: Downgrade minimum needed Winsock version.
11697
11698 2008-09-23  Bruno Haible  <bruno@clisp.org>
11699
11700         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
11701         * doc/glibc-functions/*: Likewise.
11702
11703 2008-09-23  Simon Josefsson  <simon@josefsson.org>
11704
11705         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
11706         success.
11707
11708 2008-09-22  Eric Blake  <ebb9@byu.net>
11709             Bruno Haible  <bruno@clisp.org>
11710
11711         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
11712         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
11713         supply %A but mishandle pseudo-NaN.
11714         Reported by Simon Josefsson.
11715
11716 2008-09-21  Bruno Haible  <bruno@clisp.org>
11717
11718         * tests/test-lock.c (main): Tweak skip message.
11719         * tests/test-tls.c (main): Likewise.
11720
11721 2008-09-21  Bruno Haible  <bruno@clisp.org>
11722
11723         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
11724         whether 'struct sigaction' has sa_sigaction here...
11725         (gl_PREREQ_SIG_HANDLER_H): ... not here.
11726         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
11727
11728 2008-09-21  Bruno Haible  <bruno@clisp.org>
11729
11730         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
11731         section.
11732         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
11733         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
11734         the new section.
11735         (Support for obsolete systems lacking POSIX:2001): New section.
11736         (String handling <string.h>): Move strdup to the new section.
11737         Suggested by Simon Josefsson and Paolo Bonzini.
11738
11739 2008-09-21  Bruno Haible  <bruno@clisp.org>
11740
11741         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
11742         exponents in %e and %g results on 'long double'. Needed for mingw's
11743         improved *printf functions.
11744         * tests/test-vasprintf-posix.c (test_function): Likewise.
11745         * tests/test-snprintf-posix.h (test_function): Likewise.
11746         * tests/test-sprintf-posix.h (test_function): Likewise.
11747         Reported by Eric Blake.
11748
11749 2008-09-21  Bruno Haible  <bruno@clisp.org>
11750
11751         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
11752         * tests/test-sprintf-posix.h (test_function): Likewise.
11753
11754 2008-09-21  Bruno Haible  <bruno@clisp.org>
11755
11756         * modules/getpass (Depends-on): Add strdup-posix.
11757
11758         New module 'strdup-posix'.
11759         * modules/strdup-posix: New file.
11760         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
11761         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
11762         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11763         REPLACE_STRDUP.
11764         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
11765         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
11766         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11767         strdup-posix.
11768
11769         * modules/strdup (Depends-on): Remove malloc-posix.
11770
11771 2008-09-20  Bruno Haible  <bruno@clisp.org>
11772
11773         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
11774         Wildenhues.
11775
11776 2008-09-20  Bruno Haible  <bruno@clisp.org>
11777
11778         Ensure that wint_t gets defined on IRIX 5.3.
11779         * lib/wchar.in.h (wint_t): Define if not defined by the system.
11780         * lib/wctype.in.h (wint_t): Likewise.
11781         (__wctype_wint_t): Remove type.
11782         (isw*): Use wint_t instead of __wctype_wint_t.
11783         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
11784         * modules/wchar (Files): Add m4/wint_t.m4.
11785         (Makefile.am): Substitute HAVE_WINT_T.
11786         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
11787         * tests/test-wctype.c: Check that wint_t is defined.
11788         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
11789         * doc/posix-headers/wctype.texi: Likewise.
11790         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11791
11792 2008-09-18  Bruno Haible  <bruno@clisp.org>
11793
11794         * gnulib-tool (func_exit): Update comment.
11795
11796 2008-09-18  Simon Josefsson  <simon@josefsson.org>
11797
11798         * modules/getaddrinfo (Depends-on): Remove strdup, this module
11799         assumes strdup exists and does not depend on strdup to return
11800         ENOMEM on out of memory conditions.
11801
11802 2008-09-18  Bruno Haible  <bruno@clisp.org>
11803
11804         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
11805         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
11806         digits for the exponent.
11807
11808 2008-09-18  Jim Meyering  <meyering@redhat.com>
11809             Bruno Haible  <bruno@clisp.org>
11810
11811         * lib/vasnprintf.c (decimal_point_char): Define also if
11812         NEED_PRINTF_INFINITE_LONG_DOUBLE.
11813
11814 2008-09-16  Bruno Haible  <bruno@clisp.org>
11815         and Eric Blake  <ebb9@byu.net>
11816
11817         vasnprintf: support Irix 5.3
11818         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
11819         that mishandle long double infinity.
11820         Reported by Tom G. Christensen.
11821
11822 2008-09-16  Bruno Haible  <bruno@clisp.org>
11823
11824         * doc/glibc-functions/scandir.texi: Mention the function is missing on
11825         Solaris 9.
11826         * doc/glibc-functions/alphasort.texi: Likewise.
11827         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
11828
11829 2008-09-16  Jim Meyering  <meyering@redhat.com>
11830
11831         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
11832         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
11833         a umask modification leak out of a subshell.  Otherwise, the
11834         opensolaris /bin/sh would be accepted and thus cause unwarranted
11835         failures in the coreutils test suite.
11836
11837 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
11838
11839         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
11840         to succeed.
11841
11842 2008-09-16  Jim Meyering  <meyering@redhat.com>
11843
11844         avoid spurious test failure when library is built without ACL support
11845         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
11846         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
11847         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
11848         * tests/test-copy-acl.sh: Likewise.
11849
11850 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11851
11852         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
11853         based on character occurrence counts.
11854
11855 2008-09-15  Eric Blake  <ebb9@byu.net>
11856
11857         tests: avoid some compiler warnings
11858         * tests/test-memchr.c (main): Pass NULL indirectly.
11859         * tests/test-closein.c (main): Avoid unused variable.
11860
11861 2008-09-15  Bruno Haible  <bruno@clisp.org>
11862
11863         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
11864         are missing on OpenBSD 4.0 individually.
11865         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11866
11867 2008-09-15  Bruno Haible  <bruno@clisp.org>
11868
11869         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
11870         * doc/posix-functions/strerror.texi: Mention also Cygwin.
11871         * doc/posix-functions/perror.texi: Likewise.
11872         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
11873         is missing.
11874         Reported by Eric Blake.
11875
11876         * lib/errno.in.h: Use replacement values >= 2000.
11877         Reported by Eric Blake.
11878
11879 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11880
11881         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
11882         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
11883         limit.
11884         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
11885         compareseq was aborted.
11886
11887 2008-09-14  Bruno Haible  <bruno@clisp.org>
11888
11889         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
11890         yvec_edit_count.
11891         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
11892         (fstrcmp_bounded): Simplify result computation accordingly.
11893
11894 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11895
11896         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
11897         (fstrcmp): Define in terms of fstrcmp_bounded.
11898         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
11899         lower_bound argument.
11900         Return quickly if the result is certainly < lower_bound.
11901         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
11902
11903 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11904
11905         * lib/diffseq.h (EARLY_ABORT): New macro.
11906         (compareseq): Change return type to bool. Return true when EARLY_ABORT
11907         evaluates to true.
11908
11909 2008-09-14  Bruno Haible  <bruno@clisp.org>
11910
11911         * modules/perror-tests: New file.
11912         * tests/test-perror.sh: New file.
11913         * tests/test-perror.c: New file.
11914
11915         New module 'perror'.
11916         * lib/stdio.in.h (perror): New declaration.
11917         * lib/perror.c: New file.
11918         * m4/perror.m4: New file.
11919         * modules/perror: New file.
11920         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
11921         * doc/posix-functions/perror.texi: Mention the perror module.
11922         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
11923         REPLACE_PERROR.
11924         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
11925         REPLACE_PERROR.
11926
11927 2008-09-14  Bruno Haible  <bruno@clisp.org>
11928
11929         * modules/stdio (Makefile.am): Reorder to match the order in
11930         lib/stdio.in.h.
11931         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11932
11933 2008-09-13  Bruno Haible  <bruno@clisp.org>
11934
11935         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
11936
11937 2008-09-13  Bruno Haible  <bruno@clisp.org>
11938
11939         Extend strerror to cover the added errno values.
11940         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
11941         (rpl_strerror): Provide error messages for the added errno values and
11942         for the WSA* values.
11943         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
11944         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
11945         strerror.
11946         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
11947         * modules/strerror (Depends-on): Add errno.
11948         * doc/posix-functions/strerror.texi: Document the change.
11949         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
11950         and EOVERFLOW.
11951
11952 2008-09-13  Bruno Haible  <bruno@clisp.org>
11953
11954         * modules/EOVERFLOW: Remove file.
11955         * m4/eoverflow.m4: Remove file.
11956         * modules/EOVERFLOW-tests: Remove file.
11957         * tests/test-EOVERFLOW.c: Remove file.
11958         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
11959         * modules/ftell (Depends-on): Likewise.
11960         * modules/getdelim (Depends-on): Likewise.
11961         * modules/getugroups (Depends-on): Likewise.
11962         * modules/poll (Depends-on): Likewise.
11963         * modules/snprintf (Depends-on): Likewise.
11964         * modules/sprintf-posix (Depends-on): Likewise.
11965         * modules/vasnprintf (Depends-on): Likewise.
11966         * modules/vasprintf (Depends-on): Likewise.
11967         * modules/vfprintf-posix (Depends-on): Likewise.
11968         * modules/vsnprintf (Depends-on): Likewise.
11969         * modules/vsprintf-posix (Depends-on): Likewise.
11970         * modules/xvasprintf (Depends-on): Likewise.
11971         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11972         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
11973         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
11974         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
11975         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11976         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
11977         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
11978         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
11979         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11980         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
11981         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
11982         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
11983         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11984         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
11985         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
11986         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
11987         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11988         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
11989         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
11990         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
11991         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11992         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
11993         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
11994         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
11995         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
11996         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11997         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
11998         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
11999         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
12000         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
12001         * MODULES.html.sh: Remove EOVERFLOW.
12002         * NEWS: Mention the change.
12003
12004 2008-09-13  Bruno Haible  <bruno@clisp.org>
12005
12006         * modules/errno-tests: New file.
12007         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
12008
12009         * lib/errno.in.h: New file.
12010         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
12011         * modules/errno: New file.
12012         * doc/posix-headers/errno.texi: Update documentation.
12013         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
12014
12015 2008-09-13  Bruno Haible  <bruno@clisp.org>
12016
12017         * tests/test-poll.c: Use #if for native Windows, rather than testing
12018         __MSVCRT__.
12019
12020 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12021             Bruno Haible  <bruno@clisp.org>
12022
12023         * lib/glob.c: Don't include <pwd.h> on native Windows.
12024         (WINDOWS32): New macro.
12025         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
12026
12027 2008-09-13  Bruno Haible  <bruno@clisp.org>
12028
12029         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
12030         (ETIMEDOUT): Remove macro.
12031         (glthread_cond_timedwait_multithreaded): New declaration.
12032         (glthread_cond_timedwait): Use it.
12033         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
12034         (glthread_cond_timedwait_multithreaded): New function.
12035
12036 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
12037
12038         * modules/poll-tests: Do not check for io.h.
12039         * tests/test-poll.c: Check for __MSVCRT__ instead.
12040
12041 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
12042
12043         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
12044         * modules/poll-tests: Add inet_pton, stdbool, sockets.
12045         * tests/test-poll.c: Use them.  Use _pipe on Windows.
12046
12047 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
12048
12049         * modules/poll-tests: New.
12050         * tests/test-poll.c: New.
12051
12052 2008-09-12  Eric Blake  <ebb9@byu.net>
12053
12054         frexp: test for NetBSD failure on -0.0
12055         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
12056         not all, bugs from NetBSD 3.0 have been fixed.
12057         * doc/posix-functions/frexp.texi (frexp): Document bug.
12058         Reported by Thomas Klausner.
12059
12060         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
12061         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
12062         literal -0.0.
12063         Reported by Jonathan C. Patschke <jp@centtech.com>.
12064
12065 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12066
12067         * lib/glthread/cond.h: Use dummy implementation also if
12068         USE_WIN32_THREADS.
12069
12070 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12071
12072         * modules/fnmatch-posix (License): Change to LGPLv2+.
12073         * modules/fnmatch-gnu (License): Likewise.
12074
12075 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12076
12077         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
12078
12079 2008-09-11  Jim Meyering  <meyering@redhat.com>
12080
12081         * users.txt: Add gtk-vnc.
12082
12083 2008-09-08  Simon Josefsson  <simon@josefsson.org>
12084
12085         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
12086         rotate amounts.
12087
12088         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
12089         required for 16-bit and 8-bit rotates.
12090         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
12091         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
12092         UINT8_MAX instead of hard-coded constants.
12093         Suggested by Paul Eggert.
12094
12095 2008-09-07  Bruno Haible  <bruno@clisp.org>
12096
12097         * tests/test-striconveh.c (main): Check behaviour when converting from
12098         UTF-7.
12099
12100         Make striconveh work better with stateful encodings.
12101         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
12102         that iconv does not increment the inptr when returning -1/EINVAL.
12103
12104 2008-09-07  Bruno Haible  <bruno@clisp.org>
12105
12106         * build-aux/config.rpath: Update according to libtool-2.2.6.
12107         * build-aux/config.libpath: Likewise.
12108
12109 2008-09-06  Bruno Haible  <bruno@clisp.org>
12110
12111         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
12112         * lib/freadptr.c (freadptr): Likewise.
12113         * lib/freadseek.c (freadptrinc): Likewise.
12114         Reported by Simon Josefsson.
12115
12116 2008-09-06  Bruno Haible  <bruno@clisp.org>
12117
12118         * modules/freadptr (License): Change to LGPLv2+.
12119         * modules/freadseek (License): Likewise.
12120         Suggested by Eric Blake.
12121
12122         * modules/memchr2 (License): Change to LGPLv2+.
12123         Approved by Eric Blake.
12124
12125 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12126             Bruno Haible  <bruno@clisp.org>
12127
12128         Make gnulib-tool work with native 'sed' on AIX.
12129         * gnulib-tool (sed_noop): New variable.
12130         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
12131         func_add_or_update, func_create_testdir): Use it to initialize sed
12132         script variables.
12133         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12134
12135 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
12136             Bruno Haible  <bruno@clisp.org>
12137
12138         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
12139         also works after #include directives.
12140
12141 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
12142
12143         getdate.y: reject an out-of-range timezone value
12144         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
12145         the range [-24...+24].  When specified with only one or two digits,
12146         * tests/test-getdate.c: Tests for the fix.
12147         * doc/getdate.texi: Document this change.
12148
12149 2008-09-03  Bruno Haible  <bruno@clisp.org>
12150
12151         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
12152
12153 2008-09-02  Simon Josefsson  <simon@josefsson.org>
12154
12155         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
12156         <bruce.korb@gmail.com> with ideas from Ben Pfaff
12157         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
12158         Blake <ebb9@byu.net>.
12159
12160         * tests/test-bitrotate.c: Add more test vectors.
12161
12162 2008-09-02  Eric Blake  <ebb9@byu.net>
12163
12164         vasnprintf-posix: handle large precision via %.*d
12165         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
12166         when handling it ourselves.
12167         * tests/test-vasnprintf-posix.c (test_function): Add test.
12168         * tests/test-snprintf-posix.h (test_function): Likewise.
12169         * tests/test-sprintf-posix.h (test_function): Likewise.
12170         * tests/test-vasprintf-posix.c (test_function): Likewise.
12171         Reported by Alain Guibert.
12172
12173 2008-09-01  Eric Blake  <ebb9@byu.net>
12174
12175         c-stack: make configure-time check more robust
12176         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
12177         successful sigaction call.
12178         Reported by Tom G. Christensen.
12179
12180 2008-09-01  Bruno Haible  <bruno@clisp.org>
12181
12182         New module 'findprog-lgpl'.
12183         * modules/findprog-lgpl: New file.
12184         * lib/findprog-lgpl.c: New file.
12185         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
12186         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
12187         to decide whether to use strdup or xstrdup, concatenated_filename or
12188         xconcatenated_filename.
12189
12190 2008-09-01  Bruno Haible  <bruno@clisp.org>
12191
12192         Split module 'concat-filename' into 'concat-filename' (LGPL) and
12193         'xconcat-filename' (GPL).
12194         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
12195         (License): Change to LGPLv2+.
12196         * modules/xconcat-filename: New file.
12197         * lib/concat-filename.h (concatenated_filename): Change specification.
12198         (xconcatenated_filename): New declaration.
12199         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
12200         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
12201         memory situations.
12202         * lib/xconcat-filename.c: New file.
12203         * NEWS: Mention the change.
12204         * lib/findprog.c: Include concat-filename.h, not filename.h.
12205         (find_in_path): Use xconcatenated_filename instead of
12206         concatenated_filename.
12207         * lib/javacomp.c: Include concat-filename.h, not filename.h.
12208         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
12209         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
12210         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
12211         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
12212         instead of concatenated_filename.
12213         * lib/javaexec.c: Include concat-filename.h, not filename.h.
12214         (execute_java_class): Use xconcatenated_filename instead of
12215         concatenated_filename.
12216         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
12217         * modules/javacomp (Depends-on): Likewise.
12218         * modules/javaexec (Depends-on): Likewise.
12219
12220 2008-09-01  Bruno Haible  <bruno@clisp.org>
12221
12222         Split module 'filename' into 'filename' and 'concat-filename'.
12223         * modules/filename: Keep only lib/filename.h.
12224         (License): Change to LGPLv2+.
12225         * modules/concat-filename: New file, extracted from modules/filename.
12226         * lib/filename.h (concatenated_filename): Remove declaration.
12227         * lib/concat-filename.h: New file, extracted from lib/filename.h.
12228         * lib/concat-filename.c: Include concat-filename.h.
12229         * NEWS: Mention the change.
12230
12231 2008-09-01  Simon Josefsson  <simon@josefsson.org>
12232
12233         * lib/bitrotate.h (rotl8, rotr8): Add.
12234
12235         * modules/bitrotate (configure.ac): Need
12236         AC_REQUIRE([AC_C_INLINE]).
12237         (Description): Mention stdint.h.  Reported by Bruno Haible
12238         <bruno@clisp.org>.
12239
12240         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
12241         Paolo Bonzini <bonzini@gnu.org>.
12242
12243 2008-08-31  Bruno Haible  <bruno@clisp.org>
12244
12245         Assume Solaris specific bi-arch conventions on Solaris systems.
12246         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
12247         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
12248         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
12249         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
12250         like acl_libdirstem.
12251         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
12252         acl_libdirstem.
12253         * NEWS: Mention the change.
12254         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
12255
12256 2008-08-31  Jim Meyering  <meyering@redhat.com>
12257
12258         * lib/strftime.h: Add comments describing the two added arguments.
12259
12260         remove duplicate #include directives
12261         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
12262         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
12263
12264 2008-08-31  Bruno Haible  <bruno@clisp.org>
12265
12266         New module 'sigpipe-die'.
12267         * modules/sigpipe-die: New file.
12268         * lib/sigpipe-die.h: New file.
12269         * lib/sigpipe-die.c: New file.
12270         * MODULES.html.sh (Signal handling): Add sigpipe-die.
12271
12272 2008-08-31  Bruno Haible  <bruno@clisp.org>
12273
12274         Don't override previously installed signal handlers.
12275         * lib/fatal-signal.c (saved_sigactions): New variable.
12276         (uninstall_handlers): Reset the signal to the saved handler, not
12277         to SIG_DFL (except when ignored).
12278         (install_handlers): Save the previous handlers.
12279
12280 2008-08-30  Bruno Haible  <bruno@clisp.org>
12281
12282         * gnulib-tool (func_reset_sigpipe): New function.
12283         (func_get_automake_snippet, func_modules_transitive_closure,
12284         func_import): Invoke it before a join command that reads from stdin,
12285         to avoid "echo: write error: Broken pipe" error messages on stderr.
12286         Reported by Sam Steingold <sds@gnu.org>.
12287
12288 2008-08-30  Bruno Haible  <bruno@clisp.org>
12289
12290         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
12291         Code copied from m4/open.m4.
12292         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
12293         access and the filename ends in a slash. Code copied from lib/open.c.
12294         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
12295         * tests/test-fopen.c (main): Check against bug with trailing slash.
12296
12297 2008-08-29  Bruno Haible  <bruno@clisp.org>
12298
12299         Avoid some "gcc -pedantic" warnings.
12300         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
12301         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
12302         * lib/dirent.in.h: Likewise.
12303         * lib/fcntl.in.h: Likewise.
12304         * lib/float.in.h: Likewise.
12305         * lib/iconv.in.h: Likewise.
12306         * lib/inttypes.in.h: Likewise.
12307         * lib/locale.in.h: Likewise.
12308         * lib/math.in.h: Likewise.
12309         * lib/netinet_in.in.h: Likewise.
12310         * lib/search.in.h: Likewise.
12311         * lib/signal.in.h: Likewise.
12312         * lib/stdarg.in.h: Likewise.
12313         * lib/stdint.in.h: Likewise.
12314         * lib/stdio.in.h: Likewise.
12315         * lib/stdlib.in.h: Likewise.
12316         * lib/string.in.h: Likewise.
12317         * lib/strings.in.h: Likewise.
12318         * lib/sys_select.in.h: Likewise.
12319         * lib/sys_socket.in.h: Likewise.
12320         * lib/sys_stat.in.h: Likewise.
12321         * lib/sys_time.in.h: Likewise.
12322         * lib/sysexits.in.h: Likewise.
12323         * lib/time.in.h: Likewise.
12324         * lib/unistd.in.h: Likewise.
12325         * lib/wchar.in.h: Likewise.
12326         * lib/wctype.in.h: Likewise.
12327         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
12328         * modules/fchdir (Makefile.am): Likewise.
12329         * modules/fcntl (Makefile.am): Likewise.
12330         * modules/float (Makefile.am): Likewise.
12331         * modules/iconv_open (Makefile.am): Likewise.
12332         * modules/inttypes (Makefile.am): Likewise.
12333         * modules/locale (Makefile.am): Likewise.
12334         * modules/math (Makefile.am): Likewise.
12335         * modules/netinet_in (Makefile.am): Likewise.
12336         * modules/search (Makefile.am): Likewise.
12337         * modules/signal (Makefile.am): Likewise.
12338         * modules/stdarg (Makefile.am): Likewise.
12339         * modules/stdint (Makefile.am): Likewise.
12340         * modules/stdio (Makefile.am): Likewise.
12341         * modules/stdlib (Makefile.am): Likewise.
12342         * modules/string (Makefile.am): Likewise.
12343         * modules/strings (Makefile.am): Likewise.
12344         * modules/sys_select (Makefile.am): Likewise.
12345         * modules/sys_socket (Makefile.am): Likewise.
12346         * modules/sys_stat (Makefile.am): Likewise.
12347         * modules/sys_time (Makefile.am): Likewise.
12348         * modules/sysexits (Makefile.am): Likewise.
12349         * modules/time (Makefile.am): Likewise.
12350         * modules/unistd (Makefile.am): Likewise.
12351         * modules/wchar (Makefile.am): Likewise.
12352         * modules/wctype (Makefile.am): Likewise.
12353         Reported by Reuben Thomas <rrt@sc3d.org>.
12354
12355 2008-08-29  Bruno Haible  <bruno@clisp.org>
12356
12357         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
12358         any more.
12359
12360 2008-08-29  Simon Josefsson  <simon@josefsson.org>
12361
12362         * MODULES.html.sh (Misc): Add bitrotate.
12363
12364         * modules/bitrotate: New file.
12365
12366         * lib/bitrotate.h: New file.
12367
12368         * modules/bitrotate-tests: New file.
12369
12370         * tests/test-bitrotate.c: New file.
12371
12372         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
12373         on the bitrotate module.
12374
12375         * lib/arctwo.c: Use new bitrotate module.
12376
12377 2008-08-29  Jim Meyering  <meyering@redhat.com>
12378
12379         bootstrap: merge changes from coreutils
12380         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
12381         of copied files.  Remove a kludge, now that this is fixed.
12382         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
12383         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
12384         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
12385
12386 2008-08-29  Bruno Haible  <bruno@clisp.org>
12387
12388         * MODULES.html.sh: Remove --cvs-urls option.
12389
12390 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
12391
12392         maint.mk: adjust to file name change
12393         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
12394
12395 2008-08-28  Jim Meyering  <meyering@redhat.com>
12396
12397         * modules/getndelim2 (License): Relicense to LGPLv2+.
12398         Approved by Richard Stallman for the version of 1995, and by
12399         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
12400
12401 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
12402
12403         * lib/getdelim.c (flockfile, funlockfile): Make all of them
12404         dummy if one is not available.  Do not touch them if
12405         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
12406         (getc_maybe_unlocked): New.
12407         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
12408
12409 2008-08-26  Eric Blake  <ebb9@byu.net>
12410
12411         doc/INSTALL: resync from autoconf
12412         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
12413         (INSTALL_PRELUDE): Delete; this is done more efficiently by
12414         moving...
12415         * install.texi [!autoconf]: ...here.  Resync from autoconf.
12416         * INSTALL: Regenerate.
12417         * INSTALL.ISO: New file.
12418         * INSTALL.UTF-8: Likewise.
12419
12420 2008-08-26  Jim Meyering  <meyering@redhat.com>
12421
12422         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
12423         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
12424         these definitions conditional, so that they may be overridden, too.
12425
12426 2008-08-26  Bruno Haible  <bruno@clisp.org>
12427
12428         Generate INSTALL file variants with prettier quotes.
12429         * doc/Makefile (INSTALL_PRELUDE): New macro.
12430         (INSTALL): Use it.
12431         (INSTALL.ISO, INSTALL.UTF-8): New rules.
12432
12433 2008-08-26  Bruno Haible  <bruno@clisp.org>
12434
12435         Run makeinfo in an English locale.
12436         * doc/Makefile (MAKEINFO): New variable.
12437
12438 2008-08-26  Bruno Haible  <bruno@clisp.org>
12439
12440         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
12441         Suggested by Eric Blake.
12442
12443 2008-08-25  Bruno Haible  <bruno@clisp.org>
12444
12445         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
12446
12447 2008-08-25  Eric Blake  <ebb9@byu.net>
12448
12449         c-stack: test that stack overflow can be caught
12450         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
12451         that platform allows handling stack overflow; at least OS/2 EMX
12452         has sigaltstack, but crashes before transferring control to
12453         handler on stack overflow.
12454         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
12455         check for HAVE_STACK_OVERFLOW_HANDLING.
12456         Reported by Elbert Pol.
12457
12458 2008-08-25  Bruno Haible  <bruno@clisp.org>
12459
12460         * doc/posix-functions/strftime.texi: Fix description of strftime
12461         module.
12462
12463 2008-08-24  Bruno Haible  <bruno@clisp.org>
12464
12465         * tests/uniwidth/test-uc_width2.c: New file.
12466         * tests/uniwidth/test-uc_width2.sh: New file.
12467         * modules/uniwidth/width-tests (Files): Add the new files.
12468         (TESTS): Add uniwidth/test-uc_width2.sh.
12469         (TESTS_ENVIRONMENT): New variable.
12470         (check_PROGRAMS): Add test-uc_width2.
12471         (test_uc_width2_SOURCES): New variable.
12472
12473         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
12474         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
12475         not 0x00AB.
12476         Reported by Alexander V. Lukyanov <lav@netis.ru>.
12477
12478 2008-08-22  Eric Blake  <ebb9@byu.net>
12479
12480         test-lock, test-tls: mention why a test is skipped
12481         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
12482         skipped.
12483         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
12484
12485         count-one-bits: relax license
12486         * modules/count-one-bits (License): Relicense to LGPLv2+.
12487         Suggested by Ludovic Courtès, approved by Ben Pfaff.
12488
12489 2008-08-22  Andreas Schwab  <schwab@suse.de>
12490
12491         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
12492         Remove spurious space in assignment.
12493
12494 2008-08-21  Simon Josefsson  <simon@josefsson.org>
12495
12496         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
12497         Paul Eggert <eggert@CS.UCLA.EDU>.
12498
12499 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
12500
12501         * modules/gettext: Add m4/threadlib.m4.
12502
12503 2008-08-19  Eric Blake  <ebb9@byu.net>
12504
12505         test-c-stack: fix compilation failure on FreeBSD 5.0
12506         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
12507         headers before <sys/resource.h>.
12508         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
12509         the bug.
12510         Reported by Nelson H. F. Beebe.
12511
12512         strverscmp: migrate from "strverscmp.h" to <string.h>
12513         * modules/string (Makefile.am): Add new hooks.
12514         * modules/strverscmp (Files): Remove strverscmp.h.
12515         (Depends-on): Add string.
12516         (configure.ac): Add indicator.
12517         (Include): Mention new header.
12518         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
12519         defaults.
12520         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
12521         results.
12522         * lib/strverscmp.h: Delete.
12523         * lib/string.in.h (strverscmp): Provide declaration, when needed.
12524         * tests/test-strverscmp.c (includes): Adjust client.
12525         * lib/check-version.c (includes): Likewise.
12526         * NEWS: Document the change.
12527
12528         strverscmp: add unit test
12529         * modules/strverscmp-tests: New file.
12530         * tests/test-strverscmp.c: Likewise.
12531
12532 2008-08-19  Simon Josefsson  <simon@josefsson.org>
12533
12534         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
12535         regarding Windows crypto stuff, from Mono.
12536
12537 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
12538
12539         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
12540         if present, for intel RND.  Return error on failures.
12541
12542 2008-08-18  Ben Pfaff  <blp@gnu.org>
12543
12544         gitlog-to-changelog: give better diagnostic for failed pipe-open
12545         * build-aux/gitlog-to-changelog: Improve error message: suggest
12546         that the version of Git may be too old.
12547
12548 2008-08-18  Simon Josefsson  <simon@josefsson.org>
12549
12550         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
12551         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
12552
12553 2008-08-18  Bruno Haible  <bruno@clisp.org>
12554
12555         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
12556         pthread_in_use().
12557
12558 2008-08-18  Bruno Haible  <bruno@clisp.org>
12559
12560         * lib/glthread/threadlib.c: Include <pthread.h>.
12561
12562 2008-08-18  Bruno Haible  <bruno@clisp.org>
12563
12564         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
12565         glthread_recursive_lock_* macros.
12566         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
12567         Fix syntax error.
12568
12569 2008-08-18  Bruno Haible  <bruno@clisp.org>
12570
12571         * lib/glthread/thread.c: Avoid forcing a context switch right after
12572         thread creation.
12573
12574 2008-08-17  Bruno Haible  <bruno@clisp.org>
12575
12576         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
12577         * lib/glthread/thread.h: Provide Win32 specific implementation.
12578         * modules/thread (Files): Add lib/glthread/thread.c.
12579         (Depends-on): Add lock.
12580         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
12581
12582 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12583
12584         New module 'yield'.
12585         * modules/yield: New file.
12586         * lib/glthread/yield.h: New file.
12587         * m4/yield.m4: New file.
12588         * MODULES.html.sh (Multithreading): Add yield.
12589
12590 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12591
12592         New module 'thread'.
12593         * modules/thread: New file.
12594         * lib/glthread/thread.h: New file.
12595         * m4/thread.m4: New file.
12596         * MODULES.html.sh (Multithreading): Add thread.
12597
12598 2008-08-17  Bruno Haible  <bruno@clisp.org>
12599
12600         * lib/glthread/lock.h: Include <stdlib.h> always.
12601         * lib/glthread/tls.h: Likewise.
12602         * lib/glthread/cond.h: Likewise.
12603
12604 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12605
12606         New module 'cond'.
12607         * modules/cond: New file.
12608         * lib/glthread/cond.h: New file.
12609         * lib/glthread/cond.c: New file.
12610         * m4/cond.m4: New file.
12611         * MODULES.html.sh (Multithreading): Add cond.
12612
12613 2008-08-16  Eric Blake  <ebb9@byu.net>
12614
12615         c-stack: fix regression on Irix 5.3 from 2008-06-21
12616         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
12617         sa_sigaction...
12618         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
12619         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
12620         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
12621         * modules/signal (Makefile.am): Use the value.
12622         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
12623         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
12624         * doc/posix-headers/signal.texi (signal.h): Document this
12625         portability issue.
12626         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
12627         Reported by Tom G. Christensen.
12628
12629 2008-08-17  Bruno Haible  <bruno@clisp.org>
12630
12631         New module 'threadlib'.
12632         * modules/threadlib: New file.
12633         * lib/glthread/threadlib.c: New file, extracted from
12634         lib/glthread/lock.c.
12635         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
12636         functions.
12637         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
12638         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
12639         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
12640         macros.
12641         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
12642         (gl_DISABLE_THREADS): Remove macro.
12643         * modules/lock (Files): Remove build-aux/config.rpath.
12644         (Depends-on): Remove havelib. Add threadlib.
12645         (configure.ac-early): Remove section.
12646         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
12647         * modules/tls (Depends-on): Remove lock. Add threadlib.
12648         (Link): New section, copied from threadlib.
12649         * MODULES.html.sh (Multithreading): Add threadlib.
12650
12651 2008-08-14  Bruno Haible  <bruno@clisp.org>
12652
12653         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
12654         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
12655         glthread_rwlock_unlock, glthread_rwlock_destroy,
12656         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
12657         glthread_recursive_lock_destroy): Define as macros always.
12658         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
12659         glthread_lock_lock.
12660         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
12661         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
12662         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
12663         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
12664         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
12665         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
12666         (glthread_recursive_lock_lock_func): Renamed from
12667         glthread_recursive_lock_lock.
12668         (glthread_recursive_lock_unlock_func): Renamed from
12669         glthread_recursive_lock_unlock.
12670         (glthread_recursive_lock_destroy_func): Renamed from
12671         glthread_recursive_lock_destroy.
12672
12673 2008-08-14  Bruno Haible  <bruno@clisp.org>
12674
12675         * lib/glthread/lock.h: Renamed from lib/lock.h.
12676         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
12677         * lib/glthread/tls.h: Renamed from lib/tls.h.
12678         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
12679         * lib/fstrcmp.c: Update includes.
12680         * lib/strsignal.c: Update includes.
12681         * modules/lock (Files, Makefile.am): Update.
12682         (Include): Change to "glthread/lock.h".
12683         * modules/tls (Files, Makefile.am): Update.
12684         (Include): Change to "glthread/tls.h".
12685         * tests/test-lock.c: Update includes.
12686         * tests/test-tls.c: Update includes.
12687         * NEWS: Mention the renamed header files.
12688
12689 2008-08-11  Jim Meyering  <meyering@redhat.com>
12690
12691         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
12692
12693 2008-08-11  Eric Blake  <ebb9@byu.net>
12694
12695         test-c-stack: avoid C99-ism
12696         * tests/test-c-stack.c (main): Fix whitespace, move declaration
12697         before statement.
12698         Reported by Alain Guibert.
12699
12700 2008-08-10  Jim Meyering  <meyering@redhat.com>
12701
12702         ensure that return value of uinttostr et al are not ignored
12703         * lib/inttostr.h (__GNUC_PREREQ): Define.
12704         (__attribute_warn_unused_result__): Define.
12705         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
12706
12707 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
12708
12709         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
12710         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
12711
12712 2008-08-07  Jim Meyering  <meyering@redhat.com>
12713
12714         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
12715
12716         * modules/mkstemp (License): Relicense under LGPLv2+.
12717         * modules/tempname (License): Likewise.
12718
12719 2008-08-06  Bruno Haible  <bruno@clisp.org>
12720
12721         * lib/poll.c (poll): Further micro-optimization.
12722
12723 2008-08-06  Jim Meyering  <meyering@redhat.com>
12724
12725         inet_pton.c: use locale-independent tolower
12726         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
12727         (inet_pton6): Use c_tolower rather than tolower.
12728         * modules/inet_pton (Depends-on): Add c-ctype.
12729
12730 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
12731
12732         * lib/poll.c (poll): Avoid division when timeout is 0, cache
12733         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
12734
12735 2008-08-06  Jim Meyering  <meyering@redhat.com>
12736
12737         * modules/inet_pton (License): Relicense under LGPLv2+.
12738
12739 2008-08-03  Bruno Haible  <bruno@clisp.org>
12740
12741         Additional non-aborting API for lock and tls.
12742         * lib/lock.h: Include <errno.h>.
12743         (glthread_lock_init): New macro/function.
12744         (gl_lock_init): Define as wrapper around glthread_lock_init.
12745         (glthread_lock_lock): New macro/function.
12746         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
12747         (glthread_lock_unlock): New macro/function.
12748         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
12749         (glthread_lock_destroy): New macro/function.
12750         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
12751         (glthread_rwlock_init): New macro/function.
12752         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
12753         (glthread_rwlock_rdlock): New macro/function.
12754         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
12755         (glthread_rwlock_wrlock): New macro/function.
12756         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
12757         (glthread_rwlock_unlock): New macro/function.
12758         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
12759         (glthread_rwlock_destroy): New macro/function.
12760         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
12761         (glthread_recursive_lock_init): New macro/function.
12762         (gl_recursive_lock_init): Define as wrapper around
12763         glthread_recursive_lock_init.
12764         (glthread_recursive_lock_lock): New macro/function.
12765         (gl_recursive_lock_lock): Define as wrapper around
12766         glthread_recursive_lock_lock.
12767         (glthread_recursive_lock_unlock): New macro/function.
12768         (gl_recursive_lock_unlock): Define as wrapper around
12769         glthread_recursive_lock_unlock.
12770         (glthread_recursive_lock_destroy): New macro/function.
12771         (gl_recursive_lock_destroy): Define as wrapper around
12772         glthread_recursive_lock_destroy.
12773         (glthread_once): New macro/function.
12774         (gl_once): Define as wrapper around glthread_once.
12775         Update function declarations.
12776         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
12777         glthread_rwlock_init. Return error code.
12778         (glthread_rwlock_rdlock_multithreaded): Renamed from
12779         glthread_rwlock_rdlock. Return error code.
12780         (glthread_rwlock_wrlock_multithreaded): Renamed from
12781         glthread_rwlock_wrlock. Return error code.
12782         (glthread_rwlock_unlock_multithreaded): Renamed from
12783         glthread_rwlock_unlock. Return error code.
12784         (glthread_rwlock_destroy_multithreaded): Renamed from
12785         glthread_rwlock_destroy. Return error code.
12786         (glthread_recursive_lock_init_multithreaded): Renamed from
12787         glthread_recursive_lock_init. Return error code.
12788         (glthread_recursive_lock_lock_multithreaded): Renamed from
12789         glthread_recursive_lock_lock. Return error code.
12790         (glthread_recursive_lock_unlock_multithreaded): Renamed from
12791         glthread_recursive_lock_unlock. Return error code.
12792         (glthread_recursive_lock_destroy_multithreaded): Renamed from
12793         glthread_recursive_lock_destroy. Return error code.
12794         (glthread_once_call): Make static.
12795         (glthread_once_multithreaded): Renamed from glthread_once.
12796         * lib/tls.h: Include <errno.h>.
12797         (glthread_tls_key_init): New macro/function.
12798         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
12799         (glthread_tls_set): New macro/function.
12800         (gl_tls_set): Define as wrapper around glthread_tls_set.
12801         (glthread_tls_key_destroy): New macro/function.
12802         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
12803         Update function declarations.
12804         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
12805         glthread_tls_get.
12806         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12807
12808 2008-08-04  Eric Blake  <ebb9@byu.net>
12809
12810         gnumakefile: use space, not TAB, outside of targets
12811         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
12812
12813 2008-08-02  Jim Meyering  <meyering@redhat.com>
12814
12815         getdate.y: avoid locale-dependent date parsing failure
12816         In Turkish locales, getdate would fail to recognize keywords
12817         containing a lowercase "i".  The solution is not to rely on
12818         locale-sensitive case-conversion.
12819         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
12820         (lookup_word): Use c_toupper in place of toupper.
12821         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
12822         Reported by Vefa Bicakci <bicave@superonline.com> in
12823         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
12824         * modules/getdate (Depends-on): Add c-ctype.
12825
12826 2008-08-02  Bruno Haible  <bruno@clisp.org>
12827
12828         * gnulib-tool (func_import): When updating or creating a .gitignore
12829         file, prepend each added line with a slash, and ignore leading slashes
12830         from the existing lines.
12831         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
12832
12833 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12834
12835         Portability fix for GNU make 3.79.1.
12836         * top/GNUmakefile: Avoid 'else COND', which older GNU make
12837         versions do not understand.
12838
12839 2008-08-01  Bruno Haible  <bruno@clisp.org>
12840
12841         Work around bug of HP-UX 10.20 cc with -0.0 literal.
12842         * tests/test-isnanf.h (zero): New variable.
12843         (main): Avoid literal -0.0f.
12844         * tests/test-isnand.h (zero): New variable.
12845         (main): Avoid literal -0.0.
12846         * tests/test-isnanl.h (zero): New variable.
12847         (main): Avoid literal -0.0L.
12848         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
12849         (test_float, test_double, test_long_double): Avoid literals -0.0f,
12850         -0.0, -0.0L.
12851         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
12852         (test_signbitd): Avoid literal -0.0.
12853         (test_signbitl): Avoid literal -0.0L.
12854         * tests/test-ceilf1.c (zero): New variable.
12855         (main): Avoid literal -0.0f.
12856         * tests/test-ceill.c (zero): New variable.
12857         (main): Avoid literal -0.0L.
12858         * tests/test-floorf1.c (zero): New variable.
12859         (main): Avoid literal -0.0f.
12860         * tests/test-floorl.c (zero): New variable.
12861         (main): Avoid literal -0.0L.
12862         * tests/test-roundf1.c (zero): New variable.
12863         (main): Avoid literal -0.0f.
12864         * tests/test-round1.c (zero): New variable.
12865         (main): Avoid literal -0.0.
12866         * tests/test-roundl.c (zero): New variable.
12867         (main): Avoid literal -0.0L.
12868         * tests/test-truncf1.c (zero): New variable.
12869         (main): Avoid literal -0.0f.
12870         * tests/test-trunc1.c (zero): New variable.
12871         (main): Avoid literal -0.0.
12872         * tests/test-truncl.c (zero): New variable.
12873         (main): Avoid literal -0.0L.
12874         * tests/test-frexp.c (zero): New variable.
12875         (main): Avoid literal -0.0.
12876         * tests/test-frexpl.c (zero): New variable.
12877         (main): Avoid literal -0.0L.
12878         * tests/test-ldexpl.c (zero): New variable.
12879         (main): Avoid literal -0.0L.
12880         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
12881         (zerod, zerol): New variables.
12882         (test_function): Avoid literals -0.0, -0.0L.
12883         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
12884         (zerod, zerol): New variables.
12885         (test_function): Avoid literals -0.0, -0.0L.
12886         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
12887         (zerod, zerol): New variables.
12888         (test_function): Avoid literals -0.0, -0.0L.
12889         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
12890         (zerod, zerol): New variables.
12891         (test_function): Avoid literals -0.0, -0.0L.
12892         * tests/test-strtod.c (zero): New variable.
12893         (main): Avoid literal -0.0.
12894         Reported by Jonathan C. Patschke <jp@centtech.com>.
12895
12896 2008-07-31  Jim Meyering  <meyering@redhat.com>
12897
12898         sha256.h: correct definition of SHA224_DIGEST_SIZE
12899         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
12900         Reported by Paulie Pena IV <paulie4@gmail.com>.
12901         Define as 224 / 8, rather than as a literal.
12902         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
12903         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
12904         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
12905
12906 2008-07-31  Bruno Haible  <bruno@clisp.org>
12907
12908         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
12909         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
12910         Reported by Jonathan Patschke <jp@centtech.com>.
12911
12912 2008-07-31  Bruno Haible  <bruno@clisp.org>
12913
12914         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
12915         Reported by Paolo Bonzini <bonzini@gnu.org>.
12916
12917 2008-07-30  Eric Blake  <ebb9@byu.net>
12918
12919         test-strtod: allow compilation without -lm
12920         * tests/test-strtod.c (main): Avoid link dependence on fabs.
12921         Reported by Dennis Clarke <blastwave@gmail.com>.
12922
12923 2008-07-28  Jim Meyering  <meyering@redhat.com>
12924
12925         bootstrap: work also when there are no .po files in po/
12926         * build-aux/bootstrap (update_po_files): Complete the change
12927         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
12928
12929 2008-07-27  Jim Meyering  <meyering@redhat.com>
12930
12931         * users.txt: Add zile.
12932
12933 2008-07-26  Ben Pfaff  <blp@gnu.org>
12934
12935         Add missing dependencies on new m4/exponent[fdl].m4 files.
12936         * modules/isnanf-nolibm: Add m4/exponentf.m4.
12937         * modules/isnand-nolibm: Add m4/exponentd.m4.
12938         * modules/isnanl-nolibm: Add m4/exponentl.m4.
12939         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
12940         m4/isnan[fdl].m4, because the macros actually used moved.
12941         Reported by Jim Meyering.
12942
12943 2008-07-14  Ben Pfaff  <blp@gnu.org>
12944
12945         Add isinf module.
12946         * lib/isinf.c: New file.
12947         * lib/math.in.h: Define isinf macro if we have decided to replace
12948         it.
12949         * m4/isinf.m4: New file.
12950         * m4/math_h.m4: Initialize and substitute variables for isinf
12951         module.
12952         * modules/isinf: New file.
12953         * modules/isinf-tests: New file.
12954         * modules/math: Add substitutions for new module.
12955         * tests/test-isinf.c: New file.
12956         * doc/posix-functions/isinf.texi: Mention new module.
12957         * MODULES.html.sh: Mention new module.
12958
12959 2008-07-14  Ben Pfaff  <blp@gnu.org>
12960
12961         Factor out some macros for use by additional modules.
12962         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
12963         exponentf.m4.
12964         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
12965         exponentd.m4.
12966         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
12967         file exponentl.m4.
12968         * m4/exponentf.m4: New file.
12969         * m4/exponentd.m4: New file.
12970         * m4/exponentl.m4: New file.
12971         * modules/isnanf: Use new file m4/exponentf.m4.
12972         * modules/isnand: Use new file m4/exponentd.m4.
12973         * modules/isnanl: Use new file m4/exponentl.m4.
12974
12975 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
12976
12977         mktime.c: normalize tp->tm_isdst value to -1/0/1.
12978         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
12979         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
12980         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
12981
12982         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
12983         readlink on platforms without PATH_MAX.
12984
12985 2008-07-21  Eric Blake  <ebb9@byu.net>
12986
12987         Warn, not fail, on stale version.
12988         * top/GNUmakefile (_curr-ver): Tone down previous patch.
12989
12990         Don't allow installation with stale devel version number.
12991         * top/GNUmakefile (_is-install-target): New macro.
12992         (_curr-ver): Forbid installation with stale version number.
12993
12994 2008-07-20  Bruno Haible  <bruno@clisp.org>
12995
12996         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
12997         TESTS_ENVIRONMENT.
12998         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
12999
13000 2008-07-20  Bruno Haible  <bruno@clisp.org>
13001
13002         * lib/c-stack.h (c_stack_action): Add documentation.
13003         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
13004
13005 2008-07-20  Bruno Haible  <bruno@clisp.org>
13006
13007         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
13008         * modules/readlink (License): Likewise.
13009
13010 2008-07-17  Eric Blake  <ebb9@byu.net>
13011
13012         * modules/c-stack (Link): Fix typo.
13013
13014         Make c-stack use libsigsegv, when available.
13015         * modules/c-stack (Depends-on): Add libsigsegv.
13016         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
13017         needed.
13018         * lib/c-stack.c (SIGSTKSZ): Define fallback.
13019         (segv_handler, overflow_handler, c_stack_action)
13020         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
13021         implementation when libsigsegv is available, but only when using
13022         the library is necessary.
13023         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
13024         comment, explaining why XSI check fails on Linux.
13025         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
13026         * tests/test-c-stack2.sh: Tweak skip message.
13027         * NEWS: Document new link-time requirements.
13028
13029 2008-07-16  Eric Blake  <ebb9@byu.net>
13030
13031         c-stack: Expose false positives when not using libsigsegv.
13032         * modules/c-stack-tests (Files): Expand test.
13033         * tests/test-c-stack.c (main): Add means to conditionally trigger
13034         non-overflow SIGSEGV.
13035         * tests/test-c-stack2.sh: New file.
13036
13037 2008-07-14  Bruno Haible  <bruno@clisp.org>
13038
13039         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
13040         Reported by Eric Blake.
13041
13042 2008-07-14  Sam Steingold  <sds@gnu.org>
13043             Bruno Haible  <bruno@clisp.org>
13044
13045         New module libsigsegv.
13046         * modules/libsigsegv: New file.
13047         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
13048         modifications.
13049         * MODULES.html.sh (Signal handling): New section.
13050
13051 2008-07-14  Bruno Haible  <bruno@clisp.org>
13052
13053         * modules/unictype/ctype-* (Description): Add the word "function".
13054         Improves the resulting doc in MODULES.html.
13055
13056 2008-07-12  Ben Pfaff  <blp@gnu.org>
13057
13058         Add longlong module.
13059         * modules/longlong: New file.
13060
13061 2008-07-12  Bruno Haible  <bruno@clisp.org>
13062
13063         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
13064         to empty.
13065
13066 2008-07-10  Ben Pfaff  <blp@gnu.org>
13067
13068         Add isnan module.
13069         * doc/posix-functions/isnan.texi: Mention new module.
13070         * lib/math.in.h: Define isnan macro if we have decided to replace
13071         it.
13072         * m4/isnan.m4: New file.
13073         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
13074         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
13075         also.
13076         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
13077         redundancy.
13078         * m4/math_h.m4: Initialize and substitute variables for isnan
13079         module.
13080         * modules/isnan: New file.
13081         * modules/isnan-tests: New file.
13082         * modules/math: Add substitutions for new module.
13083         * tests/test-isnan.c: New file.
13084         * MODULES.html.sh: Mention new module.
13085
13086 2008-07-10  Ben Pfaff  <blp@gnu.org>
13087
13088         Add isnanf module.
13089         * lib/isnanf.m4: New file.
13090         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
13091         (gl_HAVE_ISNANF_IN_LIBM): New macro.
13092         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
13093         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
13094         * modules/isnanf: New file.
13095         * modules/isnanf-tests: New file.
13096         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
13097         files.
13098         * tests/test-isnanf-nolibm.c: factored most of its contents into
13099         new file tests/test-isnanf.h.
13100         * tests/test-isnanf.h: New file.
13101         * tests/test-isnanf.c: New file.
13102         * MODULES.html.sh: Mention new module.
13103         * doc/glibc-functions/isnanf.texi: Mention new module.
13104
13105 2008-07-10  Ben Pfaff  <blp@gnu.org>
13106
13107         Add isnand module.
13108         * lib/isnand.h: New file.
13109         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
13110         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
13111         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
13112         functionality also.
13113         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
13114         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
13115         (gl_HAVE_ISNAND_IN_LIBM): New macro.
13116         * modules/isnand: New file.
13117         * modules/isnand-tests: New file.
13118         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
13119         files.
13120         * tests/test-isnand-nolibm.c: factored most of its contents into
13121         new file tests/test-isnand.h.
13122         * tests/test-isnand.h: New file.
13123         * tests/test-isnand.c: New file.
13124         * MODULES.html.sh: Mention new module.
13125
13126 2008-07-10  Ben Pfaff  <blp@gnu.org>
13127
13128         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
13129         * lib/isnand.h: Rename lib/isnand-nolibm.h.
13130         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
13131         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
13132         * modules/isnanf-nolibm: Update references to renamed files.
13133         * modules/isnand-nolibm: Likewise.
13134         * modules/isnanf-nolibm-tests: Likewise.
13135         * modules/isnand-nolibm-tests: Likewise.
13136         * lib/frexp.c: Likewise.
13137         * lib/isfinite.c: Likewise.
13138         * lib/signbitd.c: Likewise.
13139         * lib/signbitf.c: Likewise.
13140         * lib/vasnprintf.c: Likewise.
13141         * tests/test-ceilf1.c: Likewise.
13142         * tests/test-ceilf2.c: Likewise.
13143         * tests/test-floorf1.c: Likewise.
13144         * tests/test-floorf2.c: Likewise.
13145         * tests/test-frexp.c: Likewise.
13146         * tests/test-round1.c: Likewise.
13147         * tests/test-round2.c: Likewise.
13148         * tests/test-roundf1.c: Likewise.
13149         * tests/test-strtod.c: Likewise.
13150         * tests/test-trunc1.c: Likewise.
13151         * tests/test-trunc2.c: Likewise.
13152         * tests/test-truncf1.c: Likewise.
13153         * tests/test-truncf2.c: Likewise.
13154         * NEWS: Mention the renamed header files.
13155
13156 2008-07-11  Jim Meyering  <meyering@redhat.com>
13157
13158         vc-list-files: make the last-resort awk code more portable
13159         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
13160         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
13161         does not support it.
13162
13163 2008-07-10  Eric Blake  <ebb9@byu.net>
13164
13165         Work with tar's bootstrap.
13166         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
13167         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
13168         an m4 comment.
13169
13170 2008-07-09  Jim Meyering  <meyering@redhat.com>
13171
13172         posix-shell.m4: fix typo that made this test malfunction
13173         * m4/posix-shell.m4: Remove capitalization in variable name.
13174
13175 2008-07-08  Bruno Haible  <bruno@clisp.org>
13176
13177         * m4/onceonly.m4: Update comments.
13178         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13179
13180 2008-07-04  Jim Meyering  <meyering@redhat.com>
13181
13182         * users.txt: Add vc-dwim.
13183         (bison, coreutils): Use the gitweb URL.
13184
13185 2008-07-03  Jim Meyering  <meyering@redhat.com>
13186
13187         * users.txt: Add libffcall.  From Sam Steingold.
13188
13189 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
13190
13191         getdate.y: do not ignore TZ with relative day, month or year offset
13192         * lib/getdate.y (get_date): Move the tz-handling block to follow the
13193         relative-date-handling, since otherwise, the latter would clobber the
13194         sole output (an updated Start value) of the tz-handling block.
13195         * tests/test-getdate.c: Tests for the fix
13196
13197 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13198
13199         Recognize 'foo_LIBRARIES += libgnu.a'.
13200         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
13201         makefile snippet has already specified an installation location,
13202         also using '+='.
13203
13204 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
13205
13206         getdate.y: factor out common actions
13207         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
13208         Use them in place of open-coded actions.
13209
13210 2008-07-01  Simon Josefsson  <simon@josefsson.org>
13211
13212         Add self-test for getdate module.
13213         * modules/getdate-tests: New file.
13214         * tests/test-getdate.c: New file.
13215
13216 2008-06-29  Bruno Haible  <bruno@clisp.org>
13217
13218         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
13219         .gitignore.
13220         Reported by Sylvain Beucler <beuc@beuc.net>.
13221
13222 2008-06-29  Bruno Haible  <bruno@clisp.org>
13223
13224         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
13225         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
13226
13227 2008-06-29  Bruno Haible  <bruno@clisp.org>
13228
13229         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
13230         EXTRA_DIST.
13231         Reported by Sylvain Beucler <beuc@beuc.net>.
13232
13233 2008-06-26  Jim Meyering  <meyering@redhat.com>
13234
13235         make several modules depend on the "open" module
13236         This provides slightly increased consistency when opening-for-write
13237         the name of a non-directory spelled with a trailing slash.
13238         * modules/chdir-safer: Likewise.
13239         * modules/chown: Likewise.
13240         * modules/clean-temp: Likewise.
13241         * modules/copy-file: Likewise.
13242         * modules/fchdir: Likewise.
13243         * modules/fcntl-safer: Likewise.
13244         * modules/pipe: Likewise.
13245         * modules/utime: Likewise.
13246         Prompted by Eric Blake and Bruno Haible.
13247
13248 2008-06-24  Andreas Schwab  <schwab@suse.de>
13249
13250         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
13251         literals can be used as initializers for global variables.
13252
13253 2008-06-23  Eric Blake  <ebb9@byu.net>
13254
13255         Make gnulib-cache.m4 easier to diff.
13256         * gnulib-tool (func_import): Allow newlines when reading cached
13257         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
13258
13259 2008-06-23  Bruno Haible  <bruno@clisp.org>
13260
13261         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
13262         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
13263         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
13264         m4/signalblocking.m4.
13265         (gl_PREREQ_SIGACTION): Don't invoke it.
13266         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
13267         gl_PREREQ_SIG_HANDLER_H.
13268         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
13269         Don't check for sigaction here.
13270
13271 2008-06-23  Bruno Haible  <bruno@clisp.org>
13272
13273         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
13274         (install_handlers): Don't set the SA_RESETHAND flag.
13275
13276 2008-06-23  Bruno Haible  <bruno@clisp.org>
13277
13278         * m4/sigaction.m4: Comment fixes.
13279         * lib/signal.in.h: Likewise.
13280
13281 2008-06-23  Eric Blake  <ebb9@byu.net>
13282
13283         Fix typo.
13284         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
13285
13286         Avoid SA_ namespace.
13287         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
13288         Reported by Ralf Wildenhues.
13289
13290         Avoid test failure due to SA_RESTORER.
13291         * tests/test-sigaction.c (SA_MASK): New macro.
13292         (main): Avoid failing due to extension flags being set.
13293         Reported by Jim Meyering.
13294
13295         Revert use of sig-handler.h in sigprocmask.c.
13296         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
13297         it requires the existence of struct sigaction.
13298         * lib/sigprocmask.c (handler_t): Restore typedef.
13299         (rpl_signal, old_handlers): Use local type.
13300
13301 2008-06-22  Bruno Haible  <bruno@clisp.org>
13302
13303         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
13304         conditionally.
13305         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13306
13307 2008-06-22  Bruno Haible  <bruno@clisp.org>
13308
13309         * doc/posix-functions/siginterrupt.texi: Move note.
13310
13311         * lib/signal.in.h (SA_RESTART): New macro.
13312         * lib/sigaction.c: Update comment.
13313
13314         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
13315
13316         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
13317         (gl_PREREQ_SIGPROCMASK): Invoke it.
13318         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
13319
13320         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
13321
13322         * lib/sigprocmask.c: Update a comment.
13323
13324 2008-06-21  Eric Blake  <ebb9@byu.net>
13325
13326         Use sigaction module rather than signal().
13327         * modules/c-stack (Depends-on): Add sigaction.
13328         * modules/fatal-signal (Depends-on): Likewise.
13329         * modules/nanosleep (Depends-on): Likewise.
13330         * modules/sigprocmask (Files): Add sig-handler.h.
13331         * modules/sigaction (Files): Likewise.
13332         * lib/sig-handler.h (get_handler): New file, suggested by Paul
13333         Eggert.
13334         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
13335         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
13336         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
13337         (init_fatal_signals): Likewise.
13338         * lib/nanosleep.c (rpl_nanosleep): Likewise.
13339         (siginterrupt): Delete fallback.
13340         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
13341         instead.
13342         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
13343         siginterrupt.
13344
13345         New module sigaction, for mingw.
13346         * modules/sigaction: New module...
13347         * modules/sigaction-tests: ...and its test.
13348         * m4/sigaction.m4: New file.
13349         * lib/sigaction.c: Likewise.
13350         * tests/test-sigaction.c: Likewise.
13351         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
13352         * modules/signal (Makefile.am): Likewise.
13353         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
13354         needed.
13355         * doc/posix-headers/signal.texi (signal.h): Mention provided
13356         types.
13357         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
13358         that sigaction is preferable.
13359         * doc/posix-functions/sigaction.texi (sigaction): Mention new
13360         module.
13361         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13362         sigaction.
13363
13364         Improve robustness of sigprocmask by overriding signal.
13365         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
13366         is in use.
13367         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
13368         (SIGKILL, SIGSTOP): Provide fallbacks.
13369         (rpl_signal): Implement.
13370         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
13371         signal can be called inside handlers.
13372
13373         Fix nanosleep module on mingw.
13374         * modules/nanosleep (Depends-on): Add sys_select.
13375         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
13376
13377         Fix licensing of sigprocmask.
13378         * modules/raise (License): Relicense as LGPL.
13379
13380 2008-06-21  Bruno Haible  <bruno@clisp.org>
13381
13382         * lib/propername.c (proper_name_utf8): Don't use the transliterated
13383         result if it contains question marks.
13384         Reported by Michael Geng <linux@michaelgeng.de>.
13385
13386 2008-06-19  Bruno Haible  <bruno@clisp.org>
13387
13388         Fix CVS-ism.
13389         * doc/gnulib.texi: Include updated-stamp.texi.
13390         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
13391         (updated-stamp.texi): New rule.
13392         (gnulib.info): Depend on it.
13393         * doc/.gitignore: Add updated-stamp.texi.
13394         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
13395
13396 2008-06-19  Bruno Haible  <bruno@clisp.org>
13397
13398         * doc/Makefile (gnulib.info): Update and simplify dependencies.
13399         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
13400
13401 2008-06-19  Eric Blake  <ebb9@byu.net>
13402
13403         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
13404         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
13405         Reported by Stepan Kasal.
13406
13407 2008-06-18  Bruno Haible  <bruno@clisp.org>
13408
13409         * lib/fatal-signal.c (init_fatal_signals): Add comment.
13410         Reported by Eric Blake.
13411
13412 2008-06-18  Eric Blake  <ebb9@byu.net>
13413
13414         Work around cygwin 1.5.25 strsignal bug.
13415         * tests/test-strsignal.c: Allow for const char *.
13416         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
13417
13418 2008-06-18  Simon Josefsson  <simon@josefsson.org>
13419
13420         * users.txt: Update URL to article and add author/date
13421         information.
13422
13423 2008-06-17  Bruno Haible  <bruno@clisp.org>
13424
13425         New macro gl_DISABLE_THREADS.
13426         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
13427         if the user did not pass --enable-threads or --disable-threads option.
13428         (gl_DISABLE_THREADS): New macro.
13429         Reported by Eric Blake <ebb9@byu.net>.
13430
13431 2008-06-17  Bruno Haible  <bruno@clisp.org>
13432
13433         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
13434         when the macro ignores it.
13435         Based on a patch by Eric Blake <ebb9@byu.net>.
13436
13437 2008-06-17  Bruno Haible  <bruno@clisp.org>
13438
13439         * modules/tls (License): Change to LGPLv2+.
13440         Reported by Eric Blake.
13441
13442 2008-06-17  Eric Blake  <ebb9@byu.net>
13443
13444         Simplify c-stack prerequisites.
13445         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
13446         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
13447         no longer requires <ucontext.h> to exist.  Optimize setrlimit
13448         check.
13449         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
13450         <sys/resource.h>.
13451
13452         Move c-stack test into testsuite.
13453         * modules/c-stack-tests: New file.
13454         * lib/c-stack.c [DEBUG]: Move test program...
13455         * tests/test-c-stack.c: ...into this new file.  Skip rather than
13456         fail test if sigaltstack is lacking.
13457         * tests/test-c-stack.sh: New driver file.
13458
13459 2008-06-16  Eric Blake  <ebb9@byu.net>
13460
13461         Use raise module consistently.
13462         * modules/fatal-signal (Depends-on): Add raise.
13463         * modules/sigprocmask (Depends-on): Likewise.
13464         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
13465         * lib/sigprocmask.c (sigprocmask): Likewise.
13466         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
13467         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
13468
13469         Fix compliance bug in sigpending.
13470         * lib/sigprocmask.c (sigpending): Return pending array via
13471         parameter, not return value.
13472
13473 2008-06-14  Eric Blake  <ebb9@byu.net>
13474
13475         Improve obstack-printf test code.
13476         * tests/test-obstack-printf.c (test_function): Fix comment, and
13477         simplify usage of obstack_* in macros.  Add a test for coverage.
13478         Reported by Bruno Haible.
13479
13480 2008-06-14  Bruno Haible  <bruno@clisp.org>
13481
13482         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
13483         array size as a constant, not as a const variable.
13484         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
13485         AC_USE_SYSTEM_EXTENSIONS.
13486         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
13487         Test whether the obstack_printf function actually exists.
13488         * modules/obstack-printf (Depends-on): Add extensions.
13489         (Include): Remove obstack.h.
13490         * modules/obstack-printf-posix (Depends-on): Add extensions.
13491         (Include): Remove obstack.h.
13492
13493 2008-06-13  Eric Blake  <ebb9@byu.net>
13494
13495         Add obstack-printf and obstack-printf-posix modules.
13496         * modules/obstack-printf: New file.
13497         * modules/obstack-printf-posix: Likewise.
13498         * MODULES.html.sh (Misc): Mention them.
13499         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
13500         Likewise.
13501         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
13502         Likewise.
13503         * modules/stdio (Makefile.am): Accomodate new modules.
13504         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13505         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
13506         Declare.
13507         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
13508         functions.
13509         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
13510         (gl_REPLACE_OBSTACK_PRINTF): New macros
13511         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
13512         * tests/test-obstack-printf.c: New file.
13513         * modules/obstack-printf-tests: Likewise.
13514         * modules/obstack-printf-posix-tests: Likewise.
13515
13516 2008-06-11  Bruno Haible  <bruno@clisp.org>
13517
13518         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
13519         * lib/open.c: Include errno.h.
13520         (open): Fail when attempting to write to a file that has a trailing
13521         slash.
13522         * tests/test-open.c (main): Test against trailing slash bug.
13523         * doc/posix-functions/open.texi: Mention the trailing slash bug.
13524
13525 2008-06-10  Bruno Haible  <bruno@clisp.org>
13526
13527         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
13528         for $? to work inside the trap command, with various /bin/sh-s.
13529         * tests/test-vc-list-files-cvs.sh: Likewise.
13530
13531 2008-06-10  Bruno Haible  <bruno@clisp.org>
13532
13533         * lib/acl-internal.h: Don't include gettext.h here.
13534         * lib/set-mode-acl.c: Include gettext.h here.
13535         * lib/copy-acl.c: Likewise.
13536
13537 2008-06-10  Bruno Haible  <bruno@clisp.org>
13538
13539         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
13540         * lib/wait-process.c (wait_subprocess): Likewise.
13541         * lib/execute.h (execute): Add termsigp argument.
13542         * lib/execute.c (execute): Likewise.
13543         * lib/csharpcomp.c (compile_csharp_using_pnet,
13544         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
13545         * lib/csharpexec.c (execute_csharp_using_pnet,
13546         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
13547         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
13548         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
13549         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
13550         is_jikes_present): Update.
13551         * lib/javaexec.c (execute_java_class): Update.
13552         * lib/javaversion.c (execute_and_read_line): Update.
13553         * NEWS: Document the changes.
13554         Reported by Eric Blake.
13555
13556 2008-06-10  Eric Blake  <ebb9@byu.net>
13557
13558         Add missing include.
13559         * tests/test-strstr.c (includes): Add <signal.h>.
13560         * tests/test-strcasestr.c (includes): Likewise.
13561         * tests/test-memmem.c (includes): Likewise.
13562
13563 2008-06-10  Bruno Haible  <bruno@clisp.org>
13564
13565         * lib/wait-process.c (wait_subprocess): Add an assertion.
13566
13567 2008-06-10  Bruno Haible  <bruno@clisp.org>
13568
13569         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
13570
13571 2008-06-10  Bruno Haible  <bruno@clisp.org>
13572
13573         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
13574         using alarm().
13575         * tests/test-strcasestr.c (main): Likewise.
13576         * tests/test-strstr.c (main): Likewise.
13577
13578 2008-06-09  Bruno Haible  <bruno@clisp.org>
13579
13580         Work around the Solaris 10 ACE ACLs ABI change.
13581         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
13582         declare if ACL_NO_TRIVIAL is present.
13583         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
13584         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
13585         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
13586         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
13587         define if ACL_NO_TRIVIAL is present.
13588         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
13589         and use the current ABI.
13590         (file_has_acl): Use same #if condition as elsewhere.
13591         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
13592         in use, and use the current ABI.
13593         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
13594         Reported by Jim Meyering.
13595
13596 2008-06-09  Eric Blake  <ebb9@byu.net>
13597
13598         Work around environments that (stupidly) ignore SIGALRM.
13599         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
13600         before using alarm().
13601         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13602         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13603         Reported by Ian Beckwith <ianb@erislabs.net>.
13604
13605         Produce autobuild blurb earlier in log.
13606         * modules/autobuild (configure.ac-early): Move AB_INIT here.
13607
13608 2008-06-09  Jim Meyering  <meyering@redhat.com>
13609         and OndÅ™ej Vašík  <ovasik@redhat.com>
13610
13611         utimens.c: correct kernel bug work-around
13612         OndÅ™ej Vašík found that the invalid return value of 280 indicates
13613         failure, not success, and the kernel bug we're trying to work
13614         around affects not just the utimensat call, but also the fallback
13615         futimens call.
13616         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
13617         not success.
13618         [HAVE_FUTIMENS]: Use the same work-around, here.
13619
13620 2008-06-09  Jim Meyering  <meyering@redhat.com>
13621
13622         add more guards around definition of ACE_-related code
13623         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
13624         ALLOW and ACE_OWNER are also defined.
13625
13626 2008-06-08  Bruno Haible  <bruno@clisp.org>
13627
13628         * lib/acl-internal.h: Add me as co-author.
13629         * lib/file-has-acl.c: Likewise.
13630         * lib/set-mode-acl.c: Likewise.
13631         * lib/copy-acl.c: Likewise.
13632
13633 2008-06-08  Bruno Haible  <bruno@clisp.org>
13634
13635         Add support for AIX ACLs.
13636         * lib/acl-internal.h (acl_nontrivial): New declaration.
13637         * lib/file-has-acl.c (acl_nontrivial): New function.
13638         (file_has_acl): Add implementation using AIX 4 ACL API.
13639         * lib/set-mode-acl.c (qset_acl): Likewise.
13640         * lib/copy-acl.c (qcopy_acl): Likewise.
13641
13642 2008-06-08  Bruno Haible  <bruno@clisp.org>
13643
13644         Add support for HP-UX ACLs.
13645         * lib/acl-internal.h (acl_nontrivial): New declaration.
13646         * lib/file-has-acl.c (acl_nontrivial): New function.
13647         (file_has_acl): Add implementation using HP-UX 11 ACL API.
13648         * lib/set-mode-acl.c (qset_acl): Likewise.
13649         * lib/copy-acl.c (qcopy_acl): Likewise.
13650
13651 2008-06-08  Bruno Haible  <bruno@clisp.org>
13652
13653         Add support for Cygwin ACLs.
13654         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
13655         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
13656         the chmod_or_fchmod call.
13657         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
13658
13659 2008-06-08  Bruno Haible  <bruno@clisp.org>
13660
13661         Fix bug with setuid modes in Solaris 10+ code.
13662         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
13663         succeeded, when the mode contains some special bits.
13664
13665 2008-06-08  Bruno Haible  <bruno@clisp.org>
13666
13667         Add support for Solaris 7..10 ACLs.
13668         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
13669         declarations.
13670         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
13671         functions.
13672         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
13673         * lib/set-mode-acl.c (qset_acl): Likewise.
13674         * lib/copy-acl.c (qcopy_acl): Likewise.
13675
13676 2008-06-08  Bruno Haible  <bruno@clisp.org>
13677
13678         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
13679         declaration.
13680         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
13681         (acl_access_nontrivial): Remove MacOS X case.
13682         (file_has_acl): Use acl_extended_nontrivial.
13683         * lib/copy-acl.c (qcopy_acl): Likewise.
13684
13685 2008-06-08  Bruno Haible  <bruno@clisp.org>
13686
13687         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
13688
13689 2008-06-08  Jim Meyering  <meyering@redhat.com>
13690
13691         * modules/acl (Maintainer): Add Bruno Haible.
13692
13693 2008-06-07  Bruno Haible  <bruno@clisp.org>
13694
13695         Improve support for Tru64 ACLs.
13696         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
13697         ACL on OSF/1.
13698
13699 2008-06-07  Bruno Haible  <bruno@clisp.org>
13700
13701         Add support for MacOS X ACLs.
13702         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
13703         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
13704         * lib/set-mode-acl.c (qset_acl): Likewise.
13705         * lib/copy-acl.c (qcopy_acl): Likewise.
13706
13707 2008-06-07  Bruno Haible  <bruno@clisp.org>
13708
13709         Fix memory leak introduced on 2008-05-22.
13710         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
13711         use.
13712
13713 2008-06-07  Bruno Haible  <bruno@clisp.org>
13714
13715         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
13716         to construct an empty ACL.
13717
13718 2008-06-07  Bruno Haible  <bruno@clisp.org>
13719
13720         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
13721         precisely.
13722         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
13723
13724 2008-06-07  Bruno Haible  <bruno@clisp.org>
13725
13726         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
13727         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
13728
13729 2008-06-07  Bruno Haible  <bruno@clisp.org>
13730
13731         * doc/posix-functions/_setjmp.texi: Explain the use of this function
13732         regardless of POSIX.
13733         * doc/posix-functions/_longjmp.texi: Likewise.
13734         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
13735         SystemV platform in this case.
13736
13737 2008-06-06  Eric Blake  <ebb9@byu.net>
13738
13739         Document abort() bugs.
13740         * doc/posix-functions/abort.texi (abort): Mention anomalies.
13741
13742         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
13743         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
13744         sigsetjmp.
13745         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
13746         siglongjmp, but only as a macro.
13747         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
13748         is obsolete.
13749         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
13750
13751         Tweak documentation to cover cygwin argz bugs.
13752         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
13753         argz bug fix; no code change needed since no cygwin releases
13754         occurred between the last fix and the bug being tested.
13755         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
13756         module and recently fixed cygwin bugs.
13757         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
13758         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
13759         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
13760         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
13761         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
13762         Likewise.
13763         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
13764         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
13765         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
13766         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
13767         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
13768         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
13769         Likewise.
13770
13771         Avoid gcc warning on cygwin.
13772         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
13773         !ACL_NO_TRIVIAL]: Avoid unused variable.
13774
13775 2008-06-05  Eric Blake  <ebb9@byu.net>
13776
13777         Be tolerant of UNKNOWN version in gnulib-tool test dir.
13778         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
13779         git-version-gen fails to come up with a version.
13780         Reported by Simon Josefsson.
13781
13782 2008-06-05  Jim Meyering  <meyering@redhat.com>
13783             Paul Eggert  <eggert@cs.ucla.edu>
13784
13785         utimens.c: work around a probable Linux kernel bug
13786         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
13787         appears to be a kernel bug that causes utimensat to return 280
13788         instead of 0, indicating success.
13789
13790 2008-06-04  Bruno Haible  <bruno@clisp.org>
13791
13792         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
13793         2008-06-01 commit.
13794
13795 2008-06-04  Bruno Haible  <bruno@clisp.org>
13796
13797         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
13798         * lib/file-has-acl.c (acl_access_nontrivial): New function.
13799         (file_has_acl): Use it. Save errno afterwards.
13800         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
13801
13802 2008-06-03  Bruno Haible  <bruno@clisp.org>
13803
13804         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
13805         draft code. Simplify #ifs.
13806         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
13807         Put Solaris code after POSIX-draft code. Fix comments regarding
13808         Solaris 10, HP-UX. Mention Cygwin.
13809         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
13810
13811 2008-06-03  Eric Blake  <ebb9@byu.net>
13812
13813         Provide fallback for older kernels.
13814         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
13815         Provide runtime fallback if kernel lacks support.
13816         Reported by Mike Frysinger.
13817
13818 2008-06-02  Bruno Haible  <bruno@clisp.org>
13819
13820         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
13821         it exists.
13822
13823 2008-06-02  Bruno Haible  <bruno@clisp.org>
13824
13825         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
13826         * lib/copy-acl.c (qcopy_acl): Update comment.
13827
13828 2008-06-02  Bruno Haible  <bruno@clisp.org>
13829
13830         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
13831         like ACL APIs.
13832
13833 2008-06-02  Bruno Haible  <bruno@clisp.org>
13834
13835         * tests/test-file-has-acl.sh: Use different code for Cygwin.
13836         * tests/test-set-mode-acl.sh: Likewise.
13837         * tests/test-copy-acl.sh: Likewise.
13838         * tests/test-copy-file.sh: Likewise.
13839
13840 2008-06-02  Bruno Haible  <bruno@clisp.org>
13841
13842         * tests/test-file-has-acl.sh: Remove unused code.
13843
13844 2008-06-01  Bruno Haible  <bruno@clisp.org>
13845
13846         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
13847         (copy_acl): Just a wrapper around qcopy_acl that emits the error
13848         messages.
13849         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
13850
13851 2008-06-01  Bruno Haible  <bruno@clisp.org>
13852
13853         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
13854         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
13855         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
13856         APIs.
13857         * modules/acl-tests (configure.ac): Remove tests now contained in
13858         m4/acl.m4.
13859
13860 2008-06-02  Jim Meyering  <meyering@redhat.com>
13861
13862         announce-gen: use a better key-server host name
13863         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
13864         it may be more consistently reliable.  Suggested by Werner Koch
13865         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
13866
13867 2008-06-01  Bruno Haible  <bruno@clisp.org>
13868
13869         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
13870         Reported by Voroskoi Andras <voroskoi@gmail.com>.
13871
13872 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
13873
13874         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
13875
13876 2008-06-01  Bruno Haible  <bruno@clisp.org>
13877
13878         New ACL tests.
13879         * tests/test-file-has-acl.sh: New file.
13880         * tests/test-file-has-acl.c: New file.
13881         * tests/test-set-mode-acl.sh: New file.
13882         * tests/test-set-mode-acl.c: New file.
13883         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
13884         * tests/test-copy-acl.c: New file.
13885         * modules/acl-tests: New file, based on modules/copy-file-tests.
13886         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
13887         (Depends-on): Add acl-tests.
13888         (configure.ac): Remove checks.
13889         (Makefile.am): Don't create test-sameacls program here any more.
13890
13891 2008-06-01  Bruno Haible  <bruno@clisp.org>
13892
13893         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
13894         * tests/test-sameacls.c: Include progname.h.
13895         (main): Invoke set_program_name. Portability fixes for MacOS X,
13896         Solaris, HP-UX.
13897
13898 2008-06-01  Bruno Haible  <bruno@clisp.org>
13899
13900         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
13901         function.
13902         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
13903
13904 2008-06-01  Bruno Haible  <bruno@clisp.org>
13905
13906         * modules/rpmatch (Depends-on): Add strdup.
13907
13908 2008-06-01  Bruno Haible  <bruno@clisp.org>
13909
13910         * lib/pipe.c: Include unistd-safer.h.
13911         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
13912         * modules/pipe (Depends-on): Add unistd-safer.
13913
13914 2008-05-30  Simon Josefsson  <simon@josefsson.org>
13915
13916         * modules/autobuild (configure.ac): Call AB_INIT.
13917
13918 2008-05-30  Simon Josefsson  <simon@josefsson.org>
13919
13920         * tests/test-getaddrinfo.c: Don't print debug messages by default.
13921         Suggested by Bruno Haible <bruno@clisp.org>.
13922
13923 2008-05-30  Simon Josefsson  <simon@josefsson.org>
13924
13925         * tests/test-base64.c: Cast size_t to unsigned long when invoking
13926         printf.  Use %lu instead of %d.  Reported by Bruno Haible
13927         <bruno@clisp.org>.
13928
13929 2008-05-29  Eric Blake  <ebb9@byu.net>
13930
13931         Prefer new POSIX 200x interfaces over futimesat.
13932         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
13933         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
13934         when available.
13935         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
13936
13937 2008-05-28  Bruno Haible  <bruno@clisp.org>
13938
13939         * modules/stpcpy (License): Change to LGPLv2+.
13940         Requested by David Lutterkort <dlutter@redhat.com>.
13941
13942 2008-05-27  Bruno Haible  <bruno@clisp.org>
13943
13944         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
13945         current mingw.
13946         Reported by Jose E. Marchesi <jemarch@gnu.org>.
13947
13948 2008-05-27  Bruno Haible  <bruno@clisp.org>
13949
13950         * modules/iconv_open (Link): New section, from module 'iconv'.
13951         * modules/striconv (Link): Likewise.
13952         * modules/striconveh (Link): Likewise.
13953         * modules/xstriconv (Link): Likewise.
13954         * modules/unicodeio (Link): Likewise.
13955         * modules/propername (Link): Likewise.
13956         Reported by Jim Meyering.
13957
13958 2008-05-26  Jim Meyering  <meyering@redhat.com>
13959
13960         sha256: do not artificially restrict buffer length to be < 2^32
13961         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
13962         uint32_t to size_t.
13963         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
13964         to match.
13965
13966         avoid unaligned access errors, e.g., on sparc
13967         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
13968         direct access through a possibly-unaligned uint64* pointer.
13969         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
13970         direct access through a possibly-unaligned uint32* pointer.
13971         Prompted by this patch from Tom "spot" Callaway:
13972         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
13973
13974         sha512.c: fix typo in comment
13975         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
13976
13977 2008-05-25  Bruno Haible  <bruno@clisp.org>
13978
13979         * lib/set-mode-acl.c: Renamed from lib/acl.c.
13980         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
13981         (Makefile.am): Update lib_SOURCES.
13982
13983 2008-05-25  Bruno Haible  <bruno@clisp.org>
13984
13985         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
13986
13987 2008-05-25  Jim Meyering  <meyering@redhat.com>
13988
13989         useless-if-before-free: freed expr may have white-space differences
13990         * build-aux/useless-if-before-free: Recognize cases in which the
13991         freed expression differs from the tested one in embedded white
13992         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
13993         $1 was used, so we can't make any regexp shy.  Improved tests now
13994         detect this.
13995
13996         useless-if-before-free: accept white space in the expression.
13997         * build-aux/useless-if-before-free: For now, any white space
13998         in the expression must be identical in the free argument.
13999
14000         useless-if-before-free: efficiency tweak
14001         * build-aux/useless-if-before-free: Make the expression-matching
14002         regexp "shy".
14003         Make the *outer* regexp shy, not the expr-matching one.
14004
14005         update code-in-comment to accept cast of free arg
14006         * build-aux/useless-if-before-free: Update regexp.
14007
14008 2008-05-25  Bruno Haible  <bruno@clisp.org>
14009
14010         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
14011         * modules/copy-file-tests (Files, Makefile.am): Update.
14012         * tests/test-copy-file.c (func_test_copy): Update.
14013
14014 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
14015
14016         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
14017
14018 2008-05-23  Bruno Haible  <bruno@clisp.org>
14019
14020         Improve support for ACLs on OSF/1.
14021         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
14022         Remove fallback for unknown flavors of ACLs.
14023
14024 2008-05-22  Bruno Haible  <bruno@clisp.org>
14025
14026         Add support for ACLs on OSF/1.
14027         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
14028         replacements.
14029         (acl_free_text): New macro fallback.
14030         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
14031         acl_free.
14032         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
14033         acl_free_text function. Require AC_C_INLINE.
14034
14035 2008-05-22  Bruno Haible  <bruno@clisp.org>
14036
14037         Make copy_acl work on MacOS X 10.5.
14038         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
14039         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
14040         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
14041         If MODE_INSIDE_ACL, don't assume that every system has the same text
14042         representation for ACLs as FreeBSD.
14043         * lib/copy-acl.c (copy_acl): Add support for platforms with
14044         !MODE_INSIDE_ACL.
14045         * lib/file-has-acl.c (file_has_acl): Likewise.
14046         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
14047         FreeBSD, MacOS X, or IRIX, respectively.
14048
14049 2008-05-22  Bruno Haible  <bruno@clisp.org>
14050
14051         * lib/acl.h: Don't include <sys/acl.h>.
14052         (GETACLCNT): Move fallback to lib/acl-internal.h.
14053         * lib/acl-internal.h: Include <sys/acl.h> here.
14054         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
14055
14056 2008-05-22  Bruno Haible  <bruno@clisp.org>
14057
14058         Split off copy_acl function to separate file.
14059         * lib/copy-acl.c: New file, extracted from lib/acl.c.
14060         * lib/acl.c (copy_acl): Moved function to separate file.
14061         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
14062         * modules/acl (Files): Add lib/copy-acl.c.
14063         (Makefiles.am): Augment lib_SOURCES.
14064
14065 2008-05-22  Bruno Haible  <bruno@clisp.org>
14066
14067         * modules/copy-file-tests: New file.
14068         * tests/test-copy-file.sh: New file.
14069         * tests/test-copy-file.c: New file.
14070         * tests/test-copy-file-sameacls.c: New file.
14071
14072 2008-05-22  Eric Blake  <ebb9@byu.net>
14073
14074         Avoid gcc warning.
14075         * tests/test-memcmp.c (main): Pass NULL indirectly.
14076
14077 2008-05-21  Bruno Haible  <bruno@clisp.org>
14078
14079         Add reference doc about ACLs.
14080         * doc/acl-resources.txt: New file.
14081         * doc/acl-cygwin.txt: New file.
14082
14083 2008-05-21  Bruno Haible  <bruno@clisp.org>
14084
14085         Avoid one more warning from gcc.
14086         * lib/vasnprintf.c (IF_LINT): Update comments.
14087         (VASNPRINTF): Use it also for the 'prefix' array initializer.
14088
14089 2008-05-21  Jim Meyering  <meyering@redhat.com>
14090
14091         avoid a warning from gcc
14092         * lib/vasnprintf.c (IF_LINT): Define.
14093         (scale10_round_decimal_long_double):
14094         Use it to avoid a "may be used uninitialized" warning.
14095         (scale10_round_decimal_double): Likewise.
14096
14097 2008-05-21  Simon Josefsson  <simon@josefsson.org>
14098
14099         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
14100         declared.
14101
14102 2008-05-20  Bruno Haible  <bruno@clisp.org>
14103
14104         * tests/test-memcmp.c (main): Test also the sign of the result. Test
14105         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
14106
14107 2008-05-20  Simon Josefsson  <simon@josefsson.org>
14108
14109         * modules/memcmp-tests: New file.
14110         * tests/test-memcmp.c: New file.
14111
14112 2008-05-19  Bruno Haible  <bruno@clisp.org>
14113
14114         * modules/propername (Notice, configure.ac): Put quoted "..." into
14115         --keyword option.
14116         * lib/propername.h: Update comments accordingly.
14117         Reported by Eric Blake.
14118
14119 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
14120
14121         * modules/getpass-gnu (Depends-on): Add fseeko.
14122
14123 2008-05-19  Simon Josefsson  <simon@josefsson.org>
14124
14125         * modules/base64-tests: New file.
14126
14127 2008-05-19  Bo Borgerson <gigabo@gmail.com>
14128
14129         * lib/base64.c (base64_decode_ctx): If a decode context structure
14130         was passed in use it to ignore newlines.  If a context structure
14131         was _not_ passed in, continue to treat newlines as garbage (this
14132         is the historical behavior).  Formerly base64_decode.
14133         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
14134         takes a decode context structure.
14135         * lib/base64.h (base64_decode): Macro for four-argument calls.
14136         (base64_decode_alloc): Likewise.
14137         * lib/base64.c (base64_decode_ctx): If a decode context structure
14138         was passed in use it to ignore newlines.  If a context structure
14139         was _not_ passed in, continue to treat newlines as garbage (this
14140         is the historical behavior).  Formerly base64_decode.
14141         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
14142         takes a decode context structure.
14143         * lib/base64.h (base64_decode): Macro for four-argument calls.
14144         (base64_decode_alloc): Likewise.
14145
14146 2008-05-19  Jim Meyering  <meyering@redhat.com>
14147
14148         avoid a warning from gcc
14149         * lib/trim.c (IF_LINT): Define.
14150         (trim2): Use it to avoid a "may be used uninitialized" warning.
14151
14152         Fix doc typo.
14153         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
14154
14155 2008-05-19  Bruno Haible  <bruno@clisp.org>
14156
14157         * doc/glibc-functions/getpass.texi: Document limits of other
14158         implementations.
14159
14160 2008-05-19  Simon Josefsson  <simon@josefsson.org>
14161             Bruno Haible <bruno@clisp.org>
14162
14163         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
14164
14165 2008-05-18  Bruno Haible  <bruno@clisp.org>
14166
14167         * modules/propername: New file, from GNU gettext.
14168         * lib/propername.h: New file, from GNU gettext.
14169         * lib/propername.c: New file, from GNU gettext.
14170         * MODULES.html.sh (Internationalization functions): Add propername.
14171
14172 2008-05-16  Jim Meyering  <meyering@redhat.com>
14173             Bruno Haible  <bruno@clisp.org>
14174
14175         Avoid some warnings from "gcc -Wshadow".
14176         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
14177
14178 2008-05-15  Eric Blake  <ebb9@byu.net>
14179
14180         Extend previous patch to cygwin 1.7.0.
14181         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
14182         fast implementation in cygwin >= 1.7.0.
14183         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14184         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14185
14186 2008-05-15  Bruno Haible  <bruno@clisp.org>
14187
14188         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
14189         implementation in glibc >= 2.9.
14190         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14191         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14192
14193 2008-05-15  Bruno Haible  <bruno@clisp.org>
14194
14195         * MODULES.html.sh (Internationalization functions): Remove linebreak.
14196         (Unicode string functions): Add unilbrk/*.
14197         Reported by Karl Berry.
14198
14199 2008-05-15  Eric Blake  <ebb9@byu.net>
14200
14201         Fix violation of <stdbool.h> replacement in regex.
14202         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
14203         * lib/regexec.c (re_search_internal): Likewise.
14204         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
14205
14206 2008-05-15  Jim Meyering  <meyering@redhat.com>
14207
14208         avoid distracting test output when git or cvs is not found
14209         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
14210         * tests/test-vc-list-files-git.sh: Likewise.
14211
14212 2008-05-15  Eric Blake  <ebb9@byu.net>
14213
14214         Glibc finally accepted the memmem speedup code, bugzilla #5514.
14215         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
14216         glibc version.
14217         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14218         * doc/posix-functions/strstr.texi (strstr): Likewise.
14219         * lib/str-two-way.h (MAX): Sychronize with glibc.
14220
14221 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
14222
14223         * lib/regcomp.c (optimize_utf8): Add a note on why we test
14224         opr.ctx_type.
14225         (calc_first): Initialize constraint field.
14226         (duplicate_node_closure): Use it instead of special casing ANCHORS.
14227         Fix grammar.
14228         (duplicate_node): Merge constraint field for all node types.
14229         (calc_eclosure_iter): Look at constraint field for all node types.
14230         * lib/regex_internal.c (create_cd_newstate): Don't look at
14231         opr.ctx_type.
14232
14233 2008-05-14  Bruno Haible  <bruno@clisp.org>
14234
14235         Help GCC to do better code generation.
14236         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
14237         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
14238         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
14239         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
14240         Declare with attribute 'malloc' if supported.
14241
14242 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
14243
14244         use "echo STR|wc -c" rather than unportable "expr length STR"
14245         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
14246         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
14247
14248 2008-05-14  Jim Meyering  <meyering@redhat.com>
14249
14250         use dd ibs=$n count=1 ... rather than less-portable head -c$n
14251         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
14252         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
14253         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
14254         via Collin Lasse.
14255
14256 2008-05-14  Eric Blake  <ebb9@byu.net>
14257
14258         Avoid quadratic growth in gl_LIBSOURCES.
14259         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
14260         Suggested by Bruno Haible.
14261
14262         Test xmemdup0.
14263         * modules/xmemdup0-tests: New file.
14264         * tests/test-xmemdup0.c: Likewise.
14265
14266 2008-05-13  Eric Blake  <ebb9@byu.net>
14267
14268         Split xmemdup0 into its own module.
14269         * modules/xmemdup0: New file.
14270         * lib/xmemdup0.h: Likewise.
14271         * lib/xmemdup0.c: Likewise.
14272         * MODULES.html.sh (Memory management functions): Add xmemdup0.
14273         * lib/xalloc.h (xmemdup0): Remove.
14274         * lib/xmalloc.c (xmemdup0): Likewise.
14275
14276 2008-05-13  Eric Blake  <ebb9@byu.net>
14277             Bruno Haible  <bruno@clisp.org>
14278
14279         Reduce number of forks required during autoconf.
14280         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
14281         and gl_LIBSOURCES_DIR.
14282         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
14283         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
14284         m4_syscmd per file.
14285         <m4_foreach_w>: Move...
14286         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
14287
14288 2008-05-13  Eric Blake  <ebb9@byu.net>
14289
14290         * gnulib-tool: Fix various comment typos.
14291
14292 2008-05-12  Bruno Haible  <bruno@clisp.org>
14293
14294         Tailor the linebreaking algorithm.
14295         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
14296
14297 2008-05-12  Bruno Haible  <bruno@clisp.org>
14298
14299         Update to Unicode 5.0.0.
14300         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
14301         LBP_JV, LBP_JT. Redistribute values.
14302         (unilbrk_table): Change size.
14303         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
14304         Unicode TR#14 rev. 22.
14305         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
14306         LBP_JV, LBP_JT. Redistribute values.
14307         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
14308         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
14309         Update.
14310         * lib/unilbrk/lbrkprop1.h: Regenerated.
14311         * lib/unilbrk/lbrkprop2.h: Regenerated.
14312         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
14313         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
14314         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
14315         Likewise.
14316         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
14317         Likewise.
14318         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
14319         result.
14320         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
14321         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
14322         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
14323         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
14324         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
14325         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
14326
14327 2008-05-11  Bruno Haible  <bruno@clisp.org>
14328
14329         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
14330
14331 2008-05-11  Bruno Haible  <bruno@clisp.org>
14332
14333         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
14334         * modules/unilbrk/gen-lbrk: New file.
14335
14336 2008-05-11  Bruno Haible  <bruno@clisp.org>
14337
14338         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
14339         * m4/sha512.m4 (gl_SHA512): Likewise.
14340
14341 2008-05-11  Jim Meyering  <meyering@redhat.com>
14342
14343         New modules: crypto/sha256, crypto/sha512 (from coreutils)
14344         * modules/crypto/sha256: New file.
14345         * modules/crypto/sha512: Likewise.
14346         * lib/sha256.c: Likewise.
14347         * lib/sha256.h: Likewise.
14348         * lib/sha512.c: Likewise.
14349         * lib/sha512.h: Likewise.
14350         * lib/u64.h: Likewise.
14351         * m4/sha256.m4: Likewise.
14352         * m4/sha512.m4: Likewise.
14353         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
14354
14355 2008-05-10  Bruno Haible  <bruno@clisp.org>
14356
14357         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
14358         (Input/Output <stdio.h>): Add xprintf.
14359         (Signal handling <signal.h>): Add strsignal.
14360         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
14361         (Core language properties): Add func.
14362         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
14363         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
14364         strings.
14365         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
14366         (Input/output): New section.
14367         (File system functions): Add openat-die, stat-macros.
14368         (Networking functions): Add sockets.
14369         (Unicode string functions): Add unictype/*.
14370         (Support for building libraries and executables): Add gperf.
14371         (Support for building documentation): Add agpl-3.0.
14372         (Misc): Add nocrash.
14373
14374 2008-05-10  Bruno Haible  <bruno@clisp.org>
14375
14376         * modules/unictype/gen-ctype: New file.
14377
14378 2008-05-10  Jim Meyering  <meyering@redhat.com>
14379
14380         Make chdir-safer.c more efficient on a system with no symlinks.
14381         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
14382         also if ELOOP is zero.  Suggested by Bruno Haible.
14383
14384         Make chdir-safer.c slightly safer.
14385         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
14386         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
14387
14388         Avoid compile failure on systems without ELOOP (like mingw).
14389         * lib/chdir-safer.c (ELOOP): Define if not already defined.
14390         Reported by Bruno Haible.
14391
14392 2008-05-10  Bruno Haible  <bruno@clisp.org>
14393
14394         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
14395         (is_utf8_encoding): Use a case-insensitive comparison.
14396         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
14397         streq.
14398
14399 2008-05-10  Bruno Haible  <bruno@clisp.org>
14400
14401         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
14402         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
14403         * lib/unilbrk/ulc-common.h (iconv_string_length,
14404         iconv_string_keeping_offsets): Remove declarations.
14405         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
14406         Don't include <iconv.h>, streq.h, xsize.h.
14407         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
14408         conversion.
14409         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
14410         <iconv.h>, streq.h, xsize.h.
14411         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
14412         conversion.
14413         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
14414         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
14415         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
14416         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
14417
14418 2008-05-10  Bruno Haible  <bruno@clisp.org>
14419
14420         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
14421         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
14422
14423         * modules/unilbrk/u32-width-linebreaks-tests: New file.
14424         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
14425
14426         * modules/unilbrk/u16-width-linebreaks-tests: New file.
14427         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
14428
14429         * modules/unilbrk/u8-width-linebreaks-tests: New file.
14430         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
14431
14432         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
14433         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
14434
14435         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
14436         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
14437
14438         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
14439         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
14440
14441         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
14442         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
14443
14444 2008-05-10  Bruno Haible  <bruno@clisp.org>
14445
14446         Split up 'linebreak' module.
14447         * lib/unilbrk.h: New file, based on lib/linebreak.h.
14448         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
14449         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
14450         modifications.
14451         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
14452         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
14453         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
14454         lib/linebreak.c.
14455         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
14456         lib/linebreak.c.
14457         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
14458         lib/linebreak.c.
14459         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
14460         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
14461         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
14462         lib/linebreak.c.
14463         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
14464         lib/linebreak.c.
14465         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
14466         lib/linebreak.c.
14467         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
14468         lib/linebreak.c.
14469         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
14470         lib/linebreak.c.
14471         * modules/unilbrk/base: New file.
14472         * modules/unilbrk/tables: New file.
14473         * modules/unilbrk/u8-possible-linebreaks: New file.
14474         * modules/unilbrk/u16-possible-linebreaks: New file.
14475         * modules/unilbrk/u32-possible-linebreaks: New file.
14476         * modules/unilbrk/ulc-common: New file.
14477         * modules/unilbrk/ulc-possible-linebreaks: New file.
14478         * modules/unilbrk/u8-width-linebreaks: New file.
14479         * modules/unilbrk/u16-width-linebreaks: New file.
14480         * modules/unilbrk/u32-width-linebreaks: New file.
14481         * modules/unilbrk/ulc-width-linebreaks: New file.
14482         * lib/linebreak.h: Remove file.
14483         * lib/linebreak.c: Remove file.
14484         * m4/linebreak.m4: Remove file.
14485         * modules/linebreak: Remove file.
14486         * NEWS: Mention the changes.
14487
14488 2008-05-09  Eric Blake  <ebb9@byu.net>
14489
14490         Add xmemdup0.
14491         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
14492         implementation.
14493         * lib/xmalloc.c (xmemdup0): New C implementation.
14494
14495 2008-05-08  Bruno Haible  <bruno@clisp.org>
14496
14497         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
14498
14499 2008-05-07  Eric Blake  <ebb9@byu.net>
14500
14501         Support cross-compilation of <wctype.h>.
14502         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
14503         AC_CACHE_CHECK.
14504
14505 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
14506
14507         * build-aux/vc-list-files: Add support for bzr.
14508
14509 2008-05-03  Jim Meyering  <meyering@redhat.com>
14510
14511         avoid failed assertion with tight malloc
14512         * tests/test-getndelim2.c: Correct an off-by-one assertion.
14513
14514 2008-05-03  Simon Josefsson  <simon@josefsson.org>
14515
14516         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
14517         are needed from arpa/inet.h.
14518         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
14519         Reported by Bruno Haible.
14520
14521 2008-05-02  Jim Meyering  <meyering@redhat.com>
14522
14523         avoid compilation error on FreeBSD 6
14524         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
14525
14526 2008-05-01  Jim Meyering  <meyering@redhat.com>
14527
14528         useless-if-before-free: correct --help's exit status description
14529         * build-aux/useless-if-before-free (usage): Like grep, exit 0
14530         for one or more matches, etc.  Reported by Bruno Haible.
14531
14532         vc-list-files: make the stand-alone gnulib test work
14533         * modules/vc-list-files-tests (configure.ac):
14534         Define and AC_SUBST abs_aux_dir.
14535         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
14536         $(abs_top_srcdir) to each script and having each of them
14537         duplicate the work of setting PATH, set PATH here, using
14538         the new variable, abs_aux_dir instead.
14539         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
14540         * tests/test-vc-list-files-git.sh: Likewise.
14541         Reported by Bruno Haible.
14542
14543 2008-05-01  Bruno Haible  <bruno@clisp.org>
14544
14545         * lib/getndelim2.c (getndelim2): Fix newsize computation during
14546         reallocation. Rename 'done' to 'found_delimiter'.
14547
14548 2008-05-01  Jim Meyering  <meyering@redhat.com>
14549
14550         vc-list-files: accommodate /bin/sh like the one from Solaris 10
14551         * build-aux/vc-list-files: Use `...`, not $(...).
14552
14553 2008-04-30  Jim Meyering  <meyering@redhat.com>
14554
14555         add tests for vc-list-files
14556         * modules/vc-list-files-tests: New module.
14557         * tests/test-vc-list-files-cvs.sh: New file.
14558         * tests/test-vc-list-files-git.sh: New file.
14559
14560         avoid a warning from gcc
14561         * lib/getndelim2.c (IF_LINT): Define.
14562         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
14563
14564         vc-list-files: work properly with build-aux/cvsu, too
14565         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
14566         to all cvs-based clauses.
14567
14568         vc-list-files: work properly in the CVS+awk case, too
14569         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
14570
14571         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
14572         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
14573         take more than one file argument, so .  Add quotes, just in case $dir
14574         ever contains a shell meta-character.  Prompted by Soren Hansen in
14575         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
14576
14577 2008-04-29  Eric Blake  <ebb9@byu.net>
14578
14579         Optimize getndelim2 to use block operations when possible.
14580         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
14581         freadseek, and memchr2.
14582         * lib/getndelim2.c (getndelim2): Use them for block reads.
14583
14584 2008-04-29  Bruno Haible  <bruno@clisp.org>
14585
14586         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
14587         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
14588         * modules/inet_ntop (Depends-on): Add extensions.
14589         * modules/inet_pton (Depends-on): Likewise.
14590         Reported by Simon Josefsson.
14591
14592 2008-04-29  Jim Meyering  <meyering@redhat.com>
14593
14594         When the is more than one match in a block, match all of them.
14595         * build-aux/useless-if-before-free: Iterate through each block
14596         until there are no more matches.
14597
14598         Fix broken useless-if-before-free script.
14599         * build-aux/useless-if-before-free: Fix typo: missing "?" after
14600         the expression to match cast of argument to free-like function.
14601
14602 2008-04-29  Eric Blake  <ebb9@byu.net>
14603
14604         Use new header.
14605         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
14606
14607 2008-04-29  Jim Meyering  <meyering@redhat.com>
14608
14609         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
14610         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
14611         by gnulib to exist and to declare e.g., inet_ntop.
14612         Don't include "inet_ntop.h", now removed.
14613
14614         * m4/arpa_inet_h.m4: Remove trailing blanks.
14615
14616 2008-04-29  Eric Blake  <ebb9@byu.net>
14617
14618         Silence valgrind on safe reads beyond potential array bounds.
14619         * lib/rawmemchr.valgrind: New file.
14620         * lib/strchrnul.valgrind: Likewise.
14621         * modules/rawmemchr (Files): Distribute new file.
14622         * modules/strchrnul (Files): Likewise.
14623         Suggested by Bruno Haible.
14624
14625 2008-04-29  Bruno Haible  <bruno@clisp.org>
14626
14627         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
14628         (inet_ntop, inet_pton): Change portability warning's wording.
14629         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
14630         Invoke gl_CHECK_NEXT_HEADERS.
14631         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
14632         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
14633         set ARPA_INET_H.
14634         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
14635         * modules/arpa_inet (Description): No longer only for systems that
14636         lack it.
14637         (Depends-on): Add include_next.
14638         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
14639         HAVE_ARPA_INET_H.
14640
14641 2008-04-29  Jim Meyering  <meyering@redhat.com>
14642
14643         * modules/mkdir (License): Re-license as LGPLv2+.
14644
14645 2008-04-29  Bruno Haible  <bruno@clisp.org>
14646
14647         * modules/rawmemchr (Maintainer): Set to Eric.
14648         * modules/strchrnul (Maintainer): Likewise.
14649
14650 2008-04-29  Simon Josefsson  <simon@josefsson.org>
14651
14652         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
14653         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
14654
14655         * modules/arpa_inet (arpa/inet.h): Use them.
14656
14657 2008-04-28  Eric Blake  <ebb9@byu.net>
14658
14659         Test getndelim2.
14660         * modules/getndelim2-tests: New file.
14661         * tests/test-getndelim2.c: Likewise.
14662         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
14663         stream.
14664         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
14665
14666         * MODULES.html.sh: Document new module.
14667
14668 2008-04-20  Bruno Haible  <bruno@clisp.org>
14669
14670         * lib/c-stack.c (die): Use raise.
14671         * modules/c-stack (Depends-on): Add raise.
14672
14673 2008-04-28  Bruno Haible  <bruno@clisp.org>
14674
14675         Expect rpmatch to be declared.
14676         * lib/yesno.c (rpmatch): Remove declaration.
14677
14678         Declare rpmatch.
14679         * lib/stdlib.in.h (rpmatch): New declaration.
14680         * lib/rpmatch.c: Include <stdlib.h> first.
14681         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
14682         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
14683         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
14684         HAVE_RPMATCH.
14685         * modules/rpmatch (Depends-on): Add stdlib, extensions.
14686         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14687         (Include): Set to <stdlib.h>.
14688         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
14689         HAVE_RPMATCH.
14690         * NEWS: Document the change.
14691
14692 2008-04-28  Bruno Haible  <bruno@clisp.org>
14693
14694         Change rpmatch to use nl_langinfo when appropriate.
14695         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
14696         (N_): New macro.
14697         (localized_pattern): New function/macro.
14698         (try): Remove match, nomatch arguments. Copy the pattern into safe
14699         memory before caching it.
14700         (rpmatch): Use localized_pattern. Add translator comments.
14701         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
14702         Suggested by Eric Blake.
14703         * modules/rpmatch (Depends-on): Add stdbool.
14704
14705 2008-04-28  Eric Blake  <ebb9@byu.net>
14706
14707         Add rawmemchr module, matching glibc.
14708         * modules/string (Makefile.am): New indicator.
14709         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
14710         * lib/string.in.h (rawmemchr): Declare when appropriate.
14711         * modules/rawmemchr: New file.
14712         * m4/rawmemchr.m4: Likewise.
14713         * lib/rawmemchr.c: Likewise.
14714         * modules/rawmemchr-tests: Likewise.
14715         * tests/test-rawmemchr.c: Likewise.
14716         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
14717         module.
14718         * modules/strchrnul (Depends-on): Add rawmemchr.
14719         * lib/strchrnul.c (strchrnul): Optimize a corner case.
14720
14721         Whitespace cleanup.
14722         * tests/test-strchrnul.c: Reindent.
14723         * lib/strchrnul.c: Likewise.
14724
14725         Optimize and test strchrnul.
14726         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
14727         * modules/strchrnul-tests: New file.
14728         * tests/test-strchrnul.c: Likewise.
14729
14730         Remove intprops dependency.
14731         * modules/memchr (Depends-on): Remove intprops.
14732         * modules/memrchr (Depends-on): Likewise.
14733         * modules/memchr2 (Depends-on): Likewise.
14734         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
14735         * lib/memrchr.c (__memrchr): Likewise.
14736         * lib/memrchr2.c (memchr2): Likewise.
14737         Reported by Simon Josefsson.
14738
14739 2008-04-28  Simon Josefsson  <simon@josefsson.org>
14740
14741         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
14742         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14743
14744 2008-04-28  Simon Josefsson  <simon@josefsson.org>
14745
14746         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
14747
14748         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
14749
14750         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
14751
14752         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
14753         declarations.
14754         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
14755
14756         * m4/inet_pton.m4: Don't check for header files.
14757
14758         * m4/inet_ntop.m4: Don't check for header files.
14759
14760 2008-04-28  Simon Josefsson  <simon@josefsson.org>
14761
14762         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
14763         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
14764         trigger for cygwin).
14765         Reported by Bruno Haible  <bruno@clisp.org>.
14766
14767 2008-04-28  Bruno Haible  <bruno@clisp.org>
14768
14769         * doc/posix-functions/strdup.texi: Mention mingw problem.
14770
14771 2008-04-27  Bruno Haible  <bruno@clisp.org>
14772
14773         * modules/stat-time-tests (Depends-on): Add sleep.
14774         * tests/test-stat-time.c (force_unlink): New function.
14775         (cleanup): Use it.
14776         (test_mtime): Remove the ctime related tests.
14777         (test_ctime): New function, containing the ctime related tests.
14778         (main): Call test_ctime, except on native Windows platforms.
14779
14780 2008-04-27  Bruno Haible  <bruno@clisp.org>
14781
14782         * lib/rpmatch.c (rpmatch): Add some comments.
14783         Reported by James Youngman <jay@gnu.org>.
14784
14785 2008-04-27  Bruno Haible  <bruno@clisp.org>
14786
14787         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
14788         quiet NaNs.
14789
14790 2008-04-27  Bruno Haible  <bruno@clisp.org>
14791
14792         Make test-yesno.sh work on mingw.
14793         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
14794         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
14795         (main): Set stdin to binary mode.
14796         * modules/yesno-tests (Depends-on): Add binary-io.
14797
14798 2008-04-27  Bruno Haible  <bruno@clisp.org>
14799
14800         Fix 'isfinite' on x86, x86_64, ia64 platforms.
14801         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
14802         argument that lie outside the IEEE 854 domain.
14803         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
14804         (gl_ISFINITE): Use it.
14805         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
14806
14807 2008-04-27  Bruno Haible  <bruno@clisp.org>
14808
14809         Allow local renaming in config.h.
14810         * lib/memrchr.c (memrchr): Don't undefine outside libc.
14811
14812 2008-04-27  Bruno Haible  <bruno@clisp.org>
14813
14814         * lib/memchr.c (__memchr): Change type of 'i'.
14815         * lib/memchr2.c (memchr2): Likewise.
14816
14817 2008-04-26  Eric Blake  <ebb9@byu.net>
14818         and Bruno Haible  <bruno@clisp.org>
14819
14820         Optimize and test memrchr.
14821         * modules/memrchr (Depends-on): Add intprops.
14822         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
14823         * modules/memrchr-tests: New file.
14824         * tests/test-memrchr.c: New file.
14825
14826 2008-04-26  Bruno Haible  <bruno@clisp.org>
14827
14828         Add tentative support for DragonFly BSD.
14829         * lib/stdio-impl.h: Add macros for DragonFly BSD.
14830         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
14831         fp.
14832         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
14833         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
14834         * lib/fpurge.c (fpurge): Likewise.
14835         * lib/freadable.c (freaadable): Likewise.
14836         * lib/freadahead.c (freadahead): Likewise.
14837         * lib/freading.c (freading): Likewise.
14838         * lib/freadptr.c (freadptr): Likewise.
14839         * lib/freadseek.c (freadptrinc): Likewise.
14840         * lib/fseeko.c (fseeko): Likewise.
14841         * lib/fseterr.c (fseterr): Likewise.
14842         * lib/fwritable.c (fwritable): Likewise.
14843         * lib/fwriting.c (fwriting): Likewise.
14844
14845 2008-04-26  Bruno Haible  <bruno@clisp.org>
14846
14847         * lib/stdio-impl.h: New file.
14848         * lib/fbufmode.c: Include stdio-impl.h.
14849         (fbufmode): Use fp_, remove redundant #defines.
14850         * lib/fflush.c: Include stdio-impl.h.
14851         (clear_ungetc_buffer): Remove redundant #defines.
14852         * lib/fpurge.c: Include stdio-impl.h.
14853         (fpurge): Remove redundant #defines.
14854         * lib/freadable.c: Include stdio-impl.h.
14855         (freadable): Remove redundant #defines.
14856         * lib/freadahead.c: Include stdio-impl.h.
14857         (freadahead): Remove redundant #defines.
14858         * lib/freading.c: Include stdio-impl.h.
14859         (freading): Remove redundant #defines.
14860         * lib/freadptr.c: Include stdio-impl.h.
14861         (freadptr): Remove redundant #defines.
14862         * lib/freadseek.c: Include stdio-impl.h.
14863         (freadptrinc): Remove redundant #defines.
14864         * lib/fseeko.c: Include stdio-impl.h.
14865         (rpl_fseeko): Remove redundant #defines.
14866         * lib/fseterr.c: Include stdio-impl.h.
14867         (fseterr): Remove redundant #defines.
14868         * lib/fwritable.c: Include stdio-impl.h.
14869         (fwritable: Remove redundant #defines.
14870         * lib/fwriting.c: Include stdio-impl.h.
14871         (fwriting): Remove redundant #defines.
14872         * modules/fbufmode (Files): Add lib/stdio-impl.h.
14873         * modules/fflush (Files): Likewise.
14874         * modules/fpurge (Files): Likewise.
14875         * modules/freadable (Files): Likewise.
14876         * modules/freadahead (Files): Likewise.
14877         * modules/freading (Files): Likewise.
14878         * modules/freadptr (Files): Likewise.
14879         * modules/freadseek (Files): Likewise.
14880         * modules/fseeko (Files): Likewise.
14881         * modules/fseterr (Files): Likewise.
14882         * modules/fwritable (Files): Likewise.
14883         * modules/fwriting (Files): Likewise.
14884
14885 2008-04-26  Bruno Haible  <bruno@clisp.org>
14886
14887         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
14888         restore_seek_optimization, update_fpos_cache): New functions, extracted
14889         from rpl_fflush.
14890         (rpl_fflush): Use them.
14891         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
14892         (gl_REPLACE_FFLUSH): Use it.
14893
14894 2008-04-26  Bruno Haible  <bruno@clisp.org>
14895
14896         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
14897         on Solaris.
14898         * tests/test-xstrtoimax.sh: Likewise.
14899         * tests/test-xstrtoumax.sh: Likewise.
14900         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14901
14902 2008-04-26  Bruno Haible  <bruno@clisp.org>
14903
14904         * modules/memchr-tests: New file.
14905         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
14906
14907 2008-04-26  Eric Blake  <ebb9@byu.net>
14908             Bruno Haible  <bruno@clisp.org>
14909
14910         * lib/memchr.c: Include intprops.h.
14911         (__memchr): Optimize parallel detection of matching bytes. Rename local
14912         variables. Add explanatory comments.
14913
14914 2008-04-26  Bruno Haible  <bruno@clisp.org>
14915
14916         Fix module 'memchr', broken since 2000-10-28.
14917         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
14918
14919 2008-04-26  Bruno Haible  <bruno@clisp.org>
14920
14921         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
14922         comments.
14923
14924 2008-04-25  Eric Blake  <ebb9@byu.net>
14925
14926         Use native fstatat on cygwin 1.7.0.
14927         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
14928         first.
14929
14930 2008-04-23  Eric Blake  <ebb9@byu.net>
14931
14932         Improve memchr2 performance.
14933         * lib/memchr2.c (memchr2): Further optimize parallel detection of
14934         NUL bytes.
14935         * modules/memchr2 (Depends-on): Use intprops.h.
14936
14937 2008-04-23  Simon Josefsson  <simon@josefsson.org>
14938
14939         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
14940         an inline function instead of a CPP macro.  Patch by Ben Pfaff
14941         <blp@cs.stanford.edu>.
14942
14943 2008-04-23  Simon Josefsson  <simon@josefsson.org>
14944
14945         * lib/arpa_inet.in.h: New file.
14946
14947         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
14948         (Makefile.am): Sed in substitute header file.
14949
14950         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
14951         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
14952
14953         * modules/inet_ntop (configure.ac): Use
14954         gl_ARPA_INET_MODULE_INDICATOR.
14955
14956         * modules/inet_pton (configure.ac): Use
14957         gl_ARPA_INET_MODULE_INDICATOR.
14958
14959 2008-04-22  Jim Meyering  <meyering@redhat.com>
14960
14961         * modules/verify (License): Re-license as LGPLv2+.
14962
14963 2008-04-22  Simon Josefsson  <simon@josefsson.org>
14964
14965         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
14966         parameter to void* as per POSIX standard (MinGW uses char*).
14967
14968 2008-04-21  Bruno Haible  <bruno@clisp.org>
14969
14970         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
14971         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
14972         Define to replacements if REPLACE_ISWCNTRL is 1.
14973         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
14974         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
14975         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
14976         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
14977         what it fixes.
14978         * doc/posix-functions/iswalpha.texi: Likewise.
14979         * doc/posix-functions/iswblank.texi: Likewise.
14980         * doc/posix-functions/iswcntrl.texi: Likewise.
14981         * doc/posix-functions/iswdigit.texi: Likewise.
14982         * doc/posix-functions/iswgraph.texi: Likewise.
14983         * doc/posix-functions/iswlower.texi: Likewise.
14984         * doc/posix-functions/iswprint.texi: Likewise.
14985         * doc/posix-functions/iswpunct.texi: Likewise.
14986         * doc/posix-functions/iswspace.texi: Likewise.
14987         * doc/posix-functions/iswupper.texi: Likewise.
14988         * doc/posix-functions/iswxdigit.texi: Likewise.
14989         Reported by Alain Guibert.
14990
14991 2008-04-21  Bruno Haible  <bruno@clisp.org>
14992
14993         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
14994         Patch by Alain Guibert.
14995
14996 2008-04-21  Bruno Haible  <bruno@clisp.org>
14997
14998         Fix test failures on mingw.
14999         * tests/test-xstrtol.c (print_no_progname): New function.
15000         (main): Install it in error_print_progname hook.
15001         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
15002         * tests/test-xstrtoimax.sh: Likewise.
15003         * tests/test-xstrtoumax.sh: Likewise.
15004
15005 2008-04-21  Bruno Haible  <bruno@clisp.org>
15006
15007         Fix test failure on mingw.
15008         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
15009
15010 2008-04-21  Bruno Haible  <bruno@clisp.org>
15011
15012         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
15013         Actually assign a value.
15014
15015 2008-04-20  Bruno Haible  <bruno@clisp.org>
15016
15017         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
15018         take 2.
15019         * lib/canonicalize.c (canonicalize_file_name): Elide if the
15020         'canonicalize-lgpl' module is also used.
15021         * lib/canonicalize-lgpl.c: Undo last change.
15022         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
15023
15024 2008-04-20  Bruno Haible  <bruno@clisp.org>
15025
15026         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
15027         config.h. Provide _mkdir based fallback for mingw.
15028         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
15029         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
15030         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
15031         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
15032         rather than defining mkdir in config.h.
15033         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
15034         (gl_SYS_STAT_H_DEFAULTS): New macro.
15035         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
15036         HAVE_IO_H any more.
15037         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
15038         HAVE_DECL_MKDIR and HAVE_IO_H.
15039
15040 2008-04-20  Bruno Haible  <bruno@clisp.org>
15041
15042         * lib/isapipe.c: Port to native Windows platforms.
15043
15044 2008-04-20  Bruno Haible  <bruno@clisp.org>
15045
15046         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
15047
15048 2008-04-21  Eric Blake  <ebb9@byu.net>
15049
15050         Work around preprocessors that don't handle UINTMAX_MAX.
15051         * lib/memchr2.c (memchr2): Avoid embedded #if.
15052         Reported by Alain Guibert, fix suggested by Bruno Haible.
15053
15054 2008-04-21  Simon Josefsson  <simon@josefsson.org>
15055
15056         * doc/posix-functions/strftime.texi (strftime): Explain better
15057         Windows incompatibility.  Suggested by Micah Cowan
15058         <micah@cowan.name>.
15059
15060 2008-04-20  Bruno Haible  <bruno@clisp.org>
15061
15062         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
15063         unistr/u8-mblen.
15064
15065 2008-04-20  Bruno Haible  <bruno@clisp.org>
15066
15067         Fix test failure on platforms with non-GNU iconv.
15068         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
15069         (U_TO_U8): Use it, rather than u16_to_u8.
15070         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
15071         units at the end of the input string.
15072         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
15073
15074 2008-04-20  Bruno Haible  <bruno@clisp.org>
15075
15076         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
15077         when the resulting length is 0.
15078         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
15079
15080 2008-04-20  Bruno Haible  <bruno@clisp.org>
15081
15082         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
15083         works.
15084         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
15085
15086 2008-04-20  Bruno Haible  <bruno@clisp.org>
15087
15088         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
15089         * modules/tsearch-tests (configure.ac): Test for initstate function.
15090
15091 2008-04-20  Bruno Haible  <bruno@clisp.org>
15092
15093         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
15094         for nlink_t if missing.
15095         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
15096
15097 2008-04-19  Bruno Haible  <bruno@clisp.org>
15098
15099         Work around snprintf bug on Linux libc5.
15100         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
15101         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15102         gl_SNPRINTF_SIZE1.
15103         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15104         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
15105         that test failed.
15106         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
15107         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
15108         * modules/snprintf (Files): Add m4/printf.m4.
15109         * modules/vsnprintf (Files): Likewise.
15110         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
15111         * doc/posix-functions/vsnprintf.texi: Likewise.
15112
15113 2008-04-19  Bruno Haible  <bruno@clisp.org>
15114
15115         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
15116         from 0.0058 to less than 10^-7.
15117
15118 2008-04-19  Bruno Haible  <bruno@clisp.org>
15119
15120         Fix rounding when a precision is given.
15121         * lib/vasnprintf.c (is_borderline): New function.
15122         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
15123         9...9x.
15124         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
15125         %e, %g.
15126         * tests/test-vasprintf-posix.c (test_function): Likewise.
15127         * tests/test-snprintf-posix.h (test_function): Likewise.
15128         * tests/test-sprintf-posix.h (test_function): Likewise.
15129         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
15130         * tests/test-printf-posix.h (test_function): Likewise.
15131         * tests/test-printf-posix.output: Update.
15132         Reported by John Darrington <john@darrington.wattle.id.au> via
15133         Ben Pfaff <blp@cs.stanford.edu>.
15134
15135 2008-04-18  Simon Josefsson  <simon@josefsson.org>
15136
15137         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
15138         Suggested by Bruno Haible <bruno@clisp.org>.
15139
15140 2008-04-17  Bruno Haible  <bruno@clisp.org>
15141
15142         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
15143         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
15144         implementation.
15145         Patch by Bruce Merry <bmerry@gmail.com>.
15146
15147 2008-04-17  Simon Josefsson  <simon@josefsson.org>
15148
15149         * doc/posix-functions/strftime.texi (strftime): Mention that %e
15150         doesn't work under Windows.
15151
15152 2008-04-16  Bruno Haible  <bruno@clisp.org>
15153
15154         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
15155         New macros.
15156         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
15157         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
15158         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
15159         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
15160         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
15161         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
15162         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
15163         macros.
15164         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
15165         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
15166         Northern Sotho, Uighur.
15167
15168 2008-04-16  Bruno Haible  <bruno@clisp.org>
15169
15170         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
15171         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
15172         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
15173         Reported by Daniel Bergström <daniel@octocode.com>.
15174
15175 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
15176             Bruno Haible  <bruno@clisp.org>
15177
15178         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
15179         function.
15180         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
15181         New functions, mostly extracted from gl_locale_name_default.
15182         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
15183
15184 2008-04-16  Eric Blake  <ebb9@byu.net>
15185
15186         Adjust strtod detection to catch glibc 2.7 bug.
15187         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
15188         Reported by John Gatewood Ham.
15189
15190 2008-04-16  Bruno Haible  <bruno@clisp.org>
15191
15192         Add tentative support for Linux libc5.
15193         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
15194         * lib/fpurge.c (fpurge): Likewise.
15195         * lib/freadable.c (freadable): Likewise.
15196         * lib/freadahead.c (freadahead): Likewise.
15197         * lib/freading.c (freading): Likewise.
15198         * lib/freadptr.c (freadptr): Likewise.
15199         * lib/freadseek.c (freadptrinc): Likewise.
15200         * lib/fseeko.c (rpl_fseeko): Likewise.
15201         * lib/fseterr.c (fseterr): Likewise.
15202         * lib/fwritable.c (fwritable): Likewise.
15203         * lib/fwriting.c (fwriting): Likewise.
15204         Reported by Alain Guibert <alguibert+bts@free.fr>.
15205
15206 2008-04-15  Bruno Haible  <bruno@clisp.org>
15207
15208         * modules/mathl (configure.ac): Define module indicator.
15209
15210 2008-04-15  Bruno Haible  <bruno@clisp.org>
15211
15212         * lib/logl.c (logl): Remove unused variables.
15213
15214 2008-04-15  Bruno Haible  <bruno@clisp.org>
15215
15216         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
15217         fails.
15218
15219 2008-04-15  Bruno Haible  <bruno@clisp.org>
15220
15221         * lib/trim.c (trim2): Fix argument of isspace() macro.
15222
15223 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
15224
15225         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
15226         to 0.
15227         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
15228
15229 2008-04-14  Bruno Haible  <bruno@clisp.org>
15230
15231         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
15232         AC_LANG_PROGRAM argument.
15233         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
15234         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
15235         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
15236         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
15237         * m4/math_h.m4 (gl_MATH_H): Likewise.
15238         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
15239         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
15240         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
15241         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
15242         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15243         * m4/regex.m4 (gl_REGEX): Likewise.
15244         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
15245         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
15246         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15247         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
15248         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15249         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
15250         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
15251         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
15252
15253 2008-04-14  Jim Meyering  <meyering@redhat.com>
15254
15255         test-strtod: fix typos: s/abs/fabs/
15256         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
15257
15258 2008-04-13  Bruno Haible  <bruno@clisp.org>
15259
15260         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
15261         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
15262         module is also used and while not building the reloc-wrapper.
15263
15264 2008-04-13  Bruno Haible  <bruno@clisp.org>
15265
15266         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
15267
15268 2008-04-13  Bruno Haible  <bruno@clisp.org>
15269
15270         Fix AIX compilation failure introduced on 2008-04-02.
15271         * tests/test-frexp.c (exp): Undefine before redefining.
15272         * tests/test-frexpl.c (exp): Likewise.
15273
15274 2008-04-13  Bruno Haible  <bruno@clisp.org>
15275
15276         Work around a HP-UX stdio bug.
15277         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
15278         * tests/test-ftello.c (main): Likewise.
15279         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
15280         * doc/posix-functions/ftello.texi: Likewise.
15281
15282 2008-04-13  Bruno Haible  <bruno@clisp.org>
15283
15284         Make test-signbit pass on HP-UX/hppa.
15285         * tests/test-signbit.c (minus_zerol): New variable.
15286         (test_signbitl): Use it.
15287
15288 2008-04-13  Bruno Haible  <bruno@clisp.org>
15289
15290         Make truncl work on OSF/1 4.0.
15291         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
15292         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
15293         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
15294         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
15295         HAVE_DECL_TRUNCL.
15296         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
15297         HAVE_DECL_TRUNCL.
15298         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
15299
15300 2008-04-13  Bruno Haible  <bruno@clisp.org>
15301
15302         * lib/unictype.h: Remove trailing comma from enumeration definitions.
15303
15304 2008-04-13  Bruno Haible  <bruno@clisp.org>
15305
15306         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
15307         expression, so as to avoid HP-UX 11 cc compiler bug.
15308
15309 2008-04-13  Bruno Haible  <bruno@clisp.org>
15310
15311         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
15312
15313 2008-04-13  Bruno Haible  <bruno@clisp.org>
15314
15315         * lib/git-merge-changelog.c: Remove empty declaration outside of
15316         functions.
15317
15318 2008-04-13  Bruno Haible  <bruno@clisp.org>
15319
15320         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
15321
15322 2008-04-13  Bruno Haible  <bruno@clisp.org>
15323
15324         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
15325         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
15326         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
15327         also if it exists but lacks definitions of the SHUT_* macros.
15328         * modules/sys_socket (Description): Update.
15329         Reported by Elbert Pol <e.pol@chello.nl>.
15330
15331 2008-04-13  Bruno Haible  <bruno@clisp.org>
15332
15333         * lib/localcharset.c (OS2): Don't redefine if already defined.
15334         Reported by Elbert Pol <e.pol@chello.nl>.
15335
15336 2008-04-13  Bruno Haible  <bruno@clisp.org>
15337
15338         * lib/binary-io.h [__EMX__]: Include <io.h>.
15339         Reported by Elbert Pol <e.pol@chello.nl>.
15340
15341 2008-04-12  Bruno Haible  <bruno@clisp.org>
15342
15343         * lib/fpucw.h: Enable the definitions also for x86_64.
15344         Needed for NetBSD/x86_64.
15345         Reported by Thomas Klausner <tk@giga.or.at>.
15346
15347 2008-04-12  Bruno Haible  <bruno@clisp.org>
15348
15349         * tests/test-strtod.c: Include isnand.h.
15350         (main): Use isnand instead of isnan.
15351         Reported by Jim Meyering.
15352
15353 2008-04-12  Bruno Haible  <bruno@clisp.org>
15354
15355         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
15356         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
15357
15358 2008-04-12  Jim Meyering  <meyering@redhat.com>
15359
15360         * m4/math_h.m4 (gl_MATH_H): Fix typos.
15361
15362 2008-04-12  Bruno Haible  <bruno@clisp.org>
15363
15364         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
15365         Reported by Elbert Pol <e.pol@chello.nl>.
15366
15367 2008-04-12  Eric Blake  <ebb9@byu.net>
15368
15369         Work around Solaris 10 math.h bug.
15370         * m4/math_h.m4 (gl_MATH_H): Check for bug.
15371         (gl_MATH_H_DEFAULTS): Set up default.
15372         * modules/math (Makefile.am): Replace new indicators.
15373         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
15374         * tests/test-math.c (main): Test this.
15375         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
15376         * doc/posix-headers/math.texi (math.h): Mention bug.
15377         Reported by Nelson H. F. Beebe and Jim Meyering.
15378
15379 2008-04-11  Bruno Haible  <bruno@clisp.org>
15380
15381         Adapt to future versions of Apple GCC.
15382         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
15383         Reported by Peter O'Gorman <peter@pogma.com>.
15384
15385 2008-04-11  Bruno Haible  <bruno@clisp.org>
15386
15387         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
15388
15389 2008-04-11  Bruno Haible  <bruno@clisp.org>
15390
15391         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
15392
15393         * modules/getaddrinfo-tests (Makefile.am): Define
15394         test_getaddrinfo_LDADD.
15395
15396 2008-04-11  Bruno Haible  <bruno@clisp.org>
15397
15398         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
15399         (init): Fix syntax error.
15400         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
15401         is declared.
15402
15403 2008-04-11  Bruno Haible  <bruno@clisp.org>
15404
15405         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
15406         * modules/glob (Depends-on): Add stdbool.
15407
15408 2008-04-11  Bruno Haible  <bruno@clisp.org>
15409
15410         * lib/trim.c: Include <string.h>.
15411
15412 2008-04-11  Eric Blake  <ebb9@byu.net>
15413
15414         Avoid compile failure on OS/2.
15415         * lib/regex_internal.h (internal_function): Disable optimization
15416         on OS/2 (__EMX__), where it caused compiler error.
15417         Reported by Elbert Pol.
15418
15419 2008-04-11  Bruno Haible  <bruno@clisp.org>
15420
15421         Flush the standard error stream before aborting. Needed on mingw.
15422         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
15423         * tests/test-array_list.c (ASSERT): Likewise.
15424         * tests/test-array_oset.c (ASSERT): Likewise.
15425         * tests/test-avltree_list.c (ASSERT): Likewise.
15426         * tests/test-avltree_oset.c (ASSERT): Likewise.
15427         * tests/test-avltreehash_list.c (ASSERT): Likewise.
15428         * tests/test-binary-io.c (ASSERT): Likewise.
15429         * tests/test-byteswap.c (ASSERT): Likewise.
15430         * tests/test-c-ctype.c (ASSERT): Likewise.
15431         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
15432         * tests/test-c-strcasestr.c (ASSERT): Likewise.
15433         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
15434         * tests/test-c-strstr.c (ASSERT): Likewise.
15435         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
15436         * tests/test-canonicalize.c (ASSERT): Likewise.
15437         * tests/test-carray_list.c (ASSERT): Likewise.
15438         * tests/test-ceilf1.c (ASSERT): Likewise.
15439         * tests/test-ceilf2.c (ASSERT): Likewise.
15440         * tests/test-ceill.c (ASSERT): Likewise.
15441         * tests/test-count-one-bits.c (ASSERT): Likewise.
15442         * tests/test-fbufmode.c (ASSERT): Likewise.
15443         * tests/test-fflush2.c (ASSERT): Likewise.
15444         * tests/test-floorf1.c (ASSERT): Likewise.
15445         * tests/test-floorf2.c (ASSERT): Likewise.
15446         * tests/test-floorl.c (ASSERT): Likewise.
15447         * tests/test-fopen.c (ASSERT): Likewise.
15448         * tests/test-fpending.c (ASSERT): Likewise.
15449         * tests/test-fprintf-posix.c (ASSERT): Likewise.
15450         * tests/test-fpurge.c (ASSERT): Likewise.
15451         * tests/test-freadable.c (ASSERT): Likewise.
15452         * tests/test-freadahead.c (ASSERT): Likewise.
15453         * tests/test-freading.c (ASSERT): Likewise.
15454         * tests/test-freadptr.c (ASSERT): Likewise.
15455         * tests/test-freadptr2.c (ASSERT): Likewise.
15456         * tests/test-freadseek.c (ASSERT): Likewise.
15457         * tests/test-freopen.c (ASSERT): Likewise.
15458         * tests/test-frexp.c (ASSERT): Likewise.
15459         * tests/test-frexpl.c (ASSERT): Likewise.
15460         * tests/test-fseek.c (ASSERT): Likewise.
15461         * tests/test-fseeko.c (ASSERT): Likewise.
15462         * tests/test-fstrcmp.c (ASSERT): Likewise.
15463         * tests/test-ftell.c (ASSERT): Likewise.
15464         * tests/test-ftello.c (ASSERT): Likewise.
15465         * tests/test-func.c (ASSERT): Likewise.
15466         * tests/test-fwritable.c (ASSERT): Likewise.
15467         * tests/test-fwriting.c (ASSERT): Likewise.
15468         * tests/test-getdelim.c (ASSERT): Likewise.
15469         * tests/test-getline.c (ASSERT): Likewise.
15470         * tests/test-i-ring.c (ASSERT): Likewise.
15471         * tests/test-iconv-utf.c (ASSERT): Likewise.
15472         * tests/test-iconv.c (ASSERT): Likewise.
15473         * tests/test-isfinite.c (ASSERT): Likewise.
15474         * tests/test-isnand.c (ASSERT): Likewise.
15475         * tests/test-isnanf.c (ASSERT): Likewise.
15476         * tests/test-isnanl.h (ASSERT): Likewise.
15477         * tests/test-ldexpl.c (ASSERT): Likewise.
15478         * tests/test-linked_list.c (ASSERT): Likewise.
15479         * tests/test-linkedhash_list.c (ASSERT): Likewise.
15480         * tests/test-localename.c (ASSERT): Likewise.
15481         * tests/test-lseek.c (ASSERT): Likewise.
15482         * tests/test-mbscasecmp.c (ASSERT): Likewise.
15483         * tests/test-mbscasestr1.c (ASSERT): Likewise.
15484         * tests/test-mbscasestr2.c (ASSERT): Likewise.
15485         * tests/test-mbscasestr3.c (ASSERT): Likewise.
15486         * tests/test-mbscasestr4.c (ASSERT): Likewise.
15487         * tests/test-mbschr.c (ASSERT): Likewise.
15488         * tests/test-mbscspn.c (ASSERT): Likewise.
15489         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
15490         * tests/test-mbspbrk.c (ASSERT): Likewise.
15491         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
15492         * tests/test-mbsrchr.c (ASSERT): Likewise.
15493         * tests/test-mbsspn.c (ASSERT): Likewise.
15494         * tests/test-mbsstr1.c (ASSERT): Likewise.
15495         * tests/test-mbsstr2.c (ASSERT): Likewise.
15496         * tests/test-mbsstr3.c (ASSERT): Likewise.
15497         * tests/test-memchr2.c (ASSERT): Likewise.
15498         * tests/test-memmem.c (ASSERT): Likewise.
15499         * tests/test-open.c (ASSERT): Likewise.
15500         * tests/test-printf-frexp.c (ASSERT): Likewise.
15501         * tests/test-printf-frexpl.c (ASSERT): Likewise.
15502         * tests/test-printf-posix.c (ASSERT): Likewise.
15503         * tests/test-quotearg.c (ASSERT): Likewise.
15504         * tests/test-rbtree_list.c (ASSERT): Likewise.
15505         * tests/test-rbtree_oset.c (ASSERT): Likewise.
15506         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
15507         * tests/test-round1.c (ASSERT): Likewise.
15508         * tests/test-roundf1.c (ASSERT): Likewise.
15509         * tests/test-roundl.c (ASSERT): Likewise.
15510         * tests/test-signbit.c (ASSERT): Likewise.
15511         * tests/test-sleep.c (ASSERT): Likewise.
15512         * tests/test-snprintf-posix.c (ASSERT): Likewise.
15513         * tests/test-snprintf.c (ASSERT): Likewise.
15514         * tests/test-sprintf-posix.c (ASSERT): Likewise.
15515         * tests/test-stat-time.c (ASSERT): Likewise.
15516         * tests/test-strcasestr.c (ASSERT): Likewise.
15517         * tests/test-strerror.c (ASSERT): Likewise.
15518         * tests/test-striconv.c (ASSERT): Likewise.
15519         * tests/test-striconveh.c (ASSERT): Likewise.
15520         * tests/test-striconveha.c (ASSERT): Likewise.
15521         * tests/test-strsignal.c (ASSERT): Likewise.
15522         * tests/test-strstr.c (ASSERT): Likewise.
15523         * tests/test-strtod.c (ASSERT): Likewise.
15524         * tests/test-trunc1.c (ASSERT): Likewise.
15525         * tests/test-trunc2.c (ASSERT): Likewise.
15526         * tests/test-truncf1.c (ASSERT): Likewise.
15527         * tests/test-truncf2.c (ASSERT): Likewise.
15528         * tests/test-truncl.c (ASSERT): Likewise.
15529         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
15530         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
15531         * tests/test-vasnprintf.c (ASSERT): Likewise.
15532         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
15533         * tests/test-vasprintf.c (ASSERT): Likewise.
15534         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
15535         * tests/test-vprintf-posix.c (ASSERT): Likewise.
15536         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
15537         * tests/test-vsnprintf.c (ASSERT): Likewise.
15538         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
15539         * tests/test-wcwidth.c (ASSERT): Likewise.
15540         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
15541         * tests/test-xprintf-posix.c (ASSERT): Likewise.
15542         * tests/test-xvasprintf.c (ASSERT): Likewise.
15543         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
15544         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
15545         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
15546         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
15547         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
15548         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
15549         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
15550         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
15551         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
15552         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
15553         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
15554         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
15555         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
15556         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
15557         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
15558         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
15559         * tests/unictype/test-block_list.c (ASSERT): Likewise.
15560         * tests/unictype/test-block_of.c (ASSERT): Likewise.
15561         * tests/unictype/test-block_test.c (ASSERT): Likewise.
15562         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
15563         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
15564         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
15565         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
15566         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
15567         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
15568         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
15569         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
15570         * tests/unictype/test-combining.c (ASSERT): Likewise.
15571         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
15572         * tests/unictype/test-digit.c (ASSERT): Likewise.
15573         * tests/unictype/test-mirror.c (ASSERT): Likewise.
15574         * tests/unictype/test-numeric.c (ASSERT): Likewise.
15575         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
15576         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
15577         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
15578         * tests/unictype/test-scripts.c (ASSERT): Likewise.
15579         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
15580         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
15581         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
15582         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
15583         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
15584         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
15585         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
15586         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
15587         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
15588         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
15589         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
15590         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
15591         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
15592         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
15593         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
15594         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
15595         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
15596         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
15597         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
15598         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
15599         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
15600         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
15601         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
15602         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
15603         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
15604         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
15605         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
15606         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
15607         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
15608         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
15609         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
15610         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
15611         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
15612         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
15613         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
15614         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
15615         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
15616         Reported by Eric Blake.
15617
15618 2008-04-11  Bruno Haible  <bruno@clisp.org>
15619
15620         * lib/wchar.in.h: Tweak comment.
15621
15622 2008-04-11  Bruno Haible  <bruno@clisp.org>
15623
15624         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
15625         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
15626         gl_COMMON.
15627         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
15628
15629 2008-04-11  Bruno Haible  <bruno@clisp.org>
15630
15631         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
15632
15633 2008-04-11  Simon Josefsson  <simon@josefsson.org>
15634
15635         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
15636         of attempting to use non-existing /dev/*random.  Based on patch
15637         from Adam Strzelecki <ono@java.pl> in
15638         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
15639
15640 2008-04-08  Bruno Haible  <bruno@clisp.org>
15641
15642         Add tentative support for emx+gcc.
15643         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
15644         * lib/fpurge.c (fpurge): Likewise.
15645         * lib/freadable.c (freadable): Likewise.
15646         * lib/freadahead.c (freadahead): Likewise.
15647         * lib/freading.c (freading): Likewise.
15648         * lib/freadptr.c (freadptr): Likewise.
15649         * lib/freadseek.c (freadptrinc): Likewise.
15650         * lib/fseeko.c (rpl_fseeko): Likewise.
15651         * lib/fseterr.c (fseterr): Likewise.
15652         * lib/fwritable.c (fwritable): Likewise.
15653         * lib/fwriting.c (fwriting): Likewise.
15654         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
15655
15656 2008-04-09  Eric Blake  <ebb9@byu.net>
15657
15658         Avoid some autoconf warnings.
15659         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
15660         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
15661         * m4/afs.m4 (gl_AFS): Likewise.
15662         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
15663         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
15664         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15665         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
15666         (gl_INTEGER_TYPE_SUFFIX): Likewise.
15667         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
15668         (AC_CHECK_DECLS_ONCE): Likewise.
15669         Rename file...
15670         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
15671         gnulib-tool requires autoconf 2.59 or better.
15672         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
15673
15674 2008-04-08  Eric Blake  <ebb9@byu.net>
15675
15676         Use 'git describe --match' if present (added in git 1.5.5).
15677         * build-aux/git-version-gen: Limit result to tags that match 'v*'
15678         if possible.
15679
15680 2008-04-08  Bruno Haible  <bruno@clisp.org>
15681
15682         Add tentative support for OpenServer.
15683         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
15684         _ptr, _cnt.
15685         * lib/fpurge.c (fpurge): Likewise.
15686         * lib/freadable.c (freadable): Likewise.
15687         * lib/freadahead.c (freadahead): Likewise.
15688         * lib/freading.c (freading): Likewise.
15689         * lib/freadptr.c (freadptr): Likewise.
15690         * lib/freadseek.c (freadptrinc): Likewise.
15691         * lib/fseeko.c (rpl_fseeko): Likewise.
15692         * lib/fseterr.c (fseterr): Likewise.
15693         * lib/fwritable.c (fwritable): Likewise.
15694         * lib/fwriting.c (fwriting): Likewise.
15695         Reported by Roger Cornelius <rac@tenzing.org> and
15696         Brian K. White <brian@aljex.com>.
15697
15698 2008-04-06  Jim Meyering  <meyering@redhat.com>
15699
15700         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
15701
15702 2008-04-06  Bruno Haible  <bruno@clisp.org>
15703
15704         Avoid possible error with non-ASCII bytes in UTF-8 locales.
15705         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
15706         * tests/test-printf-posix.sh: Likewise.
15707         * tests/test-vfprintf-posix.sh: Likewise.
15708         * tests/test-vprintf-posix.sh: Likewise.
15709         * tests/test-xprintf-posix.sh: Likewise.
15710
15711 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15712
15713         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
15714         hide error from 'ls', needed on OS/2.
15715         Report by Elbert Pol <elbert.pol@gmail.com>.
15716
15717 2008-04-04  Eric Blake  <ebb9@byu.net>
15718
15719         Make test-fseeko.c failures meaningful.
15720         * tests/test-fseeko.c: Print line number on failure.
15721         * tests/test-fseek.c: Likewise.
15722         Reported by Nelson H. F. Beebe.
15723
15724         Improve strtod bug detection check.
15725         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
15726         required for Solaris 10.
15727         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
15728
15729 2008-04-04  Bruno Haible  <bruno@clisp.org>
15730
15731         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
15732         by m4/setenv.m4.
15733
15734 2008-04-03  Eric Blake  <ebb9@byu.net>
15735
15736         Ensure sane .version contents.
15737         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
15738         version string.
15739         * build-aux/git-version-gen: Improve documentation.
15740
15741         Make GNU make output nicer.
15742         * top/GNUmakefile [!_have-Makefile]: Add dependency on
15743         MAKECMDGOALS to enforce message for all command line targets.  Set
15744         srcdir for use in maint.mk.
15745
15746         Another maintainer tweak.
15747         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
15748         a target that regenerates version.
15749
15750 2008-04-03  Jim Meyering  <meyering@redhat.com>
15751
15752         vc-list-files: don't cause coreutils "make po-check" failure
15753         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
15754
15755 2008-04-03  Eric Blake  <ebb9@byu.net>
15756
15757         Allow VPATH usage of vc-list-files.
15758         * build-aux/vc-list-files (scriptversion): Add timestamp.
15759         (options): Add --help, --version, -C.
15760         (CVS): Support installed cvsu.
15761
15762 2008-04-02  Bruno Haible  <bruno@clisp.org>
15763
15764         Avoid some "statement with no effect" warnings from gcc.
15765         * tests/test-wctype.c (main): Explicitly ignore unused values.
15766         Reported by Jim Meyering.
15767
15768 2008-04-02  Jim Meyering  <meyering@redhat.com>
15769
15770         Avoid some warnings from "gcc -Wshadow".
15771         * tests/test-frexp.c (exp): Define to a different identifier.
15772         * tests/test-frexpl.c (exp): Likewise.
15773
15774 2008-04-03  Jim Meyering  <meyering@redhat.com>
15775
15776         bootstrap: remove dangling *.[ch] symlinks from lib
15777         * build-aux/bootstrap [dangling symlink removal]: Move find's
15778         -depth option to precede all others, to avoid a warning.
15779         Remove *.[ch] files too, and from "$source_base" (usually lib/).
15780
15781 2008-04-02  Bruno Haible  <bruno@clisp.org>
15782
15783         Avoid some warnings from "gcc -Wshadow".
15784         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
15785         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
15786         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
15787         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
15788         Reported by Jim Meyering.
15789
15790 2008-04-01  Bruno Haible  <bruno@clisp.org>
15791
15792         Fix test to work on IRIX 6.5 with cc.
15793         * tests/test-math.c (numeric_equal): New function.
15794         (main): Use it.
15795
15796 2008-04-01  Bruno Haible  <bruno@clisp.org>
15797
15798         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
15799
15800 2008-04-01  Bruno Haible  <bruno@clisp.org>
15801
15802         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
15803         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
15804         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
15805         (Depends-on): Remove math.
15806
15807         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
15808         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
15809         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
15810         (Depends-on): Remove math.
15811
15812         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
15813         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
15814         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
15815         (Depends-on): Remove math.
15816         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
15817         (Depends-on): Remove math.
15818
15819         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
15820         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
15821         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
15822         (Depends-on): Remove math.
15823         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
15824         (Depends-on): Remove math.
15825
15826         * tests/test-round1.c: Include nan.h.
15827         (main): Use NaNd instead of NAN.
15828         * modules/round-tests (Files): Add tests/nan.h.
15829
15830         * tests/test-trunc1.c: Include nan.h.
15831         (main): Use NaNd instead of NAN.
15832         * modules/trunc-tests (Files): Add tests/nan.h.
15833
15834         * tests/test-roundf1.c: Include nan.h.
15835         (main): Use NaNf instead of NAN.
15836         * modules/roundf-tests (Files): Add tests/nan.h.
15837
15838         * tests/test-truncf1.c: Include nan.h.
15839         (main): Use NaNf instead of NAN.
15840         * modules/truncf-tests (Files): Add tests/nan.h.
15841
15842         * tests/test-ceilf1.c: Include nan.h.
15843         (main): Use NaNf instead of NAN.
15844         * modules/ceilf-tests (Files): Add tests/nan.h.
15845
15846         * tests/test-floorf1.c: Include nan.h.
15847         (main): Use NaNf instead of NAN.
15848         * modules/floorf-tests (Files): Add tests/nan.h.
15849
15850         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
15851         (main): Use NaNf instead of NAN.
15852         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
15853
15854         * tests/test-isnand.c: Include nan.h instead of <math.h>.
15855         (main): Use NaNd instead of NAN.
15856         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
15857
15858         * tests/test-frexp.c: Include nan.h.
15859         (main): Use NaNd instead of NAN.
15860         * modules/frexp-tests (Files): Add tests/nan.h.
15861
15862         * lib/isnan.c: Don't include <math.h>.
15863         (FUNC): Don't use NAN macro.
15864         * modules/isnand-nolibm (Depends-on): Remove math.
15865         * modules/isnanf-nolibm (Depends-on): Remove math.
15866         * modules/isnanl (Depends-on): Remove math.
15867         * modules/isnanl-nolibm (Depends-on): Remove math.
15868
15869         * tests/nan.h: New file.
15870
15871 2008-04-01  Eric Blake  <ebb9@byu.net>
15872
15873         Fix typos.
15874         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
15875         values to be the right type.
15876
15877         For now, cater to gnulib strtod inaccuracies.
15878         * tests/test-strtod.c (main): Allow 1-ulp error on expected
15879         fractional results.  While not as nice from a QoI perspective, it
15880         is a quicker patch than correctly implementing decimal to binary
15881         rounding.
15882
15883 2008-03-31  Eric Blake  <ebb9@byu.net>
15884
15885         Guarantee a definition of NAN.
15886         * lib/math.in.h (NAN): Define if missing.
15887         * tests/test-math.c (main): Test it.
15888         * doc/posix-headers/math.texi (math.h): Document this.
15889         * lib/isnan.c (rpl_isnand): Use it.
15890         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
15891         * tests/test-floorf1.c (NaN): Likewise.
15892         * tests/test-frexp.c (NaN): Likewise.
15893         * tests/test-isnand.c (NaN): Likewise.
15894         * tests/test-isnanf.c (NaN): Likewise.
15895         * tests/test-round1.c (NaN): Likewise.
15896         * tests/test-roundf1.c (NaN): Likewise.
15897         * tests/test-snprintf-posix.h (NaN): Likewise.
15898         * tests/test-sprintf-posix.h (NaN): Likewise.
15899         * tests/test-trunc1.c (NaN): Likewise.
15900         * tests/test-truncf1.c (NaN): Likewise.
15901         * tests/test-vasnprintf-posix.c (NaN): Likewise.
15902         * tests/test-vasprintf-posix.c (NaN): Likewise.
15903         * modules/isnand-nolibm (Depends-on): Add math.
15904         * modules/isnanf-nolibm (Depends-on): Likewise.
15905         * modules/isnanl (Depends-on): Likewise.
15906         * modules/isnanl-nolibm (Depends-on): Likewise.
15907         * modules/snprintf-posix-tests (Depends-on): Likewise.
15908         * modules/sprintf-posix-tests (Depends-on): Likewise.
15909         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
15910         * modules/vsprintf-posix-tests (Depends-on): Likewise.
15911         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
15912         * modules/vasprintf-posix-tests (Depends-on): Likewise.
15913
15914 2008-03-31  Bruno Haible  <bruno@clisp.org>
15915
15916         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
15917         * doc/posix-functions/strtod.texi: Likewise.
15918
15919 2008-03-31  Bruno Haible  <bruno@clisp.org>
15920
15921         * tests/test-strtod.c (main): Don't use C99 syntax.
15922
15923 2008-03-31  Bruno Haible  <bruno@clisp.org>
15924
15925         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
15926         Reported by Eric Blake.
15927
15928 2008-03-31  Jim Meyering  <meyering@redhat.com>
15929
15930         Don't compare actual signbit return values.
15931         * tests/test-strtod.c (main): Rather, compare only their
15932         zero/non-zero nature.
15933
15934 2008-03-31  Eric Blake  <ebb9@byu.net>
15935
15936         More strtod documentation.
15937         * doc/posix-functions/strtod.texi (strtod): Interpret more test
15938         failures as distinct bugs.
15939
15940 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15941
15942         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
15943         Problem reported by Erik Benada in
15944         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
15945
15946 2008-03-30  Bruno Haible  <bruno@clisp.org>
15947
15948         * tests/test-strtod.c: Add comments about which assertion fails on which
15949         platform.
15950         * doc/posix-functions/strtod.texi: Add info about many more platforms.
15951
15952 2008-03-30  Eric Blake  <ebb9@byu.net>
15953
15954         Test signbit behavior on zeros.
15955         * tests/test-signbit.c (test_signbitf): Add tests for zero.
15956         (test_signbitd, test_signbitl): Likewise.
15957
15958         More strtod touchups.
15959         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
15960         sign of negative underflow, for now.  Use .5, not .1.
15961         * doc/posix-functions/strtod.texi (strtod): Mention these
15962         limitations.
15963         Reported by Jim Meyering.
15964
15965 2008-03-30  Bruno Haible  <bruno@clisp.org>
15966
15967         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
15968         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
15969
15970 2008-03-30  Bruno Haible  <bruno@clisp.org>
15971
15972         Avoid failure when attempting to return empty iconv results on some
15973         platforms.
15974         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
15975         allocation, don't report ENOMEM when the resulting string is empty.
15976
15977 2008-03-30  Bruno Haible  <bruno@clisp.org>
15978
15979         Fix buffer overrun.
15980         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
15981         Don't consider the width for tmp_length. Check count against tmp_length
15982         before doing the padding. Ensure enough allocation during padding.
15983
15984 2008-03-30  Eric Blake  <ebb9@byu.net>
15985
15986         strtod touchups.
15987         * lib/strtod.c (strtod): Avoid compiler warnings.
15988         Reported by Jim Meyering.
15989
15990 2008-03-30  Bruno Haible  <bruno@clisp.org>
15991
15992         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
15993         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
15994         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
15995         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
15996         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
15997         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
15998         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
15999         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
16000
16001         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
16002         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
16003         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
16004         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
16005         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
16006         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
16007         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
16008         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
16009
16010         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
16011         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
16012         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
16013         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
16014         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
16015         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
16016         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
16017         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
16018
16019         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
16020         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
16021
16022         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
16023         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
16024
16025         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
16026         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
16027
16028         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
16029         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
16030         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
16031
16032         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
16033         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
16034         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
16035
16036         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
16037         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
16038         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
16039
16040         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
16041         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
16042         * modules/vasprintf (Depends-on): Add EOVERFLOW.
16043
16044         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
16045         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
16046         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
16047         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
16048         (Depends-on): Add EOVERFLOW.
16049         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
16050         (Depends-on): Add EOVERFLOW.
16051         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
16052         (Depends-on): Add EOVERFLOW.
16053         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
16054         (Depends-on): Add EOVERFLOW.
16055         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
16056         (Depends-on): Add EOVERFLOW.
16057         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
16058         (Depends-on): Add EOVERFLOW.
16059         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
16060         (Depends-on): Add EOVERFLOW.
16061         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
16062         (Depends-on): Add EOVERFLOW.
16063
16064         * lib/sprintf.c (EOVERFLOW): Remove fallback.
16065         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
16066         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
16067
16068         * lib/snprintf.c (EOVERFLOW): Remove fallback.
16069         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
16070         * modules/snprintf (Depends-on): Add EOVERFLOW.
16071
16072         * lib/poll.c (EOVERFLOW): Remove fallback.
16073         * modules/poll (Depends-on): Add EOVERFLOW.
16074
16075         * lib/getugroups.c (EOVERFLOW): Remove fallback.
16076         * modules/getugroups (Depends-on): Add EOVERFLOW.
16077
16078         * lib/getdelim.c (EOVERFLOW): Remove fallback.
16079         * modules/getdelim (Depends-on): Add EOVERFLOW.
16080
16081         * lib/ftell.c (EOVERFLOW): Remove fallback.
16082         * modules/ftell (Depends-on): Add EOVERFLOW.
16083
16084         * lib/fprintf.c (EOVERFLOW): Remove fallback.
16085         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
16086         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
16087
16088         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
16089
16090         * modules/EOVERFLOW-tests: New file.
16091         * tests/test-EOVERFLOW.c: New file.
16092
16093         * modules/EOVERFLOW: New file.
16094         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
16095
16096 2008-03-30  Bruno Haible  <bruno@clisp.org>
16097
16098         Fix bug introduced on 2007-06-10.
16099         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
16100         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
16101
16102 2008-03-30  Bruno Haible  <bruno@clisp.org>
16103
16104         Improve freadseek's efficiency after ungetc.
16105         * lib/freadseek.c: Include freadahead.h.
16106         (freadptrinc): New function, extracted from freadseek.
16107         (freadseek): Use it in a loop. Use freadahead to determine the number
16108         of loop iterations.
16109         * modules/freadseek (Depends-on): Add freadahead.
16110         (configure.ac): Require AC_C_INLINE.
16111
16112 2008-03-30  Bruno Haible  <bruno@clisp.org>
16113
16114         * lib/freadseek.c (freadseek): Don't ignore the return value of
16115         freadptr.
16116
16117 2008-03-29  Eric Blake  <ebb9@byu.net>
16118
16119         Add hex float support.
16120         * modules/strtod (Depends-on): Add c-ctype.
16121         (Link): Mention POW_LIB.
16122         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
16123         whitespace between 'e' and exponent.
16124         * tests/test-strtod.c (main): Enable hex float tests.
16125         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
16126         now provides.
16127
16128         Document various strtod bugs, with some fixes.
16129         * doc/posix-functions/strtod.texi (strtod): Document bugs with
16130         "-0x", "inf", "nan", and hex constants.
16131         * doc/posix-functions/atof.texi (atof): Likewise.
16132         * modules/stdlib (Makefile.am): Support strtod.
16133         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
16134         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
16135         detect additional strtod bugs.
16136         * lib/stdlib.in.h (rpl_strtod): Add declarations.
16137         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
16138         bool where appropriate.  Parse 'inf' and 'nan'.
16139         * tests/test-strtod.c: New file.
16140         * modules/strtod (Depends-on): Add stdbool, stdlib.
16141         (configure.ac): Turn on module indicator.
16142         * modules/strtod-tests: New module.
16143
16144 2008-03-29  Eric Blake  <ebb9@byu.net>
16145
16146         Fix ftell on mingw.
16147         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
16148         * modules/ftell-tests (Depends-on): Add binary-io.
16149         * modules/ftello-tests (Depends-on): Likewise.
16150         * tests/test-ftell.c (main): Enhance test to cover behavior after
16151         ungetc.  Enforce binary mode.
16152         * tests/test-ftello.c (main): Likewise.
16153
16154         Pass test-freadseek on cygwin.
16155         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
16156         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
16157         ungetc buffer.
16158
16159         * tests/test-fflush2.c (main): Fix typo.
16160
16161 2008-03-29  Bruno Haible  <bruno@clisp.org>
16162
16163         * tests/test-fflush2.c (main): Temporarily disable the contents of
16164         this test.
16165         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
16166         Reported by Eric Blake.
16167
16168 2008-03-28  Simon Josefsson  <simon@josefsson.org>
16169
16170         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
16171         (GC_SHA224_DIGEST_SIZE): Add.
16172
16173         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
16174         (gc_hash_digest_length): Likewise.
16175         (gc_hash_buffer): Likewise.
16176
16177 2008-03-25  Bruno Haible  <bruno@clisp.org>
16178
16179         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
16180         detail which gettext release to use.
16181         Reported by Simon Josefsson.
16182
16183 2008-03-26  Jim Meyering  <meyering@redhat.com>
16184
16185         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
16186         * modules/gnumakefile (clean-GNUmakefile): Also, use
16187         test ... && ... || : syntax rather than if-then ... fi.
16188
16189         gnumakefile: Don't double-quote-expand $(VPATH) value.
16190         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
16191
16192 2008-03-24  Eric Blake  <ebb9@byu.net>
16193
16194         Alter GNUmakefile to install into top directory.
16195         * modules/maintainer-makefile: Split, and add dependency...
16196         * modules/gnumakefile: to this new module.
16197         * build-aux/GNUmakefile: Move...
16198         * top/GNUmakefile: ...here.
16199         * build-aux/maint.mk: Move...
16200         * top/maint.mk: ...here.
16201         * MODULES.html.sh (Support for maintaining...): Document new
16202         module.
16203
16204 2008-03-23  Bruno Haible  <bruno@clisp.org>
16205
16206         * gnulib-tool: New options --vc-files, --no-vc-files.
16207         (func_usage): Document them.
16208         (vc_files): New variable.
16209         (func_import): Consider vc_files.
16210         (func_create_testdir): Set vc_files to empty.
16211         Suggested by Jim Meyering and Karl Berry.
16212
16213 2008-03-23  Bruno Haible  <bruno@clisp.org>
16214
16215         Fix regex compilation error on HP-UX 11.
16216         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
16217         * modules/regex (Files): Add m4/mbstate_t.m4.
16218         Reported by Ton Voon <ton.voon@altinity.com>.
16219
16220 2008-03-23  Bruno Haible  <bruno@clisp.org>
16221
16222         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
16223
16224 2008-03-23  Eric Blake  <ebb9@byu.net>
16225             Bruno Haible  <bruno@clisp.org>
16226
16227         Install files from top/ in the destination directory.
16228         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
16229         augmentation also for the files from top/.
16230         (func_import, func_create_testdir): Rewrite file names:
16231         top/filename -> filename.
16232
16233 2008-03-23  Bruno Haible  <bruno@clisp.org>
16234
16235         Tweak "gnulib --version" output.
16236         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
16237
16238 2008-03-23  Bruno Haible  <bruno@clisp.org>
16239
16240         Tweak "gnulib --version" output.
16241         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
16242         rather than contents of ChangeLog, when possible.
16243
16244 2008-03-21  Eric Blake  <ebb9@byu.net>
16245
16246         More --version tweaks.
16247         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
16248         date of last ChangeLog entry.
16249
16250 2008-03-21  Jim Meyering  <meyering@redhat.com>
16251
16252         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
16253
16254 2008-03-20  Eric Blake  <ebb9@byu.net>
16255
16256         VPATH fix.
16257         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
16258
16259 2008-03-20  Simon Josefsson  <simon@josefsson.org>
16260
16261         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
16262         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
16263
16264 2008-03-20  Eric Blake  <ebb9@byu.net>
16265
16266         Sync GNUmakefile with coreutils.
16267         * build-aux/GNUmakefile (have-Makefile): Rename...
16268         (_have-Makefile): ...to this, for namespace consideration.
16269         (GNUmakefile.cfg): Include, if present.
16270         (_autoreconf): Define a default.
16271         (_is-dist-target): New rule for rebuilds to pick up intra-release
16272         version.
16273         (maint-cfg.mk): Rename...
16274         (cfg.mk): ...to this.
16275
16276 2008-03-18  Jim Meyering  <meyering@redhat.com>
16277
16278         New script and module: mktempd
16279         * MODULES.html.sh (maint+release support): Add mktempd.
16280         * build-aux/mktempd: New file.
16281         * modules/mktempd: New file.
16282
16283 2008-03-15  Jim Meyering  <meyering@redhat.com>
16284
16285         Undo last change.
16286         * lib/sha1.c, lib/md5.c: 63 != ~63.
16287         Reported by Andreas Schwab.
16288
16289         sha1.c, md5.c: Hoist a redundant expression.
16290         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
16291         "ctx->buflen" only once, before calling *_process_block.
16292         * lib/md5.c (md5_process_bytes): Likewise.
16293
16294 2008-03-14  Eric Blake  <ebb9@byu.net>
16295
16296         Bump copyright year in files generated by gnulib-tool.
16297         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
16298         gnulib-tool, rather than hard-coding it.
16299
16300         Fix 'gnulib-tool --version' output to work with git.
16301         * gnulib-tool (func_gnulib_dir): New function, extracted from...
16302         (startup): ...here.
16303         (func_version): Use it to invoke git-version-gen, rather than
16304         relying on CVS keyword expansion.  Modernize wording.
16305         (cvsdatestamp, last_checkin_date, version): Kill unused
16306         variables.
16307
16308 2008-03-12  Jim Meyering  <meyering@redhat.com>
16309
16310         Recognize optional cast of the argument to free.
16311         * build-aux/useless-if-before-free: Update regexps.
16312
16313         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
16314
16315 2008-03-11  Bruno Haible  <bruno@clisp.org>
16316
16317         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
16318         by a single package.
16319         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
16320         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
16321         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
16322         Reported by Sam Steingold <sds@gnu.org>.
16323
16324 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16325
16326         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
16327         repositories.
16328
16329 2008-03-11  Bruno Haible  <bruno@clisp.org>
16330
16331         Avoid conflicts between local macro definitions.
16332         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
16333         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
16334
16335 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
16336             Bruno Haible  <bruno@clisp.org>
16337
16338         Make va_copy work with some version of xlc on AIX 5.1.
16339         * lib/stdarg.in.h: New file.
16340         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
16341         On AIX, use a <stdarg.h> file substitute.
16342         * modules/stdarg (Files): Add lib/stdarg.in.h.
16343         (Depends-on): Add include_next.
16344         (Makefile.am): Build a stdarg.h substitute if requested.
16345         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
16346
16347 2008-03-10  Bruno Haible  <bruno@clisp.org>
16348
16349         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
16350         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
16351         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
16352
16353 2008-03-10  Bruno Haible  <bruno@clisp.org>
16354
16355         * modules/stdlib (Depends-on): Add include_next, remove
16356         absolute-header.
16357
16358 2008-03-09  Bruno Haible  <bruno@clisp.org>
16359
16360         * lib/freadahead.h (freadahead): Document more precisely.
16361         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
16362         the sum of both buffer sizes.
16363         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
16364         * NEWS: Document the change.
16365
16366 2008-03-09  Bruno Haible  <bruno@clisp.org>
16367
16368         Extend freadptr to return also the buffer size.
16369         * lib/freadptr.h (freadptr): Add sizep argument.
16370         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
16371         (freadptr): Add sizep argument. Determine buffer size like freadahead
16372         does.
16373         * tests/test-freadptr.c: Don't include freadahead.h.
16374         (main): Adapt for new calling convention of freadptr.
16375         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
16376         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
16377         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
16378         tests/test-freadptr2.sh.
16379         (Depends): Remove freadahead.
16380         (TESTS): Add test-freadptr2.sh.
16381         (check_PROGRAMS): Add test-freadptr2.
16382
16383 2008-03-09  Bruno Haible  <bruno@clisp.org>
16384
16385         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
16386         Report and solution by Simon Josefsson.
16387
16388 2008-03-06  Bruno Haible  <bruno@clisp.org>
16389
16390         Make fflush after ungetc work on BSD platforms.
16391         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
16392         * tests/test-fflush2.c: New file.
16393         * tests/test-fflush2.sh: New file.
16394         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
16395         tests/test-fflush2.c.
16396         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
16397         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
16398
16399 2008-03-06  Eric Blake  <ebb9@byu.net>
16400
16401         Likewise for ftello.
16402         * modules/ftello (Dependencies): Add extensions.
16403         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
16404
16405 2008-03-06  Bruno Haible  <bruno@clisp.org>
16406
16407         * modules/fseeko (Dependencies): Add extensions.
16408         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
16409         Needed on glibc systems.
16410
16411 2008-03-06  Bruno Haible  <bruno@clisp.org>
16412
16413         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
16414         email address.
16415         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
16416
16417 2008-03-06  Bruno Haible  <bruno@clisp.org>
16418
16419         * users.txt: Add libgnupdf.
16420
16421 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
16422
16423         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
16424         (Header File Substitutes, Function Substitutes,
16425         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
16426         (Build robot for gnulib): Fix typo.
16427
16428 2008-03-06  Bruno Haible  <bruno@clisp.org>
16429
16430         * doc/gnulib-tool.texi (VCS Issues): Small updates.
16431         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
16432
16433 2008-03-06  Bruno Haible  <bruno@clisp.org>
16434
16435         * doc/func.texi: New file, extracted from doc/gnulib.texi.
16436         * doc/gnulib.texi: Include it.
16437
16438 2008-03-06  Simon Josefsson  <simon@josefsson.org>
16439
16440         * modules/func (License): Change license to unlimited; there was
16441         no LGPL parts in the module anyway.
16442
16443 2008-03-06  Simon Josefsson  <simon@josefsson.org>
16444
16445         * modules/__func__: Renamed to modules/func.
16446         * modules/__func__-tests: Renamed to modules/func-tests.
16447         * tests/test-__func__.c: Renamed to tests/test-func.c.
16448         * m4/__func__.m4: Renamed to m4/func.m4.
16449         * doc/gnulib.texi (__func__): Section renamed to func.
16450         Suggested by Eric Blake <ebb9@byu.net>.
16451
16452 2008-03-06  Simon Josefsson  <simon@josefsson.org>
16453
16454         * doc/gnulib.texi (__func__): Use C99 terminology when talking
16455         about __func__.  Make example self-contained.  Suggested by Eric
16456         Blake <ebb9@byu.net>.
16457
16458         * tests/test-__func__.c (main): Avoid extraneous () around __func.
16459         Suggested by Eric Blake <ebb9@byu.net>.
16460
16461 2008-03-06  Simon Josefsson  <simon@josefsson.org>
16462
16463         * modules/__func__: New file.
16464         * modules/__func__-tests: New file.
16465         * tests/test-__func__.c: New file.
16466         * m4/__func__.m4: New file.
16467         * doc/gnulib.texi (__func__): Document __func__ module.
16468
16469 2008-03-05  Simon Josefsson  <simon@josefsson.org>
16470
16471         * modules/byteswap (License): Re-license as LGPLv2+.
16472
16473 2008-03-05  Simon Josefsson  <simon@josefsson.org>
16474
16475         * doc/Makefile: Add pdf target.
16476
16477 2008-03-05  Simon Josefsson  <simon@josefsson.org>
16478
16479         * modules/inline (License): Use 'unlimited', since there are only
16480         *.m4 files in this module.
16481
16482 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
16483             Bruno Haible  <bruno@clisp.org>
16484
16485         Add support for HP C 7.1 on OpenVMS 8.3.
16486         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
16487
16488 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
16489
16490         Update VMS specifics.
16491         * lib/getopt.c [VMS]: Remove include of unixlib.h.
16492
16493 2008-03-02  Jim Meyering  <meyering@redhat.com>
16494
16495         Remove the last dependency on the "free" module.
16496         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
16497         Reported by Bob Proulx.
16498
16499         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
16500
16501         Remove useless "if" tests before free.  Deprecate "free" module.
16502         * doc/posix-functions/free.texi: Mention that this
16503         module is no longer useful.
16504         * modules/free (Notice): Say this module is obsolete.
16505         * modules/readutmp (Depends-on): Remove free.
16506         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
16507         * lib/putenv.c (putenv): Likewise.
16508         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
16509         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
16510         * tests/test-c-strcasestr.c (main): Likewise.
16511         * tests/test-c-strstr.c (main): Likewise.
16512         * tests/test-mbscasestr1.c (main): Likewise.
16513         * tests/test-mbscasestr2.c (main): Likewise.
16514         * tests/test-mbsstr1.c (main): Likewise.
16515         * tests/test-mbsstr2.c (main): Likewise.
16516         * tests/test-memmem.c (main): Likewise.
16517         * tests/test-strcasestr.c (main): Likewise.
16518         * tests/test-striconv.c (main): Likewise.
16519         * tests/test-striconveh.c (main): Likewise.
16520         * tests/test-striconveha.c (main): Likewise.
16521         * tests/test-strstr.c (main): Likewise.
16522
16523         * build-aux/git-version-gen: Adjust a comment and the Usage string.
16524
16525         bootstrap: sync from coreutils again
16526         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
16527
16528 2008-03-01  Jim Meyering  <meyering@redhat.com>
16529
16530         bootstrap: sync from coreutils
16531         * build-aux/bootstrap (update_po_files): Copy a .po file into place
16532         also when the target doesn't exist.
16533
16534 2008-03-01  Eric Blake  <ebb9@byu.net>
16535
16536         Fix bugs in last patch.
16537         * lib/memchr2.c (memchr2): Fix typo.
16538         * tests/test-memchr2.c: Test previous bug, and don't use GNU
16539         extension.
16540         Reported by Bruce Korb.
16541
16542         New module 'memchr2'.
16543         * modules/memchr2: New file.
16544         * modules/memchr2-tests: Likewise.
16545         * lib/memchr2.h: Likewise.
16546         * lib/memchr2.c: Likewise, based on memchr.c.
16547         * tests/test-memchr2.c: New test.
16548         * MODULES.html.sh (String handling): Add memchr2.
16549
16550 2008-02-29  Bruno Haible  <bruno@clisp.org>
16551
16552         * modules/freadseek-tests: New file.
16553         * tests/test-freadseek.sh: New file.
16554         * tests/test-freadseek.c: New file.
16555
16556         New module 'freadseek'.
16557         * modules/freadseek: New file.
16558         * lib/freadseek.h: New file.
16559         * lib/freadseek.c: New file.
16560         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
16561
16562 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16563
16564         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
16565         wydawca.
16566
16567         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
16568         program_invocation_name and program_invocation_short_name are
16569         present.
16570
16571 2008-02-28  Bruno Haible  <bruno@clisp.org>
16572
16573         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
16574         * tests/test-freadptr.sh: Also test non-seekable stdin.
16575
16576 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
16577
16578         * build-aux/bootstrap (source_base, m4_base)
16579         (doc_base, tests_base): New variables.
16580         (gnulib_tool_options): Do not hardcode base directories, use
16581         the above variables instead.
16582
16583 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
16584
16585         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
16586
16587 2008-02-28  Bruno Haible  <bruno@clisp.org>
16588
16589         * modules/freadptr-tests: New file.
16590         * tests/test-freadptr.sh: New file.
16591         * tests/test-freadptr.c: New file.
16592
16593         New module 'freadptr'.
16594         * modules/freadptr: New file.
16595         * lib/freadptr.h: New file.
16596         * lib/freadptr.c: New file.
16597         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
16598
16599 2008-02-26  Karl Berry  <karl@freefriends.org>
16600
16601         Sync from Libtool:
16602         * libltdl/argz.c (argz_add, argz_count): New functions.
16603         * libltdl/argz.in.h: Declare them.
16604         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
16605
16606 2008-02-22  Bruno Haible  <bruno@clisp.org>
16607
16608         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
16609         is a pointer type.  Needed for HP-UX 10.
16610         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
16611         * doc/posix-functions/gmtime_r.texi: Likewise.
16612         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
16613
16614 2008-02-24  Bruno Haible  <bruno@clisp.org>
16615
16616         * modules/environ-tests: New file.
16617         * tests/test-environ.c: New file.
16618
16619         New module 'environ'.
16620         * modules/environ: New file.
16621         * lib/unistd.in.h (environ): New declaration.
16622         * m4/environ.m4: New file.
16623         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
16624         after use.
16625         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
16626         HAVE_DECL_ENVIRON.
16627         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
16628         HAVE_DECL_ENVIRON.
16629         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
16630         wrong claim that 'environ' is missing on some systems.
16631         * modules/execute (Depends-on): Add environ.
16632         * lib/execute.c (environ): Remove fallback declaration.
16633         * modules/pipe (Depends-on): Add environ.
16634         * lib/pipe.c (environ): Remove fallback declaration.
16635         * modules/setenv (Depends-on): Add environ.
16636         * lib/setenv.c (environ): Remove fallback declaration.
16637         * modules/unsetenv (Depends-on): Add environ.
16638         * lib/unsetenv.c (environ): Remove fallback declaration.
16639         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
16640         m4/environ.m4.
16641         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
16642         (gl_PREREQ_UNSETENV): Likewise.
16643
16644 2008-02-24  Bruno Haible  <bruno@clisp.org>
16645
16646         * doc/posix-functions/environ.texi: Document the MacOS X problem.
16647
16648 2008-02-20  Bob Proulx  <bob@proulx.com>
16649
16650         Enable use of older two part flavor 'git describe'.
16651         * build-aux/git-version-gen: If using the older two part flavor of
16652         git version then recreate the third part now present in the
16653         newer three part flavor of git describe.
16654
16655 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
16656
16657         * lib/fts.c (fts_build): Typo correction to comment.
16658
16659 2008-02-17  Bruno Haible  <bruno@clisp.org>
16660
16661         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
16662         generating no-op conflicts.
16663
16664 2008-02-17  Bruno Haible  <bruno@clisp.org>
16665
16666         Speed up by 10%.
16667         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
16668         result_entries, rather than an index-based loop.
16669
16670 2008-02-17  Bruno Haible  <bruno@clisp.org>
16671
16672         Speed up by 25%.
16673         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
16674         'hashcode_cached'.
16675         (entry_create): New function.
16676         (entry_hashcode): Use the cached hashcode if possible.
16677         (read_changelog_file, try_split_merged_entry): Use entry_create.
16678
16679 2008-02-17  Bruno Haible  <bruno@clisp.org>
16680
16681         Speed up from O(n^2) to O(n) for long ChangeLog files.
16682         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
16683         (read_changelog_file): Change implementation of entries_reversed list
16684         to rbtreehash.
16685         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
16686
16687 2008-02-17  Bruno Haible  <bruno@clisp.org>
16688
16689         New option --split-merged-entry.
16690         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
16691         (find_paragraph_end, try_split_merged_entry): New functions.
16692         (long_options): Add option --split-merged-entry.
16693         (usage): Document option --split-merged-entry.
16694         (main): Implement option --split-merged-entry.
16695         Reported by Eric Blake.
16696
16697 2008-02-17  Bruno Haible  <bruno@clisp.org>
16698
16699         * lib/git-merge-changelog.c: Include c-strstr.h.
16700         (main): Support the "git pull --rebase" situation.
16701         * modules/git-merge-changelog (Depends-on): Add c-strstr.
16702         Reported by Eric Blake.
16703
16704 2008-02-16  Eric Blake  <ebb9@byu.net>
16705
16706         Avoid doubling \ in common case of "c-maybe" quoting style.
16707         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
16708         eliding outer quotes.
16709         * lib/quotearg.h: Document this.
16710         * tests/test-quotearg.c (result_strings, inputs, results_g)
16711         (flag_results, locale_results): Test it by adding a new string to
16712         each test group.
16713         (compare_strings): Test new string.
16714
16715 2008-02-13  Eric Blake  <ebb9@byu.net>
16716
16717         Avoid trigraph quoting in default output.
16718         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
16719         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
16720         unless explicitly requested.
16721         * tests/test-quotearg.c (flag_results, main): Add additional tests.
16722
16723 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
16724
16725         Don't rely on signed integer overflowing to negative value.
16726         * lib/getugroups.c (getugroups): Include <limits.h>.
16727         Instead, compare against INT_MAX, and increment only if the test passes.
16728
16729 2008-02-13  Jim Meyering  <meyering@redhat.com>
16730         and Eric Blake  <ebb9@byu.net>
16731
16732         Avoid shadowing warning and compile errors on Linux.
16733         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
16734         forwarding macros on Linux.
16735         (dcgettext): Define a stub, for Linux.
16736         (results_g, main): Avoid warnings.
16737
16738 2008-02-12  Eric Blake  <ebb9@byu.net>
16739
16740         Silence warning in last patch.
16741         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
16742
16743         Quotearg part 4: add tests, fix c-maybe colon quoting.
16744         * lib/quotearg.h: Improve documentation.
16745         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
16746         escapes when adding outer quotes.  When quoting trigraphs, use
16747         valid C notation.  When quoting NUL, omit extra characters if next
16748         character is not digit.  Alter prototype.
16749         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
16750         callers.
16751         * modules/quotearg-tests: New module.
16752         * tests/test-quotearg.c: New test.
16753
16754 2008-02-07  Eric Blake  <ebb9@byu.net>
16755
16756         Quotearg part 3: add flag to control outer quote elision.
16757         * lib/quotearg.h (c_maybe_quoting_style): New style.
16758         (enum quoting_flags): Better documentation of flags.
16759         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
16760         c-maybe style.
16761         (quotearg_buffer_restyled): Handle new flag to elide outer
16762         quotes.
16763
16764         Quotearg part 2: add flag that can control NUL elision.
16765         * lib/quotearg.h (set_quoting_flags): New prototype.
16766         * lib/quotearg.c (struct quoting_options): Add flag field.
16767         (set_quoting_flags): New function.
16768         (quotearg_buffer_restyled): Add flags parameter.
16769         (quotearg_alloc_mem): Set the flag if length cannot be returned.
16770         (quotearg_n_options): Set the flag, since length cannot be
16771         returned.
16772         (quoting_options_from_style): Default flags correctly.
16773
16774         Quotearg part 1: more wrappers, restore quotearg_char state.
16775         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
16776         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
16777         (quotearg_colon_mem): New wrappers.
16778         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
16779         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
16780         functions.
16781         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
16782         (quotearg_colon_mem): New functions.
16783
16784 2008-02-11  Bruno Haible  <bruno@clisp.org>
16785
16786         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
16787         library in the current directory: it does not work with parallel make.
16788         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16789
16790 2008-02-11  Bruno Haible  <bruno@clisp.org>
16791
16792         * .gitattributes: New file.
16793
16794 2008-02-11  Jim Meyering  <meyering@redhat.com>
16795
16796         useless-if-before-free: Fix reversed exit values.
16797         * build-aux/useless-if-before-free: Use correct values
16798         for EXIT_MATCH and EXIT_NO_MATCH.
16799
16800         * build-aux/useless-if-before-free: Close stdout carefully.
16801
16802 2008-02-10  Bruno Haible  <bruno@clisp.org>
16803
16804         New module 'git-merge-changelog'.
16805         * modules/git-merge-changelog: New file.
16806         * lib/git-merge-changelog.c: New file.
16807
16808 2008-02-10  Jim Meyering  <meyering@redhat.com>
16809
16810         useless-if-before-free: New option: --list (-l).
16811
16812         useless-if-before-free: Don't exit immediately upon open failure.
16813         * build-aux/useless-if-before-free: Exit 2 for errors.
16814         Upon failure to open a file, don't exit immediately.
16815         Rather, just warn and continue with any remaining files.
16816
16817 2008-02-10  Bruno Haible  <bruno@clisp.org>
16818
16819         New abstract list operation 'node_set_value'.
16820         * lib/gl_list.h (gl_list_node_set_value): New function.
16821         (struct gl_list_implementation): New field node_set_value.
16822         * lib/gl_list.c (gl_list_node_set_value): New function.
16823         * lib/gl_array_list.c (gl_array_node_set_value): New function.
16824         (gl_array_list_implementation): Update.
16825         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
16826         (gl_carray_list_implementation): Update.
16827         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
16828         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
16829         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
16830         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
16831         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
16832         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
16833         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
16834         Update.
16835         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
16836         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
16837         (gl_sublist_list_implementation): Update.
16838
16839 2008-02-10  Bruno Haible  <bruno@clisp.org>
16840
16841         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
16842         Needed when ELEMENT is #defined to 'some_type *'.
16843
16844 2008-02-10  Jim Meyering  <meyering@redhat.com>
16845
16846         New script and module: useless-if-before-free
16847         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
16848         * build-aux/useless-if-before-free: New file.
16849         * modules/useless-if-before-free: New file.
16850
16851         * build-aux/gitlog-to-changelog: Use committer date, not author date.
16852
16853         xstrtol_error: Fix typo.
16854         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
16855         s/exit_failure/exit_status/.
16856
16857 2008-02-09  Jim Meyering  <meyering@redhat.com>
16858
16859         New script and module: gitlog-to-changelog
16860         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
16861         * modules/gitlog-to-changelog: New file.
16862         * build-aux/gitlog-to-changelog: New file.
16863
16864 2008-02-08  Jim Meyering  <meyering@redhat.com>
16865
16866         Avoid two "parameter unused" warnings.
16867         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
16868         Mark "st" as used.
16869
16870         Use "git COMMAND", not "git-COMMAND".
16871         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
16872         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
16873         * build-aux/git-version-gen: Use "git status", not "git-status".
16874
16875 2008-02-07  Bruno Haible  <bruno@clisp.org>
16876
16877         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
16878         Avoids a crash on Windows Vista.
16879         Reported by Adam Strzelecki <ono@java.pl> via
16880         Simon Josefsson <simon@josefsson.org>.
16881
16882 2008-02-06  Bruno Haible  <bruno@clisp.org>
16883
16884         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
16885         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
16886         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
16887         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
16888         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16889         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16890         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
16891         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
16892         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16893         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16894         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16895         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16896         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16897         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16898         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16899         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
16900         left-adjust flag.
16901         * tests/test-snprintf-posix.h (test_function): Likewise.
16902         * tests/test-sprintf-posix.h (test_function): Likewise.
16903         * tests/test-vasprintf-posix.c (test_function): Likewise.
16904         * doc/posix-functions/fprintf.texi: Update.
16905         * doc/posix-functions/printf.texi: Update.
16906         * doc/posix-functions/snprintf.texi: Update.
16907         * doc/posix-functions/sprintf.texi: Update.
16908         * doc/posix-functions/vfprintf.texi: Update.
16909         * doc/posix-functions/vprintf.texi: Update.
16910         * doc/posix-functions/vsnprintf.texi: Update.
16911         * doc/posix-functions/vsprintf.texi: Update.
16912         Reported by Peter Fales <psfales@alcatel-lucent.com>.
16913
16914 2008-02-06  Bruno Haible  <bruno@clisp.org>
16915
16916         Fix bug introduced on 2008-01-26.
16917         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
16918
16919 2008-02-06  Bruno Haible  <bruno@clisp.org>
16920
16921         Fix bug introduced on 2007-06-10.
16922         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
16923         !NEED_PRINTF_FLAG_ZERO.
16924
16925 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
16926
16927         getloadavg: use libperfstat on AIX5
16928         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
16929
16930 2008-02-03  Bruno Haible  <bruno@clisp.org>
16931
16932         * lib/diffseq.h: Add comments about required #includes.
16933         Reported by Michael Biggs <gnulib@doubleplum.net>.
16934
16935 2008-02-01  Bruno Haible  <bruno@clisp.org>
16936
16937         * users.txt: Add gnuit.
16938
16939 2008-01-31  Bruno Haible  <bruno@clisp.org>
16940
16941         * lib/md4.c (set_uint32): Mark as inline.
16942         * lib/md5.c (set_uint32): Likewise.
16943         * lib/sha1.c (set_uint32): Likewise.
16944         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
16945         * m4/md5.m4 (gl_MD5): Likewise.
16946         * m4/sha1.m4 (gl_SHA1): Likewise.
16947
16948 2008-01-31  Jim Meyering  <meyering@redhat.com>
16949
16950         Use "sizeof VAR", rather than a literal "4".
16951         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
16952         * lib/md4.c (md4_read_ctx): Likewise.
16953         * lib/sha1.c (sha1_read_ctx): Likewise.
16954
16955 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16956
16957         * tests/test-sha1.c: New file, based on test-md5.c.
16958
16959         * modules/crypto/sha1-tests: New file.
16960
16961 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16962
16963         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
16964
16965 2008-01-31  Jim Meyering  <meyering@redhat.com>
16966
16967         Prefer "sizeof v" over the equivalent "4".
16968         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
16969         * lib/md5.c (set_uint32): Likewise.
16970         * lib/sha1.c (set_uint32): Likewise.
16971
16972 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16973
16974         * lib/sha1.c (set_uint32): Mark function as static.
16975
16976 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16977
16978         md2: clarify comments to say that alignment is not required.
16979         * lib/md2.h: Remove warning about alignment in comment.
16980         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
16981         never been required.
16982
16983 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16984
16985         md4: adapt alignment constraint fix from sha1.
16986         * lib/md4.c (set_uint32): New function, from sha1.c
16987         (md4_read_ctx): Use it.
16988         (md4_finish_ctx): Doc fix.
16989         * lib/md4.h: Doc fix.
16990
16991 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16992
16993         md5: adapt alignment constraint fix from sha1.
16994         * lib/md5.c (set_uint32): New function, from sha1.c
16995         (md5_read_ctx): Use it.
16996         (md5_finish_ctx): Doc fix.
16997         * lib/md5.h: Doc fix.
16998
16999 2008-01-30  Peter Palfrader  <weasel@debian.org>
17000
17001         sha1: remove the result buffer alignment constraint
17002         * lib/sha1.c (set_uint32): New function.
17003         (sha1_read_ctx): Rewrite to remove the result buffer alignment
17004         constraint.
17005         (sha1_finish_ctx): Remove comment warning about alignment constraint.
17006         * lib/sha1.h: Likewise.
17007
17008 2008-01-30  Andreas Schwab  <schwab@suse.de>
17009             Bruno Haible  <bruno@clisp.org>
17010
17011         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
17012         correct definition of LDBL_MIN_EXP.
17013
17014 2008-01-30  Karl Berry  <karl@gnu.org>
17015
17016         * config/srclist-update: try to preserve x bit on updates.
17017         * config/srclistvars.sh: update for karl.
17018
17019 2008-01-29  Jim Meyering  <meyering@redhat.com>
17020
17021         vasnprintf.c: Avoid warning about unused label
17022         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
17023         "overflow" label definition and associated code with the
17024         same cpp condition that guards the sole use of that label.
17025
17026 2008-01-26  Bruno Haible  <bruno@clisp.org>
17027
17028         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
17029         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
17030         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
17031         * lib/isnanl-nolibm.h (isnanl): Likewise.
17032         Reported by Paul Eggert <eggert@cs.ucla.edu>.
17033
17034 2008-01-26  Bruno Haible  <bruno@clisp.org>
17035
17036         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
17037         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
17038
17039 2008-01-26  Bruno Haible  <bruno@clisp.org>
17040
17041         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
17042         GCC >= 4.0 built-in.
17043         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
17044
17045 2008-01-26  Bruno Haible  <bruno@clisp.org>
17046
17047         Rename isnan, applicable to 'double' only, to isnand.
17048         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
17049         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
17050         (configure.ac): Update.
17051         (Include): Replace "isnan.h" with "isnand.h".
17052         * m4/isnand.m4: Renamed from m4/isnan.m4.
17053         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
17054         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
17055         instead of isnan.c.
17056         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
17057         instead of HAVE_ISNAN_IN_LIBC.
17058         (isnand): Renamed from isnan.
17059         * lib/isnand.c: New file.
17060         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
17061         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
17062         (Makefile.am): Update.
17063         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
17064         Include isnand.h instead of isnan.h.
17065         (main): Test isnand instead of isnan.
17066         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
17067         isnan-nolibm.
17068         * modules/frexp (Depends-on): Likewise.
17069         * modules/frexp-tests (Depends-on): Likewise.
17070         * modules/frexp-nolibm (Depends-on): Likewise.
17071         * modules/frexp-nolibm-tests (Depends-on): Likewise.
17072         * modules/isfinite (Depends-on): Likewise.
17073         * modules/round-tests (Depends-on): Likewise.
17074         * modules/signbit (Depends-on): Likewise.
17075         * modules/signbit-tests (Depends-on): Likewise.
17076         * modules/snprintf-posix (Depends-on): Likewise.
17077         * modules/sprintf-posix (Depends-on): Likewise.
17078         * modules/trunc-tests (Depends-on): Likewise.
17079         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17080         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17081         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17082         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17083         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17084         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17085         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17086         * modules/vasnprintf-posix (Depends-on): Likewise.
17087         * modules/vasprintf-posix (Depends-on): Likewise.
17088         * modules/vfprintf-posix (Depends-on): Likewise.
17089         * modules/vsnprintf-posix (Depends-on): Likewise.
17090         * modules/vsprintf-posix (Depends-on): Likewise.
17091         * lib/frexp.c: Include isnand.h instead of isnan.h.
17092         (ISNAN): Set to isnand instead of isnan.
17093         * lib/isfinite.c: Include isnand.h instead of isnan.h.
17094         (gl_isfinited): Use isnand instead of isnan.
17095         * lib/signbitd.c: Include isnand.h instead of isnan.h.
17096         (gl_signbitd): Use isnand instead of isnan.
17097         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
17098         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
17099         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
17100         (main): Use isnand instead of isnan.
17101         * tests/test-round1.c: Include isnand.h.
17102         (main): Use isnand instead of isnan.
17103         * tests/test-round2.c: Include isnand.h instead of isnan.h.
17104         (ISNAN): Set to isnand instead of isnan.
17105         * tests/test-trunc1.c: Include isnand.h.
17106         (main): Use isnand instead of isnan.
17107         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
17108         (equal): Use isnand instead of isnan.
17109         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
17110         isnand-nolibm.
17111         * NEWS: Mention the change.
17112
17113 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17114             Bruno Haible  <bruno@clisp.org>
17115
17116         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
17117         the GCC builtins for signbits are present and set
17118         REPLACE_SIGNBIT_USING_GCC if so.
17119         * lib/math.in.h (signbit): Define using GCC builtins if
17120         REPLACE_SIGNBIT_USING_GCC is set.
17121         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
17122         REPLACE_SIGNBIT_USING_GCC.
17123         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
17124
17125 2008-01-25  Jim Meyering  <meyering@redhat.com>
17126
17127         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
17128         * lib/poll.c: Include <config.h>, not "config.h".
17129         * tests/test-getaddrinfo.c: Likewise.
17130
17131 2008-01-25  Simon Josefsson  <simon@josefsson.org>
17132
17133         * modules/sockets-tests: New file.
17134
17135 2008-01-24  Simon Josefsson  <simon@josefsson.org>
17136
17137         * modules/sockets: New module, can be used to call WSA_Startup and
17138         WSA_Cleanup when needed.
17139
17140         * lib/sockets.h, lib/sockets.c: New files.
17141
17142         * m4/sockets.m4: New file.
17143
17144         * tests/test-sockets.c: New file.
17145
17146 2008-01-19  Bruno Haible  <bruno@clisp.org>
17147
17148         * doc/posix-headers: Renamed from doc/headers.
17149         * doc/posix-functions: Renamed from doc/functions.
17150         * doc/gnulib.texi: Update.
17151
17152 2008-01-19  Bruno Haible  <bruno@clisp.org>
17153
17154         * doc/glibc-functions/strcasestr.texi: Include contents of
17155         doc/functions/strcasestr.texi, fixing the list of platforms.
17156         * doc/functions/strcasestr.texi: Remove file.
17157
17158 2008-01-19  Bruno Haible  <bruno@clisp.org>
17159
17160         * doc/glibc-functions/memmem.texi: Include contents of
17161         doc/functions/memmem.texi.
17162         * doc/functions/memmem.texi: Remove file.
17163
17164 2008-01-18  Bruno Haible  <bruno@clisp.org>
17165
17166         * doc/glibc-functions/*.texi: New files.
17167         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
17168         to use the new files.
17169
17170 2008-01-17  Bruno Haible  <bruno@clisp.org>
17171
17172         * tests/test-gethostname.c (main): Fix printf statement.
17173
17174 2008-01-17  Simon Josefsson  <simon@josefsson.org>
17175
17176         * modules/gethostname-tests: New file.
17177
17178         * tests/test-gethostname.c: New file.
17179
17180 2008-01-17  Simon Josefsson  <simon@josefsson.org>
17181
17182         * lib/gethostname.c: Include string.h unconditionally, strncpy is
17183         used by the UNAME case.  Reported by Bruno Haible
17184         <bruno@clisp.org>.
17185
17186 2008-01-17  Eric Blake  <ebb9@byu.net>
17187
17188         Convert c-strcasestr to be more efficient.
17189         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
17190         (Depends-on): Add c-strcase, remove malloca, strnlen.
17191         * tests/test-c-strcasestr.c (main): Enhance test.
17192         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
17193
17194 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
17195
17196         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
17197         Use it in creating po/Makevars.
17198
17199 2008-01-15  Simon Josefsson  <simon@josefsson.org>
17200
17201         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
17202         Applications that requires it should initialize libgcrypt
17203         manually.
17204
17205 2008-01-16  Simon Josefsson  <simon@josefsson.org>
17206
17207         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
17208
17209 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
17210
17211         Fix problem with getdate on mingw32 reported by Simon Josefsson
17212         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
17213         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
17214         tzname", when deciding whether to declare tzname.
17215         * lib/strftime.c (tzname): Likewise.
17216
17217 2008-01-15  Bruno Haible  <bruno@clisp.org>
17218
17219         Work around a MacOS X 10.5 bug in frexpl().
17220         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
17221         * doc/functions/frexpl.texi: Document the bug.
17222         Reported by Elias Pipping <pipping@gentoo.org>.
17223
17224 2008-01-14  Eric Blake  <ebb9@byu.net>
17225
17226         Touch up previous patch.
17227         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
17228         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
17229
17230         Convert strcasestr module to use Two-Way algorithm.
17231         * modules/strcasestr-simple: New module, based on the old
17232         strcasestr, but with Two-Way rather than KMP.
17233         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
17234         * lib/string.in.h (rpl_strcasestr): Declare.
17235         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
17236         performance.
17237         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
17238         * modules/string (Makefile.am): Support strcasestr.
17239         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
17240         * modules/strcasestr-tests (Depends-on): Check for alarm.
17241         * tests/test-strcasestr.c: Augment test.
17242         * lib/str-two-way.h: Clean up stray macro.
17243         * NEWS: Document new module.
17244         * MODULES.html.sh (string handling): Likewise.
17245         * doc/functions/strcasestr.texi: New file.
17246         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
17247         here, since it is not a POSIX function.
17248
17249 2008-01-14  Colin Watson  <cjwatson@debian.org>
17250             Bruno Haible  <bruno@clisp.org>
17251
17252         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
17253         works fine; if not, set REPLACE_STRSIGNAL.
17254         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
17255         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17256         REPLACE_STRSIGNAL.
17257         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
17258         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
17259         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
17260
17261 2008-01-14  Bruno Haible  <bruno@clisp.org>
17262
17263         * modules/strsignal (Include): Change to <string.h>.
17264
17265 2008-01-14  Colin Watson  <cjwatson@debian.org>
17266
17267         * modules/argp (Notice): Add a notice recommending to change
17268         XGETTEXT_OPTIONS.
17269         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
17270
17271 2008-01-13  Colin Watson  <cjwatson@debian.org>
17272
17273         * modules/strsignal-tests: New file.
17274         * tests/test-strsignal.c: New file.
17275
17276         * lib/strsignal.c: New file, from glibc with modifications.
17277         * lib/siglist.h: New file, from glibc with modifications.
17278         * lib/string.in.h (strsignal): New declaration.
17279         * m4/strsignal.m4: New file.
17280         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17281         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
17282         * modules/strsignal: New file.
17283         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
17284         HAVE_DECL_STRSIGNAL.
17285
17286 2008-01-13  Bruno Haible  <bruno@clisp.org>
17287
17288         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
17289         locale encoding is not ASCII. Needed for OpenBSD 4.0.
17290         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
17291         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
17292
17293 2008-01-13  Bruno Haible  <bruno@clisp.org>
17294
17295         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
17296         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
17297         * lib/argp.h (__attribute__): Likewise.
17298         * lib/c-stack.c (__attribute__): Likewise.
17299         * lib/error.h (__attribute__): Likewise.
17300         * lib/fts.c (__attribute__): Likewise.
17301         * lib/openat.h (__attribute__): Likewise.
17302         * lib/stdio.in.h (__attribute__): Likewise.
17303         * lib/string.in.h (__attribute__): Likewise.
17304         * lib/utimens.c (__attribute__): Likewise.
17305         * lib/vasnprintf.h (__attribute__): Likewise.
17306         * lib/xalloc.h (__attribute__): Likewise.
17307         * lib/xprintf.h (__attribute__): Likewise.
17308         * lib/xstrtol.h (__attribute__): Likewise.
17309         * lib/xvasprintf.h (__attribute__): Likewise.
17310
17311 2008-01-12  Bruno Haible  <bruno@clisp.org>
17312
17313         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
17314         * doc/glibc-headers/a.out.texi: New file.
17315         * doc/glibc-headers/aliases.texi: New file.
17316         * doc/glibc-headers/alloca.texi: New file.
17317         * doc/glibc-headers/ar.texi: New file.
17318         * doc/glibc-headers/argp.texi: New file.
17319         * doc/glibc-headers/argz.texi: New file.
17320         * doc/glibc-headers/byteswap.texi: New file.
17321         * doc/glibc-headers/crypt.texi: New file.
17322         * doc/glibc-headers/endian.texi: New file.
17323         * doc/glibc-headers/envz.texi: New file.
17324         * doc/glibc-headers/err.texi: New file.
17325         * doc/glibc-headers/error.texi: New file.
17326         * doc/glibc-headers/execinfo.texi: New file.
17327         * doc/glibc-headers/fpu_control.texi: New file.
17328         * doc/glibc-headers/fstab.texi: New file.
17329         * doc/glibc-headers/fts.texi: New file.
17330         * doc/glibc-headers/getopt.texi: New file.
17331         * doc/glibc-headers/ieee754.texi: New file.
17332         * doc/glibc-headers/ifaddrs.texi: New file.
17333         * doc/glibc-headers/libintl.texi: New file.
17334         * doc/glibc-headers/mcheck.texi: New file.
17335         * doc/glibc-headers/mntent.texi: New file.
17336         * doc/glibc-headers/obstack.texi: New file.
17337         * doc/glibc-headers/paths.texi: New file.
17338         * doc/glibc-headers/printf.texi: New file.
17339         * doc/glibc-headers/pty.texi: New file.
17340         * doc/glibc-headers/resolv.texi: New file.
17341         * doc/glibc-headers/shadow.texi: New file.
17342         * doc/glibc-headers/sysexits.texi: New file.
17343         * doc/glibc-headers/ttyent.texi: New file.
17344
17345 2008-01-12  Jim Meyering  <meyering@redhat.com>
17346
17347         announce-gen: emit Gnulib's git-based version string.
17348         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
17349         New option --gnulib-version=V, where V is expected to be
17350         the output of running git describe in the gnulib directory.
17351         (get_tool_versions): Request feedback on xdelta.  I suspect it's
17352         not useful, and plan to stop publishing an xdelta file with each
17353         coreutils release.
17354
17355         * build-aux/announce-gen: Also check for lzma-compressed files.
17356
17357 2008-01-11  Bruno Haible  <bruno@clisp.org>
17358
17359         * tests/test-memmem.c (main): Increase maximum allowed time.
17360         * tests/test-strstr.c (main): Likewise.
17361
17362 2008-01-11  Bruno Haible  <bruno@clisp.org>
17363
17364         * doc/functions/memmem.texi: Add more precisions about platforms.
17365         * doc/functions/strstr.texi: Likewise.
17366
17367 2008-01-10  Eric Blake  <ebb9@byu.net>
17368
17369         * m4/strstr.m4: Delete cruft from copy-n-paste.
17370         Reported by Bruno Haible.
17371
17372 2008-01-10  Bruno Haible  <bruno@clisp.org>
17373
17374         Make c-strstr rely on strstr.
17375         * lib/c-strstr.c: Don't include str-kmp.h.
17376         (c_strstr): Define in terms of strstr.
17377         * modules/c-strstr (Files): Remove lib/str-kmp.h.
17378         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
17379
17380 2008-01-10  Bruno Haible  <bruno@clisp.org>
17381
17382         * doc/gnulib.texi (String Functions in C Locale): New section.
17383         * doc/c-ctype.texi: New file.
17384         * doc/c-strcase.texi: New file.
17385         * doc/c-strcaseeq.texi: New file.
17386         * doc/c-strcasestr.texi: New file.
17387         * doc/c-strstr.texi: New file.
17388         * doc/c-strtod.texi: New file.
17389         * doc/c-strtold.texi: New file.
17390
17391 2008-01-10  Eric Blake  <ebb9@byu.net>
17392
17393         * lib/relocatable.h: Fix a comment.
17394
17395 2008-01-10  Eric Blake  <ebb9@byu.net>
17396
17397         Share two-way algorithm.
17398         * lib/str-two-way.h: New file, merged from...
17399         * lib/memmem.c: ...here...
17400         * lib/strstr.c: ...and here.
17401         * modules/memmem (Files): Use it.
17402         * modules/strstr (Files): Likewise.
17403
17404         Avoid quadratic strstr implementations.
17405         * lib/strstr.c: New file.
17406         * m4/strstr.m4: Likewise.
17407         * modules/strstr: Likewise.
17408         * modules/strstr-tests: Likewise.
17409         * tests/test-strstr.c: Likewise.
17410         * lib/string.in.h (rpl_strstr): Declare.
17411         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
17412         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
17413         * modules/string (Makefile.am): Likewise.
17414         * MODULES.html.sh (string handling): Mention new module.
17415         * doc/functions/strstr.texi (strstr): Document the bug.
17416
17417 2008-01-10  Bruno Haible  <bruno@clisp.org>
17418
17419         * lib/relocatable.h (relocate): State whether result is freshly
17420         allocated or not.
17421         * lib/relocatable.c (relocate): Return a freshly allocated string
17422         instead of a pointer to a privately held string.
17423         Reported by Sylvain Beucler <beuc@gnu.org>.
17424
17425 2008-01-10  Colin Watson  <cjwatson@debian.org>
17426
17427         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
17428         s/S_ISNLK/S_ISLNK/.
17429
17430 2008-01-09  Bruno Haible  <bruno@clisp.org>
17431
17432         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
17433         and other files.
17434         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
17435         if it's only a guess.
17436         * modules/memmem: Simplify by depending on memmem-simple.
17437
17438 2008-01-09  Bruno Haible  <bruno@clisp.org>
17439
17440         Work around OpenBSD 4.0 tdelete() bug.
17441         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
17442         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
17443         macros and don't redefine the enum values.
17444         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
17445         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
17446         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
17447
17448 2008-01-09  Bruno Haible  <bruno@clisp.org>
17449
17450         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
17451         (main): Don't perform the tests if setlocale did not install a UTF-8
17452         locale. Needed on OpenBSD 4.0.
17453         * modules/wcwidth-tests (Depends-on): Add localcharset.
17454
17455 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17456
17457         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
17458         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
17459         * NEWS: announce this.
17460         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
17461
17462 2008-01-09  Simon Josefsson  <simon@josefsson.org>
17463         and Eric Blake  <ebb9@byu.net>
17464
17465         Add memmem-simple module.
17466         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
17467         (gl_FUNC_MEMMEM): Separate performance from presence checks.
17468         * modules/memmem-simple: New file.
17469         * modules/memmem (Description): Tweak.
17470         * MODULES.html.sh (string handling): Mention new module.
17471         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
17472         addressed by memmem-simple.
17473         * NEWS: Document the difference.
17474
17475 2008-01-09  Eric Blake  <ebb9@byu.net>
17476
17477         Give gcc some memmem optimization hints.
17478         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
17479         (strcasestr): Declare as pure.
17480         * modules/memmem (Maintainer): Claim my implementation.
17481
17482 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17483
17484         Support AIX 6.1 and higher.
17485         * build-aux/config.libpath: Likewise.
17486         * build-aux/config.rpath: Likewise.
17487
17488 2008-01-08  Jim Meyering  <meyering@redhat.com>
17489             Bruno Haible  <bruno@clisp.org>
17490
17491         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
17492         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
17493         Reported by Peter Fales in
17494         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
17495
17496 2008-01-08  Bruno Haible  <bruno@clisp.org>
17497
17498         * modules/unictype/category-of (Depends-on): Add
17499         unictype/category-none.
17500         * modules/unictype/category-and-tests (Depends-on): Add
17501         unictype/category-{L,N,Lu,Nd}.
17502         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
17503         * modules/unictype/category-or-tests (Depends-on): Add
17504         unictype/category-{L,N}.
17505         * modules/unictype/category-name-tests (Depends-on): Add
17506         unictype/category-{Z,Nl}.
17507         Reported by Simon Josefsson.
17508
17509 2008-01-08  Bruno Haible  <bruno@clisp.org>
17510
17511         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
17512         convention better.
17513         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
17514         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
17515         Reported by Peter Miller <millerp@canb.auug.org.au>.
17516
17517 2008-01-08  Eric Blake  <ebb9@byu.net>
17518
17519         Rewrite memmem to guarantee linear complexity without malloc.
17520         * lib/memmem.c (memmem): Use Two-Way rather than
17521         Knuth-Morris-Pratt, to allow O(1) space usage.
17522         (critical_factorization, two_way_short_needle)
17523         (two_way_long_needle): New functions.
17524         (knuth_morris_pratt): Delete.
17525         * modules/memmem (Depends-on): No longer need malloca or stdbool.
17526         Add stdint.
17527         * tests/test-memmem.c (main): Add tests for periodic needle and
17528         sublinear performance.
17529         * doc/functions/memmem.texi (memmem): Document other deficiencies
17530         in cygwin and older glibc.
17531
17532 2008-01-08  Bruno Haible  <bruno@clisp.org>
17533
17534         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
17535         augmentation.
17536
17537 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
17538
17539         Add a configure time option: --disable-acl.
17540         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
17541         AC_ARG_ENABLE(acl).
17542
17543 2008-01-06  Simon Josefsson  <simon@josefsson.org>
17544
17545         * tests/test-localename.c: Don't include obsolete "setenv.h".
17546
17547         * modules/localename-tests (Depends-on): Need unsetenv.
17548
17549 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17550
17551         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
17552
17553 2008-01-06  Colin Watson  <cjwatson@debian.org>
17554
17555         * users.txt: Add man-db.
17556
17557 2008-01-07  Bruno Haible  <bruno@clisp.org>
17558
17559         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
17560         previous section name.
17561
17562 2008-01-07  Bruno Haible  <bruno@clisp.org>
17563
17564         * lib/progname.c (set_program_name): Don't strip off a leading
17565         "lt-" prefix outside a .libs directory.
17566         Suggested by Paul Eggert.
17567
17568 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
17569             Bruno Haible  <bruno@clisp.org>
17570
17571         Improve memory cleanup in 'relocatable' module.
17572         * lib/relocatable.h (compute_curr_prefix): Change return type to
17573         'char *'.
17574         * lib/relocatable.c (compute_curr_prefix): Change return type to
17575         'char *'. Free curr_installdir after use.
17576         (relocate): Free curr_prefix_better after use.
17577         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
17578
17579 2008-01-01  Bruno Haible  <bruno@clisp.org>
17580
17581         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
17582         failure on older glibc systems.
17583         Reported by Peter Fales <psfales@alcatel-lucent.com>.
17584
17585 2008-01-05  Eric Blake  <ebb9@byu.net>
17586
17587         Avoid quadratic system memmem.
17588         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
17589         Reported by Ralf Wildenhues.
17590
17591         Fix memmem test for mingw.
17592         * modules/memmem-tests (configure.ac): Check for alarm.
17593         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
17594         it.
17595         * doc/functions/memmem.texi: New file.
17596         * doc/gnulib.texi (Function Substitutes): Add memmem.
17597         Reported by Bruno Haible.
17598
17599 2008-01-04  Bruno Haible  <bruno@clisp.org>
17600
17601         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
17602         Require gl_HEADER_STRINGS_H_DEFAULTS, not
17603         gl_HEADER_STRING_H_DEFAULTS.
17604
17605 2008-01-04  Eric Blake  <ebb9@byu.net>
17606
17607         Shorten duration of memmem test.
17608         * tests/test-memmem.c (main): Use alarm to declare failure if test
17609         is taking too long.
17610         Reported by Ralf Wildenhues.
17611
17612 2007-12-21  Simon Josefsson  <simon@josefsson.org>
17613
17614         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
17615         string, needed by strerror.
17616
17617 2008-01-03  Colin Watson  <cjwatson@debian.org>
17618             Bruno Haible  <bruno@clisp.org>
17619
17620         * doc/gnulib-tool.texi (Localization): New section.
17621
17622 2008-01-02  Bruno Haible  <bruno@clisp.org>
17623
17624         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
17625         variables to 'unsigned char *' type.
17626         Reported by Paul Eggert.
17627
17628 2008-01-02  Jim Meyering  <jim@meyering.net>
17629
17630         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
17631
17632 2007-12-31  Jim Meyering  <jim@meyering.net>
17633
17634         Avoid use of private FTS type name.
17635         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
17636
17637 2007-12-30  Karl Berry  <karl@gnu.org>
17638
17639         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
17640         work around defect in Texinfo and/or the standalone Info browser.
17641
17642 2007-12-30  Bruno Haible  <bruno@clisp.org>
17643
17644         Unify 5 copies of the KMP code.
17645         * lib/str-kmp.h: New file.
17646         * lib/c-strcasestr.c: Include str-kmp.h.
17647         (knuth_morris_pratt): Remove function.
17648         (c_strcasestr): Update.
17649         * lib/c-strstr.c: Include str-kmp.h.
17650         (knuth_morris_pratt): Remove function.
17651         (c_strcasestr): Update.
17652         * lib/mbscasestr.c: Include str-kmp.h.
17653         (knuth_morris_pratt_unibyte): Remove function.
17654         * lib/mbsstr.c: Include str-kmp.h.
17655         (knuth_morris_pratt_unibyte): Remove function.
17656         * lib/strcasestr.c: Include str-kmp.h.
17657         (knuth_morris_pratt): Remove function.
17658         (strcasestr): Update.
17659         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
17660         * modules/c-strstr (Files): Likewise.
17661         * modules/mbscasestr (Files): Likewise.
17662         * modules/mbsstr (Files): Likewise.
17663         * modules/strcasestr (Files): Likewise.
17664         Suggested by Paul Eggert.
17665
17666 2007-12-30  Bruno Haible  <bruno@clisp.org>
17667
17668         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
17669         defined.
17670
17671 2007-12-30  Bruno Haible  <bruno@clisp.org>
17672
17673         * lib/xmalloca.h: Include xalloc.h.
17674         (xnmalloca): New macro.
17675
17676 2007-12-30  Bruno Haible  <bruno@clisp.org>
17677
17678         * lib/malloca.h (nmalloca): New macro.
17679         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
17680         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
17681         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
17682         knuth_morris_pratt_multibyte): Likewise.
17683         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
17684         knuth_morris_pratt_multibyte): Likewise.
17685         * lib/memmem.c (knuth_morris_pratt): Likewise.
17686         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
17687
17688 2007-12-25  Bruno Haible  <bruno@clisp.org>
17689
17690         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
17691         * lib/glob.c: Don't include openat.h.
17692         (link_exists2_p): Add back the code that deals with the
17693         !GLOB_ALTDIRFUNC case.
17694         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
17695         let it do the filename concatenation.
17696         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
17697         * modules/glob (Depends-on): Remove openat.
17698
17699 2007-12-31  Bruno Haible  <bruno@clisp.org>
17700
17701         * modules/dirfd (License): Change to LGPLv2+.
17702         Approved by Jim Meyering.
17703
17704 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
17705
17706         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
17707         when multiplying M by sizeof (size_t).
17708
17709 2007-12-10  Martin Lambers  <marlam@marlam.de>
17710
17711         Override getpagesize on mingw.
17712         * lib/getpagesize.c: New file.
17713         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
17714         * modules/getpagesize (Files): Add lib/getpagesize.c.
17715         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
17716         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17717         REPLACE_GETPAGESIZE.
17718         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
17719
17720 2007-12-25  Bruno Haible  <bruno@clisp.org>
17721
17722         * modules/localcharset (Notice): New field.
17723         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
17724         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
17725
17726 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
17727             Bruno Haible  <bruno@clisp.org>
17728
17729         Avoid using the syntax symbol() in formatted documentation.
17730         * MODULES.html.sh (func_module): When replacing symbol() with a
17731         hyperlink, remove the parentheses. Show an error if some remain.
17732         Recognize and render the '...' syntax.
17733         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
17734         Rework. Add paragraph about GCC's inlining.
17735         * doc/alloca.texi: Likewise.
17736         * doc/error.texi: Remove parentheses from symbol reference.
17737         * doc/gnulib-intro.texi: Likewise.
17738         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
17739         * modules/fnmatch (Description): Reword to say "the ... function".
17740         * modules/full-read (Description): Likewise.
17741         * modules/full-write (Description): Likewise.
17742         * modules/safe-read (Description): Likewise.
17743         * modules/safe-write (Description): Likewise.
17744         * modules/strchrnul (Description): Likewise.
17745         * modules/trim (Description): Likewise.
17746         * modules/error (Description): Remove parentheses from symbol
17747         references.
17748         * modules/verror (Description): Likewise.
17749         Reported by Karl Berry.
17750
17751 2007-12-25  Bruno Haible  <bruno@clisp.org>
17752
17753         Fixup after 2007-10-16 commit.
17754         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
17755
17756 2007-12-24  Bruno Haible  <bruno@clisp.org>
17757
17758         Make --enable-relocatable work with DESTDIR.
17759         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
17760         to compute installdir from destprog.
17761         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
17762         also set the RELOC_DESTDIR variable.
17763         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
17764
17765 2007-12-24  Bruno Haible  <bruno@clisp.org>
17766
17767         Fix link error due to xalloc_die().
17768         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
17769         of xreadlink.
17770         * lib/relocwrapper.c: Update comments.
17771         * build-aux/install-reloc: Remove xreadlink.c from file list.
17772         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
17773         xreadlink.c.
17774         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
17775
17776 2007-12-24  Bruno Haible  <bruno@clisp.org>
17777
17778         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
17779         * lib/setenv.h: Remove file.
17780         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
17781         lib/setenv.h.
17782         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
17783         (Depends-on): Add stdlib.
17784         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
17785         gl_FUNC_UNSETENV.
17786         (Include): Replace setenv.h with <stdlib.h>.
17787         * modules/unsetenv: New file.
17788         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
17789         * lib/unsetenv.c: Include <stdlib.h> first.
17790         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
17791         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
17792         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
17793         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
17794         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
17795         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
17796         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
17797         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
17798         * doc/functions/unsetenv.texi: Update.
17799         * modules/xsetenv (Depends-on): Add unsetenv.
17800         * modules/getdate (Depends-on): Likewise.
17801         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
17802         * lib/xsetenv.c: Don't include setenv.h.
17803         * lib/getdate.y: Likewise.
17804         * lib/relocwrapper.c: Likewise.
17805         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
17806         (Depends-on): Add stdlib.
17807         * NEWS: Mention the changes.
17808         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
17809
17810 2007-12-23  Bruno Haible  <bruno@clisp.org>
17811
17812         * lib/memmem.c (memmem): Use lowercase variable names. Tab
17813         indentation.
17814
17815 2007-12-23  Bruno Haible  <bruno@clisp.org>
17816
17817         * lib/c-strcasestr.c: Add more comments.
17818         * lib/c-strstr.c: Likewise.
17819         * lib/mbscasestr.c: Likewise.
17820         * lib/mbsstr.c: Likewise.
17821         * lib/strcasestr.c: Likewise.
17822         * lib/memmem.c: Likewise.
17823
17824 2007-12-23  Bruno Haible  <bruno@clisp.org>
17825
17826         * tests/test-memmem.c: Include <string.h> first.
17827
17828 2007-12-22  Bruno Haible  <bruno@clisp.org>
17829
17830         * gnulib-tool (func_create_testdir): Change $auxdir while generating
17831         the contents of $testsbase.
17832         Reported by Ralf Wildenhues.
17833
17834 2007-12-22  Bruno Haible  <bruno@clisp.org>
17835
17836         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
17837         two variables local_ldadd_before, local_ldadd_last.
17838
17839 2007-12-20  Eric Blake  <ebb9@byu.net>
17840
17841         Work around circular library issue when cross-compiling.
17842         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
17843         that progname.o does not need to pull in rpl_memcmp.
17844
17845 2007-12-19  Eric Blake  <ebb9@byu.net>
17846
17847         Fix memmem to avoid O(n^2) worst-case complexity.
17848         * lib/memmem.c (knuth_morris_pratt): New function.
17849         (memmem): Use it if first few naive iterations fail.
17850         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
17851         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
17852         * modules/memchr (License): Likewise.
17853         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
17854         malloca.
17855         * tests/test-memmem.c: Rewrite, borrowing ideas from
17856         test-mbsstr1.c; the old version wouldn't even compile!
17857         * modules/memmem-tests: New file.
17858         * lib/string.in.h (rpl_memmem): Add declaration.
17859         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
17860         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
17861         REPLACE_MEMMEM.
17862
17863 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17864
17865         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
17866         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
17867         before any system include files, and undef after them all.  This
17868         should fix a problem on VMS reported by John E. Malmberg in
17869         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
17870
17871 2007-12-17  Eric Blake  <ebb9@byu.net>
17872
17873         Revert addition of verify, for BSD/OS.
17874         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
17875         can't handle large files, for the sake of obsolete platforms.
17876         * modules/fseeko (Depends-on): Remove verify.
17877         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
17878         * doc/functions/ftello.texi (ftello): Likewise.
17879         * doc/functions/fgetpos.texi (fgetpos): Likewise.
17880         Reported by Larry Jones.
17881
17882 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
17883
17884         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
17885         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
17886
17887 2007-12-17  Jim Meyering  <meyering@redhat.com>
17888
17889         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
17890         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
17891         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
17892         * modules/getcwd (Depends-on): Add openat.
17893         Reported by Petr Salinger.
17894
17895 2007-12-17  Bruno Haible  <bruno@clisp.org>
17896
17897         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
17898         avoid a segmentation fault of the configure test on x86_64 systems.
17899
17900 2007-12-15  Jim Meyering  <meyering@redhat.com>
17901
17902         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
17903
17904 2007-12-13  Eric Blake  <ebb9@byu.net>
17905
17906         Another fseek test.
17907         * tests/test-fseek.c (main): Also test ungetc handling.
17908         * tests/test-fseeko.c (main): Likewise.
17909         * modules/fseeko (Depends-on): Add verify.
17910         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
17911         large.
17912         Reported by Larry Jones.
17913
17914         Fix fseeko on mingw.
17915         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
17916         seek.
17917
17918         Beef up fseek tests.
17919         * tests/test-fseek.c (main): Also test eof handling.
17920         * tests/test-fseeko.c (main): Likewise.
17921         Reported by Larry Jones.
17922
17923 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
17924
17925         Fix fseeko on BSD-based platforms.
17926         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
17927         successful seek.
17928
17929 2007-12-12  Eric Blake  <ebb9@byu.net>
17930
17931         Allow circular dependency of separate libtests.a
17932         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
17933         when use_libtests.
17934
17935 2007-12-11  Eric Blake  <ebb9@byu.net>
17936
17937         Fix bug with -0.0L in previous patch.
17938         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
17939         * tests/test-isnan.c (main): Also test on zeroes.
17940         * tests/test-isnanf.c (main): Likewise.
17941         * tests/test-isnanl.h (main): Likewise.
17942
17943         Detect pseudo-denormals on x86 even when cross-compiling.
17944         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
17945         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
17946         invalid bit patterns that happen to satisfy ==.
17947
17948         Avoid link failures with separate libtests.a.
17949         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
17950         last, to satisfy circular dependencies.
17951
17952 2007-12-11  Eric Blake  <ebb9@byu.net>
17953         and Bruno Haible  <bruno@clisp.org>
17954
17955         Fix OpenBSD 4.0 <float.h> handling of long double.
17956         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
17957         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
17958         * doc/headers/float.texi (float.h): Document OpenBSD bug.
17959
17960 2007-12-11  Jim Meyering  <meyering@redhat.com>
17961
17962         * users.txt: Add libvirt.
17963
17964         Support versions of autoconf prior to 2.59c.
17965         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
17966         if it is not already defined.
17967
17968 2007-12-09  Bruno Haible  <bruno@clisp.org>
17969
17970         Let 'gnulib-tool --import' collect sources needed for the tests in
17971         tests/ rather than in lib/.
17972         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
17973         argument. If true, add rules to generate libtests.a, and put libtests.a
17974         into $(LDADD). Consider source files in subdirectories and set
17975         uses_subdirs.
17976         (func_emit_initmacro_start, func_emit_initmacro_end,
17977         func_emit_initmacro_done): Pass all arguments explicitly.
17978         (func_import): Determine two module lists main_modules,
17979         testsrelated_modules. Determine use_libtests. Determine two variables
17980         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
17981         instead of just sed_transform_lib_file. Determine two variables
17982         main_files and testsrelated_files. Compute 'files' as the union of
17983         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
17984         func_add_or_update. In the generated gnulib-comp.m4, collect the
17985         object files for tests/ in different variables than those for lib/.
17986         Substitute LIBTESTS_LIBDEPS.
17987         (func_create_testdir): Combine the uses_subdirs results from
17988         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
17989
17990 2007-12-09  Bruno Haible  <bruno@clisp.org>
17991
17992         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
17993         the build-aux directory.
17994
17995 2007-12-09  Bruno Haible  <bruno@clisp.org>
17996
17997         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
17998         introduced on 2006-09-09.
17999
18000 2007-12-07  Jim Meyering  <meyering@redhat.com>
18001
18002         Let these macros work also with autoconf-2.59.
18003         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
18004         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
18005         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
18006
18007 2007-12-06  Jim Meyering  <meyering@redhat.com>
18008
18009         Avoid a configure-time syntax error in gl_FUNC_ACL.
18010         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
18011         function in each branch, before testing the cache variable.
18012
18013 2007-12-04  Eric Blake  <ebb9@byu.net>
18014
18015         Make scripts executable.
18016         * build-aux/config.guess: Add execute permissions.
18017         * build-aux/config.sub: Likewise.
18018         * build-aux/gendocs.sh: Likewise.
18019
18020         Fix frexp on mingw.
18021         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
18022         cross-compiling.
18023         * doc/functions/frexp.texi (frexp): Document the bug.
18024
18025         Make cygwin fseeko check more reliable.
18026         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
18027         version numbers, rather than unrelated feature check.
18028         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
18029         * doc/functions/ftello.texi (ftello): Likewise.
18030         Reported by Bruno Haible.
18031
18032         * m4/strerror.m4: Bump version number.
18033
18034 2007-12-03  Bruno Haible  <bruno@clisp.org>
18035
18036         * doc/functions/mprotect.texi: Mention the mingw problem.
18037
18038 2007-12-03  Eric Blake  <ebb9@byu.net>
18039
18040         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
18041         REPLACE_STRERROR is initialized before this macro.
18042
18043 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
18044
18045         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
18046         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
18047         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
18048         put -lsec in even for programs other than 'ls'.  This fixes a problem
18049         for gettext reported by Bruno Haible in
18050         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
18051         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
18052         Add support for Solaris 10.  This isn't efficient, but should get the
18053         job done for now.
18054
18055 2007-12-03  James Youngman  <jay@gnu.org>
18056
18057         * doc/regexprops-generic.texi: change "an close-group" to "a
18058         close-group" and "illegal" to "not allowed".
18059
18060 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18061
18062         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
18063         pr_byname.h. Needed for the rare case when the maintainer has done
18064         "make maintainer-clean" in the source directory and then attempts a
18065         build outside the source directory.
18066         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
18067         scripts_byname.h.
18068
18069 2007-12-02  Martin Lambers <marlam@marlam.de>
18070             Bruno Haible  <bruno@clisp.org>
18071
18072         * lib/getpagesize.h: Remove file.
18073         * lib/unistd.in.h: Include declaration of getpagesize here.
18074         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
18075         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
18076         HAVE_SYS_PARAM_H.
18077         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
18078         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
18079         * modules/getpagesize (Files): Remove lib/getpagesize.h.
18080         (Depends-on): Add unistd.
18081         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18082         (Include): Use <unistd.h> instead of getpagesize.h.
18083         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
18084         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
18085         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
18086         gl_GETPAGESIZE invocation, already handled by module dependency.
18087         * lib/pagealign_alloc.c: Don't include getpagesize.h.
18088
18089 2007-12-02  Bruno Haible  <bruno@clisp.org>
18090
18091         * modules/strings-tests: New file.
18092         * tests/test-strings.c: New file.
18093
18094         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
18095         * lib/strings.in.h: New file.
18096         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
18097         * m4/strings_h.m4: New file.
18098         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
18099         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
18100         * modules/strings: New file.
18101         * modules/string (Makefile.am): Update.
18102         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
18103         Reported by Karl Berry.
18104
18105 2007-12-01  Eric Blake  <ebb9@byu.net>
18106
18107         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
18108         accomodate fix in cygwin 1.5.25.
18109
18110 2007-12-01  Jim Meyering  <meyering@redhat.com>
18111
18112         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
18113         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
18114         that would inhibit utf8-optimization of a regexp containing line-
18115         or buffer-anchors, e.g., `^', `$'.
18116
18117 2007-11-30  Bruno Haible  <bruno@clisp.org>
18118
18119         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
18120         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
18121         glthread_recursive_lock_init.
18122         * lib/lock.c (glthread_recursive_lock_init)
18123         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
18124         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18125
18126 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
18127
18128         New function qset_acl, like set_acl but with syscall semantics.
18129         * lib/acl.h (qset_acl): New decl.
18130         * lib/acl.c (qset_acl): New function.
18131         (set_acl): Use new function.  Use more-consistent diagnostics.
18132
18133 2007-11-28  Jim Meyering  <meyering@redhat.com>
18134
18135         * modules/physmem (License): Change from GPL to LGPLv2+.
18136
18137 2007-11-26  Bruno Haible  <bruno@clisp.org>
18138
18139         * lib/vasnprintf.c (decode_long_double): Don't abort if the
18140         'long double' type has excess precision.
18141         Reported by Jim Meyering in
18142         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
18143
18144 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18145
18146         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
18147         Sync from <http://gnu.org/licenses>.
18148         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
18149         with license text from same location.
18150         * doc/maintain.texi, doc/standards.texi:  Sync from
18151         <http://savannah.gnu.org/projects/gnustandards>.
18152
18153 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
18154         and Jim Meyering  <meyering@redhat.com>
18155
18156         Adjust getdate' grammar to accept a slightly more regular language.
18157         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
18158         Before, the former was rejected.
18159         * lib/getdate.y (digits_to_date_time): New function, factored
18160         out of ...
18161         (number): ...here.  Just call digits_to_date_time.
18162         (hybrid): New non-terminal to handle an <unsigned number,
18163         signed relative offset> sequence consistently.
18164
18165 2007-11-18  Jim Meyering  <meyering@redhat.com>
18166
18167         Pull my changes from coreutils:
18168         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
18169         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
18170         use of $gnulib_tool_option_extras, so that it's separated from the
18171         preceding argument.
18172
18173         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
18174         * build-aux/bootstrap (cp_mark_as_generated): Create any required
18175         parent destination directories before copying a file into place.
18176
18177 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
18178
18179         bootstrap: work also with 4-argument variant of AC_INIT
18180         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
18181
18182 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18183
18184         Port test-getaddrinfo to Solaris.
18185         Problem reported by Bruno Haible in
18186         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
18187         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
18188         explanation of setting 'hints'.
18189         Don't reject an implementation merely because it returns EAI_SERVICE.
18190         (EAI_SERVICE): Define to 0 if not defined.
18191
18192 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18193
18194         The license of gnu-make and posix-shell is now "GPLed build tool".
18195         * modules/gnu-make (License): Likewise.
18196         * modules/posix-shell (License): Likewise.
18197
18198         New module posix-shell, for determining a POSIX shell
18199         or perhaps something that is close enough to a POSIX shell.
18200         * m4/posix-shell.m4: New file.
18201         * modules/posix-shell: New file.
18202
18203         * MODULES.html.sh: Mention new module.
18204
18205         New module gnu-make, for determining whether we're using GNU Make.
18206         * m4/gnu-make.m4: New file.
18207         * modules/gnu-make: New file.
18208         * MODULES.html.sh: Mention new module.
18209
18210 2007-11-14  Jim Meyering  <meyering@redhat.com>
18211
18212         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
18213         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
18214         use this macro to create a function _definition_.
18215         Remove useless "#undef ARGMATCH_DIE".
18216
18217 2007-11-14  Bruno Haible  <bruno@clisp.org>
18218
18219         * lib/config.charset: Update for OpenBSD 4.1.
18220         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
18221
18222 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
18223
18224         Document 64-bit #if problems in stdint.texi.
18225         * doc/headers/stdint.texi (stdint.h): Mention problems with
18226         64-bit-#if, and how to work around them.
18227
18228         Don't insist on 'long long int' support in the preprocessor.  It
18229         breaks too many things.  For example, PRIdMAX still uses a 'long
18230         long int' format with the latest Sun compiler, even though
18231         HAVE_LONG_LONG_INT isn't defined due to that compiler's
18232         preprocessor problem.  This causes the latest coreutils to dump
18233         core on Solaris 10 sparc with the Sun C compiler.
18234         Instead, fix the 2007-10-16 problem in a different way, by evaluating
18235         the troublesome expressions at configure-time, not at #if-time.
18236         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
18237         preprocessor.
18238         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
18239         compile-time C checks, done at 'configure'-time.
18240         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
18241         * modules/inttypes (Makefile): Substitute the new symbols that
18242         gl_INTTYPES_H now generates.
18243         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
18244
18245 2007-11-12  Bruno Haible  <bruno@clisp.org>
18246
18247         Tests for Unicode character classification functions.
18248
18249         * modules/unictype/bidicategory-byname-tests: New file.
18250         * modules/unictype/bidicategory-name-tests: New file.
18251         * modules/unictype/bidicategory-of-tests: New file.
18252         * modules/unictype/bidicategory-test-tests: New file.
18253         * modules/unictype/block-list-tests: New file.
18254         * modules/unictype/block-of-tests: New file.
18255         * modules/unictype/block-test-tests: New file.
18256         * modules/unictype/category-C-tests: New file.
18257         * modules/unictype/category-Cc-tests: New file.
18258         * modules/unictype/category-Cf-tests: New file.
18259         * modules/unictype/category-Cn-tests: New file.
18260         * modules/unictype/category-Co-tests: New file.
18261         * modules/unictype/category-Cs-tests: New file.
18262         * modules/unictype/category-L-tests: New file.
18263         * modules/unictype/category-Ll-tests: New file.
18264         * modules/unictype/category-Lm-tests: New file.
18265         * modules/unictype/category-Lo-tests: New file.
18266         * modules/unictype/category-Lt-tests: New file.
18267         * modules/unictype/category-Lu-tests: New file.
18268         * modules/unictype/category-M-tests: New file.
18269         * modules/unictype/category-Mc-tests: New file.
18270         * modules/unictype/category-Me-tests: New file.
18271         * modules/unictype/category-Mn-tests: New file.
18272         * modules/unictype/category-N-tests: New file.
18273         * modules/unictype/category-Nd-tests: New file.
18274         * modules/unictype/category-Nl-tests: New file.
18275         * modules/unictype/category-No-tests: New file.
18276         * modules/unictype/category-P-tests: New file.
18277         * modules/unictype/category-Pc-tests: New file.
18278         * modules/unictype/category-Pd-tests: New file.
18279         * modules/unictype/category-Pe-tests: New file.
18280         * modules/unictype/category-Pf-tests: New file.
18281         * modules/unictype/category-Pi-tests: New file.
18282         * modules/unictype/category-Po-tests: New file.
18283         * modules/unictype/category-Ps-tests: New file.
18284         * modules/unictype/category-S-tests: New file.
18285         * modules/unictype/category-Sc-tests: New file.
18286         * modules/unictype/category-Sk-tests: New file.
18287         * modules/unictype/category-Sm-tests: New file.
18288         * modules/unictype/category-So-tests: New file.
18289         * modules/unictype/category-Z-tests: New file.
18290         * modules/unictype/category-Zl-tests: New file.
18291         * modules/unictype/category-Zp-tests: New file.
18292         * modules/unictype/category-Zs-tests: New file.
18293         * modules/unictype/category-and-not-tests: New file.
18294         * modules/unictype/category-and-tests: New file.
18295         * modules/unictype/category-byname-tests: New file.
18296         * modules/unictype/category-name-tests: New file.
18297         * modules/unictype/category-none-tests: New file.
18298         * modules/unictype/category-of-tests: New file.
18299         * modules/unictype/category-or-tests: New file.
18300         * modules/unictype/category-test-withtable-tests: New file.
18301         * modules/unictype/combining-class-tests: New file.
18302         * modules/unictype/ctype-alnum-tests: New file.
18303         * modules/unictype/ctype-alpha-tests: New file.
18304         * modules/unictype/ctype-blank-tests: New file.
18305         * modules/unictype/ctype-cntrl-tests: New file.
18306         * modules/unictype/ctype-digit-tests: New file.
18307         * modules/unictype/ctype-graph-tests: New file.
18308         * modules/unictype/ctype-lower-tests: New file.
18309         * modules/unictype/ctype-print-tests: New file.
18310         * modules/unictype/ctype-punct-tests: New file.
18311         * modules/unictype/ctype-space-tests: New file.
18312         * modules/unictype/ctype-upper-tests: New file.
18313         * modules/unictype/ctype-xdigit-tests: New file.
18314         * modules/unictype/decimal-digit-tests: New file.
18315         * modules/unictype/digit-tests: New file.
18316         * modules/unictype/mirror-tests: New file.
18317         * modules/unictype/numeric-tests: New file.
18318         * modules/unictype/property-alphabetic-tests: New file.
18319         * modules/unictype/property-ascii-hex-digit-tests: New file.
18320         * modules/unictype/property-bidi-arabic-digit-tests: New file.
18321         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
18322         * modules/unictype/property-bidi-block-separator-tests: New file.
18323         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
18324         * modules/unictype/property-bidi-common-separator-tests: New file.
18325         * modules/unictype/property-bidi-control-tests: New file.
18326         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
18327         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
18328         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
18329         * modules/unictype/property-bidi-european-digit-tests: New file.
18330         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
18331         * modules/unictype/property-bidi-left-to-right-tests: New file.
18332         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
18333         * modules/unictype/property-bidi-other-neutral-tests: New file.
18334         * modules/unictype/property-bidi-pdf-tests: New file.
18335         * modules/unictype/property-bidi-segment-separator-tests: New file.
18336         * modules/unictype/property-bidi-whitespace-tests: New file.
18337         * modules/unictype/property-byname-tests: New file.
18338         * modules/unictype/property-combining-tests: New file.
18339         * modules/unictype/property-composite-tests: New file.
18340         * modules/unictype/property-currency-symbol-tests: New file.
18341         * modules/unictype/property-dash-tests: New file.
18342         * modules/unictype/property-decimal-digit-tests: New file.
18343         * modules/unictype/property-default-ignorable-code-point-tests: New file.
18344         * modules/unictype/property-deprecated-tests: New file.
18345         * modules/unictype/property-diacritic-tests: New file.
18346         * modules/unictype/property-extender-tests: New file.
18347         * modules/unictype/property-format-control-tests: New file.
18348         * modules/unictype/property-grapheme-base-tests: New file.
18349         * modules/unictype/property-grapheme-extend-tests: New file.
18350         * modules/unictype/property-grapheme-link-tests: New file.
18351         * modules/unictype/property-hex-digit-tests: New file.
18352         * modules/unictype/property-hyphen-tests: New file.
18353         * modules/unictype/property-id-continue-tests: New file.
18354         * modules/unictype/property-id-start-tests: New file.
18355         * modules/unictype/property-ideographic-tests: New file.
18356         * modules/unictype/property-ids-binary-operator-tests: New file.
18357         * modules/unictype/property-ids-trinary-operator-tests: New file.
18358         * modules/unictype/property-ignorable-control-tests: New file.
18359         * modules/unictype/property-iso-control-tests: New file.
18360         * modules/unictype/property-join-control-tests: New file.
18361         * modules/unictype/property-left-of-pair-tests: New file.
18362         * modules/unictype/property-line-separator-tests: New file.
18363         * modules/unictype/property-logical-order-exception-tests: New file.
18364         * modules/unictype/property-lowercase-tests: New file.
18365         * modules/unictype/property-math-tests: New file.
18366         * modules/unictype/property-non-break-tests: New file.
18367         * modules/unictype/property-not-a-character-tests: New file.
18368         * modules/unictype/property-numeric-tests: New file.
18369         * modules/unictype/property-other-alphabetic-tests: New file.
18370         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
18371         * modules/unictype/property-other-grapheme-extend-tests: New file.
18372         * modules/unictype/property-other-id-continue-tests: New file.
18373         * modules/unictype/property-other-id-start-tests: New file.
18374         * modules/unictype/property-other-lowercase-tests: New file.
18375         * modules/unictype/property-other-math-tests: New file.
18376         * modules/unictype/property-other-uppercase-tests: New file.
18377         * modules/unictype/property-paired-punctuation-tests: New file.
18378         * modules/unictype/property-paragraph-separator-tests: New file.
18379         * modules/unictype/property-pattern-syntax-tests: New file.
18380         * modules/unictype/property-pattern-white-space-tests: New file.
18381         * modules/unictype/property-private-use-tests: New file.
18382         * modules/unictype/property-punctuation-tests: New file.
18383         * modules/unictype/property-quotation-mark-tests: New file.
18384         * modules/unictype/property-radical-tests: New file.
18385         * modules/unictype/property-sentence-terminal-tests: New file.
18386         * modules/unictype/property-soft-dotted-tests: New file.
18387         * modules/unictype/property-space-tests: New file.
18388         * modules/unictype/property-terminal-punctuation-tests: New file.
18389         * modules/unictype/property-test-tests: New file.
18390         * modules/unictype/property-titlecase-tests: New file.
18391         * modules/unictype/property-unassigned-code-value-tests: New file.
18392         * modules/unictype/property-unified-ideograph-tests: New file.
18393         * modules/unictype/property-uppercase-tests: New file.
18394         * modules/unictype/property-variation-selector-tests: New file.
18395         * modules/unictype/property-white-space-tests: New file.
18396         * modules/unictype/property-xid-continue-tests: New file.
18397         * modules/unictype/property-xid-start-tests: New file.
18398         * modules/unictype/property-zero-width-tests: New file.
18399         * modules/unictype/scripts-tests: New file.
18400         * modules/unictype/syntax-c-ident-tests: New file.
18401         * modules/unictype/syntax-c-whitespace-tests: New file.
18402         * modules/unictype/syntax-java-ident-tests: New file.
18403         * modules/unictype/syntax-java-whitespace-tests: New file.
18404         * tests/unictype/test-bidi_byname.c: New file.
18405         * tests/unictype/test-bidi_name.c: New file.
18406         * tests/unictype/test-bidi_of.c: New file.
18407         * tests/unictype/test-bidi_test.c: New file.
18408         * tests/unictype/test-block_list.c: New file.
18409         * tests/unictype/test-block_of.c: New file.
18410         * tests/unictype/test-block_test.c: New file.
18411         * tests/unictype/test-categ_and.c: New file.
18412         * tests/unictype/test-categ_and_not.c: New file.
18413         * tests/unictype/test-categ_byname.c: New file.
18414         * tests/unictype/test-categ_name.c: New file.
18415         * tests/unictype/test-categ_none.c: New file.
18416         * tests/unictype/test-categ_of.c: New file.
18417         * tests/unictype/test-categ_or.c: New file.
18418         * tests/unictype/test-categ_test_withtable.c: New file.
18419         * tests/unictype/test-combining.c: New file.
18420         * tests/unictype/test-decdigit.c: New file.
18421         * tests/unictype/test-digit.c: New file.
18422         * tests/unictype/test-mirror.c: New file.
18423         * tests/unictype/test-numeric.c: New file.
18424         * tests/unictype/test-pr_byname.c: New file.
18425         * tests/unictype/test-pr_test.c: New file.
18426         * tests/unictype/test-predicate-part1.h: New file.
18427         * tests/unictype/test-predicate-part2.h: New file.
18428         * tests/unictype/test-scripts.c: New file.
18429         * tests/unictype/test-sy_c_ident.c: New file.
18430         * tests/unictype/test-sy_java_ident.c: New file.
18431
18432         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
18433         for Unicode 5.0.0.
18434         * tests/unictype/test-categ_Cc.c: Likewise.
18435         * tests/unictype/test-categ_Cf.c: Likewise.
18436         * tests/unictype/test-categ_Cn.c: Likewise.
18437         * tests/unictype/test-categ_Co.c: Likewise.
18438         * tests/unictype/test-categ_Cs.c: Likewise.
18439         * tests/unictype/test-categ_L.c: Likewise.
18440         * tests/unictype/test-categ_Ll.c: Likewise.
18441         * tests/unictype/test-categ_Lm.c: Likewise.
18442         * tests/unictype/test-categ_Lo.c: Likewise.
18443         * tests/unictype/test-categ_Lt.c: Likewise.
18444         * tests/unictype/test-categ_Lu.c: Likewise.
18445         * tests/unictype/test-categ_M.c: Likewise.
18446         * tests/unictype/test-categ_Mc.c: Likewise.
18447         * tests/unictype/test-categ_Me.c: Likewise.
18448         * tests/unictype/test-categ_Mn.c: Likewise.
18449         * tests/unictype/test-categ_N.c: Likewise.
18450         * tests/unictype/test-categ_Nd.c: Likewise.
18451         * tests/unictype/test-categ_Nl.c: Likewise.
18452         * tests/unictype/test-categ_No.c: Likewise.
18453         * tests/unictype/test-categ_P.c: Likewise.
18454         * tests/unictype/test-categ_Pc.c: Likewise.
18455         * tests/unictype/test-categ_Pd.c: Likewise.
18456         * tests/unictype/test-categ_Pe.c: Likewise.
18457         * tests/unictype/test-categ_Pf.c: Likewise.
18458         * tests/unictype/test-categ_Pi.c: Likewise.
18459         * tests/unictype/test-categ_Po.c: Likewise.
18460         * tests/unictype/test-categ_Ps.c: Likewise.
18461         * tests/unictype/test-categ_S.c: Likewise.
18462         * tests/unictype/test-categ_Sc.c: Likewise.
18463         * tests/unictype/test-categ_Sk.c: Likewise.
18464         * tests/unictype/test-categ_Sm.c: Likewise.
18465         * tests/unictype/test-categ_So.c: Likewise.
18466         * tests/unictype/test-categ_Z.c: Likewise.
18467         * tests/unictype/test-categ_Zl.c: Likewise.
18468         * tests/unictype/test-categ_Zp.c: Likewise.
18469         * tests/unictype/test-categ_Zs.c: Likewise.
18470         * tests/unictype/test-ctype_alnum.c: Likewise.
18471         * tests/unictype/test-ctype_alpha.c: Likewise.
18472         * tests/unictype/test-ctype_blank.c: Likewise.
18473         * tests/unictype/test-ctype_cntrl.c: Likewise.
18474         * tests/unictype/test-ctype_digit.c: Likewise.
18475         * tests/unictype/test-ctype_graph.c: Likewise.
18476         * tests/unictype/test-ctype_lower.c: Likewise.
18477         * tests/unictype/test-ctype_print.c: Likewise.
18478         * tests/unictype/test-ctype_punct.c: Likewise.
18479         * tests/unictype/test-ctype_space.c: Likewise.
18480         * tests/unictype/test-ctype_upper.c: Likewise.
18481         * tests/unictype/test-ctype_xdigit.c: Likewise.
18482         * tests/unictype/test-decdigit.h: Likewise.
18483         * tests/unictype/test-digit.h: Likewise.
18484         * tests/unictype/test-numeric.h: Likewise.
18485         * tests/unictype/test-pr_alphabetic.c: Likewise.
18486         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
18487         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
18488         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
18489         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
18490         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
18491         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
18492         * tests/unictype/test-pr_bidi_control.c: Likewise.
18493         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
18494         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
18495         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
18496         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
18497         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
18498         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
18499         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
18500         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
18501         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
18502         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
18503         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
18504         * tests/unictype/test-pr_combining.c: Likewise.
18505         * tests/unictype/test-pr_composite.c: Likewise.
18506         * tests/unictype/test-pr_currency_symbol.c: Likewise.
18507         * tests/unictype/test-pr_dash.c: Likewise.
18508         * tests/unictype/test-pr_decimal_digit.c: Likewise.
18509         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
18510         * tests/unictype/test-pr_deprecated.c: Likewise.
18511         * tests/unictype/test-pr_diacritic.c: Likewise.
18512         * tests/unictype/test-pr_extender.c: Likewise.
18513         * tests/unictype/test-pr_format_control.c: Likewise.
18514         * tests/unictype/test-pr_grapheme_base.c: Likewise.
18515         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
18516         * tests/unictype/test-pr_grapheme_link.c: Likewise.
18517         * tests/unictype/test-pr_hex_digit.c: Likewise.
18518         * tests/unictype/test-pr_hyphen.c: Likewise.
18519         * tests/unictype/test-pr_id_continue.c: Likewise.
18520         * tests/unictype/test-pr_id_start.c: Likewise.
18521         * tests/unictype/test-pr_ideographic.c: Likewise.
18522         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
18523         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
18524         * tests/unictype/test-pr_ignorable_control.c: Likewise.
18525         * tests/unictype/test-pr_iso_control.c: Likewise.
18526         * tests/unictype/test-pr_join_control.c: Likewise.
18527         * tests/unictype/test-pr_left_of_pair.c: Likewise.
18528         * tests/unictype/test-pr_line_separator.c: Likewise.
18529         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
18530         * tests/unictype/test-pr_lowercase.c: Likewise.
18531         * tests/unictype/test-pr_math.c: Likewise.
18532         * tests/unictype/test-pr_non_break.c: Likewise.
18533         * tests/unictype/test-pr_not_a_character.c: Likewise.
18534         * tests/unictype/test-pr_numeric.c: Likewise.
18535         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
18536         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
18537         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
18538         * tests/unictype/test-pr_other_id_continue.c: Likewise.
18539         * tests/unictype/test-pr_other_id_start.c: Likewise.
18540         * tests/unictype/test-pr_other_lowercase.c: Likewise.
18541         * tests/unictype/test-pr_other_math.c: Likewise.
18542         * tests/unictype/test-pr_other_uppercase.c: Likewise.
18543         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
18544         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
18545         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
18546         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
18547         * tests/unictype/test-pr_private_use.c: Likewise.
18548         * tests/unictype/test-pr_punctuation.c: Likewise.
18549         * tests/unictype/test-pr_quotation_mark.c: Likewise.
18550         * tests/unictype/test-pr_radical.c: Likewise.
18551         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
18552         * tests/unictype/test-pr_soft_dotted.c: Likewise.
18553         * tests/unictype/test-pr_space.c: Likewise.
18554         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
18555         * tests/unictype/test-pr_titlecase.c: Likewise.
18556         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
18557         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
18558         * tests/unictype/test-pr_uppercase.c: Likewise.
18559         * tests/unictype/test-pr_variation_selector.c: Likewise.
18560         * tests/unictype/test-pr_white_space.c: Likewise.
18561         * tests/unictype/test-pr_xid_continue.c: Likewise.
18562         * tests/unictype/test-pr_xid_start.c: Likewise.
18563         * tests/unictype/test-pr_zero_width.c: Likewise.
18564         * tests/unictype/test-sy_c_whitespace.c: Likewise.
18565         * tests/unictype/test-sy_java_whitespace.c: Likewise.
18566
18567 2007-11-12  Bruno Haible  <bruno@clisp.org>
18568
18569         Unicode character classification functions.
18570         * lib/unictype.h: New file.
18571         * modules/unictype/base: New file.
18572         * modules/unictype/category-L: New file.
18573         * modules/unictype/category-Lu: New file.
18574         * modules/unictype/category-Ll: New file.
18575         * modules/unictype/category-Lt: New file.
18576         * modules/unictype/category-Lm: New file.
18577         * modules/unictype/category-Lo: New file.
18578         * modules/unictype/category-M: New file.
18579         * modules/unictype/category-Mn: New file.
18580         * modules/unictype/category-Mc: New file.
18581         * modules/unictype/category-Me: New file.
18582         * modules/unictype/category-N: New file.
18583         * modules/unictype/category-Nd: New file.
18584         * modules/unictype/category-Nl: New file.
18585         * modules/unictype/category-No: New file.
18586         * modules/unictype/category-P: New file.
18587         * modules/unictype/category-Pc: New file.
18588         * modules/unictype/category-Pd: New file.
18589         * modules/unictype/category-Ps: New file.
18590         * modules/unictype/category-Pe: New file.
18591         * modules/unictype/category-Pi: New file.
18592         * modules/unictype/category-Pf: New file.
18593         * modules/unictype/category-Po: New file.
18594         * modules/unictype/category-S: New file.
18595         * modules/unictype/category-Sm: New file.
18596         * modules/unictype/category-Sc: New file.
18597         * modules/unictype/category-Sk: New file.
18598         * modules/unictype/category-So: New file.
18599         * modules/unictype/category-Z: New file.
18600         * modules/unictype/category-Zs: New file.
18601         * modules/unictype/category-Zl: New file.
18602         * modules/unictype/category-Zp: New file.
18603         * modules/unictype/category-C: New file.
18604         * modules/unictype/category-Cc: New file.
18605         * modules/unictype/category-Cf: New file.
18606         * modules/unictype/category-Cs: New file.
18607         * modules/unictype/category-Co: New file.
18608         * modules/unictype/category-Cn: New file.
18609         * modules/unictype/category-or: New file.
18610         * modules/unictype/category-of: New file.
18611         * modules/unictype/category-test: New file.
18612         * modules/unictype/category-test-withtable: New file.
18613         * modules/unictype/category-byname: New file.
18614         * modules/unictype/category-none: New file.
18615         * modules/unictype/category-and: New file.
18616         * modules/unictype/category-and-not: New file.
18617         * modules/unictype/category-name: New file.
18618         * modules/unictype/combining-class: New file.
18619         * modules/unictype/category-all: New file.
18620         * modules/unictype/bidicategory-all: New file.
18621         * modules/unictype/bidicategory-byname: New file.
18622         * modules/unictype/bidicategory-name: New file.
18623         * modules/unictype/bidicategory-of: New file.
18624         * modules/unictype/bidicategory-test: New file.
18625         * modules/unictype/decimal-digit: New file.
18626         * modules/unictype/digit: New file.
18627         * modules/unictype/numeric: New file.
18628         * modules/unictype/mirror: New file.
18629         * modules/unictype/property-white-space: New file.
18630         * modules/unictype/property-alphabetic: New file.
18631         * modules/unictype/property-other-alphabetic: New file.
18632         * modules/unictype/property-not-a-character: New file.
18633         * modules/unictype/property-default-ignorable-code-point: New file.
18634         * modules/unictype/property-other-default-ignorable-code-point: New
18635         file.
18636         * modules/unictype/property-deprecated: New file.
18637         * modules/unictype/property-logical-order-exception: New file.
18638         * modules/unictype/property-variation-selector: New file.
18639         * modules/unictype/property-private-use: New file.
18640         * modules/unictype/property-unassigned-code-value: New file.
18641         * modules/unictype/property-uppercase: New file.
18642         * modules/unictype/property-other-uppercase: New file.
18643         * modules/unictype/property-lowercase: New file.
18644         * modules/unictype/property-other-lowercase: New file.
18645         * modules/unictype/property-titlecase: New file.
18646         * modules/unictype/property-soft-dotted: New file.
18647         * modules/unictype/property-id-start: New file.
18648         * modules/unictype/property-other-id-start: New file.
18649         * modules/unictype/property-id-continue: New file.
18650         * modules/unictype/property-other-id-continue: New file.
18651         * modules/unictype/property-xid-start: New file.
18652         * modules/unictype/property-xid-continue: New file.
18653         * modules/unictype/property-pattern-white-space: New file.
18654         * modules/unictype/property-pattern-syntax: New file.
18655         * modules/unictype/property-join-control: New file.
18656         * modules/unictype/property-grapheme-base: New file.
18657         * modules/unictype/property-grapheme-extend: New file.
18658         * modules/unictype/property-other-grapheme-extend: New file.
18659         * modules/unictype/property-grapheme-link: New file.
18660         * modules/unictype/property-bidi-control: New file.
18661         * modules/unictype/property-bidi-left-to-right: New file.
18662         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
18663         * modules/unictype/property-bidi-arabic-right-to-left: New file.
18664         * modules/unictype/property-bidi-european-digit: New file.
18665         * modules/unictype/property-bidi-eur-num-separator: New file.
18666         * modules/unictype/property-bidi-eur-num-terminator: New file.
18667         * modules/unictype/property-bidi-arabic-digit: New file.
18668         * modules/unictype/property-bidi-common-separator: New file.
18669         * modules/unictype/property-bidi-block-separator: New file.
18670         * modules/unictype/property-bidi-segment-separator: New file.
18671         * modules/unictype/property-bidi-whitespace: New file.
18672         * modules/unictype/property-bidi-non-spacing-mark: New file.
18673         * modules/unictype/property-bidi-boundary-neutral: New file.
18674         * modules/unictype/property-bidi-pdf: New file.
18675         * modules/unictype/property-bidi-embedding-or-override: New file.
18676         * modules/unictype/property-bidi-other-neutral: New file.
18677         * modules/unictype/property-hex-digit: New file.
18678         * modules/unictype/property-ascii-hex-digit: New file.
18679         * modules/unictype/property-ideographic: New file.
18680         * modules/unictype/property-unified-ideograph: New file.
18681         * modules/unictype/property-radical: New file.
18682         * modules/unictype/property-ids-binary-operator: New file.
18683         * modules/unictype/property-ids-trinary-operator: New file.
18684         * modules/unictype/property-zero-width: New file.
18685         * modules/unictype/property-space: New file.
18686         * modules/unictype/property-non-break: New file.
18687         * modules/unictype/property-iso-control: New file.
18688         * modules/unictype/property-format-control: New file.
18689         * modules/unictype/property-dash: New file.
18690         * modules/unictype/property-hyphen: New file.
18691         * modules/unictype/property-punctuation: New file.
18692         * modules/unictype/property-line-separator: New file.
18693         * modules/unictype/property-paragraph-separator: New file.
18694         * modules/unictype/property-quotation-mark: New file.
18695         * modules/unictype/property-sentence-terminal: New file.
18696         * modules/unictype/property-terminal-punctuation: New file.
18697         * modules/unictype/property-currency-symbol: New file.
18698         * modules/unictype/property-math: New file.
18699         * modules/unictype/property-other-math: New file.
18700         * modules/unictype/property-paired-punctuation: New file.
18701         * modules/unictype/property-left-of-pair: New file.
18702         * modules/unictype/property-combining: New file.
18703         * modules/unictype/property-composite: New file.
18704         * modules/unictype/property-decimal-digit: New file.
18705         * modules/unictype/property-numeric: New file.
18706         * modules/unictype/property-diacritic: New file.
18707         * modules/unictype/property-extender: New file.
18708         * modules/unictype/property-ignorable-control: New file.
18709         * modules/unictype/property-test: New file.
18710         * modules/unictype/property-byname: New file.
18711         * modules/unictype/property-all: New file.
18712         * modules/unictype/scripts: New file.
18713         * modules/unictype/scripts-all: New file.
18714         * modules/unictype/block-of: New file.
18715         * modules/unictype/block-test: New file.
18716         * modules/unictype/block-list: New file.
18717         * modules/unictype/block-all: New file.
18718         * modules/unictype/syntax-c-whitespace: New file.
18719         * modules/unictype/syntax-java-whitespace: New file.
18720         * modules/unictype/syntax-c-ident: New file.
18721         * modules/unictype/syntax-java-ident: New file.
18722         * modules/unictype/ctype-alnum: New file.
18723         * modules/unictype/ctype-alpha: New file.
18724         * modules/unictype/ctype-cntrl: New file.
18725         * modules/unictype/ctype-digit: New file.
18726         * modules/unictype/ctype-graph: New file.
18727         * modules/unictype/ctype-lower: New file.
18728         * modules/unictype/ctype-print: New file.
18729         * modules/unictype/ctype-punct: New file.
18730         * modules/unictype/ctype-space: New file.
18731         * modules/unictype/ctype-upper: New file.
18732         * modules/unictype/ctype-xdigit: New file.
18733         * modules/unictype/ctype-blank: New file.
18734         * lib/unictype/bidi_byname.c: New file.
18735         * lib/unictype/bidi_name.c: New file.
18736         * lib/unictype/bidi_of.c: New file.
18737         * lib/unictype/bidi_test.c: New file.
18738         * lib/unictype/bitmap.h: New file.
18739         * lib/unictype/block_test.c: New file.
18740         * lib/unictype/blocks.c: New file.
18741         * lib/unictype/categ_C.c: New file.
18742         * lib/unictype/categ_Cc.c: New file.
18743         * lib/unictype/categ_Cf.c: New file.
18744         * lib/unictype/categ_Cn.c: New file.
18745         * lib/unictype/categ_Co.c: New file.
18746         * lib/unictype/categ_Cs.c: New file.
18747         * lib/unictype/categ_L.c: New file.
18748         * lib/unictype/categ_Ll.c: New file.
18749         * lib/unictype/categ_Lm.c: New file.
18750         * lib/unictype/categ_Lo.c: New file.
18751         * lib/unictype/categ_Lt.c: New file.
18752         * lib/unictype/categ_Lu.c: New file.
18753         * lib/unictype/categ_M.c: New file.
18754         * lib/unictype/categ_Mc.c: New file.
18755         * lib/unictype/categ_Me.c: New file.
18756         * lib/unictype/categ_Mn.c: New file.
18757         * lib/unictype/categ_N.c: New file.
18758         * lib/unictype/categ_Nd.c: New file.
18759         * lib/unictype/categ_Nl.c: New file.
18760         * lib/unictype/categ_No.c: New file.
18761         * lib/unictype/categ_P.c: New file.
18762         * lib/unictype/categ_Pc.c: New file.
18763         * lib/unictype/categ_Pd.c: New file.
18764         * lib/unictype/categ_Pe.c: New file.
18765         * lib/unictype/categ_Pf.c: New file.
18766         * lib/unictype/categ_Pi.c: New file.
18767         * lib/unictype/categ_Po.c: New file.
18768         * lib/unictype/categ_Ps.c: New file.
18769         * lib/unictype/categ_S.c: New file.
18770         * lib/unictype/categ_Sc.c: New file.
18771         * lib/unictype/categ_Sk.c: New file.
18772         * lib/unictype/categ_Sm.c: New file.
18773         * lib/unictype/categ_So.c: New file.
18774         * lib/unictype/categ_Z.c: New file.
18775         * lib/unictype/categ_Zl.c: New file.
18776         * lib/unictype/categ_Zp.c: New file.
18777         * lib/unictype/categ_Zs.c: New file.
18778         * lib/unictype/categ_and.c: New file.
18779         * lib/unictype/categ_and_not.c: New file.
18780         * lib/unictype/categ_byname.c: New file.
18781         * lib/unictype/categ_name.c: New file.
18782         * lib/unictype/categ_none.c: New file.
18783         * lib/unictype/categ_of.c: New file.
18784         * lib/unictype/categ_or.c: New file.
18785         * lib/unictype/categ_test.c: New file.
18786         * lib/unictype/combining.c: New file.
18787         * lib/unictype/ctype_alnum.c: New file.
18788         * lib/unictype/ctype_alpha.c: New file.
18789         * lib/unictype/ctype_blank.c: New file.
18790         * lib/unictype/ctype_cntrl.c: New file.
18791         * lib/unictype/ctype_digit.c: New file.
18792         * lib/unictype/ctype_graph.c: New file.
18793         * lib/unictype/ctype_lower.c: New file.
18794         * lib/unictype/ctype_print.c: New file.
18795         * lib/unictype/ctype_punct.c: New file.
18796         * lib/unictype/ctype_space.c: New file.
18797         * lib/unictype/ctype_upper.c: New file.
18798         * lib/unictype/ctype_xdigit.c: New file.
18799         * lib/unictype/decdigit.c: New file.
18800         * lib/unictype/digit.c: New file.
18801         * lib/unictype/identsyntaxmap.h: New file.
18802         * lib/unictype/mirror.c: New file.
18803         * lib/unictype/numeric.c: New file.
18804         * lib/unictype/pr_alphabetic.c: New file.
18805         * lib/unictype/pr_ascii_hex_digit.c: New file.
18806         * lib/unictype/pr_bidi_arabic_digit.c: New file.
18807         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
18808         * lib/unictype/pr_bidi_block_separator.c: New file.
18809         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
18810         * lib/unictype/pr_bidi_common_separator.c: New file.
18811         * lib/unictype/pr_bidi_control.c: New file.
18812         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
18813         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
18814         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
18815         * lib/unictype/pr_bidi_european_digit.c: New file.
18816         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
18817         * lib/unictype/pr_bidi_left_to_right.c: New file.
18818         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
18819         * lib/unictype/pr_bidi_other_neutral.c: New file.
18820         * lib/unictype/pr_bidi_pdf.c: New file.
18821         * lib/unictype/pr_bidi_segment_separator.c: New file.
18822         * lib/unictype/pr_bidi_whitespace.c: New file.
18823         * lib/unictype/pr_byname.c: New file.
18824         * lib/unictype/pr_byname.gperf: New file.
18825         * lib/unictype/pr_combining.c: New file.
18826         * lib/unictype/pr_composite.c: New file.
18827         * lib/unictype/pr_currency_symbol.c: New file.
18828         * lib/unictype/pr_dash.c: New file.
18829         * lib/unictype/pr_decimal_digit.c: New file.
18830         * lib/unictype/pr_default_ignorable_code_point.c: New file.
18831         * lib/unictype/pr_deprecated.c: New file.
18832         * lib/unictype/pr_diacritic.c: New file.
18833         * lib/unictype/pr_extender.c: New file.
18834         * lib/unictype/pr_format_control.c: New file.
18835         * lib/unictype/pr_grapheme_base.c: New file.
18836         * lib/unictype/pr_grapheme_extend.c: New file.
18837         * lib/unictype/pr_grapheme_link.c: New file.
18838         * lib/unictype/pr_hex_digit.c: New file.
18839         * lib/unictype/pr_hyphen.c: New file.
18840         * lib/unictype/pr_id_continue.c: New file.
18841         * lib/unictype/pr_id_start.c: New file.
18842         * lib/unictype/pr_ideographic.c: New file.
18843         * lib/unictype/pr_ids_binary_operator.c: New file.
18844         * lib/unictype/pr_ids_trinary_operator.c: New file.
18845         * lib/unictype/pr_ignorable_control.c: New file.
18846         * lib/unictype/pr_iso_control.c: New file.
18847         * lib/unictype/pr_join_control.c: New file.
18848         * lib/unictype/pr_left_of_pair.c: New file.
18849         * lib/unictype/pr_line_separator.c: New file.
18850         * lib/unictype/pr_logical_order_exception.c: New file.
18851         * lib/unictype/pr_lowercase.c: New file.
18852         * lib/unictype/pr_math.c: New file.
18853         * lib/unictype/pr_non_break.c: New file.
18854         * lib/unictype/pr_not_a_character.c: New file.
18855         * lib/unictype/pr_numeric.c: New file.
18856         * lib/unictype/pr_other_alphabetic.c: New file.
18857         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
18858         * lib/unictype/pr_other_grapheme_extend.c: New file.
18859         * lib/unictype/pr_other_id_continue.c: New file.
18860         * lib/unictype/pr_other_id_start.c: New file.
18861         * lib/unictype/pr_other_lowercase.c: New file.
18862         * lib/unictype/pr_other_math.c: New file.
18863         * lib/unictype/pr_other_uppercase.c: New file.
18864         * lib/unictype/pr_paired_punctuation.c: New file.
18865         * lib/unictype/pr_paragraph_separator.c: New file.
18866         * lib/unictype/pr_pattern_syntax.c: New file.
18867         * lib/unictype/pr_pattern_white_space.c: New file.
18868         * lib/unictype/pr_private_use.c: New file.
18869         * lib/unictype/pr_punctuation.c: New file.
18870         * lib/unictype/pr_quotation_mark.c: New file.
18871         * lib/unictype/pr_radical.c: New file.
18872         * lib/unictype/pr_sentence_terminal.c: New file.
18873         * lib/unictype/pr_soft_dotted.c: New file.
18874         * lib/unictype/pr_space.c: New file.
18875         * lib/unictype/pr_terminal_punctuation.c: New file.
18876         * lib/unictype/pr_test.c: New file.
18877         * lib/unictype/pr_titlecase.c: New file.
18878         * lib/unictype/pr_unassigned_code_value.c: New file.
18879         * lib/unictype/pr_unified_ideograph.c: New file.
18880         * lib/unictype/pr_uppercase.c: New file.
18881         * lib/unictype/pr_variation_selector.c: New file.
18882         * lib/unictype/pr_white_space.c: New file.
18883         * lib/unictype/pr_xid_continue.c: New file.
18884         * lib/unictype/pr_xid_start.c: New file.
18885         * lib/unictype/pr_zero_width.c: New file.
18886         * lib/unictype/scripts.c: New file.
18887         * lib/unictype/sy_c_ident.c: New file.
18888         * lib/unictype/sy_c_whitespace.c: New file.
18889         * lib/unictype/sy_java_ident.c: New file.
18890         * lib/unictype/sy_java_whitespace.c: New file.
18891
18892         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
18893         Unicode 5.0.0.
18894         * lib/unictype/blocks.h: Likewise.
18895         * lib/unictype/categ_C.h: Likewise.
18896         * lib/unictype/categ_Cc.h: Likewise.
18897         * lib/unictype/categ_Cf.h: Likewise.
18898         * lib/unictype/categ_Cn.h: Likewise.
18899         * lib/unictype/categ_Co.h: Likewise.
18900         * lib/unictype/categ_Cs.h: Likewise.
18901         * lib/unictype/categ_L.h: Likewise.
18902         * lib/unictype/categ_Ll.h: Likewise.
18903         * lib/unictype/categ_Lm.h: Likewise.
18904         * lib/unictype/categ_Lo.h: Likewise.
18905         * lib/unictype/categ_Lt.h: Likewise.
18906         * lib/unictype/categ_Lu.h: Likewise.
18907         * lib/unictype/categ_M.h: Likewise.
18908         * lib/unictype/categ_Mc.h: Likewise.
18909         * lib/unictype/categ_Me.h: Likewise.
18910         * lib/unictype/categ_Mn.h: Likewise.
18911         * lib/unictype/categ_N.h: Likewise.
18912         * lib/unictype/categ_Nd.h: Likewise.
18913         * lib/unictype/categ_Nl.h: Likewise.
18914         * lib/unictype/categ_No.h: Likewise.
18915         * lib/unictype/categ_P.h: Likewise.
18916         * lib/unictype/categ_Pc.h: Likewise.
18917         * lib/unictype/categ_Pd.h: Likewise.
18918         * lib/unictype/categ_Pe.h: Likewise.
18919         * lib/unictype/categ_Pf.h: Likewise.
18920         * lib/unictype/categ_Pi.h: Likewise.
18921         * lib/unictype/categ_Po.h: Likewise.
18922         * lib/unictype/categ_Ps.h: Likewise.
18923         * lib/unictype/categ_S.h: Likewise.
18924         * lib/unictype/categ_Sc.h: Likewise.
18925         * lib/unictype/categ_Sk.h: Likewise.
18926         * lib/unictype/categ_Sm.h: Likewise.
18927         * lib/unictype/categ_So.h: Likewise.
18928         * lib/unictype/categ_Z.h: Likewise.
18929         * lib/unictype/categ_Zl.h: Likewise.
18930         * lib/unictype/categ_Zp.h: Likewise.
18931         * lib/unictype/categ_Zs.h: Likewise.
18932         * lib/unictype/categ_of.h: Likewise.
18933         * lib/unictype/combining.h: Likewise.
18934         * lib/unictype/ctype_alnum.h: Likewise.
18935         * lib/unictype/ctype_alpha.h: Likewise.
18936         * lib/unictype/ctype_blank.h: Likewise.
18937         * lib/unictype/ctype_cntrl.h: Likewise.
18938         * lib/unictype/ctype_digit.h: Likewise.
18939         * lib/unictype/ctype_graph.h: Likewise.
18940         * lib/unictype/ctype_lower.h: Likewise.
18941         * lib/unictype/ctype_print.h: Likewise.
18942         * lib/unictype/ctype_punct.h: Likewise.
18943         * lib/unictype/ctype_space.h: Likewise.
18944         * lib/unictype/ctype_upper.h: Likewise.
18945         * lib/unictype/ctype_xdigit.h: Likewise.
18946         * lib/unictype/decdigit.h: Likewise.
18947         * lib/unictype/digit.h: Likewise.
18948         * lib/unictype/mirror.h: Likewise.
18949         * lib/unictype/numeric.h: Likewise.
18950         * lib/unictype/pr_alphabetic.h: Likewise.
18951         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
18952         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
18953         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
18954         * lib/unictype/pr_bidi_block_separator.h: Likewise.
18955         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
18956         * lib/unictype/pr_bidi_common_separator.h: Likewise.
18957         * lib/unictype/pr_bidi_control.h: Likewise.
18958         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
18959         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
18960         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
18961         * lib/unictype/pr_bidi_european_digit.h: Likewise.
18962         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
18963         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
18964         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
18965         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
18966         * lib/unictype/pr_bidi_pdf.h: Likewise.
18967         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
18968         * lib/unictype/pr_bidi_whitespace.h: Likewise.
18969         * lib/unictype/pr_combining.h: Likewise.
18970         * lib/unictype/pr_composite.h: Likewise.
18971         * lib/unictype/pr_currency_symbol.h: Likewise.
18972         * lib/unictype/pr_dash.h: Likewise.
18973         * lib/unictype/pr_decimal_digit.h: Likewise.
18974         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
18975         * lib/unictype/pr_deprecated.h: Likewise.
18976         * lib/unictype/pr_diacritic.h: Likewise.
18977         * lib/unictype/pr_extender.h: Likewise.
18978         * lib/unictype/pr_format_control.h: Likewise.
18979         * lib/unictype/pr_grapheme_base.h: Likewise.
18980         * lib/unictype/pr_grapheme_extend.h: Likewise.
18981         * lib/unictype/pr_grapheme_link.h: Likewise.
18982         * lib/unictype/pr_hex_digit.h: Likewise.
18983         * lib/unictype/pr_hyphen.h: Likewise.
18984         * lib/unictype/pr_id_continue.h: Likewise.
18985         * lib/unictype/pr_id_start.h: Likewise.
18986         * lib/unictype/pr_ideographic.h: Likewise.
18987         * lib/unictype/pr_ids_binary_operator.h: Likewise.
18988         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
18989         * lib/unictype/pr_ignorable_control.h: Likewise.
18990         * lib/unictype/pr_iso_control.h: Likewise.
18991         * lib/unictype/pr_join_control.h: Likewise.
18992         * lib/unictype/pr_left_of_pair.h: Likewise.
18993         * lib/unictype/pr_line_separator.h: Likewise.
18994         * lib/unictype/pr_logical_order_exception.h: Likewise.
18995         * lib/unictype/pr_lowercase.h: Likewise.
18996         * lib/unictype/pr_math.h: Likewise.
18997         * lib/unictype/pr_non_break.h: Likewise.
18998         * lib/unictype/pr_not_a_character.h: Likewise.
18999         * lib/unictype/pr_numeric.h: Likewise.
19000         * lib/unictype/pr_other_alphabetic.h: Likewise.
19001         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
19002         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
19003         * lib/unictype/pr_other_id_continue.h: Likewise.
19004         * lib/unictype/pr_other_id_start.h: Likewise.
19005         * lib/unictype/pr_other_lowercase.h: Likewise.
19006         * lib/unictype/pr_other_math.h: Likewise.
19007         * lib/unictype/pr_other_uppercase.h: Likewise.
19008         * lib/unictype/pr_paired_punctuation.h: Likewise.
19009         * lib/unictype/pr_paragraph_separator.h: Likewise.
19010         * lib/unictype/pr_pattern_syntax.h: Likewise.
19011         * lib/unictype/pr_pattern_white_space.h: Likewise.
19012         * lib/unictype/pr_private_use.h: Likewise.
19013         * lib/unictype/pr_punctuation.h: Likewise.
19014         * lib/unictype/pr_quotation_mark.h: Likewise.
19015         * lib/unictype/pr_radical.h: Likewise.
19016         * lib/unictype/pr_sentence_terminal.h: Likewise.
19017         * lib/unictype/pr_soft_dotted.h: Likewise.
19018         * lib/unictype/pr_space.h: Likewise.
19019         * lib/unictype/pr_terminal_punctuation.h: Likewise.
19020         * lib/unictype/pr_titlecase.h: Likewise.
19021         * lib/unictype/pr_unassigned_code_value.h: Likewise.
19022         * lib/unictype/pr_unified_ideograph.h: Likewise.
19023         * lib/unictype/pr_uppercase.h: Likewise.
19024         * lib/unictype/pr_variation_selector.h: Likewise.
19025         * lib/unictype/pr_white_space.h: Likewise.
19026         * lib/unictype/pr_xid_continue.h: Likewise.
19027         * lib/unictype/pr_xid_start.h: Likewise.
19028         * lib/unictype/pr_zero_width.h: Likewise.
19029         * lib/unictype/scripts.h: Likewise.
19030         * lib/unictype/scripts_byname.gperf: Likewise.
19031         * lib/unictype/sy_c_ident.h: Likewise.
19032         * lib/unictype/sy_c_whitespace.h: Likewise.
19033         * lib/unictype/sy_java_ident.h: Likewise.
19034         * lib/unictype/sy_java_whitespace.h: Likewise.
19035
19036         * lib/unictype/Makefile: New file.
19037         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
19038         glibc.
19039         * lib/unictype/3level.h: New file, copied from glibc.
19040         * lib/unictype/3levelbit.h: New file.
19041
19042 2007-11-11  Bruno Haible  <bruno@clisp.org>
19043
19044         * modules/gperf: New file.
19045         * modules/iconv_open (Depends-on): Add it.
19046         (Makefile.am): Remove the GPERF definition.
19047
19048 2007-11-11  Bruno Haible  <bruno@clisp.org>
19049
19050         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
19051         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
19052
19053 2007-11-11  Bruno Haible  <bruno@clisp.org>
19054
19055         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
19056         (usage): Remove function.
19057
19058 2007-11-11  Bruno Haible  <bruno@clisp.org>
19059
19060         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
19061         gl_FUNC_CEILF_LIBS.
19062         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
19063         gl_FUNC_CEIL_LIBS.
19064         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
19065         gl_FUNC_CEILL_LIBS.
19066         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
19067         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
19068         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
19069
19070 2007-11-11  Bruno Haible  <bruno@clisp.org>
19071
19072         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
19073         roundf were declared but do not exist on functions.
19074         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
19075         roundl were declared but do not exist on functions.
19076         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
19077         HAVE_FLOORL_AND_CEILL, respectively.
19078         Needed for Sun C on Solaris 10.
19079
19080 2007-11-11  Bruno Haible  <bruno@clisp.org>
19081
19082         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
19083         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
19084         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
19085         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
19086         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
19087         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
19088         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
19089         HAVE_DECL_ROUNDF.
19090         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
19091         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
19092         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
19093         of HAVE_DECL_ROUND*.
19094         * modules/math (Makefile.am): Update.
19095
19096 2007-11-10  Bruno Haible  <bruno@clisp.org>
19097
19098         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
19099         ptrdiff_t as m4/intl.m4.
19100
19101 2007-11-10  Jim Meyering  <meyering@redhat.com>
19102
19103         Avoid link failure for the argmatch test.
19104         * tests/test-argmatch.c (usage): Define function to avoid a link
19105         failure: argmatch_die requires a usage function.
19106
19107 2007-11-09  Bruno Haible  <bruno@clisp.org>
19108
19109         * doc/functions/snprintf.texi: Mention BeOS deficiency.
19110         * doc/functions/vsnprintf.texi: Likewise.
19111         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
19112         with a size argument < 2.
19113
19114 2007-11-09  Bruno Haible  <bruno@clisp.org>
19115
19116         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
19117         buffer. Fixes an inefficiency introduced on 2007-11-03.
19118
19119 2007-11-09  Bruno Haible  <bruno@clisp.org>
19120
19121         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
19122         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
19123
19124 2007-11-08  Jim Meyering  <meyering@redhat.com>
19125
19126         Change cache variable name prefix "jm_" to "gl_" everywhere.
19127         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
19128         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
19129         * m4/uptime.m4: s/gl_/jm_/
19130
19131 2007-11-07  Bruno Haible  <bruno@clisp.org>
19132
19133         Update to GNU gettext 0.17.
19134         * m4/intl.m4: Update to GNU gettext 0.17.
19135         * m4/po.m4: Likewise.
19136         * modules/gettext (Files): Remove m4/ulonglong.m4.
19137         (configure.ac): Require gettext infrastructure from version 0.17.
19138
19139 2007-11-06  Bruno Haible  <bruno@clisp.org>
19140
19141         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
19142         symbolic values are not defined in a public header.
19143         * lib/freadable.c (freadable) [QNX]: Likewise.
19144         * lib/freadahead.c (freadahead) [QNX]: Likewise.
19145         * lib/freading.c (freading) [QNX]: Likewise.
19146         * lib/fseterr.c (fseterr) [QNX]: Likewise.
19147         * lib/fwritable.c (fwritable) [QNX]: Likewise.
19148         * lib/fwriting.c (fwriting) [QNX]: Likewise.
19149         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
19150         Reported by Alain Magloire.
19151
19152         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
19153
19154 2007-11-05  Bruno Haible  <bruno@clisp.org>
19155
19156         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
19157         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
19158         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
19159         Reported by Eric Blake.
19160
19161 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19162             Bruno Haible  <bruno@clisp.org>
19163
19164         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
19165         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
19166         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
19167         (malloc): Undefine also before including <stdlib.h>.
19168         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
19169         Needed on OSF/1 4.0.
19170
19171 2007-11-05  Jim Meyering  <meyering@redhat.com>
19172
19173         git-version-gen: sync from coreutils.
19174         * build-aux/git-version-gen: Add comments.
19175         Change the first '-' to '.' in the snapshot version string,
19176         e.g., 6.9-377-08144 -> 6.9.377-08144
19177         Remove first parameter.
19178         Don't declare a version "-dirty" merely because a time
19179         stamp has changed.
19180
19181 2007-11-04  Bruno Haible  <bruno@clisp.org>
19182
19183         * lib/lock.h: Protect all macro definitions containing an 'if'
19184         statement through a "do { ... } while (0)".
19185         * lib/tls.h: Likewise.
19186
19187 2007-11-04  Bruno Haible  <bruno@clisp.org>
19188
19189         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
19190
19191 2007-11-04  Bruno Haible  <bruno@clisp.org>
19192
19193         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
19194         * modules/fprintf-posix (Depends-on): Add nocrash.
19195         * modules/snprintf-posix (Depends-on): Likewise.
19196         * modules/sprintf-posix (Depends-on): Likewise.
19197         * modules/vasnprintf-posix (Depends-on): Likewise.
19198         * modules/vasprintf-posix (Depends-on): Likewise.
19199         * modules/vfprintf-posix (Depends-on): Likewise.
19200         * modules/vsnprintf-posix (Depends-on): Likewise.
19201         * modules/vsprintf-posix (Depends-on): Likewise.
19202         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19203         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19204         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19205         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19206         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19207         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19208         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19209
19210 2007-11-04  Bruno Haible  <bruno@clisp.org>
19211
19212         * modules/nocrash: New file.
19213         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
19214         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
19215
19216 2007-11-04  Bruno Haible  <bruno@clisp.org>
19217
19218         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
19219         precision handling.
19220         * tests/test-vasprintf-posix.c (test_function): Likewise.
19221         * tests/test-snprintf-posix.h (test_function): Likewise.
19222         * tests/test-sprintf-posix.h (test_function): Likewise.
19223
19224         Fix *printf behaviour for large precisions on mingw and BeOS.
19225         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
19226         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
19227         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
19228         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
19229         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19230         gl_PRINTF_PRECISION and test its result. Invoke
19231         gl_PREREQ_VASNPRINTF_PRECISION.
19232         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19233         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19234         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19235         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19236         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19237         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19238         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19239         * doc/functions/fprintf.texi: Update.
19240         * doc/functions/printf.texi: Update.
19241         * doc/functions/snprintf.texi: Update.
19242         * doc/functions/sprintf.texi: Update.
19243         * doc/functions/vfprintf.texi: Update.
19244         * doc/functions/vprintf.texi: Update.
19245         * doc/functions/vsnprintf.texi: Update.
19246         * doc/functions/vsprintf.texi: Update.
19247
19248 2007-11-04  Bruno Haible  <bruno@clisp.org>
19249
19250         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
19251
19252 2007-11-04  Bruno Haible  <bruno@clisp.org>
19253
19254         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
19255         Reported by Sylvain Beucler <beuc@gnu.org>.
19256
19257 2007-11-03  Bruno Haible  <bruno@clisp.org>
19258
19259         * tests/test-fprintf-posix2.sh: New file.
19260         * tests/test-fprintf-posix2.c: New file.
19261         * modules/fprintf-posix-tests (Files): Add them.
19262         (TESTS): Add test-fprintf-posix2.sh.
19263         (configure.ac): Check for getrlimit and setrlimit.
19264         (check_PROGRAMS): Add test-fprintf-posix2.
19265
19266         * tests/test-printf-posix2.sh: New file.
19267         * tests/test-printf-posix2.c: New file.
19268         * modules/printf-posix-tests (Files): Add them.
19269         (TESTS): Add test-printf-posix2.sh.
19270         (configure.ac): Check for getrlimit and setrlimit.
19271         (check_PROGRAMS): Add test-printf-posix2.
19272
19273         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
19274         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
19275         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
19276         (decode_double): New function, copied from decode_long_double.
19277         (scale10_round_decimal_decoded): New function, extracted from
19278         scale10_round_decimal_long_double.
19279         (scale10_round_decimal_long_double): Use it.
19280         (scale10_round_decimal_double): New function.
19281         (floorlog10): New function.
19282         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
19283         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
19284         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
19285         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19286         gl_PRINTF_ENOMEM and test its result. Invoke
19287         gl_PREREQ_VASNPRINTF_ENOMEM.
19288         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19289         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19290         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19291         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19292         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19293         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19294         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19295         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
19296         * modules/snprintf-posix (Depends-on): Likewise.
19297         * modules/sprintf-posix (Depends-on): Likewise.
19298         * modules/vasnprintf-posix (Depends-on): Likewise.
19299         * modules/vasprintf-posix (Depends-on): Likewise.
19300         * modules/vfprintf-posix (Depends-on): Likewise.
19301         * modules/vsnprintf-posix (Depends-on): Likewise.
19302         * modules/vsprintf-posix (Depends-on): Likewise.
19303         * doc/functions/fprintf.texi: Update.
19304         * doc/functions/printf.texi: Update.
19305         * doc/functions/snprintf.texi: Update.
19306         * doc/functions/sprintf.texi: Update.
19307         * doc/functions/vfprintf.texi: Update.
19308         * doc/functions/vprintf.texi: Update.
19309         * doc/functions/vsnprintf.texi: Update.
19310         * doc/functions/vsprintf.texi: Update.
19311
19312 2007-11-03  Bruno Haible  <bruno@clisp.org>
19313
19314         * modules/frexp-nolibm-tests: New file.
19315
19316         * modules/frexp-nolibm: New file.
19317         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
19318
19319 2007-11-03  Bruno Haible  <bruno@clisp.org>
19320
19321         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
19322         value is C99 compliant.
19323         Needed for OSF/1 5.1.
19324
19325 2007-11-03  Bruno Haible  <bruno@clisp.org>
19326
19327         Fix out-of-memory handling of vasnprintf.
19328         * lib/printf-parse.c: Include <errno.h>.
19329         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
19330         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
19331         is already set.
19332
19333 2007-11-02  Eric Blake  <ebb9@byu.net>
19334
19335         Fix tests on cygwin.
19336         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
19337
19338 2007-11-01  Bruno Haible  <bruno@clisp.org>
19339
19340         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
19341         warning.
19342         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
19343         needed for POSIX compatibility.
19344
19345 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
19346
19347         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
19348         for compatibility with GNU.
19349
19350 2007-11-01  Bruno Haible  <bruno@clisp.org>
19351
19352         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
19353         (putenv): Renamed from rpl_putenv. Change argument type from
19354         'const char *' to 'char *'.
19355         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
19356         of defining putenv in config.h, just set REPLACE_PUTENV.
19357         * modules/putenv (Depends-on): Add stdlib.
19358         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19359         (Include): Use <stdlib.h>.
19360         * lib/stdlib.in.h (putenv): New declaration.
19361         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
19362         REPLACE_PUTENV.
19363         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
19364         REPLACE_PUTENV.
19365         Needed for MacOS X 10.5.0.
19366         Reported by Peter O'Gorman <peter@pogma.com>.
19367
19368 2007-11-01  Jim Meyering  <meyering@redhat.com>
19369
19370         Treat an empty date string exactly like "0".
19371         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
19372         if the remaining date string (to be parsed) is empty, use "0".
19373         Reported by Mischa Molhoek and discussed in this thread:
19374         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
19375
19376 2007-10-31  Bruno Haible  <bruno@clisp.org>
19377
19378         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
19379         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
19380         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
19381         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
19382         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
19383         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
19384
19385 2007-10-31  Bruno Haible  <bruno@clisp.org>
19386
19387         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
19388         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
19389         (AC_TYPE_LONG_LONG_INT): Use it.
19390         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
19391         it as well.
19392         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
19393         to m4/longlong.m4.
19394         * modules/stdint (Files): Remove m4/ulonglong.m4.
19395         * modules/strtoull (Files): Use m4/longlong.m4 instead of
19396         m4/ulonglong.m4.
19397         * modules/strtoumax (Files): Likewise.
19398
19399 2007-10-30  Bruno Haible  <bruno@clisp.org>
19400
19401         * modules/xvasprintf-posix: New file.
19402         Suggested by Eric Blake.
19403
19404 2007-10-30  Bruno Haible  <bruno@clisp.org>
19405
19406         * modules/xprintf-posix-tests: New file.
19407         * tests/test-xprintf-posix.sh: New file.
19408         * tests/test-xprintf-posix.c: New file.
19409         * tests/test-xfprintf-posix.c: New file.
19410
19411         * modules/xprintf-posix: New file.
19412
19413 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19414
19415         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
19416         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
19417         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
19418
19419 2007-10-29  Bruno Haible  <bruno@clisp.org>
19420
19421         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
19422         contain the special marker '_cv_'.
19423         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
19424         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
19425         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
19426         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
19427         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
19428         Reported by Ralf Wildenhues.
19429
19430 2007-10-29  Bruno Haible  <bruno@clisp.org>
19431
19432         * gnulib-tool (func_import): When --lgpl is not specified, set
19433         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
19434         GPLv3.
19435         Reported by Simon Josefsson.
19436
19437 2007-10-28  Bruno Haible  <bruno@clisp.org>
19438
19439         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
19440         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
19441         HAVE_DECL_ISFINITE.
19442         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
19443         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
19444         HAVE_DECL_ISFINITE.
19445
19446 2007-10-28  Bruno Haible  <bruno@clisp.org>
19447
19448         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
19449         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
19450
19451 2007-10-28  Bruno Haible  <bruno@clisp.org>
19452
19453         Fix link errors with Sun C 5.0 on Solaris 10.
19454         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
19455         function is declared but not present in the compiler's libm.
19456         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
19457         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
19458         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
19459         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
19460         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
19461         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
19462         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
19463         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
19464         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
19465         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
19466         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
19467         HAVE_DECL_FLOORL.
19468
19469 2007-10-28  Bruno Haible  <bruno@clisp.org>
19470
19471         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
19472         gl_FUNC_FLOORL. Cache the result.
19473         (gl_FUNC_FLOORL): Use it.
19474         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
19475         gl_FUNC_CEILL. Cache the result.
19476         (gl_FUNC_CEILL): Use it.
19477
19478         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
19479         gl_FUNC_FLOOR. Cache the result.
19480         (gl_FUNC_FLOOR): Use it.
19481         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
19482         gl_FUNC_CEIL. Cache the result.
19483         (gl_FUNC_CEIL): Use it.
19484
19485         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
19486         gl_FUNC_FLOORF. Cache the result.
19487         (gl_FUNC_FLOORF): Use it.
19488         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
19489         gl_FUNC_CEILF. Cache the result.
19490         (gl_FUNC_CEILF): Use it.
19491
19492 2007-10-28  Bruno Haible  <bruno@clisp.org>
19493
19494         * gnulib-tool: Allow specifying the LGPL version number through
19495         --lgpl=2 or --lgpl=3.
19496         (func_usage): Document --lgpl with argument.
19497         Handle --lgpl=... arguments.
19498         (func_import): Recognize also gl_LGPL calls with an argument. When
19499         --lgpl=2 is used and the module's license is just LGPL, report an
19500         error. Set sed_transform_lib_file according to the lgpl variable. In
19501         the generated files, use --lgpl or gl_LGPL invocations with argument,
19502         if necessary.
19503         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
19504         an LGPv2+ license.
19505         * doc/gnulib-tool.texi (Modified imports): Update explanation of
19506         gl_LGPL macro.
19507
19508 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19509             Bruno Haible  <bruno@clisp.org>
19510
19511         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
19512         (u16_uctomb_aux): Likewise.
19513         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
19514         !HAVE_INLINE.
19515         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
19516
19517 2007-10-28  Bruno Haible  <bruno@clisp.org>
19518
19519         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
19520         Invoke AM_GETTEXT_OPTION if it exists.
19521         * modules/vasprintf: Likewise.
19522         * modules/verror: Likewise.
19523         * modules/xprintf: Likewise.
19524         * modules/xvasprintf: Likewise.
19525
19526 2007-10-27  Ben Pfaff  <blp@gnu.org>
19527
19528         * lib/math.in.h: Define isfinite macro and prototypes for
19529         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
19530         implementations.
19531         * m4/math_h.m4: New substitutions for isfinite module.
19532         * lib/isfinite.c: New file.
19533         * m4/isfinite.m4: New file.
19534         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
19535         * modules/isfinite: New file.
19536         * modules/isfinite-tests: New file.
19537         * tests/tests-isfinite.c: New file.
19538         * doc/functions/isfinite.texi: Mention isfinite module.
19539         * MODULES.html.sh: Mention new module.
19540
19541 2007-10-27  Ben Pfaff  <blp@gnu.org>
19542
19543         Ralf Wildenhues reported that Tru64 4.0D declares the round
19544         functions but does not have definitions.
19545         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
19546         cannot be found in any library, set the output variable to
19547         "missing" instead of "".
19548         * m4/round.m4: Also use our substitute if we cannot find round in
19549         any library, even if it is declared.
19550         * m4/roundf.m4: Likewise for roundf.
19551         * m4/roundl.m4: Likewise for roundl.
19552         * lib/math.in.h: Undefine roundf, round, roundl before defining
19553         their replacements, to allow for hypothetical systems where these
19554         may be defined as macros but not available in libraries.
19555
19556 2007-10-27  Bruno Haible  <bruno@clisp.org>
19557
19558         * doc/gnulib.texi: Invoke @firstparagraphindent.
19559         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
19560         changes in gnulib.
19561         (Source changes): New section.
19562
19563 2007-10-26  Bruno Haible  <bruno@clisp.org>
19564
19565         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
19566         borrowed from autoconf.
19567
19568 2007-10-26  Bruno Haible  <bruno@clisp.org>
19569
19570         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
19571         strerror returned the empty string. Needed on HP-UX 11.00.
19572
19573 2007-10-24  Micah Cowan  <micah@cowan.name>
19574
19575         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
19576         * build-aux/bootstrap: Remove support for now-unnecessary option,
19577         --cvs-user, and envvars CVS_USER, CVS_RSH.
19578
19579 2007-10-24  Jim Meyering  <meyering@redhat.com>
19580
19581         Avoid diagnostics from sha1sum when there is no cached checksum.
19582         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
19583         if the po.s1 file hasn't been created yet.
19584
19585         * build-aux/bootstrap: Sync from coreutils:
19586         2007-10-24  Jim Meyering  <meyering@redhat.com>
19587         Get gnulib from the git repository, not from an obsolete cvs one.
19588         * build-aux/bootstrap: Suggestion from Micah Cowan.
19589         2007-10-04  Jim Meyering  <jim@meyering.net>
19590         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
19591         (update_po_files): Work also when there are no .po files in po/.
19592
19593 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19594
19595         * README: Append ".git" to git and cg examples.
19596         Problem reported by Benoit Sigoure.
19597
19598 2007-10-23  Micah Cowan  <micah@cowan.name>
19599
19600         * users.txt: Add wget.
19601
19602 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19603
19604         Fix linking of some unistdio tests on FreeBSD.
19605         * modules/unistdio/u16-vsnprintf-tests
19606         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
19607         * modules/unistdio/u16-vsprintf-tests
19608         (test_u16_vsnprintf1_LDADD): Likewise.
19609         * modules/unistdio/u32-vsnprintf-tests
19610         (test_u32_vsnprintf1_LDADD): Likewise.
19611         * modules/unistdio/u32-vsprintf-tests
19612         (test_u32_vsprintf1_LDADD): Likewise.
19613         * modules/unistdio/u8-vsnprintf-tests
19614         (test_u8_vsnprintf1_LDADD): Likewise.
19615         * modules/unistdio/u8-vsprintf-tests
19616         (test_u8_vsprintf1_LDADD): Likewise.
19617         * modules/unistdio/ulc-vsnprintf-tests
19618         (test_ulc_vsnprintf1_LDADD): Likewise.
19619         * modules/unistdio/ulc-vsprintf-tests
19620         (test_ulc_vsprintf1_LDADD): Likewise.
19621
19622         Fix linking of some uniconv tests on FreeBSD.
19623         * modules/uniconv/u16-conv-from-enc-tests
19624         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
19625         * modules/uniconv/u16-conv-to-enc-tests
19626         (test_u16_conv_to_enc_LDADD): Likewise.
19627         * modules/uniconv/u16-strconv-from-enc-tests
19628         (test_u16_strconv_from_enc_LDADD): Likewise.
19629         * modules/uniconv/u16-strconv-to-enc-tests
19630         (test_u16_strconv_to_enc_LDADD): Likewise.
19631         * modules/uniconv/u32-conv-from-enc-tests
19632         (test_u32_conv_from_enc_LDADD): Likewise.
19633         * modules/uniconv/u32-conv-to-enc-tests
19634         (test_u32_conv_to_enc_LDADD): Likewise.
19635         * modules/uniconv/u32-strconv-from-enc-tests
19636         (test_u32_strconv_from_enc_LDADD): Likewise.
19637         * modules/uniconv/u32-strconv-to-enc-tests
19638         (test_u32_strconv_to_enc_LDADD): Likewise.
19639         * modules/uniconv/u8-conv-from-enc-tests
19640         (test_u8_conv_from_enc_LDADD): Likewise.
19641         * modules/uniconv/u8-conv-to-enc-tests
19642         (test_u8_conv_to_enc_LDADD): Likewise.
19643         * modules/uniconv/u8-strconv-from-enc-tests
19644         (test_u8_strconv_from_enc_LDADD): Likewise.
19645         * modules/uniconv/u8-strconv-to-enc-tests
19646         (test_u8_strconv_to_enc_LDADD): Likewise.
19647
19648 2007-10-22  Bruno Haible  <bruno@clisp.org>
19649
19650         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
19651         size.
19652
19653 2007-10-22  Eric Blake  <ebb9@byu.net>
19654
19655         Tweak x*printf documentation.
19656         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
19657         variable name and comments.
19658         Suggested by Bruno Haible.
19659
19660 2007-10-22  Bruno Haible  <bruno@clisp.org>
19661
19662         * lib/acl.c (copy_acl): Fix file name in comment.
19663
19664 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19665
19666         Fix Tru64 problem with stdbool.h.
19667         * lib/stdbool.in.h (false, true):
19668         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
19669         Don't declare as an enum in this situation; it runs afoul of Tru64.
19670         Problem reported by Steven M. Schweda in
19671         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
19672
19673 2007-10-22  Eric Blake  <ebb9@byu.net>
19674
19675         Also wrap vf?printf.
19676         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
19677         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
19678         (xvprintf, xvfprintf): New functions.
19679
19680 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19681
19682         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
19683         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
19684
19685         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
19686         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
19687
19688 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19689
19690         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
19691         by Bruno Haible.
19692
19693 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19694
19695         * lib/getloadavg.c
19696         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
19697         Undef `sys' after including sys/table.h, for Tru64 4.0D.
19698
19699         * tests/test-i-ring.c: Work for C89.
19700
19701 2007-10-22  Bruno Haible  <bruno@clisp.org>
19702
19703         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
19704         -1u, in preprocessor expression, so that we don't test for the bug
19705         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
19706         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
19707
19708 2007-10-22  Eric Blake  <ebb9@byu.net>
19709
19710         * tests/test-yesno.sh: Silence stderr during test.
19711
19712 2007-10-22  Simon Josefsson  <simon@josefsson.org>
19713
19714         * modules/crypto/gc-camellia: New file.
19715
19716         * m4/gc-camellia.m4: New file.
19717
19718         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
19719
19720         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
19721
19722 2007-10-22  Simon Josefsson  <simon@josefsson.org>
19723
19724         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
19725         --help to stdout.  Reported by sms@antinode.org (Steven
19726         M. Schweda).
19727
19728 2007-10-22  Simon Josefsson  <simon@josefsson.org>
19729
19730         * users.txt: Fix link to libksba.
19731
19732 2007-10-21  Ben Pfaff  <blp@gnu.org>
19733
19734         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
19735         round.c roundf implementation that depends on floorf and ceilf to
19736         be tested unconditionally.
19737
19738 2007-10-21  Ben Pfaff  <blp@gnu.org>
19739
19740         * m4/check-libm-func.m4: Removed.
19741         * m4/check-math-lib.m4: New file.
19742         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
19743         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
19744         definition and lack of AC_LIBOBJ([roundf]).
19745         * m4/roundl.m4: Ditto, and similarly for roundl.
19746         * modules/round: Reference new m4 file.
19747         * modules/roundf: Ditto.
19748         * modules/roundl: Ditto.
19749         * tests/test-round2.c (main): Use ROUND instead of round.
19750         Bug report from Bruno Haible.
19751
19752 2007-10-21  Bruno Haible  <bruno@clisp.org>
19753
19754         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
19755         context.
19756
19757 2007-10-21  Bruno Haible  <bruno@clisp.org>
19758
19759         * tests/test-wcwidth.c (main): Allow negative result for some control
19760         characters.
19761
19762         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
19763         Needed on OSF/1 5.1.
19764
19765 2007-10-21  Bruno Haible  <bruno@clisp.org>
19766
19767         * tests/test-floorf1.c: Include isnanf.h.
19768         (main): Use isnanf() instead of isnan().
19769         * tests/test-ceilf1.c: Include isnanf.h.
19770         (main): Use isnanf() instead of isnan().
19771         * tests/test-truncf1.c: Include isnanf.h.
19772         (main): Use isnanf() instead of isnan().
19773         * tests/test-roundf1.c: Include isnanf.h.
19774         (main): Use isnanf() instead of isnan().
19775
19776 2007-10-21  Eric Blake  <ebb9@byu.net>
19777
19778         * users.txt: Update URL for m4.
19779
19780 2007-10-21  Bruno Haible  <bruno@clisp.org>
19781
19782         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
19783
19784 2007-10-21  Bruno Haible  <bruno@clisp.org>
19785
19786         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
19787         Git's management files if the CVS files are not present.
19788
19789 2007-10-20  Bruno Haible  <bruno@clisp.org>
19790
19791         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
19792         gcc-3.4.x.
19793
19794 2007-10-20  Ben Pfaff  <blp@gnu.org>
19795
19796         * lib/math.in.h: Declare round, roundf, roundl if we are providing
19797         implementations.
19798         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
19799         * lib/round.c: New file.
19800         * lib/roundf.c: New file.
19801         * lib/roundl.c: New file.
19802         * m4/round.m4: New file.
19803         * m4/roundf.m4: New file.
19804         * m4/roundl.m4: New file.
19805         * m4/check-libm-func-m4: New file.
19806         * modules/math: Replace round, roundf, roundl related @VARS@ in
19807         math.in.h.
19808         * modules/round: New file.
19809         * modules/round-tests: New file.
19810         * modules/roundf: New file.
19811         * modules/roundf-tests: New file.
19812         * modules/roundl: New file.
19813         * modules/roundl-tests: New file.
19814         * tests/test-round1.c: New file.
19815         * tests/test-round2.c: New file.
19816         * tests/test-roundf1.c: New file.
19817         * tests/test-roundf2.c: New file.
19818         * tests/test-roundl.c: New file.
19819         * doc/functions/round.texi: Mention round module.
19820         * doc/functions/roundf.texi: Mention roundf module.
19821         * doc/functions/roundl.texi: Mention roundl module.
19822         * MODULES.html.sh: Mention new modules.
19823         Thanks to Bruno Haible for suggestions.
19824
19825 2007-10-20  Jim Meyering  <meyering@redhat.com>
19826
19827         * lib/xprintf.c: Include <config.h> unconditionally.
19828
19829         Change xprintf's license to GPL.
19830         * modules/xprintf (License): s/LGPL/GPL/, since this module
19831         depends on modules (exit and exitfail) which are GPL.
19832         Suggestion from Bruno Haible.
19833
19834         xprintf fixes.
19835         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
19836         Use a clearer diagnostic.
19837         Patch from Bruno Haible.
19838
19839 2007-10-20  Bruno Haible  <bruno@clisp.org>
19840
19841         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
19842         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
19843         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19844
19845 2007-10-20  Bruno Haible  <bruno@clisp.org>
19846
19847         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
19848         precision in the comparison result > x - 1 or similar.
19849         * tests/test-ceilf2.c (correct_result_p): Likewise.
19850         * tests/test-truncf2.c (correct_result_p): Likewise.
19851         * tests/test-trunc2.c (correct_result_p): Likewise.
19852         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19853
19854 2007-10-20  Bruno Haible  <bruno@clisp.org>
19855
19856         * modules/ceil: New file.
19857         * m4/ceil.m4: New file.
19858         * doc/functions/ceil.texi: Mention the 'ceil' module.
19859
19860 2007-10-20  Bruno Haible  <bruno@clisp.org>
19861
19862         * modules/floor: New file.
19863         * m4/floor.m4: New file.
19864         * doc/functions/floor.texi: Mention the 'floor' module.
19865
19866 2007-10-20  Bruno Haible  <bruno@clisp.org>
19867
19868         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
19869         of %a.
19870         * modules/floorf-tests (Depends-on): Likewise.
19871         * modules/truncf-tests (Depends-on): Likewise.
19872         * modules/trunc-tests (Depends-on): Likewise.
19873         Reported by Ben Pfaff.
19874
19875 2007-10-19  Jim Meyering  <meyering@redhat.com>
19876
19877         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
19878         Don't bother testing specific errno values.  Just test ferror.
19879
19880         New module: xprintf
19881         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
19882
19883 2007-10-19  Bruno Haible  <bruno@clisp.org>
19884
19885         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
19886         syntax.
19887         * modules/javaexec (Makefile.am): Likewise.
19888         * modules/relocatable-prog (Makefile.am): Likewise.
19889         Suggested by Jim Meyering.
19890
19891 2007-10-18  Bruno Haible  <bruno@clisp.org>
19892
19893         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
19894         Reported by Jim Meyering.
19895
19896 2007-10-18  Eric Blake  <ebb9@byu.net>
19897
19898         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
19899
19900 2007-10-18  Bruno Haible  <bruno@clisp.org>
19901
19902         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
19903         the format string into writable memory. Needed in Fortify conditions.
19904
19905 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
19906             Bruno Haible  <bruno@clisp.org>
19907
19908         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
19909         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
19910         * modules/trim (Depends-on): Add mbchar.
19911         (configure.ac): Add gl_FUNC_MBRTOWC.
19912         (Makefile.am): Augment lib_SOURCES.
19913
19914 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
19915
19916         Modify glob.c to use fstatat and dirfd, to simplify it.
19917         Suggested by Eric Blake.
19918         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
19919         Don't include <stdbool.h>; not used.
19920         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
19921         (link_exists_p): Simplify implementation, since we can now assume
19922         dirfd and fstatat.
19923         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
19924
19925 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19926
19927         * gnulib-tool (func_get_dependencies): Fix sed script to
19928         match only tests.
19929
19930 2007-10-17  Bruno Haible  <bruno@clisp.org>
19931
19932         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
19933         allow locale names without encoding suffix.
19934         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
19935         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19936
19937 2007-10-16  Bruno Haible  <bruno@clisp.org>
19938
19939         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
19940         * lib/getgroups.c (getgroups): Likewise.
19941         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
19942
19943 2007-10-16  Bruno Haible  <bruno@clisp.org>
19944
19945         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
19946         * modules/malloc-posix (License): Likewise.
19947         * modules/realloc-posix (License): Likewise.
19948         * modules/calloc-posix (License): Likewise.
19949         * modules/intprops (License): Change from GPL to LGPL, with
19950         Paul Eggert's approval.
19951
19952 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19953
19954         Merge glibc changes into lib/glob.c.
19955
19956         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
19957         2007-10-15 04:59:03 UTC.  Here are the changes:
19958
19959         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
19960
19961         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
19962
19963         * lib/glob.c: Add some branch prediction throughout.
19964
19965         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
19966
19967         [BZ #5103]
19968         * lib/glob.c (glob): Recognize patterns starting \/.
19969
19970         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
19971
19972         [BZ #3996]
19973         * lib/glob.c (attribute_hidden): Define if not defined.
19974         (glob): Unescape dirname, filename or username when needed and not
19975         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
19976         is NULL.  Handle unescaped [ in pattern without closing ].
19977         Don't pass GLOB_CHECK down to recursive glob for directories.
19978         (__glob_pattern_type): New function.
19979         (__glob_pattern_p): Implement using __glob_pattern_type.
19980         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
19981         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
19982         Remove unreachable code.
19983
19984         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
19985
19986         * lib/glob.c (glob_in_dir): Add some comments and asserts to
19987         explain why there are no leaks.
19988
19989         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
19990
19991         [BZ #3253]
19992         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
19993         time, rather allocate increasingly bigger arrays of pointers, if
19994         possible with alloca, if too large with malloc.
19995
19996 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19997
19998         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
19999         Problem reported by H.Merijn Brand in
20000         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
20001         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
20002         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
20003
20004 2007-10-15  Bruno Haible  <bruno@clisp.org>
20005
20006         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
20007         with explicit rpl_ prefix.
20008         * lib/fopen.c (fopen): Likewise.
20009         * lib/freopen.c (freopen): Likewise.
20010         * lib/iconv.c (iconv): Likewise.
20011         * lib/iconv_close.c (iconv_close): Likewise.
20012
20013 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20014
20015         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
20016
20017 2007-10-15  Bruno Haible  <bruno@clisp.org>
20018
20019         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
20020         <stddef.h> instead of <stdlib.h> since we only need NULL.
20021         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20022
20023 2007-10-15  Bruno Haible  <bruno@clisp.org>
20024
20025         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
20026         Replace paragraph talking about LIBOBJS.
20027         Reported by Colin Watson <cjwatson@debian.org>.
20028
20029 2007-10-15  Bruno Haible  <bruno@clisp.org>
20030
20031         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
20032         <stdlib.h> before using NULL.
20033
20034 2007-10-15  Simon Josefsson  <simon@josefsson.org>
20035
20036         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
20037         Reported by Albert Chin <china@thewrittenword.com>.
20038
20039 2007-10-14  Bruno Haible  <bruno@clisp.org>
20040
20041         * modules/iconv_open-utf-tests: New file.
20042         * tests/test-iconv-utf.c: New file.
20043
20044         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
20045         * modules/iconv_open-utf: New file.
20046         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
20047         (iconv, iconv_close): New declarations.
20048         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
20049         be defined.
20050         (iconv_open): Add special handling of conversion between UTF-8 and
20051         UTF-{16,32}{BE,LE}.
20052         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
20053         * lib/iconv_close.c: New file.
20054         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
20055         gl_FUNC_ICONV_OPEN.
20056         (gl_FUNC_ICONV_OPEN): Use it.
20057         (gl_FUNC_ICONV_OPEN_UTF): New macro.
20058         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
20059         and REPLACE_ICONV_UTF.
20060         * modules/iconv_open (Depends-on): Add c-strcase.
20061         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
20062         ICONV_CONST.
20063         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
20064
20065 2007-10-13  Albert Chin  <china@thewrittenword.com>
20066             Bruno Haible  <bruno@clisp.org>
20067
20068         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
20069         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
20070
20071 2007-10-13  Bruno Haible  <bruno@clisp.org>
20072
20073         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
20074         defined, use the ISO C99 inline semantics.
20075         * lib/argp.h (ARGP_EI): Likewise.
20076
20077 2007-10-13  Bruno Haible  <bruno@clisp.org>
20078
20079         Handle 'inline' change in gcc 4.3.0.
20080         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
20081         argp_fmtstream_write, argp_fmtstream_set_lmargin,
20082         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
20083         argp_fmtstream_point): Disable 'extern' declaration if the function
20084         definition is going to be provided inline.
20085         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
20086         semantics, not the ISO C99 inline semantics.
20087         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
20088         'extern' declaration if the function definition is going to be provided
20089         inline.
20090         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
20091         the GNU C inline semantics, not the ISO C99 inline semantics. With
20092         GCC 4.2, avoid a warning.
20093
20094 2007-10-13  Bruno Haible  <bruno@clisp.org>
20095
20096         * lib/freading.h (freading): Enable the use of __freading for
20097         glibc >= 2.7.
20098         * lib/freading.c (freading): Likewise.
20099
20100 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
20101
20102         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
20103         "warning: C99 inline functions are not supported; using GNU89".
20104
20105 2007-10-12  Bruno Haible  <bruno@clisp.org>
20106
20107         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
20108         of 2.
20109         * tests/test-ceilf2.c: New file.
20110         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
20111
20112         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
20113         * modules/ceilf-tests: Update.
20114
20115 2007-10-12  Bruno Haible  <bruno@clisp.org>
20116
20117         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
20118         of 2.
20119         * tests/test-floorf2.c: New file.
20120         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
20121
20122         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
20123         * modules/floorf-tests: Update.
20124
20125 2007-10-12  Bruno Haible  <bruno@clisp.org>
20126
20127         * tests/test-trunc2.c: New file.
20128         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
20129
20130         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
20131         * modules/trunc-tests: Update.
20132
20133 2007-10-12  Bruno Haible  <bruno@clisp.org>
20134
20135         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
20136         of 2.
20137         * tests/test-truncf2.c: New file.
20138         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
20139
20140         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
20141         * modules/truncf-tests: Update.
20142
20143 2007-10-11  Eric Blake  <ebb9@byu.net>
20144
20145         Don't claim strerror is broken on Interix.
20146         * doc/functions/strerror.texi (strerror): Known broken systems are
20147         now Solaris 8, and not Interix.
20148         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
20149         Interix on cross-compile.
20150         Reported by Martin Koeppe in
20151         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
20152
20153 2007-10-11  Bruno Haible  <bruno@clisp.org>
20154
20155         * modules/i-ring-tests: New file.
20156         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
20157         instead of assert.
20158
20159 2007-10-11  Bruno Haible  <bruno@clisp.org>
20160
20161         * modules/filenamecat-tests: New file.
20162         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
20163         * lib/filenamecat.c: Remove test code.
20164
20165 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
20166
20167         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
20168
20169         * lib/strerror.c: Include <string.h> always, to test interface,
20170         and to remove the need for the dummy.
20171         Include intprops.h to compute width instead of doing it ourselves
20172         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
20173         (strerror): Define it to return NULL if there's no system strerror.
20174         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
20175         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
20176         ancient pre-strerror Unix systems well any more.  Saying "unknown
20177         system error" is enough.
20178         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
20179         simpler strerror.c implementation.
20180         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
20181         Simplify the tests to reflect the simpler strerror implementation.
20182         * modules/strerror (Depends-on): Add intprops.
20183
20184 2007-10-09  Eric Blake  <ebb9@byu.net>
20185
20186         Silence test-fpending.
20187         * modules/fpending-tests (Files): Add wrapper script.
20188         * tests/test-fpending.sh: New file.
20189
20190 2007-10-09  Bruno Haible  <bruno@clisp.org>
20191
20192         * MODULES.html.sh (func_module): Don't create a hyperlink for
20193         function names like 'printf_frexp'.
20194         (Misc): Add crc, memxor.
20195         (Characteristics of floating types): New section.
20196         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
20197         isnanf-nolibm, signbit, trunc, truncf, truncl.
20198         (Enhancements for ISO C 99 functions): New subsection Input/output.
20199         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
20200         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
20201         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
20202         (Compatibility checks for POSIX:2001 functions): Add clock-time.
20203         (Enhancements for POSIX:2001 functions): Add chdir-long.
20204         (File system functions): Add areadlink, chdir-safer, read-file.
20205         Remove cycle-check.
20206         (File system as inode set): New section.
20207         (Date and time): Add gethrxtime.
20208         (Multithreading): Add openmp.
20209         (Internationalization functions): Add localename.
20210         (Unicode string functions): Add unistr/u*-mbsnlen.
20211         (Support for maintaining and releasing projects): Add git-version-gen.
20212         (Lone files): Remove directories.
20213
20214 2007-10-08  Ben Pfaff  <blp@gnu.org>
20215
20216         * lib/xmalloca.h: Fix typo in comment.
20217
20218 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20219
20220         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
20221         when avoiding problems with integer overflow.  Use a portable test
20222         instead.
20223
20224 2007-10-08  Simon Josefsson  <simon@josefsson.org>
20225
20226         * modules/dummy (License): Change to LGPLv2+.
20227         * modules/float (License): Likewise
20228         * modules/realloc (License): Likewise
20229         * modules/stdlib (License): Likewise
20230
20231 2007-10-07  Bruno Haible  <bruno@clisp.org>
20232
20233         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
20234         * floor.c (TWO_MANT_DIG): Likewise.
20235         * ceil.c (TWO_MANT_DIG): Likewise.
20236         Reported by Ben Pfaff.
20237
20238 2007-10-07  Bruno Haible  <bruno@clisp.org>
20239
20240         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
20241         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
20242         * lib/frexp.c (FUNC): Likewise.
20243         * lib/printf-frexp.h (printf_frexp): Likewise.
20244         * lib/printf-frexpl.h (printf_frexpl): Likewise.
20245         * lib/printf-frexp.c (FUNC): Likewise.
20246         Suggested by Jim Meyering.
20247
20248 2007-10-07  Jim Meyering  <meyering@redhat.com>
20249
20250         Make xnanosleep's integer overflow test more robust.
20251         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
20252         so that gcc-4.3.0 doesn't optimize away this test for overflow.
20253
20254 2007-10-07  Bruno Haible  <bruno@clisp.org>
20255
20256         * NEWS: Mention the license change.
20257
20258         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
20259         abbreviations in the modules files.
20260
20261         Change copyright notice from GPLv2+ to GPLv3+.
20262         * README: Change copyright notice.
20263         * MODULES.html.sh: Likewise.
20264         * build-aux/bootstrap.conf: Likewise.
20265         * build-aux/config.libpath: Likewise.
20266         * build-aux/csharpcomp.sh.in: Likewise.
20267         * build-aux/csharpexec.sh.in: Likewise.
20268         * build-aux/install-reloc: Likewise.
20269         * build-aux/javacomp.sh.in: Likewise.
20270         * build-aux/javaexec.sh.in: Likewise.
20271         * build-aux/ldd.sh.in: Likewise.
20272         * build-aux/reloc-ldflags: Likewise.
20273         * build-aux/relocatable.sh.in: Likewise.
20274         * build-aux/x-to-1.in: Likewise.
20275         * check-module: Likewise.
20276         * config/srclistvars.sh: Likewise.
20277         * gnulib-tool: Likewise.
20278         * lib/acl-internal.h: Likewise.
20279         * lib/acl.c: Likewise.
20280         * lib/acl.h: Likewise.
20281         * lib/acl_entries.c: Likewise.
20282         * lib/areadlink-with-size.c: Likewise.
20283         * lib/areadlink.c: Likewise.
20284         * lib/areadlink.h: Likewise.
20285         * lib/argmatch.c: Likewise.
20286         * lib/argmatch.h: Likewise.
20287         * lib/argp-ba.c: Likewise.
20288         * lib/argp-eexst.c: Likewise.
20289         * lib/argp-fmtstream.c: Likewise.
20290         * lib/argp-fmtstream.h: Likewise.
20291         * lib/argp-fs-xinl.c: Likewise.
20292         * lib/argp-help.c: Likewise.
20293         * lib/argp-namefrob.h: Likewise.
20294         * lib/argp-parse.c: Likewise.
20295         * lib/argp-pin.c: Likewise.
20296         * lib/argp-pv.c: Likewise.
20297         * lib/argp-pvh.c: Likewise.
20298         * lib/argp-xinl.c: Likewise.
20299         * lib/argp.h: Likewise.
20300         * lib/at-func.c: Likewise.
20301         * lib/atanl.c: Likewise.
20302         * lib/backupfile.c: Likewise.
20303         * lib/backupfile.h: Likewise.
20304         * lib/basename.c: Likewise.
20305         * lib/binary-io.h: Likewise.
20306         * lib/byteswap.in.h: Likewise.
20307         * lib/c-stack.c: Likewise.
20308         * lib/c-stack.h: Likewise.
20309         * lib/c-strcasestr.c: Likewise.
20310         * lib/c-strcasestr.h: Likewise.
20311         * lib/c-strstr.c: Likewise.
20312         * lib/c-strstr.h: Likewise.
20313         * lib/c-strtod.c: Likewise.
20314         * lib/calloc.c: Likewise.
20315         * lib/canon-host.c: Likewise.
20316         * lib/canon-host.h: Likewise.
20317         * lib/canonicalize-lgpl.c: Likewise.
20318         * lib/canonicalize.c: Likewise.
20319         * lib/canonicalize.h: Likewise.
20320         * lib/ceil.c: Likewise.
20321         * lib/ceilf.c: Likewise.
20322         * lib/ceill.c: Likewise.
20323         * lib/chdir-long.c: Likewise.
20324         * lib/chdir-long.h: Likewise.
20325         * lib/chdir-safer.c: Likewise.
20326         * lib/chdir-safer.h: Likewise.
20327         * lib/chown.c: Likewise.
20328         * lib/classpath.c: Likewise.
20329         * lib/classpath.h: Likewise.
20330         * lib/clean-temp.c: Likewise.
20331         * lib/clean-temp.h: Likewise.
20332         * lib/cloexec.c: Likewise.
20333         * lib/close-stream.c: Likewise.
20334         * lib/closein.c: Likewise.
20335         * lib/closein.h: Likewise.
20336         * lib/closeout.c: Likewise.
20337         * lib/closeout.h: Likewise.
20338         * lib/concat-filename.c: Likewise.
20339         * lib/copy-file.c: Likewise.
20340         * lib/copy-file.h: Likewise.
20341         * lib/count-one-bits.h: Likewise.
20342         * lib/crc.c: Likewise.
20343         * lib/crc.h: Likewise.
20344         * lib/creat-safer.c: Likewise.
20345         * lib/csharpcomp.c: Likewise.
20346         * lib/csharpcomp.h: Likewise.
20347         * lib/csharpexec.c: Likewise.
20348         * lib/csharpexec.h: Likewise.
20349         * lib/cycle-check.c: Likewise.
20350         * lib/cycle-check.h: Likewise.
20351         * lib/diacrit.c: Likewise.
20352         * lib/diacrit.h: Likewise.
20353         * lib/diffseq.h: Likewise.
20354         * lib/dirchownmod.c: Likewise.
20355         * lib/dirent.in.h: Likewise.
20356         * lib/dirfd.c: Likewise.
20357         * lib/dirfd.h: Likewise.
20358         * lib/dirname.c: Likewise.
20359         * lib/dirname.h: Likewise.
20360         * lib/dummy.c: Likewise.
20361         * lib/dup-safer.c: Likewise.
20362         * lib/dup2.c: Likewise.
20363         * lib/eealloc.h: Likewise.
20364         * lib/error.c: Likewise.
20365         * lib/error.h: Likewise.
20366         * lib/euidaccess.c: Likewise.
20367         * lib/exclude.c: Likewise.
20368         * lib/exclude.h: Likewise.
20369         * lib/execute.c: Likewise.
20370         * lib/execute.h: Likewise.
20371         * lib/exitfail.c: Likewise.
20372         * lib/exitfail.h: Likewise.
20373         * lib/expl.c: Likewise.
20374         * lib/fatal-signal.c: Likewise.
20375         * lib/fatal-signal.h: Likewise.
20376         * lib/fbufmode.c: Likewise.
20377         * lib/fbufmode.h: Likewise.
20378         * lib/fchdir.c: Likewise.
20379         * lib/fchmodat.c: Likewise.
20380         * lib/fchownat.c: Likewise.
20381         * lib/fcntl--.h: Likewise.
20382         * lib/fcntl-safer.h: Likewise.
20383         * lib/fcntl.in.h: Likewise.
20384         * lib/fd-safer.c: Likewise.
20385         * lib/fflush.c: Likewise.
20386         * lib/file-has-acl.c: Likewise.
20387         * lib/file-set.c: Likewise.
20388         * lib/file-type.c: Likewise.
20389         * lib/file-type.h: Likewise.
20390         * lib/fileblocks.c: Likewise.
20391         * lib/filemode.c: Likewise.
20392         * lib/filemode.h: Likewise.
20393         * lib/filename.h: Likewise.
20394         * lib/filenamecat.c: Likewise.
20395         * lib/filenamecat.h: Likewise.
20396         * lib/findprog.c: Likewise.
20397         * lib/findprog.h: Likewise.
20398         * lib/float.in.h: Likewise.
20399         * lib/floor.c: Likewise.
20400         * lib/floorf.c: Likewise.
20401         * lib/floorl.c: Likewise.
20402         * lib/fopen-safer.c: Likewise.
20403         * lib/fopen.c: Likewise.
20404         * lib/fpending.c: Likewise.
20405         * lib/fpending.h: Likewise.
20406         * lib/fprintf.c: Likewise.
20407         * lib/fprintftime.h: Likewise.
20408         * lib/fpucw.h: Likewise.
20409         * lib/fpurge.c: Likewise.
20410         * lib/fpurge.h: Likewise.
20411         * lib/freadable.c: Likewise.
20412         * lib/freadable.h: Likewise.
20413         * lib/freadahead.c: Likewise.
20414         * lib/freadahead.h: Likewise.
20415         * lib/freading.c: Likewise.
20416         * lib/freading.h: Likewise.
20417         * lib/free.c: Likewise.
20418         * lib/freopen.c: Likewise.
20419         * lib/frexp.c: Likewise.
20420         * lib/frexpl.c: Likewise.
20421         * lib/fseek.c: Likewise.
20422         * lib/fseterr.c: Likewise.
20423         * lib/fseterr.h: Likewise.
20424         * lib/fstatat.c: Likewise.
20425         * lib/fstrcmp.c: Likewise.
20426         * lib/fstrcmp.h: Likewise.
20427         * lib/fsusage.c: Likewise.
20428         * lib/fsusage.h: Likewise.
20429         * lib/ftell.c: Likewise.
20430         * lib/ftello.c: Likewise.
20431         * lib/fts-cycle.c: Likewise.
20432         * lib/fts.c: Likewise.
20433         * lib/fts_.h: Likewise.
20434         * lib/full-read.c: Likewise.
20435         * lib/full-read.h: Likewise.
20436         * lib/full-write.c: Likewise.
20437         * lib/full-write.h: Likewise.
20438         * lib/fwritable.c: Likewise.
20439         * lib/fwritable.h: Likewise.
20440         * lib/fwriteerror.c: Likewise.
20441         * lib/fwriteerror.h: Likewise.
20442         * lib/fwriting.c: Likewise.
20443         * lib/fwriting.h: Likewise.
20444         * lib/gcd.c: Likewise.
20445         * lib/gcd.h: Likewise.
20446         * lib/getcwd.c: Likewise.
20447         * lib/getdate.h: Likewise.
20448         * lib/getdate.y: Likewise.
20449         * lib/getdomainname.c: Likewise.
20450         * lib/getdomainname.h: Likewise.
20451         * lib/getgroups.c: Likewise.
20452         * lib/gethostname.c: Likewise.
20453         * lib/gethrxtime.c: Likewise.
20454         * lib/gethrxtime.h: Likewise.
20455         * lib/getloadavg.c: Likewise.
20456         * lib/getndelim2.c: Likewise.
20457         * lib/getndelim2.h: Likewise.
20458         * lib/getnline.c: Likewise.
20459         * lib/getnline.h: Likewise.
20460         * lib/getopt.c: Likewise.
20461         * lib/getopt.in.h: Likewise.
20462         * lib/getopt1.c: Likewise.
20463         * lib/getopt_int.h: Likewise.
20464         * lib/getpagesize.h: Likewise.
20465         * lib/getsubopt.c: Likewise.
20466         * lib/gettime.c: Likewise.
20467         * lib/getugroups.c: Likewise.
20468         * lib/getugroups.h: Likewise.
20469         * lib/getusershell.c: Likewise.
20470         * lib/gl_anyavltree_list1.h: Likewise.
20471         * lib/gl_anyavltree_list2.h: Likewise.
20472         * lib/gl_anyhash_list1.h: Likewise.
20473         * lib/gl_anyhash_list2.h: Likewise.
20474         * lib/gl_anylinked_list1.h: Likewise.
20475         * lib/gl_anylinked_list2.h: Likewise.
20476         * lib/gl_anyrbtree_list1.h: Likewise.
20477         * lib/gl_anyrbtree_list2.h: Likewise.
20478         * lib/gl_anytree_list1.h: Likewise.
20479         * lib/gl_anytree_list2.h: Likewise.
20480         * lib/gl_anytree_oset.h: Likewise.
20481         * lib/gl_anytreehash_list1.h: Likewise.
20482         * lib/gl_anytreehash_list2.h: Likewise.
20483         * lib/gl_array_list.c: Likewise.
20484         * lib/gl_array_list.h: Likewise.
20485         * lib/gl_array_oset.c: Likewise.
20486         * lib/gl_array_oset.h: Likewise.
20487         * lib/gl_avltree_list.c: Likewise.
20488         * lib/gl_avltree_list.h: Likewise.
20489         * lib/gl_avltree_oset.c: Likewise.
20490         * lib/gl_avltree_oset.h: Likewise.
20491         * lib/gl_avltreehash_list.c: Likewise.
20492         * lib/gl_avltreehash_list.h: Likewise.
20493         * lib/gl_carray_list.c: Likewise.
20494         * lib/gl_carray_list.h: Likewise.
20495         * lib/gl_linked_list.c: Likewise.
20496         * lib/gl_linked_list.h: Likewise.
20497         * lib/gl_linkedhash_list.c: Likewise.
20498         * lib/gl_linkedhash_list.h: Likewise.
20499         * lib/gl_list.c: Likewise.
20500         * lib/gl_list.h: Likewise.
20501         * lib/gl_oset.c: Likewise.
20502         * lib/gl_oset.h: Likewise.
20503         * lib/gl_rbtree_list.c: Likewise.
20504         * lib/gl_rbtree_list.h: Likewise.
20505         * lib/gl_rbtree_oset.c: Likewise.
20506         * lib/gl_rbtree_oset.h: Likewise.
20507         * lib/gl_rbtreehash_list.c: Likewise.
20508         * lib/gl_rbtreehash_list.h: Likewise.
20509         * lib/gl_sublist.c: Likewise.
20510         * lib/gl_sublist.h: Likewise.
20511         * lib/group-member.c: Likewise.
20512         * lib/group-member.h: Likewise.
20513         * lib/hard-locale.c: Likewise.
20514         * lib/hard-locale.h: Likewise.
20515         * lib/hash-pjw.c: Likewise.
20516         * lib/hash-pjw.h: Likewise.
20517         * lib/hash-triple.c: Likewise.
20518         * lib/hash.c: Likewise.
20519         * lib/hash.h: Likewise.
20520         * lib/human.c: Likewise.
20521         * lib/human.h: Likewise.
20522         * lib/i-ring.c: Likewise.
20523         * lib/i-ring.h: Likewise.
20524         * lib/idcache.c: Likewise.
20525         * lib/imaxabs.c: Likewise.
20526         * lib/imaxdiv.c: Likewise.
20527         * lib/inet_pton.c: Likewise.
20528         * lib/inet_pton.h: Likewise.
20529         * lib/intprops.h: Likewise.
20530         * lib/inttostr.c: Likewise.
20531         * lib/inttostr.h: Likewise.
20532         * lib/inttypes.in.h: Likewise.
20533         * lib/isapipe.c: Likewise.
20534         * lib/isdir.c: Likewise.
20535         * lib/isnan.c: Likewise.
20536         * lib/isnan.h: Likewise.
20537         * lib/isnanf.c: Likewise.
20538         * lib/isnanf.h: Likewise.
20539         * lib/isnanl-nolibm.h: Likewise.
20540         * lib/isnanl.c: Likewise.
20541         * lib/isnanl.h: Likewise.
20542         * lib/javacomp.c: Likewise.
20543         * lib/javacomp.h: Likewise.
20544         * lib/javaexec.c: Likewise.
20545         * lib/javaexec.h: Likewise.
20546         * lib/javaversion.c: Likewise.
20547         * lib/javaversion.h: Likewise.
20548         * lib/javaversion.java: Likewise.
20549         * lib/lbrkprop.h: Likewise.
20550         * lib/lchmod.h: Likewise.
20551         * lib/lchown.c: Likewise.
20552         * lib/ldexpl.c: Likewise.
20553         * lib/linebreak.c: Likewise.
20554         * lib/linebreak.h: Likewise.
20555         * lib/linebuffer.c: Likewise.
20556         * lib/linebuffer.h: Likewise.
20557         * lib/locale.in.h: Likewise.
20558         * lib/logl.c: Likewise.
20559         * lib/long-options.c: Likewise.
20560         * lib/long-options.h: Likewise.
20561         * lib/lstat.c: Likewise.
20562         * lib/lstat.h: Likewise.
20563         * lib/math.in.h: Likewise.
20564         * lib/mbchar.c: Likewise.
20565         * lib/mbchar.h: Likewise.
20566         * lib/mbfile.h: Likewise.
20567         * lib/mbiter.h: Likewise.
20568         * lib/mbscasecmp.c: Likewise.
20569         * lib/mbscasestr.c: Likewise.
20570         * lib/mbschr.c: Likewise.
20571         * lib/mbscspn.c: Likewise.
20572         * lib/mbslen.c: Likewise.
20573         * lib/mbsncasecmp.c: Likewise.
20574         * lib/mbsnlen.c: Likewise.
20575         * lib/mbspbrk.c: Likewise.
20576         * lib/mbspcasecmp.c: Likewise.
20577         * lib/mbsrchr.c: Likewise.
20578         * lib/mbssep.c: Likewise.
20579         * lib/mbsspn.c: Likewise.
20580         * lib/mbsstr.c: Likewise.
20581         * lib/mbstok_r.c: Likewise.
20582         * lib/mbswidth.c: Likewise.
20583         * lib/mbswidth.h: Likewise.
20584         * lib/mbuiter.h: Likewise.
20585         * lib/memcasecmp.c: Likewise.
20586         * lib/memcasecmp.h: Likewise.
20587         * lib/memchr.c: Likewise.
20588         * lib/memcmp.c: Likewise.
20589         * lib/memcoll.c: Likewise.
20590         * lib/memcoll.h: Likewise.
20591         * lib/memcpy.c: Likewise.
20592         * lib/memrchr.c: Likewise.
20593         * lib/mkancesdirs.c: Likewise.
20594         * lib/mkdir-p.c: Likewise.
20595         * lib/mkdir-p.h: Likewise.
20596         * lib/mkdir.c: Likewise.
20597         * lib/mkdirat.c: Likewise.
20598         * lib/mkdtemp.c: Likewise.
20599         * lib/mkstemp-safer.c: Likewise.
20600         * lib/mkstemp.c: Likewise.
20601         * lib/modechange.c: Likewise.
20602         * lib/modechange.h: Likewise.
20603         * lib/mountlist.c: Likewise.
20604         * lib/mountlist.h: Likewise.
20605         * lib/mpsort.c: Likewise.
20606         * lib/nanosleep.c: Likewise.
20607         * lib/obstack.c: Likewise.
20608         * lib/obstack.h: Likewise.
20609         * lib/open-safer.c: Likewise.
20610         * lib/open.c: Likewise.
20611         * lib/openat-die.c: Likewise.
20612         * lib/openat-priv.h: Likewise.
20613         * lib/openat-proc.c: Likewise.
20614         * lib/openat.c: Likewise.
20615         * lib/openat.h: Likewise.
20616         * lib/pagealign_alloc.c: Likewise.
20617         * lib/pagealign_alloc.h: Likewise.
20618         * lib/physmem.c: Likewise.
20619         * lib/physmem.h: Likewise.
20620         * lib/pipe-safer.c: Likewise.
20621         * lib/pipe.c: Likewise.
20622         * lib/pipe.h: Likewise.
20623         * lib/posixtm.c: Likewise.
20624         * lib/posixtm.h: Likewise.
20625         * lib/posixver.c: Likewise.
20626         * lib/printf-frexp.c: Likewise.
20627         * lib/printf-frexp.h: Likewise.
20628         * lib/printf-frexpl.c: Likewise.
20629         * lib/printf-frexpl.h: Likewise.
20630         * lib/printf.c: Likewise.
20631         * lib/progname.c: Likewise.
20632         * lib/progname.h: Likewise.
20633         * lib/progreloc.c: Likewise.
20634         * lib/putenv.c: Likewise.
20635         * lib/quote.c: Likewise.
20636         * lib/quote.h: Likewise.
20637         * lib/quotearg.c: Likewise.
20638         * lib/quotearg.h: Likewise.
20639         * lib/raise.c: Likewise.
20640         * lib/readline.c: Likewise.
20641         * lib/readline.h: Likewise.
20642         * lib/readlink.c: Likewise.
20643         * lib/readtokens.c: Likewise.
20644         * lib/readtokens.h: Likewise.
20645         * lib/readtokens0.c: Likewise.
20646         * lib/readtokens0.h: Likewise.
20647         * lib/readutmp.c: Likewise.
20648         * lib/readutmp.h: Likewise.
20649         * lib/realloc.c: Likewise.
20650         * lib/relocwrapper.c: Likewise.
20651         * lib/rename-dest-slash.c: Likewise.
20652         * lib/rename.c: Likewise.
20653         * lib/rmdir.c: Likewise.
20654         * lib/rpmatch.c: Likewise.
20655         * lib/safe-read.c: Likewise.
20656         * lib/safe-read.h: Likewise.
20657         * lib/safe-write.c: Likewise.
20658         * lib/safe-write.h: Likewise.
20659         * lib/same-inode.h: Likewise.
20660         * lib/same.c: Likewise.
20661         * lib/same.h: Likewise.
20662         * lib/save-cwd.c: Likewise.
20663         * lib/save-cwd.h: Likewise.
20664         * lib/savedir.c: Likewise.
20665         * lib/savedir.h: Likewise.
20666         * lib/savewd.c: Likewise.
20667         * lib/savewd.h: Likewise.
20668         * lib/search.in.h: Likewise.
20669         * lib/setenv.c: Likewise.
20670         * lib/setenv.h: Likewise.
20671         * lib/settime.c: Likewise.
20672         * lib/sh-quote.c: Likewise.
20673         * lib/sh-quote.h: Likewise.
20674         * lib/sig2str.c: Likewise.
20675         * lib/sig2str.h: Likewise.
20676         * lib/signal.in.h: Likewise.
20677         * lib/signbitd.c: Likewise.
20678         * lib/signbitf.c: Likewise.
20679         * lib/signbitl.c: Likewise.
20680         * lib/sigprocmask.c: Likewise.
20681         * lib/sincosl.c: Likewise.
20682         * lib/sleep.c: Likewise.
20683         * lib/sprintf.c: Likewise.
20684         * lib/sqrtl.c: Likewise.
20685         * lib/stat-time.h: Likewise.
20686         * lib/stdio--.h: Likewise.
20687         * lib/stdio-safer.h: Likewise.
20688         * lib/stdlib--.h: Likewise.
20689         * lib/stdlib-safer.h: Likewise.
20690         * lib/stdlib.in.h: Likewise.
20691         * lib/stpcpy.c: Likewise.
20692         * lib/stpncpy.c: Likewise.
20693         * lib/strchrnul.c: Likewise.
20694         * lib/strcspn.c: Likewise.
20695         * lib/strerror.c: Likewise.
20696         * lib/strftime.c: Likewise.
20697         * lib/strftime.h: Likewise.
20698         * lib/striconveh.c: Likewise.
20699         * lib/striconveh.h: Likewise.
20700         * lib/striconveha.c: Likewise.
20701         * lib/striconveha.h: Likewise.
20702         * lib/stripslash.c: Likewise.
20703         * lib/strnlen1.c: Likewise.
20704         * lib/strnlen1.h: Likewise.
20705         * lib/strtod.c: Likewise.
20706         * lib/strtoimax.c: Likewise.
20707         * lib/strtok_r.c: Likewise.
20708         * lib/strtol.c: Likewise.
20709         * lib/strtoll.c: Likewise.
20710         * lib/strtoul.c: Likewise.
20711         * lib/strtoull.c: Likewise.
20712         * lib/sysexits.in.h: Likewise.
20713         * lib/tempname.c: Likewise.
20714         * lib/tempname.h: Likewise.
20715         * lib/timespec.h: Likewise.
20716         * lib/tls.c: Likewise.
20717         * lib/tls.h: Likewise.
20718         * lib/tmpdir.c: Likewise.
20719         * lib/tmpdir.h: Likewise.
20720         * lib/tmpfile-safer.c: Likewise.
20721         * lib/tmpfile.c: Likewise.
20722         * lib/trigl.c: Likewise.
20723         * lib/trigl.h: Likewise.
20724         * lib/trim.c: Likewise.
20725         * lib/trim.h: Likewise.
20726         * lib/trunc.c: Likewise.
20727         * lib/truncf.c: Likewise.
20728         * lib/truncl.c: Likewise.
20729         * lib/tsearch.c: Likewise.
20730         * lib/unicodeio.c: Likewise.
20731         * lib/unicodeio.h: Likewise.
20732         * lib/unistd--.h: Likewise.
20733         * lib/unistd-safer.h: Likewise.
20734         * lib/unistdio/ulc-fprintf.c: Likewise.
20735         * lib/unistdio/ulc-vfprintf.c: Likewise.
20736         * lib/unlinkdir.c: Likewise.
20737         * lib/unlinkdir.h: Likewise.
20738         * lib/unlocked-io.h: Likewise.
20739         * lib/unsetenv.c: Likewise.
20740         * lib/userspec.c: Likewise.
20741         * lib/utime.c: Likewise.
20742         * lib/utimecmp.c: Likewise.
20743         * lib/utimecmp.h: Likewise.
20744         * lib/utimens.c: Likewise.
20745         * lib/verify.h: Likewise.
20746         * lib/verror.c: Likewise.
20747         * lib/verror.h: Likewise.
20748         * lib/version-etc-fsf.c: Likewise.
20749         * lib/version-etc.c: Likewise.
20750         * lib/version-etc.h: Likewise.
20751         * lib/vfprintf.c: Likewise.
20752         * lib/vprintf.c: Likewise.
20753         * lib/vsprintf.c: Likewise.
20754         * lib/w32spawn.h: Likewise.
20755         * lib/wait-process.c: Likewise.
20756         * lib/wait-process.h: Likewise.
20757         * lib/wcwidth.c: Likewise.
20758         * lib/write-any-file.c: Likewise.
20759         * lib/xalloc-die.c: Likewise.
20760         * lib/xalloc.h: Likewise.
20761         * lib/xasprintf.c: Likewise.
20762         * lib/xgetcwd.c: Likewise.
20763         * lib/xgetcwd.h: Likewise.
20764         * lib/xgetdomainname.c: Likewise.
20765         * lib/xgetdomainname.h: Likewise.
20766         * lib/xgethostname.c: Likewise.
20767         * lib/xmalloc.c: Likewise.
20768         * lib/xmalloca.c: Likewise.
20769         * lib/xmalloca.h: Likewise.
20770         * lib/xmemcoll.c: Likewise.
20771         * lib/xnanosleep.c: Likewise.
20772         * lib/xreadlink.c: Likewise.
20773         * lib/xreadlink.h: Likewise.
20774         * lib/xsetenv.c: Likewise.
20775         * lib/xsetenv.h: Likewise.
20776         * lib/xstriconv.c: Likewise.
20777         * lib/xstriconv.h: Likewise.
20778         * lib/xstrndup.c: Likewise.
20779         * lib/xstrndup.h: Likewise.
20780         * lib/xstrtod.c: Likewise.
20781         * lib/xstrtod.h: Likewise.
20782         * lib/xstrtol-error.c: Likewise.
20783         * lib/xstrtol.c: Likewise.
20784         * lib/xstrtol.h: Likewise.
20785         * lib/xtime.h: Likewise.
20786         * lib/xvasprintf.c: Likewise.
20787         * lib/xvasprintf.h: Likewise.
20788         * lib/yesno.c: Likewise.
20789         * lib/yesno.h: Likewise.
20790         * posix-modules: Likewise.
20791         * tests/test-alloca-opt.c: Likewise.
20792         * tests/test-arcfour.c: Likewise.
20793         * tests/test-arctwo.c: Likewise.
20794         * tests/test-argmatch.c: Likewise.
20795         * tests/test-argp-2.sh: Likewise.
20796         * tests/test-argp.c: Likewise.
20797         * tests/test-arpa_inet.c: Likewise.
20798         * tests/test-array_list.c: Likewise.
20799         * tests/test-array_oset.c: Likewise.
20800         * tests/test-atexit.c: Likewise.
20801         * tests/test-avltree_list.c: Likewise.
20802         * tests/test-avltree_oset.c: Likewise.
20803         * tests/test-avltreehash_list.c: Likewise.
20804         * tests/test-base64.c: Likewise.
20805         * tests/test-binary-io.c: Likewise.
20806         * tests/test-byteswap.c: Likewise.
20807         * tests/test-c-ctype.c: Likewise.
20808         * tests/test-c-strcasecmp.c: Likewise.
20809         * tests/test-c-strcasestr.c: Likewise.
20810         * tests/test-c-strncasecmp.c: Likewise.
20811         * tests/test-c-strstr.c: Likewise.
20812         * tests/test-canonicalize-lgpl.c: Likewise.
20813         * tests/test-canonicalize.c: Likewise.
20814         * tests/test-carray_list.c: Likewise.
20815         * tests/test-ceilf.c: Likewise.
20816         * tests/test-ceill.c: Likewise.
20817         * tests/test-count-one-bits.c: Likewise.
20818         * tests/test-crc.c: Likewise.
20819         * tests/test-dirname.c: Likewise.
20820         * tests/test-fbufmode.c: Likewise.
20821         * tests/test-fcntl.c: Likewise.
20822         * tests/test-fflush.c: Likewise.
20823         * tests/test-floorf.c: Likewise.
20824         * tests/test-floorl.c: Likewise.
20825         * tests/test-fopen.c: Likewise.
20826         * tests/test-fprintf-posix.c: Likewise.
20827         * tests/test-fprintf-posix.h: Likewise.
20828         * tests/test-fpurge.c: Likewise.
20829         * tests/test-freadable.c: Likewise.
20830         * tests/test-freadahead.c: Likewise.
20831         * tests/test-freading.c: Likewise.
20832         * tests/test-freopen.c: Likewise.
20833         * tests/test-frexp.c: Likewise.
20834         * tests/test-frexpl.c: Likewise.
20835         * tests/test-fseek.c: Likewise.
20836         * tests/test-fseeko.c: Likewise.
20837         * tests/test-fseterr.c: Likewise.
20838         * tests/test-fstrcmp.c: Likewise.
20839         * tests/test-ftell.c: Likewise.
20840         * tests/test-ftello.c: Likewise.
20841         * tests/test-fwritable.c: Likewise.
20842         * tests/test-fwriting.c: Likewise.
20843         * tests/test-getaddrinfo.c: Likewise.
20844         * tests/test-getpass.c: Likewise.
20845         * tests/test-gettimeofday.c: Likewise.
20846         * tests/test-hmac-md5.c: Likewise.
20847         * tests/test-hmac-sha1.c: Likewise.
20848         * tests/test-iconv.c: Likewise.
20849         * tests/test-iconvme.c: Likewise.
20850         * tests/test-inttypes.c: Likewise.
20851         * tests/test-isnan.c: Likewise.
20852         * tests/test-isnanf.c: Likewise.
20853         * tests/test-isnanl-nolibm.c: Likewise.
20854         * tests/test-isnanl.c: Likewise.
20855         * tests/test-isnanl.h: Likewise.
20856         * tests/test-ldexpl.c: Likewise.
20857         * tests/test-linked_list.c: Likewise.
20858         * tests/test-linkedhash_list.c: Likewise.
20859         * tests/test-locale.c: Likewise.
20860         * tests/test-localename.c: Likewise.
20861         * tests/test-lock.c: Likewise.
20862         * tests/test-lseek.c: Likewise.
20863         * tests/test-malloca.c: Likewise.
20864         * tests/test-math.c: Likewise.
20865         * tests/test-mbscasecmp.c: Likewise.
20866         * tests/test-mbscasestr1.c: Likewise.
20867         * tests/test-mbscasestr2.c: Likewise.
20868         * tests/test-mbscasestr3.c: Likewise.
20869         * tests/test-mbscasestr4.c: Likewise.
20870         * tests/test-mbschr.c: Likewise.
20871         * tests/test-mbscspn.c: Likewise.
20872         * tests/test-mbsncasecmp.c: Likewise.
20873         * tests/test-mbspbrk.c: Likewise.
20874         * tests/test-mbspcasecmp.c: Likewise.
20875         * tests/test-mbsrchr.c: Likewise.
20876         * tests/test-mbsspn.c: Likewise.
20877         * tests/test-mbsstr1.c: Likewise.
20878         * tests/test-mbsstr2.c: Likewise.
20879         * tests/test-mbsstr3.c: Likewise.
20880         * tests/test-md5.c: Likewise.
20881         * tests/test-memmem.c: Likewise.
20882         * tests/test-netinet_in.c: Likewise.
20883         * tests/test-open.c: Likewise.
20884         * tests/test-printf-frexp.c: Likewise.
20885         * tests/test-printf-frexpl.c: Likewise.
20886         * tests/test-printf-posix.c: Likewise.
20887         * tests/test-printf-posix.h: Likewise.
20888         * tests/test-rbtree_list.c: Likewise.
20889         * tests/test-rbtree_oset.c: Likewise.
20890         * tests/test-rbtreehash_list.c: Likewise.
20891         * tests/test-read-file.c: Likewise.
20892         * tests/test-rijndael.c: Likewise.
20893         * tests/test-search.c: Likewise.
20894         * tests/test-signbit.c: Likewise.
20895         * tests/test-sleep.c: Likewise.
20896         * tests/test-snprintf-posix.c: Likewise.
20897         * tests/test-snprintf-posix.h: Likewise.
20898         * tests/test-snprintf.c: Likewise.
20899         * tests/test-sprintf-posix.c: Likewise.
20900         * tests/test-sprintf-posix.h: Likewise.
20901         * tests/test-stat-time.c: Likewise.
20902         * tests/test-stdbool.c: Likewise.
20903         * tests/test-stdint.c: Likewise.
20904         * tests/test-stdio.c: Likewise.
20905         * tests/test-stdlib.c: Likewise.
20906         * tests/test-stpncpy.c: Likewise.
20907         * tests/test-strcasestr.c: Likewise.
20908         * tests/test-striconv.c: Likewise.
20909         * tests/test-striconveh.c: Likewise.
20910         * tests/test-striconveha.c: Likewise.
20911         * tests/test-string.c: Likewise.
20912         * tests/test-sys_select.c: Likewise.
20913         * tests/test-sys_socket.c: Likewise.
20914         * tests/test-sys_stat.c: Likewise.
20915         * tests/test-sys_time.c: Likewise.
20916         * tests/test-sysexits.c: Likewise.
20917         * tests/test-time.c: Likewise.
20918         * tests/test-tls.c: Likewise.
20919         * tests/test-trunc.c: Likewise.
20920         * tests/test-truncf.c: Likewise.
20921         * tests/test-truncl.c: Likewise.
20922         * tests/test-unistd.c: Likewise.
20923         * tests/test-vasnprintf-posix.c: Likewise.
20924         * tests/test-vasnprintf-posix2.c: Likewise.
20925         * tests/test-vasnprintf.c: Likewise.
20926         * tests/test-vasprintf-posix.c: Likewise.
20927         * tests/test-vasprintf.c: Likewise.
20928         * tests/test-verify.c: Likewise.
20929         * tests/test-vfprintf-posix.c: Likewise.
20930         * tests/test-vprintf-posix.c: Likewise.
20931         * tests/test-vsnprintf-posix.c: Likewise.
20932         * tests/test-vsnprintf.c: Likewise.
20933         * tests/test-vsprintf-posix.c: Likewise.
20934         * tests/test-wchar.c: Likewise.
20935         * tests/test-wctype.c: Likewise.
20936         * tests/test-wcwidth.c: Likewise.
20937         * tests/test-xstrtol.c: Likewise.
20938         * tests/test-xvasprintf.c: Likewise.
20939         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
20940         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
20941         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
20942         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
20943         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
20944         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
20945         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
20946         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
20947         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
20948         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
20949         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
20950         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
20951         * tests/uniname/test-uninames.c: Likewise.
20952         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
20953         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
20954         * tests/unistdio/test-u16-printf1.h: Likewise.
20955         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
20956         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
20957         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
20958         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
20959         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
20960         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
20961         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
20962         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
20963         * tests/unistdio/test-u32-printf1.h: Likewise.
20964         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
20965         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
20966         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
20967         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
20968         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
20969         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
20970         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
20971         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
20972         * tests/unistdio/test-u8-printf1.h: Likewise.
20973         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
20974         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
20975         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
20976         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
20977         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
20978         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
20979         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
20980         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
20981         * tests/unistdio/test-ulc-printf1.h: Likewise.
20982         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
20983         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
20984         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
20985         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
20986         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
20987         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
20988         * tests/uniwidth/test-u16-strwidth.c: Likewise.
20989         * tests/uniwidth/test-u16-width.c: Likewise.
20990         * tests/uniwidth/test-u32-strwidth.c: Likewise.
20991         * tests/uniwidth/test-u32-width.c: Likewise.
20992         * tests/uniwidth/test-u8-strwidth.c: Likewise.
20993         * tests/uniwidth/test-u8-width.c: Likewise.
20994         * tests/uniwidth/test-uc_width.c: Likewise.
20995         * config/srclist-update: Likewise.
20996         (fixlicense): Update to GPLv3+.
20997
20998         Change copyright notice from LGPLv2.1+ to LGPLv3+.
20999         * tests/test-tsearch.c: Change copyright notice.
21000
21001         Change copyright notice from LGPLv2.0+ to LGPLv3+.
21002         * lib/c-strcaseeq.h: Change copyright notice.
21003         * lib/streq.h: Likewise.
21004         * lib/uniconv.h: Likewise.
21005         * lib/uniconv/u-conv-from-enc.h: Likewise.
21006         * lib/uniconv/u-conv-to-enc.h: Likewise.
21007         * lib/uniconv/u-strconv-from-enc.h: Likewise.
21008         * lib/uniconv/u-strconv-to-enc.h: Likewise.
21009         * lib/uniconv/u16-conv-from-enc.c: Likewise.
21010         * lib/uniconv/u16-conv-to-enc.c: Likewise.
21011         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
21012         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
21013         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
21014         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
21015         * lib/uniconv/u32-conv-from-enc.c: Likewise.
21016         * lib/uniconv/u32-conv-to-enc.c: Likewise.
21017         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
21018         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
21019         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
21020         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
21021         * lib/uniconv/u8-conv-from-enc.c: Likewise.
21022         * lib/uniconv/u8-conv-to-enc.c: Likewise.
21023         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
21024         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
21025         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
21026         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
21027         * lib/uniname.h: Likewise.
21028         * lib/uniname/uniname.c: Likewise.
21029         * lib/unistdio.h: Likewise.
21030         * lib/unistdio/u-asnprintf.h: Likewise.
21031         * lib/unistdio/u-asprintf.h: Likewise.
21032         * lib/unistdio/u-printf-args.c: Likewise.
21033         * lib/unistdio/u-printf-args.h: Likewise.
21034         * lib/unistdio/u-printf-parse.h: Likewise.
21035         * lib/unistdio/u-snprintf.h: Likewise.
21036         * lib/unistdio/u-sprintf.h: Likewise.
21037         * lib/unistdio/u-vasprintf.h: Likewise.
21038         * lib/unistdio/u-vsnprintf.h: Likewise.
21039         * lib/unistdio/u-vsprintf.h: Likewise.
21040         * lib/unistdio/u16-asnprintf.c: Likewise.
21041         * lib/unistdio/u16-asprintf.c: Likewise.
21042         * lib/unistdio/u16-printf-parse.c: Likewise.
21043         * lib/unistdio/u16-snprintf.c: Likewise.
21044         * lib/unistdio/u16-sprintf.c: Likewise.
21045         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
21046         * lib/unistdio/u16-u16-asprintf.c: Likewise.
21047         * lib/unistdio/u16-u16-snprintf.c: Likewise.
21048         * lib/unistdio/u16-u16-sprintf.c: Likewise.
21049         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
21050         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
21051         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
21052         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
21053         * lib/unistdio/u16-vasnprintf.c: Likewise.
21054         * lib/unistdio/u16-vasprintf.c: Likewise.
21055         * lib/unistdio/u16-vsnprintf.c: Likewise.
21056         * lib/unistdio/u16-vsprintf.c: Likewise.
21057         * lib/unistdio/u32-asnprintf.c: Likewise.
21058         * lib/unistdio/u32-asprintf.c: Likewise.
21059         * lib/unistdio/u32-printf-parse.c: Likewise.
21060         * lib/unistdio/u32-snprintf.c: Likewise.
21061         * lib/unistdio/u32-sprintf.c: Likewise.
21062         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
21063         * lib/unistdio/u32-u32-asprintf.c: Likewise.
21064         * lib/unistdio/u32-u32-snprintf.c: Likewise.
21065         * lib/unistdio/u32-u32-sprintf.c: Likewise.
21066         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
21067         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
21068         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
21069         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
21070         * lib/unistdio/u32-vasnprintf.c: Likewise.
21071         * lib/unistdio/u32-vasprintf.c: Likewise.
21072         * lib/unistdio/u32-vsnprintf.c: Likewise.
21073         * lib/unistdio/u32-vsprintf.c: Likewise.
21074         * lib/unistdio/u8-asnprintf.c: Likewise.
21075         * lib/unistdio/u8-asprintf.c: Likewise.
21076         * lib/unistdio/u8-printf-parse.c: Likewise.
21077         * lib/unistdio/u8-snprintf.c: Likewise.
21078         * lib/unistdio/u8-sprintf.c: Likewise.
21079         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
21080         * lib/unistdio/u8-u8-asprintf.c: Likewise.
21081         * lib/unistdio/u8-u8-snprintf.c: Likewise.
21082         * lib/unistdio/u8-u8-sprintf.c: Likewise.
21083         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
21084         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
21085         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
21086         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
21087         * lib/unistdio/u8-vasnprintf.c: Likewise.
21088         * lib/unistdio/u8-vasprintf.c: Likewise.
21089         * lib/unistdio/u8-vsnprintf.c: Likewise.
21090         * lib/unistdio/u8-vsprintf.c: Likewise.
21091         * lib/unistdio/ulc-asnprintf.c: Likewise.
21092         * lib/unistdio/ulc-asprintf.c: Likewise.
21093         * lib/unistdio/ulc-printf-parse.c: Likewise.
21094         * lib/unistdio/ulc-snprintf.c: Likewise.
21095         * lib/unistdio/ulc-sprintf.c: Likewise.
21096         * lib/unistdio/ulc-vasnprintf.c: Likewise.
21097         * lib/unistdio/ulc-vasprintf.c: Likewise.
21098         * lib/unistdio/ulc-vsnprintf.c: Likewise.
21099         * lib/unistdio/ulc-vsprintf.c: Likewise.
21100         * lib/unistr.h: Likewise.
21101         * lib/unistr/u-cpy-alloc.h: Likewise.
21102         * lib/unistr/u-cpy.h: Likewise.
21103         * lib/unistr/u-endswith.h: Likewise.
21104         * lib/unistr/u-move.h: Likewise.
21105         * lib/unistr/u-set.h: Likewise.
21106         * lib/unistr/u-startswith.h: Likewise.
21107         * lib/unistr/u-stpcpy.h: Likewise.
21108         * lib/unistr/u-stpncpy.h: Likewise.
21109         * lib/unistr/u-strcat.h: Likewise.
21110         * lib/unistr/u-strcpy.h: Likewise.
21111         * lib/unistr/u-strcspn.h: Likewise.
21112         * lib/unistr/u-strdup.h: Likewise.
21113         * lib/unistr/u-strlen.h: Likewise.
21114         * lib/unistr/u-strncat.h: Likewise.
21115         * lib/unistr/u-strncpy.h: Likewise.
21116         * lib/unistr/u-strnlen.h: Likewise.
21117         * lib/unistr/u-strpbrk.h: Likewise.
21118         * lib/unistr/u-strspn.h: Likewise.
21119         * lib/unistr/u-strstr.h: Likewise.
21120         * lib/unistr/u-strtok.h: Likewise.
21121         * lib/unistr/u16-check.c: Likewise.
21122         * lib/unistr/u16-chr.c: Likewise.
21123         * lib/unistr/u16-cmp.c: Likewise.
21124         * lib/unistr/u16-cpy-alloc.c: Likewise.
21125         * lib/unistr/u16-cpy.c: Likewise.
21126         * lib/unistr/u16-endswith.c: Likewise.
21127         * lib/unistr/u16-mblen.c: Likewise.
21128         * lib/unistr/u16-mbsnlen.c: Likewise.
21129         * lib/unistr/u16-mbtouc-aux.c: Likewise.
21130         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
21131         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
21132         * lib/unistr/u16-mbtouc.c: Likewise.
21133         * lib/unistr/u16-mbtoucr.c: Likewise.
21134         * lib/unistr/u16-move.c: Likewise.
21135         * lib/unistr/u16-next.c: Likewise.
21136         * lib/unistr/u16-prev.c: Likewise.
21137         * lib/unistr/u16-set.c: Likewise.
21138         * lib/unistr/u16-startswith.c: Likewise.
21139         * lib/unistr/u16-stpcpy.c: Likewise.
21140         * lib/unistr/u16-stpncpy.c: Likewise.
21141         * lib/unistr/u16-strcat.c: Likewise.
21142         * lib/unistr/u16-strchr.c: Likewise.
21143         * lib/unistr/u16-strcmp.c: Likewise.
21144         * lib/unistr/u16-strcpy.c: Likewise.
21145         * lib/unistr/u16-strcspn.c: Likewise.
21146         * lib/unistr/u16-strdup.c: Likewise.
21147         * lib/unistr/u16-strlen.c: Likewise.
21148         * lib/unistr/u16-strmblen.c: Likewise.
21149         * lib/unistr/u16-strmbtouc.c: Likewise.
21150         * lib/unistr/u16-strncat.c: Likewise.
21151         * lib/unistr/u16-strncmp.c: Likewise.
21152         * lib/unistr/u16-strncpy.c: Likewise.
21153         * lib/unistr/u16-strnlen.c: Likewise.
21154         * lib/unistr/u16-strpbrk.c: Likewise.
21155         * lib/unistr/u16-strrchr.c: Likewise.
21156         * lib/unistr/u16-strspn.c: Likewise.
21157         * lib/unistr/u16-strstr.c: Likewise.
21158         * lib/unistr/u16-strtok.c: Likewise.
21159         * lib/unistr/u16-to-u32.c: Likewise.
21160         * lib/unistr/u16-to-u8.c: Likewise.
21161         * lib/unistr/u16-uctomb-aux.c: Likewise.
21162         * lib/unistr/u16-uctomb.c: Likewise.
21163         * lib/unistr/u32-check.c: Likewise.
21164         * lib/unistr/u32-chr.c: Likewise.
21165         * lib/unistr/u32-cmp.c: Likewise.
21166         * lib/unistr/u32-cpy-alloc.c: Likewise.
21167         * lib/unistr/u32-cpy.c: Likewise.
21168         * lib/unistr/u32-endswith.c: Likewise.
21169         * lib/unistr/u32-mblen.c: Likewise.
21170         * lib/unistr/u32-mbsnlen.c: Likewise.
21171         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
21172         * lib/unistr/u32-mbtouc.c: Likewise.
21173         * lib/unistr/u32-mbtoucr.c: Likewise.
21174         * lib/unistr/u32-move.c: Likewise.
21175         * lib/unistr/u32-next.c: Likewise.
21176         * lib/unistr/u32-prev.c: Likewise.
21177         * lib/unistr/u32-set.c: Likewise.
21178         * lib/unistr/u32-startswith.c: Likewise.
21179         * lib/unistr/u32-stpcpy.c: Likewise.
21180         * lib/unistr/u32-stpncpy.c: Likewise.
21181         * lib/unistr/u32-strcat.c: Likewise.
21182         * lib/unistr/u32-strchr.c: Likewise.
21183         * lib/unistr/u32-strcmp.c: Likewise.
21184         * lib/unistr/u32-strcpy.c: Likewise.
21185         * lib/unistr/u32-strcspn.c: Likewise.
21186         * lib/unistr/u32-strdup.c: Likewise.
21187         * lib/unistr/u32-strlen.c: Likewise.
21188         * lib/unistr/u32-strmblen.c: Likewise.
21189         * lib/unistr/u32-strmbtouc.c: Likewise.
21190         * lib/unistr/u32-strncat.c: Likewise.
21191         * lib/unistr/u32-strncmp.c: Likewise.
21192         * lib/unistr/u32-strncpy.c: Likewise.
21193         * lib/unistr/u32-strnlen.c: Likewise.
21194         * lib/unistr/u32-strpbrk.c: Likewise.
21195         * lib/unistr/u32-strrchr.c: Likewise.
21196         * lib/unistr/u32-strspn.c: Likewise.
21197         * lib/unistr/u32-strstr.c: Likewise.
21198         * lib/unistr/u32-strtok.c: Likewise.
21199         * lib/unistr/u32-to-u16.c: Likewise.
21200         * lib/unistr/u32-to-u8.c: Likewise.
21201         * lib/unistr/u32-uctomb.c: Likewise.
21202         * lib/unistr/u8-check.c: Likewise.
21203         * lib/unistr/u8-chr.c: Likewise.
21204         * lib/unistr/u8-cmp.c: Likewise.
21205         * lib/unistr/u8-cpy-alloc.c: Likewise.
21206         * lib/unistr/u8-cpy.c: Likewise.
21207         * lib/unistr/u8-endswith.c: Likewise.
21208         * lib/unistr/u8-mblen.c: Likewise.
21209         * lib/unistr/u8-mbsnlen.c: Likewise.
21210         * lib/unistr/u8-mbtouc-aux.c: Likewise.
21211         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
21212         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
21213         * lib/unistr/u8-mbtouc.c: Likewise.
21214         * lib/unistr/u8-mbtoucr.c: Likewise.
21215         * lib/unistr/u8-move.c: Likewise.
21216         * lib/unistr/u8-next.c: Likewise.
21217         * lib/unistr/u8-prev.c: Likewise.
21218         * lib/unistr/u8-set.c: Likewise.
21219         * lib/unistr/u8-startswith.c: Likewise.
21220         * lib/unistr/u8-stpcpy.c: Likewise.
21221         * lib/unistr/u8-stpncpy.c: Likewise.
21222         * lib/unistr/u8-strcat.c: Likewise.
21223         * lib/unistr/u8-strchr.c: Likewise.
21224         * lib/unistr/u8-strcmp.c: Likewise.
21225         * lib/unistr/u8-strcpy.c: Likewise.
21226         * lib/unistr/u8-strcspn.c: Likewise.
21227         * lib/unistr/u8-strdup.c: Likewise.
21228         * lib/unistr/u8-strlen.c: Likewise.
21229         * lib/unistr/u8-strmblen.c: Likewise.
21230         * lib/unistr/u8-strmbtouc.c: Likewise.
21231         * lib/unistr/u8-strncat.c: Likewise.
21232         * lib/unistr/u8-strncmp.c: Likewise.
21233         * lib/unistr/u8-strncpy.c: Likewise.
21234         * lib/unistr/u8-strnlen.c: Likewise.
21235         * lib/unistr/u8-strpbrk.c: Likewise.
21236         * lib/unistr/u8-strrchr.c: Likewise.
21237         * lib/unistr/u8-strspn.c: Likewise.
21238         * lib/unistr/u8-strstr.c: Likewise.
21239         * lib/unistr/u8-strtok.c: Likewise.
21240         * lib/unistr/u8-to-u16.c: Likewise.
21241         * lib/unistr/u8-to-u32.c: Likewise.
21242         * lib/unistr/u8-uctomb-aux.c: Likewise.
21243         * lib/unistr/u8-uctomb.c: Likewise.
21244         * lib/unitypes.h: Likewise.
21245         * lib/uniwidth.h: Likewise.
21246         * lib/uniwidth/cjk.h: Likewise.
21247         * lib/uniwidth/u16-strwidth.c: Likewise.
21248         * lib/uniwidth/u16-width.c: Likewise.
21249         * lib/uniwidth/u32-strwidth.c: Likewise.
21250         * lib/uniwidth/u32-width.c: Likewise.
21251         * lib/uniwidth/u8-strwidth.c: Likewise.
21252         * lib/uniwidth/u8-width.c: Likewise.
21253         * lib/uniwidth/width.c: Likewise.
21254
21255 2007-10-07  Bruno Haible  <bruno@clisp.org>
21256
21257         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
21258         The file is still under LGPL (see modules/inttypes).
21259
21260 2007-10-06  Bruno Haible  <bruno@clisp.org>
21261
21262         * modules/trunc (Dependencies): Add 'extensions'.
21263         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
21264         Reported by Ben Pfaff <blp@gnu.org>.
21265
21266 2007-10-06  Bruno Haible  <bruno@clisp.org>
21267
21268         * modules/freopen-tests: New file.
21269         * tests/test-freopen.c: New file.
21270
21271         * modules/fopen-tests: New file.
21272         * tests/test-fopen.c: New file.
21273
21274         * modules/fopen: New file.
21275         * lib/fopen.c: New file.
21276         * m4/fopen.m4: New file.
21277         * modules/freopen: New file.
21278         * lib/freopen.c: New file.
21279         * m4/freopen.m4: New file.
21280         * lib/stdio.in.h (fopen, freopen): New declarations.
21281         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
21282         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
21283         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
21284         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
21285         * doc/functions/fopen.texi: Mention the 'fopen' module.
21286         * doc/functions/freopen.texi: Mention the 'freopen' module.
21287
21288 2007-10-06  Bruno Haible  <bruno@clisp.org>
21289
21290         * modules/open-tests: New file.
21291         * tests/test-open.c: New file.
21292
21293         * modules/open: New file.
21294         * lib/open.c: New file.
21295         * m4/open.m4: New file.
21296         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
21297         lib/open.c does.
21298         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
21299         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
21300         macros.
21301         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
21302         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
21303         REPLACE_OPEN.
21304         * doc/functions/open.texi: Mention the 'open' module.
21305
21306 2007-10-04  Bruno Haible  <bruno@clisp.org>
21307
21308         * modules/ceill-tests: New file.
21309         * tests/test-ceill.c: New file.
21310
21311         * modules/ceill: New file.
21312         * lib/ceill.c: Replace entire file.
21313         * m4/ceill.m4: New file.
21314         * lib/math.in.h (ceill): Replace declaration.
21315         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
21316         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
21317         * doc/functions/ceill.texi: Mention the 'ceill' module.
21318         * modules/mathl (Files): Remove lib/ceill.c.
21319         (Depends-on): Add ceill.
21320
21321 2007-10-04  Bruno Haible  <bruno@clisp.org>
21322
21323         * modules/ceilf-tests: New file.
21324         * tests/test-ceilf.c: New file.
21325
21326         * modules/ceilf: New file.
21327         * lib/ceil.c: New file.
21328         * lib/ceilf.c: New file.
21329         * m4/ceilf.m4: New file.
21330         * lib/math.in.h (ceilf): New declaration.
21331         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
21332         HAVE_DECL_CEILF.
21333         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
21334         HAVE_DECL_CEILF.
21335         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
21336
21337 2007-10-04  Bruno Haible  <bruno@clisp.org>
21338
21339         * modules/floorl-tests: New file.
21340         * tests/test-floorl.c: New file.
21341
21342         * modules/floorl: New file.
21343         * lib/floorl.c: Replace entire file.
21344         * m4/floorl.m4: New file.
21345         * lib/math.in.h (floorl): Replace declaration.
21346         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
21347         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
21348         * doc/functions/floorl.texi: Mention the 'floorl' module.
21349         * modules/mathl (Files): Remove lib/floorl.c.
21350         (Depends-on): Add floorl.
21351
21352 2007-10-04  Bruno Haible  <bruno@clisp.org>
21353
21354         * modules/floorf-tests: New file.
21355         * tests/test-floorf.c: New file.
21356
21357         * modules/floorf: New file.
21358         * lib/floor.c: New file.
21359         * lib/floorf.c: New file.
21360         * m4/floorf.m4: New file.
21361         * lib/math.in.h (floorf): New declaration.
21362         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
21363         HAVE_DECL_FLOORF.
21364         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
21365         HAVE_DECL_FLOORF.
21366         * doc/functions/floorf.texi: Mention the 'floorf' module.
21367
21368 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
21369             Bruno Haible  <bruno@clisp.org>
21370
21371         Advertise for the Git server instead of the CVS server.
21372         * doc/gnulib-intro.texi (Steady Development): Mention the Git
21373         repository instead of the CVS one.
21374         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
21375         about all VCS systems generically.
21376         * doc/gnulib.texi (Introduction): Capitalize `Git'.
21377
21378 2007-10-04  Bruno Haible  <bruno@clisp.org>
21379
21380         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
21381         means.
21382         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
21383
21384 2007-10-04  Bruno Haible  <bruno@clisp.org>
21385
21386         * modules/truncl-tests: New file.
21387         * tests/test-truncl.c: New file.
21388
21389         * modules/truncl: New file.
21390         * lib/truncl.c: New file.
21391         * m4/truncl.m4: New file.
21392         * lib/math.in.h (truncl): New declaration.
21393         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
21394         HAVE_DECL_TRUNCL.
21395         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
21396         HAVE_DECL_TRUNCL.
21397         * doc/functions/truncl.texi: Mention the 'truncl' module.
21398
21399 2007-10-04  Bruno Haible  <bruno@clisp.org>
21400
21401         * modules/truncf-tests: New file.
21402         * tests/test-truncf.c: New file.
21403
21404         * modules/truncf: New file.
21405         * lib/trunc.c: Make paramerizable through USE_* macros.
21406         * lib/truncf.c: New file.
21407         * m4/truncf.m4: New file.
21408         * lib/math.in.h (truncf): New declaration.
21409         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
21410         HAVE_DECL_TRUNCF.
21411         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
21412         HAVE_DECL_TRUNCF.
21413         * doc/functions/truncf.texi: Mention the 'truncf' module.
21414
21415 2007-10-03  Bruno Haible  <bruno@clisp.org>
21416
21417         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
21418         augmentation also for tests modules.
21419         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
21420         * modules/atexit-tests (Makefile.am): Likewise.
21421         * modules/binary-io-tests (Makefile.am): Likewise.
21422         * modules/c-strcase-tests (Makefile.am): Likewise.
21423         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
21424         * modules/canonicalize-tests (Makefile.am): Likewise.
21425         * modules/closein-tests (Makefile.am): Likewise.
21426         * modules/fprintf-posix-tests (Makefile.am): Likewise.
21427         * modules/freadahead-tests (Makefile.am): Likewise.
21428         * modules/fseek-tests (Makefile.am): Likewise.
21429         * modules/fseeko-tests (Makefile.am): Likewise.
21430         * modules/ftell-tests (Makefile.am): Likewise.
21431         * modules/ftello-tests (Makefile.am): Likewise.
21432         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
21433         * modules/isnanl-tests (Makefile.am): Likewise.
21434         * modules/lseek-tests (Makefile.am): Likewise.
21435         * modules/mbscasecmp-tests (Makefile.am): Likewise.
21436         * modules/mbscasestr-tests (Makefile.am): Likewise.
21437         * modules/mbschr-tests (Makefile.am): Likewise.
21438         * modules/mbscspn-tests (Makefile.am): Likewise.
21439         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
21440         * modules/mbspbrk-tests (Makefile.am): Likewise.
21441         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
21442         * modules/mbsrchr-tests (Makefile.am): Likewise.
21443         * modules/mbsspn-tests (Makefile.am): Likewise.
21444         * modules/mbsstr-tests (Makefile.am): Likewise.
21445         * modules/printf-posix-tests (Makefile.am): Likewise.
21446         * modules/snprintf-posix-tests (Makefile.am): Likewise.
21447         * modules/sprintf-posix-tests (Makefile.am): Likewise.
21448         * modules/tsearch-tests (Makefile.am): Likewise.
21449         * modules/uniname/uniname-tests (Makefile.am): Likewise.
21450         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
21451         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
21452         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
21453         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
21454         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
21455         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
21456         * modules/vprintf-posix-tests (Makefile.am): Likewise.
21457         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
21458         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
21459         * modules/xstrtoimax-tests (Makefile.am): Likewise.
21460         * modules/xstrtol-tests (Makefile.am): Likewise.
21461         * modules/xstrtoumax-tests (Makefile.am): Likewise.
21462         * modules/yesno-tests (Makefile.am): Likewise.
21463
21464 2007-10-03  Bruno Haible  <bruno@clisp.org>
21465
21466         * modules/trunc-tests: New file.
21467         * tests/test-trunc.c: New file.
21468
21469         * modules/trunc: New file.
21470         * lib/trunc.c: New file.
21471         * m4/trunc.m4: New file.
21472         * lib/math.in.h (trunc): New declaration.
21473         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
21474         HAVE_DECL_TRUNC.
21475         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
21476         HAVE_DECL_TRUNC.
21477         * doc/functions/trunc.texi: Mention the 'trunc' module.
21478
21479 2007-10-03  Bruno Haible  <bruno@clisp.org>
21480
21481         * tests/test-fpending.c: New file, mostly copied
21482         from coreutils/lib/t-fpending.c.
21483         * modules/fpending-tests: New file.
21484
21485 2007-10-03  Bruno Haible  <bruno@clisp.org>
21486
21487         Port the stdio extensions to QNX (untested).
21488         * lib/fseterr.c (fseterr): Add support for QNX.
21489         * lib/fbufmode.c (fbufmode): Likewise.
21490         * lib/freadable.c (freadable): Likewise.
21491         * lib/fwritable.c (fwritable): Likewise.
21492         * lib/freading.c (freading): Likewise.
21493         * lib/fwriting.c (fwriting): Likewise.
21494         * lib/freadahead.c (freadahed): Likewise.
21495         * lib/fpurge.c (fpurge): Likewise.
21496         * lib/fseeko.c (rpl_fseeko): Likewise.
21497
21498 2007-10-03  Bruno Haible  <bruno@clisp.org>
21499             Jim Meyering  <jim@meyering.net>
21500             Eric Blake  <ebb9@byu.net>
21501
21502         * doc/relocatable.texi: Use @command instead of @program.
21503
21504 2007-10-02  Jim Meyering  <jim@meyering.net>
21505
21506         Perform one more "_.h" -> ".in.h" substitution.
21507         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
21508         instead of unistd_.h here, too.
21509
21510 2007-10-01  Bruno Haible  <bruno@clisp.org>
21511
21512         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
21513         Needed for the alloca-opt module.
21514
21515 2007-09-30  Bruno Haible  <bruno@clisp.org>
21516
21517         * lib/alloca.in.h: Renamed from lib/alloca_.h.
21518         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
21519         alloca_.h.
21520         * lib/argz.in.h: Renamed from lib/argz_.h.
21521         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
21522         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
21523         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
21524         byteswap_.h.
21525         * lib/dirent.in.h: Renamed from lib/dirent_.h.
21526         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
21527         dirent_.h.
21528         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
21529         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
21530         fcntl_.h.
21531         * lib/float.in.h: Renamed from lib/float_.h.
21532         * modules/float (Files, Makefile.am): Use float.in.h instead of
21533         float_.h.
21534         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
21535         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
21536         fnmatch_.h.
21537         * lib/getopt.in.h: Renamed from lib/getopt_.h.
21538         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
21539         getopt_.h.
21540         * lib/glob.in.h: Renamed from lib/glob_.h.
21541         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
21542         * lib/iconv.in.h: Renamed from lib/iconv_.h.
21543         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
21544         iconv_.h.
21545         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
21546         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
21547         inttypes_.h.
21548         * lib/locale.in.h: Renamed from lib/locale_.h.
21549         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
21550         locale_.h.
21551         * lib/math.in.h: Renamed from lib/math_.h.
21552         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
21553         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
21554         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
21555         of netinet_in_.h. Add dependency.
21556         * lib/poll.in.h: Renamed from lib/poll_.h.
21557         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
21558         * lib/search.in.h: Renamed from lib/search_.h.
21559         * modules/search (Files, Makefile.am): Use search.in.h instead of
21560         search_.h.
21561         * lib/signal.in.h: Renamed from lib/signal_.h.
21562         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
21563         _signal.h.
21564         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
21565         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
21566         stdbool_.h.
21567         * lib/stdint.in.h: Renamed from lib/stdint_.h.
21568         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
21569         stdint_.h.
21570         * lib/stdio.in.h: Renamed from lib/stdio_.h.
21571         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
21572         stdio_.h.
21573         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
21574         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
21575         stdlib_.h.
21576         * lib/string.in.h: Renamed from lib/string_.h.
21577         * modules/string (Files, Makefile.am): Use string.in.h instead of
21578         string_.h.
21579         * doc/gnulib-tool.texi (Initial import): Update.
21580         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
21581         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
21582         of sys_select_.h. Add dependency.
21583         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
21584         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
21585         of sys_socket_.h.
21586         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
21587         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
21588         sys_stat_.h.
21589         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
21590         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
21591         sys_time_.h.
21592         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
21593         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
21594         sysexits_.h.
21595         * lib/time.in.h: Renamed from lib/time_.h.
21596         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
21597         * lib/unistd.in.h: Renamed from lib/unistd_.h.
21598         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
21599         unistd_.h.
21600         * lib/wchar.in.h: Renamed from lib/wchar_.h.
21601         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
21602         wchar_.h.
21603         * lib/wctype.in.h: Renamed from lib/wctype_.h.
21604         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
21605         wctype_.h.
21606         * build-aux/bootstrap (slurp): Update.
21607         * lib/.cppi-disable: Update.
21608
21609 2007-09-30  Bruno Haible  <bruno@clisp.org>
21610
21611         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
21612         Needed on BeOS.
21613
21614 2007-09-30  Bruno Haible  <bruno@clisp.org>
21615
21616         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
21617
21618 2007-09-29  Bruno Haible  <bruno@clisp.org>
21619
21620         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
21621
21622 2007-09-29  Bruno Haible  <bruno@clisp.org>
21623
21624         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
21625         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
21626         * build-aux/install-reloc: Compile also areadlink.c.
21627         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
21628
21629 2007-09-29  Bruno Haible  <bruno@clisp.org>
21630
21631         * gnulib-tool (func_emit_initmacro_done): Indentation.
21632
21633 2007-09-29  Bruno Haible  <bruno@clisp.org>
21634
21635         * README: Add CVS checkout update instructions.
21636         Info from Bob Proulx <bob@proulx.com>.
21637
21638 2007-09-28  Eric Blake  <ebb9@byu.net>
21639
21640         Provide move-if-change.
21641         * build-aux/move-if-change: New file, based on best practice
21642         rather than any canonical upstream location.
21643
21644 2007-09-28  Jim Meyering  <jim@meyering.net>
21645
21646         Fix canonicalize loop-detection corner case.
21647         Do not attempt to stat the symlink values stored via seen_triple.
21648         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
21649         on linux-2.6.18, (but not 2.6.22).
21650         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
21651         triple_compare.  The former compares dev,ino,filename, while the latter
21652         would actually stat dirname(filename) when dev and ino were equal.
21653         * lib/hash-triple.c: Install <string.h>.
21654         (STREQ): Define.
21655         (triple_compare_ino_str): New function.
21656         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
21657
21658 2007-09-28  Eric Blake  <ebb9@byu.net>
21659
21660         Enforce that AC_REPLACE_FUNCS files exist.
21661         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
21662         override check for typos.
21663
21664         Fix test-closein on Solaris 10.
21665         * tests/test-closein.c (main): Don't assume stdin can be inherited
21666         closed on all systems.
21667         * tests/test-closein.sh: Likewise.
21668         Reported by Piotr Tarnowski.
21669
21670 2007-09-28  Jim Meyering  <jim@meyering.net>
21671
21672         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
21673
21674 2007-09-27  Jim Meyering  <jim@meyering.net>
21675
21676         canonicalize: Avoid a false-positive cycle failure.
21677         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
21678         Sort.  Remove cycle-check.
21679         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
21680         not cycle-check.h.
21681         (seen_triple): New function.
21682         (canonicalize_filename_mode): Use it instead of cycle-check.
21683         * tests/test-canonicalize.c: Add a test for this bug.
21684         * tests/test-canonicalize.sh: Set up and run the test.
21685
21686         New module, file-set, from coreutils.
21687         * modules/file-set: Define it.
21688         * lib/file-set.c, lib/file-set.h: Implement.
21689
21690         New module, hash-triple, from coreutils.
21691         * modules/hash-triple: Define it.
21692         * lib/hash-triple.c, lib/hash-triple.h: Implement.
21693
21694 2007-09-25  Eric Blake  <ebb9@byu.net>
21695
21696         Fix strerror on Interix.
21697         * lib/string_.h (strerror): Declare replacement.
21698         * doc/functions/strerror.texi (strerror): Document the Interix
21699         shortcoming.
21700         * modules/string (Makefile.am): Support new hooks.
21701         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
21702         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
21703         gl_FUNC_STRERROR_SEPARATE.
21704         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
21705         * lib/strerror.c (rpl_strerror): Provide replacement.
21706         * modules/strerror (Depends-on): Add string.
21707         (configure.ac): Detect use of module.
21708         * tests/test-strerror.c: New file.
21709         * modules/strerror-tests: New test module.
21710         * modules/argp (Depends-on): Add strerror.
21711         * modules/error (Depends-on): Likewise.
21712         Reported by Martin Koeppe.
21713
21714 2007-09-24  Bruno Haible  <bruno@clisp.org>
21715
21716         * README: Update git instructions.
21717
21718 2007-09-24  Eric Blake  <ebb9@byu.net>
21719
21720         Revert fpending breakage from 2007-09-08.
21721         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
21722         __fpending.c.
21723
21724 2007-09-24  Jim Meyering  <jim@meyering.net>
21725
21726         filenamecat.c: Add a test.
21727         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
21728         showing how the function works when DIR is the empty string.
21729
21730 2007-09-21  Simon Josefsson  <simon@josefsson.org>
21731
21732         * tests/test-canonicalize.sh: Turn on executable bit.
21733
21734 2007-09-19  Eric Blake  <ebb9@byu.net>
21735
21736         * README: Update CVS instructions.
21737
21738 2007-09-18  Bruno Haible  <bruno@clisp.org>
21739
21740         * modules/areadlink: New file.
21741         * lib/areadlink.h (areadlink): New declaration.
21742         * lib/areadlink.c: New file, based on lib/xreadlink.c.
21743
21744 2007-09-17  Jim Meyering  <jim@meyering.net>
21745
21746         * lib/savewd.c (ESTALE) [!defined]: Define.
21747         Reported to be required on Interix by Martin Koeppe.
21748
21749 2007-09-17  Bruno Haible  <bruno@clisp.org>
21750
21751         * gnulib-tool (func_version): Use $version.
21752
21753 2007-09-16  Bruno Haible  <bruno@clisp.org>
21754
21755         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
21756         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
21757         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
21758         Reported by Greg Schafer <gschafer@zip.com.au>.
21759
21760 2007-09-15  Bruno Haible  <bruno@clisp.org>
21761
21762         * gnulib-tool (sed): Try a little harder to make bash understand the
21763         alias.
21764         Reported by Bruce Korb <bruce.korb@gmail.com>.
21765
21766 2007-09-13  Eric Blake  <ebb9@byu.net>
21767
21768         * ChangeLog: Remove conflict markers.
21769
21770 2007-09-13  Simon Josefsson  <simon@josefsson.org>
21771
21772         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
21773         Reported by Bruno Haible <bruno@clisp.org>.
21774
21775 2007-09-12  Bruno Haible  <bruno@clisp.org>
21776
21777         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
21778         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
21779         is not defined.
21780
21781 2007-09-12  Eric Blake  <ebb9@byu.net>
21782
21783         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
21784         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
21785         Autoconf definition.
21786         * modules/euidaccess (Depends-on): Add extensions, for
21787         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
21788         * modules/fnmatch (Depends-on): Likewise.
21789         * modules/getaddrinfo (Depends-on): Likewise.
21790         * modules/getdelim (Depends-on): Likewise.
21791         * modules/getline (Depends-on): Likewise.
21792         * modules/getsubopt (Depends-on): Likewise.
21793         * modules/gettext (Depends-on): Likewise.
21794         * modules/group-member (Depends-on): Likewise.
21795         * modules/mbchar (Depends-on): Likewise.
21796         * modules/memmem (Depends-on): Likewise.
21797         * modules/mempcpy (Depends-on): Likewise.
21798         * modules/memrchr (Depends-on): Likewise.
21799         * modules/pagealign_alloc (Depends-on): Likewise.
21800         * modules/readutmp (Depends-on): Likewise.
21801         * modules/stpcpy (Depends-on): Likewise.
21802         * modules/stpncpy (Depends-on): Likewise.
21803         * modules/strchrnul (Depends-on): Likewise.
21804         * modules/strndup (Depends-on): Likewise.
21805         * modules/strsep (Depends-on): Likewise.
21806         * modules/strverscmp (Depends-on): Likewise.
21807         * modules/vasprintf (Depends-on): Likewise.
21808         * modules/wcwidth (Depends-on): Likewise.
21809         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
21810         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
21811         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
21812         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
21813         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
21814         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
21815         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
21816         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
21817         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
21818         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
21819         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21820         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
21821         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
21822         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
21823         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
21824         * m4/readutmp.m4 (gl_READUTMP): Likewise.
21825         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
21826         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
21827         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
21828         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
21829         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
21830         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
21831         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
21832         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
21833         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
21834         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21835         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
21836         so that lock.m4 can be used in gettext without extensions module.
21837
21838 2007-09-11  Bruno Haible  <bruno@clisp.org>
21839
21840         * m4/isc-posix.m4: Remove file.
21841         Suggested by Eric Blake.
21842
21843 2007-09-11  Eric Blake  <ebb9@byu.net>
21844
21845         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
21846
21847 2007-09-10  Bruno Haible  <bruno@clisp.org>
21848
21849         * posix-modules: Fix typo in error message.
21850         Reported by Matt <mkraai@beckman.com>.
21851
21852 2007-09-09  Bruno Haible  <bruno@clisp.org>
21853
21854         * doc/functions/getdelim.texi: Update list of platforms lacking the
21855         function.
21856         * doc/functions/getline.texi: Likewise.
21857
21858 2007-09-09  Jim Meyering  <jim@meyering.net>
21859
21860         * lib/hash.c (hash_initialize): Detect calloc failure.
21861         Reported by Bruno Haible.
21862
21863 2007-09-09  Bruno Haible  <bruno@clisp.org>
21864
21865         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
21866         malloc or realloc fails.
21867
21868 2007-09-09  Bruno Haible  <bruno@clisp.org>
21869
21870         * modules/getcwd (Depends-on): Add malloc-posix.
21871         * modules/glob (Depends-on): Likewise.
21872         * modules/putenv (Depends-on): Likewise.
21873         * modules/strdup (Depends-on): Likewise.
21874         * modules/getdelim (Depends-on): Add realloc-posix.
21875         * modules/read-file (Depends-on): Likewise.
21876
21877 2007-09-09  Bruno Haible  <bruno@clisp.org>
21878
21879         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
21880         (gl_FUNC_MALLOC_POSIX): Require it.
21881         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
21882         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
21883         * modules/realloc (Files): Add m4/malloc.m4.
21884         * modules/calloc (Files): Likewise.
21885
21886 2007-09-09  Bruno Haible  <bruno@clisp.org>
21887
21888         * modules/malloc-posix: New file.
21889         * modules/malloc (Depends-on): Add malloc-posix.
21890         * lib/malloc.c: Include errno.h.
21891         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
21892         and a POSIX-compatible malloc into a single function. Set ENOMEM
21893         when returning NULL.
21894         * m4/malloc.m4: New file.
21895         * doc/functions/malloc.texi: Mention the malloc-posix module.
21896         * lib/stdlib_.h (malloc): New declaration.
21897         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
21898         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
21899         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
21900         and HAVE_MALLOC_POSIX.
21901
21902 2007-09-09  Bruno Haible  <bruno@clisp.org>
21903
21904         * modules/realloc-posix: New file.
21905         * modules/realloc (Depends-on): Add realloc-posix.
21906         * lib/realloc.c: Include errno.h.
21907         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
21908         and a POSIX-compatible realloc into a single function. Set ENOMEM
21909         when returning NULL.
21910         * m4/realloc.m4: New file.
21911         * doc/functions/realloc.texi: Mention the realloc-posix module.
21912         * lib/stdlib_.h (realloc): New declaration.
21913         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
21914         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
21915         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
21916         and HAVE_REALLOC_POSIX.
21917
21918 2007-09-09  Bruno Haible  <bruno@clisp.org>
21919
21920         * modules/calloc-posix: New file.
21921         * modules/calloc (Depends-on): Add calloc-posix.
21922         * lib/calloc.c: Include errno.h.
21923         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
21924         and a POSIX-compatible calloc into a single function. Set ENOMEM
21925         when returning NULL.
21926         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
21927         * doc/functions/calloc.texi: Mention the calloc-posix module.
21928         * lib/stdlib_.h (calloc): New declaration.
21929         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
21930         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
21931         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
21932         and HAVE_CALLOC_POSIX.
21933
21934 2007-09-09  Bruno Haible  <bruno@clisp.org>
21935
21936         Allow for modules to show an arbitrary notice.
21937         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
21938         * gnulib-tool: New option --extract-notice.
21939         (func_usage): Document it.
21940         (sed_extract_prog): Update.
21941         (func_get_notice): New function.
21942         (func_modules_notice): New function.
21943         (func_import, func_create_testdir): Invoke it.
21944         Suggested by Jim Meyering.
21945
21946 2007-09-09  Bruno Haible  <bruno@clisp.org>
21947
21948         * gnulib-tool: New options --verbose, --quiet.
21949         (func_usage): Document them.
21950         (verbose): New variable.
21951         (func_execute_command): New function.
21952         (func_import): Don't show the module list and the file list if
21953         $verbose < 0.
21954         (func_create_testdir): Likewise. Use func_execute_command.
21955         (func_create_megatestdir): Use func_execute_command.
21956
21957 2007-09-08  Bruno Haible  <bruno@clisp.org>
21958
21959         * gnulib-tool (func_import): Prefer rsync over wget when available,
21960         for fetching the PO files.
21961
21962 2007-09-08  Bruno Haible  <bruno@clisp.org>
21963
21964         * posix-modules: New file. Portions copied from gnulib-tool.
21965         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
21966
21967 2007-09-08  Jim Meyering  <jim@meyering.net>
21968
21969         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
21970         * lib/fpending.h: Rename from __fpending.h.
21971         * lib/fpending.c: Rename from __fpending.c.
21972         Include "fpending.h", not "__fpending.h".
21973         * lib/__fpending.h, lib/__fpending.c: Remove files.
21974         * modules/fpending (Files): Reflect new file names.
21975         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
21976
21977 2007-09-08  Bruno Haible  <bruno@clisp.org>
21978
21979         * m4/inttypes-h.m4: Remove stub file.
21980
21981 2007-09-07  Simon Josefsson  <simon@josefsson.org>
21982
21983         * doc/headers/stdint.texi: Discuss #include_next issue.
21984
21985 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21986
21987         * build-aux/bootstrap: Remove obsolete comment about wget --help.
21988
21989 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21990
21991         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
21992         in variable name.
21993
21994 2007-09-03  Jim Meyering  <jim@meyering.net>
21995
21996         New module: git-version-gen.
21997         * modules/git-version-gen: New file.
21998
21999         Import changes from coreutils for bootstrap script.
22000
22001         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
22002
22003         bootstrap: uses rsync to download the .po files
22004         * build-aux/bootstrap (po_download_command_format): New global.
22005         (download_po_files): Use rsync.
22006         (update_po_files): Don't remove .po files after download,
22007         so future rsync runs can take advantage of the copies.
22008
22009         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
22010
22011         Solve the unnecessary-.po-file-regeneration problem once and for all.
22012         * build-aux/bootstrap (download_po_files): New function, renamed from
22013         get_translations.  Now, downloads, but doesn't update LINGUAS.
22014         (update_po_files): New function.
22015
22016         bootstrap: Ignore more.
22017         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
22018         uniwidth to e.g., lib/.gitignore.
22019         (slurp): Handle the sys_stat_.h -> sys mapping, too.
22020
22021         * build-aux/bootstrap: New setting: vc_ignore.
22022         (insert_sorted_if_absent): Create $file if absent.
22023         Adapt to new, possibly empty, list: $vc_ignore.
22024
22025         bootstrap: generate more ignorable names
22026         * build-aux/bootstrap (slurp): When generating ignorable names,
22027         also map .sin to .sed, .gperf to .c, and .y to .c.
22028
22029 2007-09-03  Jim Meyering  <jim@meyering.net>
22030
22031         * build-aux/git-version-gen: New file, from coreutils.  For details, see
22032         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
22033
22034 2007-09-02  Bruno Haible  <bruno@clisp.org>
22035
22036         Fix mis-recognition of 'mcs' on QNX 6.
22037         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
22038         output contains the string "Mono".
22039         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
22040         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
22041
22042 2007-09-01  Bruno Haible  <bruno@clisp.org>
22043
22044         Fix collision between uniwidth/* and linebreak modules.
22045         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
22046         u32_width): Remove declarations.
22047         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
22048         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
22049         streq3, streq2, streq1, streq0): Remove functions.
22050         (STREQ): Remove macro.
22051         (is_cjk_encoding): Remove function.
22052         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
22053         (uc_width, u8_width, u16_width, u32_width): Remove functions.
22054         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
22055         * NEWS: Document the change.
22056
22057 2007-09-01  Bruno Haible  <bruno@clisp.org>
22058
22059         * lib/streq.h: Add double-inclusion guard.
22060
22061 2007-09-01  Karl Berry  <karl@gnu.org>
22062
22063         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
22064
22065 2007-08-28  Jim Meyering  <jim@meyering.net>
22066
22067         Rename mreadlink_with_size to areadlink_with_size.
22068         * NEWS: Document the change.
22069         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
22070         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
22071         * lib/mreadlink.h: Rename this to...
22072         * lib/areadlink.h: ...this.
22073         * modules/mreadlink-with-size: Rename this to...
22074         * modules/areadlink-with-size: ...this.
22075         * lib/canonicalize.c: Reflect the renaming.
22076         * modules/canonicalize: Likewise.
22077
22078 2007-08-26  Bruno Haible  <bruno@clisp.org>
22079
22080         * gnulib-tool (func_import): When deciding which files to remove,
22081         consider also dangling symbolic links.
22082         Reported by Eric Blake.
22083
22084 2007-08-26  Bruno Haible  <bruno@clisp.org>
22085
22086         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
22087
22088 2007-08-23  Simon Josefsson  <simon@josefsson.org>
22089
22090         * lib/readline.c: Don't include getline.h, the prototype is now
22091         found in stdio.h.
22092
22093 2007-08-23  Jim Meyering  <jim@meyering.net>
22094
22095         Getdelim touchup.
22096         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
22097         around the funlockfile call, since funlockfile never sets errno.
22098         Don't set errno upon failed realloc.
22099
22100 2007-08-22  Eric Blake  <ebb9@byu.net>
22101
22102         Getline touchups.
22103         * lib/getdelim.c (getdelim): Revert regression that required *n to
22104         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
22105         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
22106         getdelim, rather than whether implementation is missing.
22107         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
22108         * lib/stdio_.h (getline): Also declare if replacement is
22109         required.
22110         * doc/functions/getdelim.texi: New file.
22111         * doc/functions/getline.texi: Likewise.
22112         * doc/gnulib.texi (Function Substitutes): Add new files.
22113         Reported by Bruno Haible.
22114
22115 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
22116
22117         * users.txt: Add Guile.
22118
22119 2007-08-22  Eric Blake  <ebb9@byu.net>
22120
22121         * tests/test-getdelim.c (main): Use remove, not unlink.
22122         * tests/test-getline.c (main): Likewise.
22123
22124         Move getline and getdelim into stdio.h, per POSIX 200x.
22125         * modules/getline (Files): Remove getline.h.
22126         (Depends-on): Add stdio.
22127         (configure.ac): Add module indicator.
22128         * modules/getdelim (Files): Remove getdelim.h.
22129         (Depends-on): Add stdio.
22130         (configure.ac): Add module indicator.
22131         * modules/stdio (Makefile.am): Work with new indicators.
22132         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
22133         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
22134         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
22135         * lib/getdelim.h: Delete.
22136         * lib/getline.h: Delete.
22137         * lib/stdio_.h (getdelim, getline): Declare.
22138         * modules/getdelim-tests: New module.
22139         * modules/getline-tests: Likewise.
22140         * tests/test-getdelim.c: New file.
22141         * tests/test-getline.c: Likewise.
22142         * NEWS: Document the change.
22143         * lib/getline.c: Update choice of header.
22144         * lib/csharpcomp.c: Likewise.
22145         * lib/getpass.c: Likewise.
22146         * lib/javacomp.c: Likewise.
22147         * lib/javaversion.c: Likewise.
22148         * lib/yesno.c: Likewise.
22149         * lib/getdelim.c: Likewise.
22150         (getdelim): Set errno on failure, and avoid memory leak.
22151
22152 2007-08-19  Bruno Haible  <bruno@clisp.org>
22153
22154         * modules/closein (Depends-on): Add freadahead.
22155         * lib/closein.c: Include freadahead.h.
22156         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
22157         is zero.
22158
22159 2007-08-19  Bruno Haible  <bruno@clisp.org>
22160
22161         * modules/freadahead-tests: New file.
22162         * tests/test-freadahead.sh: New file.
22163         * tests/test-freadahead.c: New file.
22164
22165         * modules/freadahead: New file.
22166         * lib/freadahead.h: New file.
22167         * lib/freadahead.c: New file.
22168         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
22169         fbufmode, fpurge, freadable, fwritable.
22170
22171 2007-08-19  Eric Blake  <ebb9@byu.net>
22172
22173         Test yesno in combination with closein.
22174         * lib/yesno.c (yesno): Document use of stdin.
22175         * modules/yesno-tests (Files): New module.
22176         * tests/test-yesno.c (main): New file.
22177         * tests/test-yesno.sh: Likewise.
22178
22179 2007-08-19  Bruno Haible  <bruno@clisp.org>
22180
22181         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
22182         * lib/fseeko.c (rpl_fseeko): Likewise.
22183         * lib/fseterr.c (fseterr): Likewise.
22184
22185 2007-08-19  Bruno Haible  <bruno@clisp.org>
22186
22187         * tests/test-lseek.c (main): Disable a test for BeOS.
22188         * doc/functions/lseek.texi: Document the BeOS bug.
22189
22190 2007-08-19  Bruno Haible  <bruno@clisp.org>
22191             Eric Blake  <ebb9@byu.net>
22192
22193         * lib/lseek.c: Include <sys/stat.h>.
22194         (rpl_lseek): Add workaround code also for Unix platforms.
22195         Needed for BeOS.
22196         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
22197         * doc/functions/lseek.texi: Document BeOS definiency.
22198
22199 2007-08-18  Bruno Haible  <bruno@clisp.org>
22200
22201         * modules/fstrcmp-tests: New file.
22202         * tests/test-fstrcmp.c: New file.
22203
22204 2007-08-18  Bruno Haible  <bruno@clisp.org>
22205
22206         * modules/fstrcmp: New file, from GNU gettext with modifications.
22207         * lib/fstrcmp.h: New file, from GNU gettext.
22208         * lib/fstrcmp.c: New file, from GNU gettext.
22209         * MODULES.html.sh (String handling): Add fstrcmp.
22210
22211 2007-08-18  Bruno Haible  <bruno@clisp.org>
22212
22213         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
22214         'bool'.
22215         (diag, compareseq): Remove const from the ctxt argument.
22216         (USE_HEURISTIC): Undefine at the end.
22217
22218 2007-08-18  Jim Meyering  <jim@meyering.net>
22219
22220         New file: lib/idcache.h
22221         * NEWS: Mention the addition.
22222         * modules/idcache (Files): Add lib/idcache.h
22223         * lib/idcache.c: Include "idcache.h".
22224         Don't include <sys/types.h>.
22225         Add a FIXME comment.
22226         Move file-scoped "static" declarations to the top.
22227         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
22228
22229 2007-08-17  Bruno Haible  <bruno@clisp.org>
22230         and Paul Eggert  <eggert@cs.ucla.edu>
22231
22232         * MODULES.html.sh: Add diffseq.
22233         * modules/diffseq: New file.
22234         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
22235         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
22236
22237 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22238
22239         Import changes from coreutils for bootstrap script.
22240
22241         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
22242
22243         * build-aux/bootstrap (slurp): Work even in environments where
22244         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
22245         current code does not slurp files whose names start with ".", and
22246         this looks like it might be a troublesome area.
22247
22248         2007-07-11  Jim Meyering  <jim@meyering.net>
22249
22250         If there's a GPL vN copyright comment, require that N == 3.
22251
22252         2007-07-08  Jim Meyering  <jim@meyering.net>
22253
22254         Run the coreutils-specific code only if tests/Makefile.am.in exists.
22255         * build-aux/bootstrap (mam_template): Move definition out of loop.
22256
22257         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
22258
22259         * build-aux/bootstrap (symlink_to_dir): Rename function from
22260         symlink_to_gnulib.  Add a directory parameter.  Update all
22261         callers.
22262         (cp_mark_as_generated): Also check for -- and link to -- files in
22263         gl/.
22264
22265         2007-07-08  Jim Meyering  <jim@meyering.net>
22266
22267         Adapt to deeper hierarchy in gnulib.
22268         * build-aux/bootstrap (symlink_to_dir): If the destination
22269         directory doesn't exist, create it. This is required at least for
22270         "lib/uniwidth/cjk.h".
22271
22272         2007-05-15  Jim Meyering  <jim@meyering.net>
22273
22274         * build-aux/bootstrap: Now that generated Makefile.am files
22275         are no longer under version control, they must be created at
22276         bootstrap time.
22277
22278 2007-08-14  Ben Pfaff  <blp@gnu.org>
22279
22280         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
22281
22282 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
22283
22284         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
22285         given the changes below.
22286         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
22287         even on hosts that have padding bits beyond the supported 64.
22288
22289 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
22290
22291         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
22292         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
22293         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
22294         depends on it.
22295         (xstrtol_error): Remove.
22296         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
22297         but with a different signature.
22298         (ATTRIBUTE_NORETURN, __attribute__): New macros.
22299         * lib/xstrtol-error.c: Include exitfail.h.
22300         (xstrtol_fatal): New function, with a different signature from the
22301         old xstrtol_error, so that the caller need not worry about passing
22302         in an exit status, or about storage management of the option argument.
22303         (xstrtol_error): Now a static function.  Redo signature to
22304         implement xstrtol_fatal.  Output the correct number of hyphens in
22305         front of the option so that the caller need not worry about
22306         storage management.
22307         (N_): New macro.
22308         (_): Remove; not used now.
22309         * modules/xstrtol: Depend on getopt.
22310         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
22311         of old STRTOL_FATAL_ERROR macro.
22312         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
22313         of test program.
22314         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
22315         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
22316
22317 2007-08-08  Eric Blake  <ebb9@byu.net>
22318
22319         * lib/xstrtol-error.c: Add missing include.
22320
22321         Move xstrtol messages into gnulib domain, when --pobase is used.
22322         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
22323         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
22324         * modules/xstrtol (Files): Distribute new file.
22325         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
22326         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
22327         * tests/test-xstrtol.c: ...into new file.
22328         * tests/test-xstrtoul.c: Also test xstrtoul.
22329         * tests/test-xstrtoimax.c: Also test xstrtoimax.
22330         * tests/test-xstrtoumax.c: Also test xstrtoumax.
22331         * tests/test-xstrtol.sh: Drive the tests.
22332         * tests/test-xstrtoimax.sh: Likewise.
22333         * tests/test-xstrtoumax.sh: Likewise.
22334         * modules/xstrtol-tests: New module.
22335         * modules/xstrtoimax-tests: Likewise.
22336         * modules/xstrtoumax-tests: Likewise.
22337
22338 2007-08-08  Jim Meyering  <jim@meyering.net>
22339
22340         New function: mfile_name_concat.
22341         * lib/filenamecat.c (mfile_name_concat): New function, just like
22342         file_name_concat, but return NULL upon failure rather than exiting
22343         with a diagnostic.
22344         * lib/filenamecat.h: Declare it.
22345
22346 2007-08-07  Bruno Haible  <bruno@clisp.org>
22347
22348         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
22349         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
22350         warning from gcc.
22351         Reported by Eric Blake.
22352
22353 2007-08-07  Simon Josefsson  <simon@josefsson.org>
22354
22355         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
22356         * modules/crypto/arcfour (License): Likewise.
22357         * modules/crypto/des-tests (License): Likewise.
22358         * modules/crypto/gc-arctwo-tests (License): Likewise.
22359         * modules/crypto/gc-des-tests (License): Likewise.
22360         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
22361         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
22362         * modules/crypto/gc-md2-tests (License): Likewise.
22363         * modules/crypto/gc-md4-tests (License): Likewise.
22364         * modules/crypto/gc-md5-tests (License): Likewise.
22365         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
22366         * modules/crypto/gc-rijndael-tests (License): Likewise.
22367         * modules/crypto/gc-sha1-tests (License): Likewise.
22368         * modules/crypto/gc-tests (License): Likewise.
22369         * modules/crypto/hmac-md5 (License): Likewise.
22370         * modules/crypto/hmac-sha1 (License): Likewise.
22371         * modules/crypto/md2-tests (License): Likewise.
22372         * modules/crypto/md4-tests (License): Likewise.
22373         * modules/crypto/md5 (License): Likewise.
22374         * modules/crypto/rijndael (License): Likewise.
22375         * modules/crypto/sha1 (License): Likewise.
22376         * modules/memxor (License): Likewise.
22377
22378 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22379         and Bruno Haible  <bruno@clisp.org>
22380
22381         * NEWS: Describe interface changes to human, xstrtol.
22382         * lib/human.h: Include <xstrtol.h>.
22383         (human_options): Return enum strtol_error, not int.  Remove
22384         bool arg; take int * instead.
22385         * lib/human.c: Don't include "gettext.h".
22386         (_): Remove; no longer used.
22387         Don't include <xstrtol.h>, since human.h does it.
22388         (human_options): Adjust to abovementioned interface changes.
22389         Do not report error to stderr; that's now the caller's
22390         responsibility.
22391         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
22392         interface change.
22393         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
22394         Str, Argument_type_string.  All uses changed.  Put " argument"
22395         in diagnostics to make them clearer.  Change wording of suffix
22396         message for clarity.
22397         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
22398         Argument_type_string.
22399         (STRTOL_FATAL_WARN): Remove; no longer used.
22400         * modules/human (Depends-on): Remove gettext-h.
22401
22402 2007-08-06  Simon Josefsson  <simon@josefsson.org>
22403
22404         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
22405
22406 2007-07-31  Bruno Haible  <bruno@clisp.org>
22407
22408         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
22409         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
22410         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
22411
22412 2007-07-31  Bruno Haible  <bruno@clisp.org>
22413
22414         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
22415         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
22416
22417 2007-07-30  Bruno Haible  <bruno@clisp.org>
22418
22419         * modules/base64 (License): Use the synonymous term "LGPLv2+".
22420         * modules/c-ctype (License): Likewise.
22421         * modules/c-strcase (License): Likewise.
22422         * modules/check-version (License): Likewise.
22423         * modules/iconv (License): Likewise.
22424         * modules/iconv_open (License): Likewise.
22425         * modules/read-file (License): Likewise.
22426         * modules/striconv (License): Likewise.
22427         * modules/strverscmp (License): Likewise.
22428         * modules/vasprintf (License): Likewise.
22429         * modules/crypto/des (License): Likewise.
22430         * modules/crypto/gc (License): Likewise.
22431         * modules/crypto/gc-arcfour (License): Likewise.
22432         * modules/crypto/gc-arctwo (License): Likewise.
22433         * modules/crypto/gc-des (License): Likewise.
22434         * modules/crypto/gc-hmac-md5 (License): Likewise.
22435         * modules/crypto/gc-hmac-sha1 (License): Likewise.
22436         * modules/crypto/gc-md2 (License): Likewise.
22437         * modules/crypto/gc-md4 (License): Likewise.
22438         * modules/crypto/gc-md5 (License): Likewise.
22439         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
22440         * modules/crypto/gc-random (License): Likewise.
22441         * modules/crypto/gc-rijndael (License): Likewise.
22442         * modules/crypto/gc-sha1 (License): Likewise.
22443         * modules/crypto/md2 (License): Likewise.
22444         * modules/crypto/md4 (License): Likewise.
22445
22446 2007-07-30  Jim Meyering  <jim@meyering.net>
22447
22448         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
22449         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
22450         it has valid stat data.  This bug would cause du not to count the
22451         sizes of inaccessible directories.
22452         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
22453         in <http://bugzilla.redhat.com/250077>.
22454
22455 2007-07-25  Peter O'Gorman  <peter@pogma.com>
22456             Bruno Haible  <bruno@clisp.org>
22457
22458         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
22459         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
22460         #include_next, gives a diagnostic about it, but reports no error in
22461         the exit code.
22462         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
22463
22464 2007-07-24  Ben Pfaff  <blp@gnu.org>
22465
22466         Improve name: "count-one-bits" is better than "popcount".
22467         * MODULES.html.sh: Update name.
22468         * lib/popcount.h: Renamed lib/count-one-bits.h.
22469         (popcount): Renamed count_one_bits.
22470         (popcountl): Renamed count_one_bits_l.
22471         (popcountll): Renamed count_one_bits_ll.
22472         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
22473         * modules/popcount: Renamed module/count-one-bits.
22474         * modules/popcount-tests: Renamed module/count-one-bits-tests.
22475         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
22476
22477 2007-07-23  Ben Pfaff  <blp@gnu.org>
22478
22479         * lib/popcount.h (popcount32): Reduce size of constants, to allow
22480         better code generation, and add U to large constants to avoid
22481         warnings, in non-GCC case.
22482         Suggested by Bruno Haible.
22483
22484 2007-07-23  Ben Pfaff  <blp@gnu.org>
22485
22486         * lib/popcount.h: Use verify_true instead of if...abort.
22487         * modules/popcount: Depend on verify module.
22488         Suggested by Jim Meyering.
22489
22490 2007-07-23  Bruno Haible  <bruno@clisp.org>
22491
22492         * gnulib-tool (func_import): Create a .cvsignore file also when the
22493         directory is not yet in CVS but the toplevel directory is. When
22494         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
22495         Reported by Karl Berry.
22496
22497 2007-07-22  Ben Pfaff  <blp@gnu.org>
22498
22499         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
22500         case.
22501         Suggested by Eric Blake.
22502
22503 2007-07-22  Ben Pfaff  <blp@gnu.org>
22504
22505         New module: popcount.
22506         * MODULES.html.sh: Add popcount.
22507         * modules/popcount: New file.
22508         * modules/popcount-tests: New file.
22509         * tests/test-popcount.c: New file.
22510         * lib/popcount.h: New file.
22511         * m4/popcount.m4: New file.
22512
22513 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
22514
22515         * build-aux/announce-gen: Update to GPLv3.
22516
22517         * build-aux/config.guess: Update from config.
22518
22519 2007-07-21  Bruno Haible  <bruno@clisp.org>
22520
22521         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
22522         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
22523
22524 2007-07-20  Jim Meyering  <jim@meyering.net>
22525
22526         * check-module: Diagnose a self-dependency.
22527
22528 2007-07-19  Bruno Haible  <bruno@clisp.org>
22529
22530         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
22531         empty.
22532         Reported by Eric Blake.
22533
22534 2007-07-18  Bruno Haible  <bruno@clisp.org>
22535
22536         * gnulib-tool: New options --po-base, --po-domain.
22537         (func_usage): Document them.
22538         (pobase, po_domain): New variables.
22539         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
22540         DEFAULT_TEXT_DOMAIN.
22541         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
22542         (func_import): Consider pobase and po_domain. Create a po/ directory.
22543         (func_create_testdir): Set pobase and po_domain to empty.
22544         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
22545         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
22546
22547 2007-07-18  Bruno Haible  <bruno@clisp.org>
22548
22549         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22550         EXTRA_DIST augmentation for files in build-aux/.
22551
22552 2007-07-16  Bruno Haible  <bruno@clisp.org>
22553
22554         * modules/lseek (License): Use the synonymous term "LGPLv2+".
22555         * modules/getdelim (License): Likewise.
22556
22557 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22558
22559         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
22560         * modules/d-type (License): Likewise.
22561         * modules/extensions (License): Likewise.
22562         * modules/fnmatch (License): Likewise.
22563         * modules/fseeko (License): Likewise.
22564         * modules/getaddrinfo (License): Likewise.
22565         * modules/getline (License): Likewise.
22566         * modules/getlogin_r (License): Likewise.
22567         * modules/getpass (License): Likewise.
22568         * modules/gettimeofday (License): Likewise.
22569         * modules/glob (License): Likewise.
22570         * modules/inet_ntop (License): Likewise.
22571         * modules/malloc (License): Likewise.
22572         * modules/malloca (License): Likewise.
22573         * modules/memmem (License): Likewise.
22574         * modules/mempcpy (License): Likewise.
22575         * modules/memset (License): Likewise.
22576         * modules/minmax (License): Likewise.
22577         * modules/mktime (License): Likewise.
22578         * modules/netinet_in (License): Likewise.
22579         * modules/pathmax (License): Likewise.
22580         * modules/poll (License): Likewise.
22581         * modules/regex (License): Likewise.
22582         * modules/snprintf (License): Likewise.
22583         * modules/stdbool (License): Likewise.
22584         * modules/stdint (License): Likewise.
22585         * modules/stdio (License): Likewise.
22586         * modules/strcase (License): Likewise.
22587         * modules/strcasestr (License): Likewise.
22588         * modules/strdup (License): Likewise.
22589         * modules/string (License): Likewise.
22590         * modules/strndup (License): Likewise.
22591         * modules/strnlen (License): Likewise.
22592         * modules/strpbrk (License): Likewise.
22593         * modules/strptime (License): Likewise.
22594         * modules/strsep (License): Likewise.
22595         * modules/sys_select (License): Likewise.
22596         * modules/sys_socket (License): Likewise.
22597         * modules/sys_stat (License): Likewise.
22598         * modules/sys_time (License): Likewise.
22599         * modules/time (License): Likewise.
22600         * modules/time_r (License): Likewise.
22601         * modules/timegm (License): Likewise.
22602         * modules/unistd (License): Likewise.
22603         * modules/vsnprintf (License): Likewise.
22604         * modules/wctype (License): Likewise.
22605
22606 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22607
22608         * modules/argz (License): LGPLv2+.
22609
22610 2007-07-15  Karl Berry  <karl@gnu.org>
22611
22612         * doc/gnulib.texi: revise node structure per new fdl.texi.
22613
22614 2007-07-14  Bruno Haible  <bruno@clisp.org>
22615
22616         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
22617         the output file.
22618         * lib/uniname/uninames.h: Regenerated.
22619
22620 2007-07-14  Karl Berry  <karl@gnu.org>
22621
22622         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
22623         omitting sectioning and index commands.
22624
22625 2007-07-13  Bruno Haible  <bruno@clisp.org>
22626
22627         New gnulib-tool option --more-symlinks.
22628         * gnulib-tool (func_usage): Document --more-symlinks.
22629         (do_copyrights): New variable.
22630         Recognize option --more-symlinks.
22631         (func_import): Don't add a copyright notice transform to
22632         sed_transform_lib_file if do_copyrights is empty.
22633
22634 2007-07-13  Bruno Haible  <bruno@clisp.org>
22635
22636         * lib/vasnprintf.c (decimal_point_char): Define also if
22637         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
22638         && !NEED_PRINTF_DIRECTIVE_A.
22639         Reported by Clemens Koller <clemens.koller@anagramm.de> via
22640         Gary V. Vaughan <gary@gnu.org>.
22641
22642 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
22643
22644         * lib/inttypes_.h: Undo previous change, since it was fixed
22645         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
22646
22647 2007-07-13  Bruno Haible  <bruno@clisp.org>
22648
22649         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
22650         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
22651
22652 2007-07-13  Jim Meyering  <jim@meyering.net>
22653
22654         df: Don't fail for Tru64's "file-on-file mount".
22655         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
22656         so we fall through and use statfs instead.  Details here:
22657         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
22658         Reported by Albert Chin.
22659
22660 2007-07-13  Bruno Haible  <bruno@clisp.org>
22661
22662         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
22663         * modules/configmake (License): Likewise.
22664         * modules/gettext (License): Likewise.
22665         * modules/gettext-h (License): Likewise.
22666         * modules/include_next (License): Likewise.
22667         * modules/link-warning (License): Likewise.
22668         * modules/localcharset (License): Likewise.
22669         * modules/localename (License): Likewise.
22670         * modules/lock (License): Likewise.
22671         * modules/relocatable-lib-lgpl (License): Likewise.
22672         * modules/size_max (License): Likewise.
22673         * modules/vasnprintf (License): Likewise.
22674         * modules/wchar (License): Likewise.
22675         * modules/xsize (License): Likewise.
22676
22677 2007-07-13  Bruno Haible  <bruno@clisp.org>
22678
22679         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
22680         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
22681
22682 2007-07-12  Bruno Haible  <bruno@clisp.org>
22683
22684         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
22685         in the modules files.
22686
22687 2007-07-11  Karl Berry  <karl@gnu.org>
22688
22689         * MODULES.html.sh (func_module): use
22690          sed -e '\|^'"${includefile}"'$|d'
22691          instead of /.../d, to avoid errors on $includefile's containing /.
22692
22693 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22694
22695         * gnulib-tool (func_import): Avoid duplication of --avoid
22696         statements
22697         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
22698         names to `_' in variable names.
22699
22700 2007-07-10  Eric Blake  <ebb9@byu.net>
22701
22702         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
22703         * NEWS: Document this change.
22704
22705 2007-07-08  Bruno Haible  <bruno@clisp.org>
22706
22707         Update to Unicode 5.0.
22708         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
22709         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
22710         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
22711         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
22712         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
22713         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
22714         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
22715         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
22716         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
22717         U+10A3F, U+1D242..U+1D244.
22718         (nonspacing_table_ind): Update.
22719         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
22720         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
22721
22722 2007-07-08  Bruno Haible  <bruno@clisp.org>
22723
22724         Update to Unicode 5.0.
22725         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
22726         code transform. Extend the name index field of unicode_name_to_code and
22727         unicode_code_to_name from 16 to 24 bits.
22728         * lib/uniname/uniname.c (unicode_character_name,
22729         unicode_name_character): Add the range 0x12xxx to the code transform.
22730         * lib/uniname/uninames.h: Regenerated.
22731         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
22732
22733 2007-07-07  Bruno Haible  <bruno@clisp.org>
22734
22735         * modules/wcwidth-tests: New file.
22736         * tests/test-wcwidth.c: New file.
22737
22738         Work around MacOS X wcwidth() bug.
22739         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
22740         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
22741         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
22742         original wcwidth in non-UTF-8 locales.
22743         * modules/wcwidth (Depends-on): Add localcharset, streq,
22744         uniwidth/width.
22745         * doc/functions/wcwidth.texi: Update.
22746
22747 2007-07-07  Bruno Haible  <bruno@clisp.org>
22748
22749         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
22750         (wcwidth): New declaration.
22751         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
22752         macros.
22753         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
22754         here. Prepare for creating <wchar.h> unconditionally.
22755         * modules/wchar (Depends-on): Add link-warning.
22756         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
22757         REPLACE_WCWIDTH, and GL_LINK_WARNING.
22758         * lib/wcwidth.h: Remove file.
22759         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
22760         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
22761         * modules/wcwidth (Files): Remove lib/wcwidth.h.
22762         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
22763         (Include): Replace wcwidth.h with <wchar.h>.
22764         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
22765         * lib/mbchar.h: Don't include wcwidth.h.
22766         * lib/mbswidth.c: Likewise.
22767         * NEWS: Mention the change.
22768
22769 2007-07-07  Bruno Haible  <bruno@clisp.org>
22770
22771         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
22772         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
22773         definition with an external declaration.
22774         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
22775         defined as a function. Remove AC_C_INLINE requirement.
22776         * modules/wcwidth (Files): Add lib/wcwidth.c.
22777         (Makefile.am): Remove redundant statement.
22778
22779 2007-07-07  Bruno Haible  <bruno@clisp.org>
22780
22781         * MODULES.html.sh (Unicode string functions): Add the new modules.
22782
22783         * tests/uniwidth/test-u32-strwidth.c: New file.
22784         * modules/uniwidth/u32-strwidth-tests: New file.
22785
22786         * lib/uniwidth/u32-strwidth.c: New file.
22787         * modules/uniwidth/u32-strwidth: New file.
22788
22789         * tests/uniwidth/test-u16-strwidth.c: New file.
22790         * modules/uniwidth/u16-strwidth-tests: New file.
22791
22792         * lib/uniwidth/u16-strwidth.c: New file.
22793         * modules/uniwidth/u16-strwidth: New file.
22794
22795         * tests/uniwidth/test-u8-strwidth.c: New file.
22796         * modules/uniwidth/u8-strwidth-tests: New file.
22797
22798         * lib/uniwidth/u8-strwidth.c: New file.
22799         * modules/uniwidth/u8-strwidth: New file.
22800
22801         * tests/uniwidth/test-u32-width.c: New file.
22802         * modules/uniwidth/u32-width-tests: New file.
22803
22804         * lib/uniwidth/u32-width.c: New file.
22805         * modules/uniwidth/u32-width: New file.
22806
22807         * tests/uniwidth/test-u16-width.c: New file.
22808         * modules/uniwidth/u16-width-tests: New file.
22809
22810         * lib/uniwidth/u16-width.c: New file.
22811         * modules/uniwidth/u16-width: New file.
22812
22813         * tests/uniwidth/test-u8-width.c: New file.
22814         * modules/uniwidth/u8-width-tests: New file.
22815
22816         * lib/uniwidth/u8-width.c: New file.
22817         * modules/uniwidth/u8-width: New file.
22818
22819         * tests/uniwidth/test-uc_width.c: New file.
22820         * modules/uniwidth/width-tests: New file.
22821
22822         * lib/uniwidth/width.c: New file, from GNU libiconv.
22823         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
22824         * modules/uniwidth/width: New file.
22825
22826         * lib/uniwidth.h: New file, from GNU libiconv.
22827         * modules/uniwidth/base: New file.
22828
22829 2007-07-07  Bruno Haible  <bruno@clisp.org>
22830
22831         * lib/uniname.h: New file, from GNU gettext.
22832         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
22833         * lib/uniname/uninames.h: New file, from GNU gettext.
22834         * lib/uniname/uniname.c: New file, from GNU gettext.
22835         * tests/uniname/test-uninames.sh: New file.
22836         * tests/uniname/test-uninames.c: New file, from GNU gettext.
22837         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
22838         * modules/uniname/base: New file.
22839         * modules/uniname/uniname: New file.
22840         * modules/uniname/uniname-tests: New file.
22841         * MODULES.html.sh (Unicode string functions): Add the new modules.
22842
22843 2007-07-06  Bruno Haible  <bruno@clisp.org>
22844
22845         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
22846
22847 2007-07-06  Bruno Haible  <bruno@clisp.org>
22848
22849         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
22850         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
22851         includes <cygwin/sys_time.h> which includes <sys/select.h> which
22852         include <sys/time.h>.
22853         Reported by Eric Blake.
22854
22855 2007-07-06  Eric Blake  <ebb9@byu.net>
22856
22857         Fix testing canonicalize on cygwin.
22858         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
22859         Revert patch from 2007-06-19.
22860         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
22861         canonicalize module is also in use.
22862         * tests/test-canonicalize.c: New file.
22863         * tests/test-canonicalize.sh: Likewise.
22864         * modules/canonicalize-tests: Likewise.
22865
22866 2007-07-06  Jim Meyering  <jim@meyering.net>
22867
22868         * lib/getugroups.c (getugroups): Detect getgrent failure.
22869         Adjust comment to reflect reality: this function may return -1.
22870
22871 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
22872
22873         * build-aux/bootstrap (TP_URL,get_translations): Update to use
22874         the new TP address.
22875         (usage): Fix typo
22876         (gnulib_mk): New variable.
22877
22878 2007-07-05  Jim Meyering  <jim@meyering.net>
22879
22880         Don't let endgrent clobber errno, no matter how improbable.
22881         * lib/getugroups.c (getugroups): Save and restore errno around
22882         endgrent call.
22883
22884         Close the group DB even when failing with 2^31 or more members.
22885         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
22886
22887 2007-07-04  Jim Meyering  <jim@meyering.net>
22888
22889         * lib/getugroups.h: New file.
22890         * lib/getugroups.c: Include "getugroups.h".
22891         Remove uses of "register" keyword.
22892         Move local variable, "cp", down into scope where used.
22893         Give "username" parameter the "const" attribute.
22894         * modules/getugroups (Files): Add lib/getugroups.h
22895
22896 2007-07-04  Karl Berry  <karl@gnu.org>
22897
22898         * MODULES.html.sh (func_all_modules): Complete rename of
22899         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
22900
22901 2007-07-02  Bruno Haible  <bruno@clisp.org>
22902
22903         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
22904         mode, when inttypes.h comes from gnulib.
22905         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22906
22907 2007-07-02  Simon Josefsson  <simon@josefsson.org>
22908
22909         * NEWS: Mention lgpl module name change.
22910
22911         * modules/lgpl-2.1: Renamed from lgpl.
22912
22913         * NEWS: Mention gpl module name change.
22914
22915         * modules/gpl-3.0: New file, based on gpl-2.0.
22916
22917         * modules/gpl-2.0: Renamed from gpl.
22918
22919         * modules/gpl: Fix filename, doc/gpl.texi is now found at
22920         doc/gpl-2.0.texi.
22921
22922 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22923
22924         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
22925         #define __STDC_LIMIT_MACROS temporarily while including
22926         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
22927         Problem reported by Joel E. Denny in
22928         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
22929
22930 2007-07-01  Bruno Haible  <bruno@clisp.org>
22931
22932         * lib/unistdio.h: New file.
22933         * lib/unistdio/u-asnprintf.h: New file.
22934         * lib/unistdio/u-asprintf.h: New file.
22935         * lib/unistdio/u-printf-args.c: New file.
22936         * lib/unistdio/u-printf-args.h: New file.
22937         * lib/unistdio/u-printf-parse.h: New file.
22938         * lib/unistdio/u-snprintf.h: New file.
22939         * lib/unistdio/u-sprintf.h: New file.
22940         * lib/unistdio/u-vasprintf.h: New file.
22941         * lib/unistdio/u-vsnprintf.h: New file.
22942         * lib/unistdio/u-vsprintf.h: New file.
22943         * lib/unistdio/ulc-asnprintf.c: New file.
22944         * lib/unistdio/ulc-asprintf.c: New file.
22945         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
22946         * lib/unistdio/ulc-printf-parse.c: New file.
22947         * lib/unistdio/ulc-snprintf.c: New file.
22948         * lib/unistdio/ulc-sprintf.c: New file.
22949         * lib/unistdio/ulc-vasnprintf.c: New file.
22950         * lib/unistdio/ulc-vasprintf.c: New file.
22951         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
22952         * lib/unistdio/ulc-vsnprintf.c: New file.
22953         * lib/unistdio/ulc-vsprintf.c: New file.
22954         * lib/unistdio/u8-asnprintf.c: New file.
22955         * lib/unistdio/u8-asprintf.c: New file.
22956         * lib/unistdio/u8-printf-parse.c: New file.
22957         * lib/unistdio/u8-snprintf.c: New file.
22958         * lib/unistdio/u8-sprintf.c: New file.
22959         * lib/unistdio/u8-vasnprintf.c: New file.
22960         * lib/unistdio/u8-vasprintf.c: New file.
22961         * lib/unistdio/u8-vsnprintf.c: New file.
22962         * lib/unistdio/u8-vsprintf.c: New file.
22963         * lib/unistdio/u8-u8-asnprintf.c: New file.
22964         * lib/unistdio/u8-u8-asprintf.c: New file.
22965         * lib/unistdio/u8-u8-snprintf.c: New file.
22966         * lib/unistdio/u8-u8-sprintf.c: New file.
22967         * lib/unistdio/u8-u8-vasnprintf.c: New file.
22968         * lib/unistdio/u8-u8-vasprintf.c: New file.
22969         * lib/unistdio/u8-u8-vsnprintf.c: New file.
22970         * lib/unistdio/u8-u8-vsprintf.c: New file.
22971         * lib/unistdio/u16-asnprintf.c: New file.
22972         * lib/unistdio/u16-asprintf.c: New file.
22973         * lib/unistdio/u16-printf-parse.c: New file.
22974         * lib/unistdio/u16-snprintf.c: New file.
22975         * lib/unistdio/u16-sprintf.c: New file.
22976         * lib/unistdio/u16-vasnprintf.c: New file.
22977         * lib/unistdio/u16-vasprintf.c: New file.
22978         * lib/unistdio/u16-vsnprintf.c: New file.
22979         * lib/unistdio/u16-vsprintf.c: New file.
22980         * lib/unistdio/u16-u16-asnprintf.c: New file.
22981         * lib/unistdio/u16-u16-asprintf.c: New file.
22982         * lib/unistdio/u16-u16-snprintf.c: New file.
22983         * lib/unistdio/u16-u16-sprintf.c: New file.
22984         * lib/unistdio/u16-u16-vasnprintf.c: New file.
22985         * lib/unistdio/u16-u16-vasprintf.c: New file.
22986         * lib/unistdio/u16-u16-vsnprintf.c: New file.
22987         * lib/unistdio/u16-u16-vsprintf.c: New file.
22988         * lib/unistdio/u32-asnprintf.c: New file.
22989         * lib/unistdio/u32-asprintf.c: New file.
22990         * lib/unistdio/u32-printf-parse.c: New file.
22991         * lib/unistdio/u32-snprintf.c: New file.
22992         * lib/unistdio/u32-sprintf.c: New file.
22993         * lib/unistdio/u32-vasnprintf.c: New file.
22994         * lib/unistdio/u32-vasprintf.c: New file.
22995         * lib/unistdio/u32-vsnprintf.c: New file.
22996         * lib/unistdio/u32-vsprintf.c: New file.
22997         * lib/unistdio/u32-u32-asnprintf.c: New file.
22998         * lib/unistdio/u32-u32-asprintf.c: New file.
22999         * lib/unistdio/u32-u32-snprintf.c: New file.
23000         * lib/unistdio/u32-u32-sprintf.c: New file.
23001         * lib/unistdio/u32-u32-vasnprintf.c: New file.
23002         * lib/unistdio/u32-u32-vasprintf.c: New file.
23003         * lib/unistdio/u32-u32-vsnprintf.c: New file.
23004         * lib/unistdio/u32-u32-vsprintf.c: New file.
23005         * tests/unistdio/test-ulc-asnprintf1.c: New file.
23006         * tests/unistdio/test-ulc-asnprintf1.h: New file.
23007         * tests/unistdio/test-ulc-printf1.h: New file.
23008         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
23009         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
23010         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
23011         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
23012         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
23013         * tests/unistdio/test-ulc-vasprintf1.c: New file.
23014         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
23015         * tests/unistdio/test-ulc-vsprintf1.c: New file.
23016         * tests/unistdio/test-u8-asnprintf1.c: New file.
23017         * tests/unistdio/test-u8-asnprintf1.h: New file.
23018         * tests/unistdio/test-u8-printf1.h: New file.
23019         * tests/unistdio/test-u8-vasnprintf1.c: New file.
23020         * tests/unistdio/test-u8-vasnprintf2.c: New file.
23021         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
23022         * tests/unistdio/test-u8-vasnprintf3.c: New file.
23023         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
23024         * tests/unistdio/test-u8-vasprintf1.c: New file.
23025         * tests/unistdio/test-u8-vsnprintf1.c: New file.
23026         * tests/unistdio/test-u8-vsprintf1.c: New file.
23027         * tests/unistdio/test-u16-asnprintf1.c: New file.
23028         * tests/unistdio/test-u16-asnprintf1.h: New file.
23029         * tests/unistdio/test-u16-printf1.h: New file.
23030         * tests/unistdio/test-u16-vasnprintf1.c: New file.
23031         * tests/unistdio/test-u16-vasnprintf2.c: New file.
23032         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
23033         * tests/unistdio/test-u16-vasnprintf3.c: New file.
23034         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
23035         * tests/unistdio/test-u16-vasprintf1.c: New file.
23036         * tests/unistdio/test-u16-vsnprintf1.c: New file.
23037         * tests/unistdio/test-u16-vsprintf1.c: New file.
23038         * tests/unistdio/test-u32-asnprintf1.c: New file.
23039         * tests/unistdio/test-u32-asnprintf1.h: New file.
23040         * tests/unistdio/test-u32-printf1.h: New file.
23041         * tests/unistdio/test-u32-vasnprintf1.c: New file.
23042         * tests/unistdio/test-u32-vasnprintf2.c: New file.
23043         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
23044         * tests/unistdio/test-u32-vasnprintf3.c: New file.
23045         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
23046         * tests/unistdio/test-u32-vasprintf1.c: New file.
23047         * tests/unistdio/test-u32-vsnprintf1.c: New file.
23048         * tests/unistdio/test-u32-vsprintf1.c: New file.
23049         * modules/unistdio/base: New file.
23050         * modules/unistdio/u-printf-args: New file.
23051         * modules/unistdio/ulc-asnprintf: New file.
23052         * modules/unistdio/ulc-asprintf: New file.
23053         * modules/unistdio/ulc-fprintf: New file.
23054         * modules/unistdio/ulc-printf-parse: New file.
23055         * modules/unistdio/ulc-snprintf: New file.
23056         * modules/unistdio/ulc-sprintf: New file.
23057         * modules/unistdio/ulc-vasnprintf: New file.
23058         * modules/unistdio/ulc-vasprintf: New file.
23059         * modules/unistdio/ulc-vfprintf: New file.
23060         * modules/unistdio/ulc-vsnprintf: New file.
23061         * modules/unistdio/ulc-vsprintf: New file.
23062         * modules/unistdio/u8-asnprintf: New file.
23063         * modules/unistdio/u8-asprintf: New file.
23064         * modules/unistdio/u8-printf-parse: New file.
23065         * modules/unistdio/u8-snprintf: New file.
23066         * modules/unistdio/u8-sprintf: New file.
23067         * modules/unistdio/u8-vasnprintf: New file.
23068         * modules/unistdio/u8-vasprintf: New file.
23069         * modules/unistdio/u8-vsnprintf: New file.
23070         * modules/unistdio/u8-vsprintf: New file.
23071         * modules/unistdio/u8-u8-asnprintf: New file.
23072         * modules/unistdio/u8-u8-asprintf: New file.
23073         * modules/unistdio/u8-u8-snprintf: New file.
23074         * modules/unistdio/u8-u8-sprintf: New file.
23075         * modules/unistdio/u8-u8-vasnprintf: New file.
23076         * modules/unistdio/u8-u8-vasprintf: New file.
23077         * modules/unistdio/u8-u8-vsnprintf: New file.
23078         * modules/unistdio/u8-u8-vsprintf: New file.
23079         * modules/unistdio/u16-asnprintf: New file.
23080         * modules/unistdio/u16-asprintf: New file.
23081         * modules/unistdio/u16-printf-parse: New file.
23082         * modules/unistdio/u16-snprintf: New file.
23083         * modules/unistdio/u16-sprintf: New file.
23084         * modules/unistdio/u16-vasnprintf: New file.
23085         * modules/unistdio/u16-vasprintf: New file.
23086         * modules/unistdio/u16-vsnprintf: New file.
23087         * modules/unistdio/u16-vsprintf: New file.
23088         * modules/unistdio/u16-u16-asnprintf: New file.
23089         * modules/unistdio/u16-u16-asprintf: New file.
23090         * modules/unistdio/u16-u16-snprintf: New file.
23091         * modules/unistdio/u16-u16-sprintf: New file.
23092         * modules/unistdio/u16-u16-vasnprintf: New file.
23093         * modules/unistdio/u16-u16-vasprintf: New file.
23094         * modules/unistdio/u16-u16-vsnprintf: New file.
23095         * modules/unistdio/u16-u16-vsprintf: New file.
23096         * modules/unistdio/u32-asnprintf: New file.
23097         * modules/unistdio/u32-asprintf: New file.
23098         * modules/unistdio/u32-printf-parse: New file.
23099         * modules/unistdio/u32-snprintf: New file.
23100         * modules/unistdio/u32-sprintf: New file.
23101         * modules/unistdio/u32-vasnprintf: New file.
23102         * modules/unistdio/u32-vasprintf: New file.
23103         * modules/unistdio/u32-vsnprintf: New file.
23104         * modules/unistdio/u32-vsprintf: New file.
23105         * modules/unistdio/u32-u32-asnprintf: New file.
23106         * modules/unistdio/u32-u32-asprintf: New file.
23107         * modules/unistdio/u32-u32-snprintf: New file.
23108         * modules/unistdio/u32-u32-sprintf: New file.
23109         * modules/unistdio/u32-u32-vasnprintf: New file.
23110         * modules/unistdio/u32-u32-vasprintf: New file.
23111         * modules/unistdio/u32-u32-vsnprintf: New file.
23112         * modules/unistdio/u32-u32-vsprintf: New file.
23113         * modules/unistdio/ulc-asnprintf-tests: New file.
23114         * modules/unistdio/ulc-vasnprintf-tests: New file.
23115         * modules/unistdio/ulc-vasprintf-tests: New file.
23116         * modules/unistdio/ulc-vsnprintf-tests: New file.
23117         * modules/unistdio/ulc-vsprintf-tests: New file.
23118         * modules/unistdio/u8-asnprintf-tests: New file.
23119         * modules/unistdio/u8-vasnprintf-tests: New file.
23120         * modules/unistdio/u8-vasprintf-tests: New file.
23121         * modules/unistdio/u8-vsnprintf-tests: New file.
23122         * modules/unistdio/u8-vsprintf-tests: New file.
23123         * modules/unistdio/u16-asnprintf-tests: New file.
23124         * modules/unistdio/u16-vasnprintf-tests: New file.
23125         * modules/unistdio/u16-vasprintf-tests: New file.
23126         * modules/unistdio/u16-vsnprintf-tests: New file.
23127         * modules/unistdio/u16-vsprintf-tests: New file.
23128         * modules/unistdio/u32-asnprintf-tests: New file.
23129         * modules/unistdio/u32-vasnprintf-tests: New file.
23130         * modules/unistdio/u32-vasprintf-tests: New file.
23131         * modules/unistdio/u32-vsnprintf-tests: New file.
23132         * modules/unistdio/u32-vsprintf-tests: New file.
23133         * MODULES.html.sh (Unicode string functions): Add the new modules.
23134
23135 2007-07-01  Bruno Haible  <bruno@clisp.org>
23136
23137         * lib/sprintf.c (sprintf): Limit the available length estimation,
23138         to avoid address wraparound.
23139         * lib/vsprintf.c (vsprintf): Likewise.
23140         * modules/sprintf-posix (Dependencies): Add stdint.
23141         * modules/vsprintf-posix (Dependencies): Likewise.
23142
23143 2007-07-01  Bruno Haible  <bruno@clisp.org>
23144
23145         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
23146         Windows PATH as well. Conservative double-quoting. Comments.
23147
23148 2007-07-01  Bruno Haible  <bruno@clisp.org>
23149             Eric Blake  <ebb9@byu.net>
23150             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23151
23152         * gnulib-tool (self_abspathname): Fix algorithm to cope with
23153         empty components in $PATH, denoting '.'.
23154
23155 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23156
23157         * gnulib-tool: Fix indentation.
23158         (func_create_megatestdir): Likewise.
23159         Report by Bruno Haible.
23160
23161 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23162
23163         Sync from Automake.
23164         * build-aux/gnupload: Fix shell portability issues with for loops.
23165         Report by Karl Berry.
23166
23167 2007-06-29  Simon Josefsson  <simon@josefsson.org>
23168
23169         * build-aux/maint.mk (POURL): Use translationproject.org.
23170
23171 2007-06-27  Simon Josefsson  <simon@josefsson.org>
23172             Bruno Haible  <bruno@clisp.org>
23173
23174         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
23175         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
23176         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
23177         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
23178         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
23179
23180 2007-06-27  Bruno Haible  <bruno@clisp.org>
23181
23182         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
23183         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
23184
23185 2007-06-26  Karl Berry  <karl@gnu.org>
23186
23187         * MODULES.html.sh: remove xreadlink-with-size.
23188
23189 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
23190
23191         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
23192         method that I hope also handles the double-include problem noted
23193         by Bruno Haible in
23194         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
23195
23196 2007-06-23  Bruno Haible  <bruno@clisp.org>
23197
23198         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23199         Don't let the 'mostlyclean' target fail if the last subdirectory could
23200         not be removed.
23201         Reported by Karl Berry.
23202
23203 2007-06-23  Bruno Haible  <bruno@clisp.org>
23204
23205         * gnulib-tool (echo): Add a speedier workaround for ksh.
23206         * tests/test-echo.sh: Likewise.
23207
23208 2007-06-23  Bruno Haible  <bruno@clisp.org>
23209
23210         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
23211         * tests/test-echo.sh: Likewise.
23212
23213 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23214
23215         * gnulib-tool (IFS): Initialize early, so we don't set it to
23216         empty later.
23217         (self_abspathname): Rewrite algorithm to set it, reindent.
23218         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
23219         (func_create_megatestdir): Merge some sed scripts.
23220
23221 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
23222
23223         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
23224         exposed by Sun Studio 11 cc on Solaris 8.
23225
23226 2007-06-22  Bruno Haible  <bruno@clisp.org>
23227
23228         * gnulib-tool (echo): Ensure the echo primitive does not interpret
23229         backslashes.
23230         * tests/test-echo.sh: New file.
23231
23232 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23233
23234         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
23235         simplify `sed_replace_build_aux' scripts, they are portable but
23236         echoing them with `echo' is not.
23237         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
23238
23239 2007-06-21  Karl Berry  <karl@gnu.org>
23240
23241         * config/srclist.txt: guess we can't handle the licenses via
23242         srclist at the moment.
23243
23244 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
23245
23246         * MODULES.html.sh: Add include_next.
23247         * modules/include_next: New file.
23248
23249 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
23250
23251         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
23252         INCLUDE_NEXT.
23253         (gl_CHECK_NEXT_HEADERS): New macro.
23254         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
23255         the obsolescent gl_ABSOLUTE_HEADER.
23256         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
23257         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
23258         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
23259         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
23260         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
23261         * m4/math_h.m4 (gl_MATH_H): Likewise.
23262         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
23263         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
23264         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
23265         * m4/stdint.m4 (gl_STDINT_H): Likewise.
23266         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
23267         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
23268         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
23269         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
23270         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
23271         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
23272         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
23273         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
23274         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
23275         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
23276         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
23277         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
23278         * m4/inttypes.m4 (gl_INTTYPES_H): Define
23279         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
23280         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
23281         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
23282         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
23283         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
23284         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
23285         * lib/float_.h: Likewise.
23286         * lib/inttypes_.h: Likewise.
23287         * lib/math_.h: Likewise.
23288         * lib/search_.h: Likewise.
23289         * lib/signal_.h: Likewise.
23290         * lib/stdint_.h: Likewise.
23291         * lib/stdio_.h: Likewise.
23292         * lib/stdlib_.h: Likewise.
23293         * lib/string_.h: Likewise.
23294         * lib/sys_stat_.h: Likewise.
23295         * lib/sys_time_.h: Likewise.
23296         * lib/time_.h: Likewise.
23297         * lib/unistd_.h: Likewise.
23298         * lib/wchar_.h: Likewise.
23299         * lib/wctype_.h: Likewise.
23300         * lib/dirent_.h: Likewise.
23301         * lib/iconv_.h: Likewise.
23302         * lib/locale_.h: Likewise.
23303         * lib/netinet_in_.h: Likewise.
23304         * lib/sys_select_.h: Likewise.
23305         * lib/sys_socket_.h: Likewise.
23306         * lib/sysexits_.h: Likewise.
23307         * modules/fcntl (Depends-on): Depend on include_next, not
23308         absolute_header.
23309         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
23310         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
23311         * modules/fchdir: Likewise.
23312         * modules/float: Likewise.
23313         * modules/iconv_open: Likewise.
23314         * modules/inttypes: Likewise.
23315         * modules/locale: Likewise.
23316         * modules/math: Likewise.
23317         * modules/netinet_in: Likewise.
23318         * modules/search: Likewise.
23319         * modules/signal: Likewise.
23320         * modules/stdint: Likewise.
23321         * modules/stdio: Likewise.
23322         * modules/stdlib: Likewise.
23323         * modules/string: Likewise.
23324         * modules/sys_select: Likewise.
23325         * modules/sys_socket: Likewise.
23326         * modules/sys_stat: Likewise.
23327         * modules/sys_time: Likewise.
23328         * modules/sysexits: Likewise.
23329         * modules/time: Likewise.
23330         * modules/unistd: Likewise.
23331         * modules/wchar: Likewise.
23332         * modules/wctype: Likewise.
23333         * modules/sys_stat: Change maintainer to "all".
23334         * modules/unistd: Likewise.
23335
23336 2007-06-20  Karl Berry  <karl@gnu.org>
23337
23338         * config/srclist.txt: track www changes in license files.
23339
23340 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
23341
23342         * build-aux/bootstrap: Remove stray dot.
23343         Make sure build_aux settings are honored when linking
23344         gnulib_extra_files.
23345
23346 2007-06-19  Eric Blake  <ebb9@byu.net>
23347
23348         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
23349         Allow compilation on cygwin.
23350
23351 2007-06-19  Jim Meyering  <jim@meyering.net>
23352
23353         xreadlink-with-size: Remove module.  No longer used.
23354         Ex-callers now use xreadlink or mreadlink-with-size.
23355         * modules/xreadlink-with-size: Remove module.
23356         * lib/xreadlink-with-size.c: Remove file.
23357         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
23358         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
23359         just before the function definition *is* accurate.
23360
23361         Eliminate one way canonicalize_filename_mode could exit.
23362         * lib/canonicalize.c (canonicalize_filename_mode):
23363         Use mreadlink_with_size, not xreadlink_with_size.
23364
23365 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
23366
23367         Detect porting problems to FreeBSD/arm, which has time_t wider than
23368         long int.  Original problem reported for GNU diff by Xin Li in
23369         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
23370         * modules/getdate (Depends-on): Add intprops, verify.
23371         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
23372         is an integer type no wider than long int.
23373
23374 2007-06-18  Jim Meyering  <jim@meyering.net>
23375
23376         New module: mreadlink-with-size.
23377         * MODULES.html.sh: Add mreadlink-with-size.
23378         * modules/mreadlink-with-size: New module
23379         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
23380         not xreadlink-with-size.
23381         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
23382
23383 2007-06-16  Bruno Haible  <bruno@clisp.org>
23384
23385         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
23386         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
23387         Reported by Gary V. Vaughan <gary@gnu.org>.
23388
23389 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
23390
23391         Revamp lchown so that it lives in unistd.h where it belongs.
23392         * lib/lchown.h: Remove.
23393         * lib/dirchownmod.c: Don't include lib/lchown.h.
23394         * lib/fchownat.c: Likewise.
23395         * lib/openat.c: Likewise.
23396         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
23397         does not follow symlinks.
23398         (EOPNOTSUPP): Define if not defined.
23399         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
23400         is defined to 0.
23401         (lchown): New decl.
23402         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
23403         Do not check for lchown decl.
23404         Set REPLACE_LCHOWN.
23405         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
23406         REPLACE_LCHOWN.
23407         * modules/chown: Make it clear it follows symlinks.
23408         * modules/lchown: Make it clear it doesn't follow symlinks.
23409         (Files): Remove lib/lchown.h
23410         (Depends-on): Add unistd.
23411         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
23412         (Include): Include <unistd.h>, not "lchown.h".
23413         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
23414         REPLACE_LCHOWN.
23415
23416 2007-06-15  Jim Meyering  <jim@meyering.net>
23417
23418         Change license (GPL to LGPL) of fsusage and dependents.
23419         * modules/fsusage (License): Change to LGPL.
23420         * modules/full-read (License): Likewise.
23421         * modules/full-write (License): Likewise.
23422         * modules/safe-read (License): Likewise.
23423         * modules/safe-write (License): Likewise.
23424
23425 2007-06-14  Ben Pfaff  <blp@gnu.org>
23426
23427         Missing part of allocsa -> malloca transition.
23428         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
23429         gl_MALLOCA.
23430
23431 2007-06-12  Bruno Haible  <bruno@clisp.org>
23432
23433         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
23434         to ia64, x86_64, i386.
23435         Reported by Eric Blake.
23436
23437 2007-06-12  Bruno Haible  <bruno@clisp.org>
23438
23439         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
23440         cross-compiling to x86_64.
23441
23442 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
23443
23444         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
23445         glitch reported by Ralf Wildenhues in
23446         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
23447
23448         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
23449         Vin Shelton.
23450
23451 2007-06-11  Bruno Haible  <bruno@clisp.org>
23452
23453         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
23454         replacement string.
23455         Reported by Eric Blake.
23456
23457 2007-06-10  Bruno Haible  <bruno@clisp.org>
23458
23459         Prepare vasnprintf code for use with Unicode strings.
23460         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
23461         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
23462         TYPE_U32_STRING.
23463         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
23464         a_u32_string variants.
23465         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
23466         * lib/printf-args.c: Don't include config.h and the specification
23467         header if PRINTF_FETCHARGS is already defined.
23468         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
23469         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
23470         TYPE_U16_STRING, TYPE_U32_STRING.
23471         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
23472         u16_directive, u16_directives, u32_directive, u32_directives): New
23473         types.
23474         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
23475         New declarations.
23476         * lib/printf-parse.c: Don't include config.h and the specification
23477         header if PRINTF_PARSE is already defined. Eliminate the set of
23478         parameters for WIDE_CHAR_VERSION; the user of this file must provide
23479         them now. Include c-ctype.h.
23480         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
23481         directive and CHAR_T_ONLY_ASCII.
23482         * lib/vasnprintf.c: Don't include config.h and the specification header
23483         if VASNPRINTF is already defined.
23484         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
23485         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
23486         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
23487         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
23488         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
23489         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
23490         code accordingly.
23491         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
23492         pad_ourselves also in this case, with the 'c' and 's' directives, and
23493         with a different notion of "width".
23494         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
23495
23496 2007-06-10  Bruno Haible  <bruno@clisp.org>
23497
23498         * modules/unistr/u32-mbsnlen: New file.
23499         * lib/unistr/u32-mbsnlen.c: New file.
23500
23501         * modules/unistr/u16-mbsnlen: New file.
23502         * lib/unistr/u16-mbsnlen.c: New file.
23503
23504         * modules/unistr/u8-mbsnlen: New file.
23505         * lib/unistr/u8-mbsnlen.c: New file.
23506
23507         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
23508         declarations.
23509
23510 2007-06-10  Bruno Haible  <bruno@clisp.org>
23511
23512         * lib/string_.h (mbsnlen): New declaration.
23513         * lib/mbsnlen.c: New file.
23514         * m4/mbsnlen.m4: New file.
23515         * modules/mbsnlen: New file.
23516         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
23517         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
23518         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
23519
23520 2007-06-10  Bruno Haible  <bruno@clisp.org>
23521
23522         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
23523
23524 2007-06-10  Bruno Haible  <bruno@clisp.org>
23525
23526         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
23527         * lib/mbuiter.h: Likewise.
23528
23529 2007-06-10  Bruno Haible  <bruno@clisp.org>
23530
23531         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
23532         declaration.
23533
23534 2007-06-10  Karl Berry  <karl@gnu.org>
23535
23536         * config/srclist.txt: remove gettext entries, Bruno prefers
23537         to update individually.
23538
23539 2007-06-10  Bruno Haible  <bruno@clisp.org>
23540
23541         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
23542         'maxlen'. Ensure only length + width bytes are allocated, not
23543         length + 1 + width.
23544
23545 2007-06-09  Bruno Haible  <bruno@clisp.org>
23546
23547         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
23548         (CHAR_T): Remove macro.
23549         (VASNPRINTF): Update.
23550
23551 2007-06-09  Bruno Haible  <bruno@clisp.org>
23552
23553         * MODULES.html.sh (Unicode string functions): Add the new modules.
23554
23555         * modules/uniconv/u32-conv-to-enc: New file.
23556         * lib/uniconv/u32-conv-to-enc.c: New file.
23557         * modules/uniconv/u32-conv-to-enc-tests: New file.
23558         * tests/uniconv/test-u32-conv-to-enc.c: New file.
23559
23560         * modules/uniconv/u16-conv-to-enc: New file.
23561         * lib/uniconv/u16-conv-to-enc.c: New file.
23562         * lib/uniconv/u-conv-to-enc.h: New file.
23563         * modules/uniconv/u16-conv-to-enc-tests: New file.
23564         * tests/uniconv/test-u16-conv-to-enc.c: New file.
23565
23566         * modules/uniconv/u8-conv-to-enc: New file.
23567         * lib/uniconv/u8-conv-to-enc.c: New file.
23568         * modules/uniconv/u8-conv-to-enc-tests: New file.
23569         * tests/uniconv/test-u8-conv-to-enc.c: New file.
23570
23571         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
23572         u32_conv_to_encoding): New declarations.
23573
23574 2007-06-09  Bruno Haible  <bruno@clisp.org>
23575
23576         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
23577
23578 2007-06-09  Bruno Haible  <bruno@clisp.org>
23579
23580         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
23581         * modules/malloca: Renamed from modules/allocsa, updated.
23582         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
23583         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
23584         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
23585         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
23586         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
23587         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
23588         * modules/xmalloca: Renamed from modules/xallocsa, updated.
23589         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
23590         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
23591         * modules/c-strcasestr (Depends-on): Update.
23592         * lib/c-strcasestr.c: Update.
23593         * modules/c-strstr (Depends-on): Update.
23594         * lib/c-strstr.c: Update.
23595         * modules/canonicalize-lgpl (Depends-on): Update.
23596         * lib/canonicalize-lgpl.c: Update.
23597         * modules/clean-temp (Depends-on): Update.
23598         * lib/clean-temp.c: Update.
23599         * modules/csharpcomp (Depends-on): Update.
23600         * lib/csharpcomp.c: Update.
23601         * modules/csharpexec (Depends-on): Update.
23602         * lib/csharpexec.c: Update.
23603         * modules/javacomp (Depends-on): Update.
23604         * lib/javacomp.c: Update.
23605         * modules/javaexec (Depends-on): Update.
23606         * lib/javaexec.c: Update.
23607         * modules/mbscasestr (Depends-on): Update.
23608         * lib/mbscasestr.c: Update.
23609         * modules/mbsstr (Depends-on): Update.
23610         * lib/mbsstr.c: Update.
23611         * modules/setenv (Depends-on): Update.
23612         * lib/setenv.c: Update.
23613         * modules/strcasestr (Depends-on): Update.
23614         * lib/strcasestr.c: Update.
23615         * modules/striconveha (Depends-on): Update.
23616         * lib/striconveha.c: Update.
23617         * modules/relocatable-prog-wrapper (Files): Update.
23618         * lib/relocwrapper.c: Update.
23619         * build-aux/install-reloc: Update.
23620         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
23621
23622 2007-06-08  Bruno Haible  <bruno@clisp.org>
23623
23624         Port to uClibc.
23625         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
23626         * lib/fpurge.c (fpurge): Likewise.
23627         * lib/freading.c (freading): Likewise.
23628         * lib/fseeko.c (rpl_fseeko): Likewise.
23629         * lib/fseterr.c (fseterr): Likewise.
23630         * lib/fwriting.c (fwriting): Likewise.
23631         * tests/test-fflush.c (main): Avoid a failure on uClibc.
23632
23633 2007-06-08  Bruno Haible  <bruno@clisp.org>
23634
23635         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
23636         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
23637         * modules/gettext (Files): Add m4/intlmacosx.m4.
23638
23639 2007-06-07  Bruno Haible  <bruno@clisp.org>
23640
23641         * modules/localename-tests: New file.
23642         * tests/test-localename.c: New file.
23643
23644         New module 'localename'.
23645         * lib/localename.h: New file.
23646         * lib/localename.c: New file, from GNU gettext.
23647         * m4/localename.m4: New file.
23648         * modules/localename: New file.
23649
23650 2007-06-07  Bruno Haible  <bruno@clisp.org>
23651
23652         Work around the lack of <wchar.h> on some builds of uClibc.
23653         * doc/headers/wchar.texi: Update.
23654         * lib/wchar_.h: Include <wchar.h> only if it exists.
23655         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
23656         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
23657         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
23658         doesn't exist.
23659         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
23660         * modules/mbfile (Depends-on): Add wchar.
23661         * modules/mbiter (Depends-on): Likewise.
23662         * modules/mbuiter (Depends-on): Likewise.
23663         Reported by Simon Josefsson.
23664
23665 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23666
23667         Work around problem reported by Steven M. Schweda in
23668         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
23669         Tru64 5.1B with the Compaq compiler environment installed declares
23670         an 'isblank' function but does not define it in the C library.
23671         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
23672         * lib/regex_internal.h (isblank): Likewise.
23673         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
23674         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
23675
23676 2007-06-05  Bruno Haible  <bruno@clisp.org>
23677
23678         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
23679         ia64.
23680         * modules/printf-safe: New file.
23681         * modules/fprintf-posix (Depends-on): Add printf-safe.
23682         * modules/printf-posix (Depends-on): Likewise.
23683         * modules/snprintf-posix (Depends-on): Likewise.
23684         * modules/sprintf-posix (Depends-on): Likewise.
23685         * modules/vasnprintf-posix (Depends-on): Likewise.
23686         * modules/vasprintf-posix (Depends-on): Likewise.
23687         * modules/vfprintf-posix (Depends-on): Likewise.
23688         * modules/vprintf-posix (Depends-on): Likewise.
23689         * modules/vsnprintf-posix (Depends-on): Likewise.
23690         * modules/vsprintf-posix (Depends-on): Likewise.
23691         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
23692         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
23693         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
23694         "no" on i386, x86_64, ia64.
23695         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
23696         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
23697         on i386, x86_64, ia64.
23698         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
23699         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
23700         on i386, x86_64, ia64.
23701         * tests/test-vasnprintf-posix.c: Include float.h.
23702         (LDBL80_WORDS): New macro.
23703         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
23704         on i386, x86_64, ia64.
23705         * tests/test-vasprintf-posix.c: Include float.h.
23706         (LDBL80_WORDS): New macro.
23707         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
23708         on i386, x86_64, ia64.
23709         * tests/test-snprintf-posix.c: Include float.h.
23710         * tests/test-sprintf-posix.c: Likewise.
23711         * tests/test-vsnprintf-posix.c: Likewise.
23712         * tests/test-vsprintf-posix.c: Likewise.
23713
23714 2007-06-05  Bruno Haible  <bruno@clisp.org>
23715
23716         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
23717         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
23718         non-IEEE numbers on i386, x86_64, ia64.
23719         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
23720         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
23721         * tests/test-isnanl.h: Include float.h.
23722         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
23723
23724 2007-06-05  Bruno Haible  <bruno@clisp.org>
23725
23726         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
23727         also the %a / %A. Handle the %a / %A code before this extra handling.
23728
23729 2007-06-05  Bruno Haible  <bruno@clisp.org>
23730
23731         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
23732         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
23733
23734 2007-06-05  Bruno Haible  <bruno@clisp.org>
23735
23736         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
23737         typo in variable name.
23738
23739 2007-06-05  Eric Blake  <ebb9@byu.net>
23740
23741         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
23742         Reported by Simon Josefsson.
23743
23744 2007-06-04  Bruno Haible  <bruno@clisp.org>
23745
23746         Avoid test failures on some PowerPC platforms.
23747         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
23748         Define differently for PowerPC.
23749         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
23750         Reported by Gary V. Vaughan <gary@gnu.org>.
23751
23752 2007-06-02  Bruno Haible  <bruno@clisp.org>
23753
23754         Fix test-stdint failure on FreeBSD/ia64.
23755         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
23756         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
23757         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
23758         * doc/headers/stdint.texi: Update.
23759
23760 2007-06-01  Bruno Haible  <bruno@clisp.org>
23761
23762         * tests/test-binary-io.c (main): Pass a third argument to open().
23763         Reported by Gary V. Vaughan <gary@gnu.org>.
23764
23765 2007-06-01  Bruno Haible  <bruno@clisp.org>
23766
23767         * doc/functions/frexpl.texi: Update for mingw.
23768
23769 2007-06-01  Bruno Haible  <bruno@clisp.org>
23770
23771         * tests/test-lseek.c (main): Disable test of errno for invalid third
23772         argument.
23773         * doc/functions/lseek.texi: Update.
23774         Reported by Gary V. Vaughan <gary@gnu.org>.
23775
23776 2007-05-28  Bruno Haible  <bruno@clisp.org>
23777
23778         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
23779
23780 2007-05-31  Eric Blake  <ebb9@byu.net>
23781
23782         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
23783         cross compiling.
23784
23785 2007-05-30  Eric Blake  <ebb9@byu.net>
23786         and Bruno Haible  <bruno@clisp.org>
23787
23788         Work around mingw test failures exposed by m4-1.4.9b.
23789         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
23790         * tests/test-unistd.c: Disable uid_t and git_t tests for the
23791         moment.
23792
23793 2007-05-30  Bruno Haible  <bruno@clisp.org>
23794
23795         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
23796         assuming that they are closed. Needed on HP-UX 11.
23797
23798 2007-05-29  Bruno Haible  <bruno@clisp.org>
23799
23800         Fix a problem with #include_next.
23801         * lib/dirent_.h: Split the double-inclusion guard.
23802         * lib/fcntl_.h: Likewise.
23803         * lib/float_.h: Likewise.
23804         * lib/iconv_.h: Likewise.
23805         * lib/inttypes_.h: Likewise.
23806         * lib/locale_.h: Likewise.
23807         * lib/math_.h: Likewise.
23808         * lib/netinet_in_.h: Likewise.
23809         * lib/search_.h: Likewise.
23810         * lib/signal_.h: Likewise.
23811         * lib/stdint_.h: Likewise.
23812         * lib/stdio_.h: Likewise.
23813         * lib/stdlib_.h: Likewise.
23814         * lib/string_.h: Likewise.
23815         * lib/sys_select_.h: Likewise.
23816         * lib/sys_socket_.h: Likewise.
23817         * lib/sys_stat_.h: Likewise.
23818         * lib/sys_time_.h: Likewise.
23819         * lib/sysexits_.h: Likewise.
23820         * lib/time_.h: Likewise.
23821         * lib/unistd_.h: Likewise.
23822         * lib/wchar_.h: Likewise.
23823         * lib/wctype_.h: Likewise.
23824
23825 2007-05-29  Bruno Haible  <bruno@clisp.org>
23826
23827         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
23828         for the moment.
23829
23830 2007-05-29  Bruno Haible  <bruno@clisp.org>
23831
23832         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
23833         invocation.
23834         Reported by Eric Blake.
23835
23836 2007-05-29  Bruno Haible  <bruno@clisp.org>
23837
23838         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
23839         compiling case.
23840
23841 2007-05-29  Eric Blake  <ebb9@byu.net>
23842             Bruno Haible  <bruno@clisp.org>
23843
23844         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
23845         cross compiles.
23846
23847 2007-05-28  Eric Blake  <ebb9@byu.net>
23848
23849         * modules/closein-tests (test_closein_LDADD): Support test on
23850         cygwin with libtool.
23851
23852 2007-05-28  Bruno Haible  <bruno@clisp.org>
23853
23854         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
23855         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
23856         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
23857         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
23858         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
23859         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
23860         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
23861         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
23862         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
23863
23864 2007-05-28  Eric Blake  <ebb9@byu.net>
23865
23866         Unconditionally include <config.h> in unit tests.
23867         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
23868         * tests/test-allocsa.c, tests/test-arcfour.c,
23869         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
23870         tests/test-array_list.c, tests/test-array_oset.c,
23871         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
23872         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
23873         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
23874         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
23875         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
23876         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
23877         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
23878         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
23879         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
23880         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
23881         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
23882         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
23883         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
23884         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
23885         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
23886         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
23887         test-md5.c, test-memmem.c, test-printf-posix.c,
23888         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
23889         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
23890         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
23891         test-strcasestr.c, test-striconv.c, test-striconveh.c,
23892         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
23893         test-vasnprintf-posix2.c, test-vasnprintf.c,
23894         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
23895         test-vfprintf-posix.c, test-vprintf-posix.c,
23896         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
23897         test-xvasprintf.c: Likewise.
23898
23899 2007-05-28  Bruno Haible  <bruno@clisp.org>
23900
23901         * gnulib-tool (func_import): Remember the --with-tests command-line
23902         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
23903         Reported by Eric Blake.
23904
23905 2007-05-28  Bruno Haible  <bruno@clisp.org>
23906
23907         * modules/ftell-tests: New file.
23908         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
23909         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
23910
23911         * lib/ftell.c: New file.
23912         * modules/ftell: New file.
23913         * m4/ftell.m4: New file.
23914         * doc/functions/ftell.texi: Update.
23915         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
23916         REPLACE_FTELL.
23917         * lib/stdio_.h (rpl_ftell): New declaration.
23918         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
23919         REPLACE_FTELL.
23920
23921 2007-05-28  Eric Blake  <ebb9@byu.net>
23922
23923         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
23924
23925 2007-05-28  Bruno Haible  <bruno@clisp.org>
23926
23927         * modules/fseek-tests: New file.
23928         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
23929         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
23930
23931         * lib/fseek.c: New file.
23932         * modules/fseek: New file.
23933         * m4/fseek.m4: New file.
23934         * doc/functions/fseek.texi: Update.
23935         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
23936         REPLACE_FSEEK.
23937         * lib/stdio_.h (rpl_fseek): New declaration.
23938         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
23939         REPLACE_FSEEK.
23940
23941 2007-05-28  Bruno Haible  <bruno@clisp.org>
23942
23943         * lib/stdio_.h (fflush): More comments.
23944
23945 2007-05-28  Bruno Haible  <bruno@clisp.org>
23946
23947         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
23948         runtime test.
23949
23950 2007-05-28  Eric Blake  <ebb9@byu.net>
23951
23952         Improve lseek module.
23953         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
23954         * lib/unistd_.h (lseek): Scale back link warning message.
23955         * tests/test-lseek.c: Beef up test.
23956         * tests/test-lseek.sh: Exercise more facets of lseek.
23957         Reported by Bruno Haible.
23958
23959 2007-05-28  Bruno Haible  <bruno@clisp.org>
23960
23961         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
23962         to define.
23963
23964 2007-05-27  Bruno Haible  <bruno@clisp.org>
23965
23966         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
23967
23968 2007-05-27  Bruno Haible  <bruno@clisp.org>
23969
23970         * modules/openmp: New file.
23971         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
23972         Noah Misch.
23973
23974 2007-05-26  Bruno Haible  <bruno@clisp.org>
23975
23976         * modules/chdir-long (Depends-on): Add fchdir.
23977         * modules/chdir-safer (Depends-on): Likewise.
23978         * modules/fts (Depends-on): Likewise.
23979         * modules/fts-lgpl (Depends-on): Likewise.
23980         * modules/openat (Depends-on): Likewise.
23981         * modules/savewd (Depends-on): Likewise.
23982
23983 2007-05-24  Eric Blake  <ebb9@byu.net>
23984
23985         Fix lseek on mingw.
23986         * modules/lseek: New module.
23987         * m4/lseek.m4: New file.
23988         * lib/lseek.c: New file.
23989         * modules/lseek-tests: New file.
23990         * tests/test-lseek.c: New file.
23991         * tests/test-lseek.sh: New file.
23992         * MODULES.html.sh: Document lseek module.
23993         * modules/fflush (Depends-on): Add lseek, fseeko.
23994         * modules/fseeko (Depends-on): Likewise.
23995         * modules/ftello (Depends-on): Likewise.
23996         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
23997         broken.
23998         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
23999         broken.
24000         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
24001         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
24002         * lib/ftello.c (rpl_ftello): Likewise.
24003         * tests/test-fseeko.c (main): Test this.
24004         * tests/test-fseeko.sh: Likewise.
24005         * tests/test-ftello.c (main): Likewise.
24006         * tests/test-ftello.sh: Likewise.
24007         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
24008         implies replacing fseek.
24009         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
24010         HAVE_FTELLO.
24011         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
24012         * modules/unistd (Makefile.am): Likewise.
24013         * lib/unistd_.h (lseek): Declare a replacement.
24014         * doc/functions/lseek.texi (lseek): Document this fix.
24015         * doc/functions/fseek.texi (fseek): Likewise.
24016         * doc/functions/ftell.texi (ftell): Likewise.
24017
24018 2007-05-24  Bruno Haible  <bruno@clisp.org>
24019
24020         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
24021         in the printed representation of a NaN.
24022         * tests/test-vasprintf-posix.c (test_function): Likewise.
24023         * tests/test-snprintf-posix.h (test_function): Likewise.
24024         * tests/test-sprintf-posix.h (test_function): Likewise.
24025         Reported by Eric Blake.
24026
24027 2007-05-23  Eric Blake  <ebb9@byu.net>
24028
24029         Fix fseeko/ftello on cygwin 1.5.24.
24030         * doc/functions/fseeko.texi (fseeko): Document the fix.
24031         * doc/functions/ftello.texi (ftello): Document the fix.
24032         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
24033         * doc/functions/stdout.text (stdout): New file.
24034         * doc/functions/stderr.text (stderr): New file.
24035         * doc/gnulib.texi (Function Substitutes): Use new files.
24036         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
24037         prior to 1.7.0.
24038         * tests/test-ftello.c (main): Likewise for ftello.
24039         * tests/test-fseeko.sh: New file.
24040         * tests/test-ftello.sh: New file.
24041         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
24042         with seekable stdin.
24043         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
24044         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
24045         (gl_REPLACE_FSEEKO): New macro.
24046         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
24047         * modules/fseeko (Files): Distribute fseeko.c.
24048         * modules/ftello (Files): Distribute ftello.c.
24049         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
24050         mode.
24051         * lib/ftello.c (rpl_ftello): New file.
24052         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
24053         fseeko, ftello.
24054         (gl_STDIN_LARGE_OFFSET): New macro.
24055         * modules/stdio (Makefile.am): Perform the replacement.
24056         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
24057
24058 2007-05-23  Bruno Haible  <bruno@clisp.org>
24059
24060         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
24061         GNULIB_POSIXCHECK is defined.
24062
24063 2007-05-21  Bruno Haible  <bruno@clisp.org>
24064
24065         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
24066         Check also the output for NaN arguments. When cross-compiling, guess
24067         no on IRIX.
24068         * lib/vasnprintf.c: Update comments.
24069         * tests/test-vasnprintf-posix.c (strisnan): New function.
24070         (test_function): Use it.
24071         * tests/test-vasprintf-posix.c (strisnan): New function.
24072         (test_function): Use it.
24073         * tests/test-snprintf-posix.h (strisnan): New function.
24074         (test_function): Use it.
24075         * tests/test-sprintf-posix.h (strisnan): New function.
24076         (test_function): Use it.
24077         Reported by Eric Blake.
24078
24079 2007-05-20  Bruno Haible  <bruno@clisp.org>
24080
24081         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
24082         numbers that fails on BeOS.
24083         * doc/functions/frexpl.texi: Update.
24084
24085 2007-05-20  Jim Meyering  <jim@meyering.net>
24086
24087         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
24088         forced upon us by glibc-2.6.
24089
24090 2007-05-20  Bruno Haible  <bruno@clisp.org>
24091
24092         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
24093         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
24094         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
24095         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
24096         NEED_PRINTF_INFINITE.
24097         (is_infinitel): New function.
24098         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
24099         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
24100         gl_PREREQ_VASNPRINTF_INFINITE.
24101         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
24102         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24103         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
24104         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
24105         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
24106         gl_PREREQ_VASNPRINTF_INFINITE.
24107         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24108         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24109         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24110         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24111         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24112         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24113         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24114         * doc/functions/fprintf.texi: Update.
24115         * doc/functions/printf.texi: Update.
24116         * doc/functions/snprintf.texi: Update.
24117         * doc/functions/sprintf.texi: Update.
24118         * doc/functions/vfprintf.texi: Update.
24119         * doc/functions/vprintf.texi: Update.
24120         * doc/functions/vsnprintf.texi: Update.
24121         * doc/functions/vsprintf.texi: Update.
24122
24123 2007-05-20  Bruno Haible  <bruno@clisp.org>
24124
24125         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
24126         was not found in libc.
24127         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
24128
24129 2007-05-20  Bruno Haible  <bruno@clisp.org>
24130
24131         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
24132         printed as "-nan" instead of "nan".
24133         * tests/test-vasprintf-posix.c (test_function): Likewise.
24134         * tests/test-snprintf-posix.h (test_function): Likewise.
24135         * tests/test-sprintf-posix.h (test_function): Likewise.
24136         Needed for HP-UX 11.
24137
24138 2007-05-20  Jim Meyering  <jim@meyering.net>
24139
24140         Fix buggy test for the fchownat-deref bug.
24141         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
24142         symlink required for the run-test.  Without it, this test would
24143         always declare that fchownat doesn't work, and client code would
24144         unnecessarily use the replacement function with fixed libc.
24145         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
24146         Reported by Greg Schafer.
24147
24148 2007-05-19  Bruno Haible  <bruno@clisp.org>
24149
24150         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
24151         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
24152         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
24153         Needed for IRIX 6.5 and Solaris 2.5.1.
24154
24155 2007-05-19  Bruno Haible  <bruno@clisp.org>
24156
24157         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
24158         (test_function): Skip tests involving -0.0 on platforms where
24159         -0.0 = 0.0.
24160         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
24161         (test_function): Skip tests involving -0.0 on platforms where
24162         -0.0 = 0.0.
24163         * tests/test-snprintf-posix.h (have_minus_zero): New function.
24164         (test_function): Skip tests involving -0.0 on platforms where
24165         -0.0 = 0.0.
24166         * tests/test-sprintf-posix.h (have_minus_zero): New function.
24167         (test_function): Skip tests involving -0.0 on platforms where
24168         -0.0 = 0.0.
24169         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
24170         tests.
24171         * tests/test-printf-posix.h (test_function): Likewise.
24172         * tests/test-printf-posix.output: Remove all -0.0 related results.
24173         Needed for IRIX 6.5.
24174
24175 2007-05-19  Bruno Haible  <bruno@clisp.org>
24176
24177         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
24178         printed as "nan0x7fffffff" instead of "nan".
24179         * tests/test-vasprintf-posix.c (test_function): Likewise.
24180         * tests/test-snprintf-posix.h (test_function): Likewise.
24181         * tests/test-sprintf-posix.h (test_function): Likewise.
24182         * tests/test-fprintf-posix.h (NaN): Remove macro.
24183         (test_function): Remove all NaN related tests.
24184         * tests/test-printf-posix.h (NaN): Remove macro.
24185         (test_function): Remove all NaN related tests.
24186         * tests/test-printf-posix.output: Remove all NaN related results.
24187         Needed for IRIX 6.5.
24188
24189 2007-05-19  Bruno Haible  <bruno@clisp.org>
24190
24191         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
24192         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
24193
24194 2007-05-19  Bruno Haible  <bruno@clisp.org>
24195
24196         * lib/float_.h: New file.
24197         * m4/float_h.m4: New file.
24198         * modules/float: New file.
24199         * modules/isnanl (Dependencies): Add float.
24200         * modules/isnanl-nolibm (Dependencies): Likewise.
24201         * modules/mathl (Dependencies): Likewise.
24202         * modules/printf-frexpl (Dependencies): Likewise.
24203         * modules/signbit (Dependencies): Likewise.
24204         * modules/vasnprintf (Dependencies): Likewise.
24205         * doc/headers/float.texi: Update.
24206
24207 2007-05-19  Jim Meyering  <jim@meyering.net>
24208
24209         * lib/utimens.c (gl_futimens): Rename from futimens,
24210         now that glibc-2.6 declares futimens.
24211         * lib/utimens.h: Likewise.
24212
24213 2007-05-19  Bruno Haible  <bruno@clisp.org>
24214
24215         Avoid test failures on mingw.
24216         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
24217         * tests/test-printf-posix.sh: Likewise.
24218         * tests/test-vfprintf-posix.sh: Likewise.
24219         * tests/test-vprintf-posix.sh: Likewise.
24220
24221 2007-05-19  Bruno Haible  <bruno@clisp.org>
24222
24223         Fix *printf result for NaN, Inf, -0.0 on mingw.
24224         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
24225         * lib/vasnprintf.c: Include math.h and isnan.h.
24226         (is_infinite_or_zero): New function.
24227         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
24228         values in the %f, %F, %e, %E, %g, %G directives.
24229         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
24230         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24231         gl_PRINTF_INFINITE and test its result. Invoke
24232         gl_PREREQ_VASNPRINTF_INFINITE.
24233         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24234         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24235         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24236         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24237         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24238         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24239         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24240         * doc/functions/fprintf.texi: Update.
24241         * doc/functions/printf.texi: Update.
24242         * doc/functions/snprintf.texi: Update.
24243         * doc/functions/sprintf.texi: Update.
24244         * doc/functions/vfprintf.texi: Update.
24245         * doc/functions/vprintf.texi: Update.
24246         * doc/functions/vsnprintf.texi: Update.
24247         * doc/functions/vsprintf.texi: Update.
24248
24249 2007-05-19  Bruno Haible  <bruno@clisp.org>
24250
24251         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
24252         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
24253         Instead of multiplying with 10^k, set extra_zeroes to k.
24254         (scale10_round_long_double): Remove function.
24255
24256 2007-05-18  Bruno Haible  <bruno@clisp.org>
24257
24258         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
24259         introduced on 2007-05-06.
24260
24261 2007-05-18  Bruno Haible  <bruno@clisp.org>
24262
24263         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
24264         %g directives.
24265         * tests/test-vasprintf-posix.c (test_function): Likewise.
24266         * tests/test-snprintf-posix.h (test_function): Likewise.
24267         * tests/test-sprintf-posix.h (test_function): Likewise.
24268
24269 2007-05-18  Bruno Haible  <bruno@clisp.org>
24270
24271         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
24272         (strmatch): New function.
24273         (test_function): Test the %f directive on numbers of various exponents.
24274         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
24275         (strmatch): New function.
24276         (test_function): Test the %f directive on numbers of various exponents.
24277         * tests/test-snprintf-posix.h (strmatch): New function.
24278         (test_function): Test the %f directive on numbers of various exponents.
24279         * tests/test-sprintf-posix.h (strmatch): New function.
24280         (test_function): Test the %f directive on numbers of various exponents.
24281         * tests/test-snprintf-posix.c (SIZEOF): New macro.
24282         * tests/test-sprintf-posix.c (SIZEOF): New macro.
24283         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
24284         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
24285
24286 2007-05-18  Bruno Haible  <bruno@clisp.org>
24287
24288         Add support for 'long double' number output.
24289         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
24290         * lib/vasnprintf.c: Include math.h and float+.h.
24291         (mp_limb_t): New type.
24292         (GMP_LIMB_BITS): New macro.
24293         (mp_twolimb_t): New type.
24294         (GMP_TWOLIMB_BITS): New macro.
24295         (mpn_t): New type.
24296         (multiply, divide, convert_to_decimal, decode_long_double,
24297         scale10_round_long_double, scale10_round_decimal_long_double,
24298         floorlog10l): New functions.
24299         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
24300         for the %f, %F, %e, %E, %g, %G directives.
24301         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
24302         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24303         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
24304         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
24305         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24306         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24307         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24308         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24309         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24310         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24311         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24312         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
24313         * modules/snprintf-posix (Depends-on): Likewise.
24314         * modules/sprintf-posix (Depends-on): Likewise.
24315         * modules/vasnprintf-posix (Depends-on): Likewise.
24316         * modules/vasprintf-posix (Depends-on): Likewise.
24317         * modules/vfprintf-posix (Depends-on): Likewise.
24318         * modules/vsnprintf-posix (Depends-on): Likewise.
24319         * modules/vsprintf-posix (Depends-on): Likewise.
24320         * modules/vasnprintf (Files): Add lib/float+.h.
24321         * doc/functions/fprintf.texi: Update.
24322         * doc/functions/printf.texi: Update.
24323         * doc/functions/snprintf.texi: Update.
24324         * doc/functions/sprintf.texi: Update.
24325         * doc/functions/vfprintf.texi: Update.
24326         * doc/functions/vprintf.texi: Update.
24327         * doc/functions/vsnprintf.texi: Update.
24328         * doc/functions/vsprintf.texi: Update.
24329
24330 2007-05-18  Bruno Haible  <bruno@clisp.org>
24331
24332         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
24333
24334 2007-05-18  Bruno Haible  <bruno@clisp.org>
24335
24336         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
24337         for printing 64-bit integers. Needed for mingw.
24338
24339 2007-05-18  Bruno Haible  <bruno@clisp.org>
24340
24341         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
24342         gl_FUNC_FREXPL_WORKS.
24343         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
24344
24345 2007-05-18  Bruno Haible  <bruno@clisp.org>
24346
24347         * modules/frexpl-nolibm-tests: New file.
24348
24349         * modules/frexpl-nolibm: New file.
24350         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
24351
24352 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
24353
24354         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
24355         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
24356         GCC 4.2, which otherwise issues a lot of warnings.
24357         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
24358         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
24359         Likewise.
24360         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
24361         * modules/iconv_open (iconv.h): Likewise.
24362         * modules/locale (locale.h): Likewise.
24363         * modules/netinet_in (netinet/in.h): Likewise.
24364         * modules/sys_select (sys_select.h): Likewise.
24365         * modules/sys_socket (sys/socket.h): Likewise.
24366         * modules/sys_stat (sys/stat.h): Likewise.
24367         * modules/sysexits (sysexits.h): Likewise.
24368         * modules/unistd (unistd.h): Likewise.
24369
24370 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24371
24372         * modules/closein-tests (Makefile.am): Distribute
24373         `test-closein.sh'.
24374
24375 2007-05-17  Bruno Haible  <bruno@clisp.org>
24376
24377         * tests/test-printf-posix.output: Renamed from
24378         tests/test-fprintf-posix.out.
24379         * modules/fprintf-posix-tests: Update.
24380         * modules/printf-posix-tests: Update.
24381         * modules/vfprintf-posix-tests: Update.
24382         * modules/vprintf-posix-tests: Update.
24383         * tests/test-fprintf-posix.sh: Update.
24384         * tests/test-printf-posix.sh: Update.
24385         * tests/test-vfprintf-posix.sh: Update.
24386         * tests/test-vprintf-posix.sh: Update.
24387         Reported by Ralf Wildenhues.
24388
24389 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
24390
24391         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
24392         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
24393         GCC 4.2, which otherwise issues a lot of warnings.
24394         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
24395         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
24396         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
24397         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
24398         it should no longer be needed.
24399         * lib/string_.h: Likewise.
24400         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
24401         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
24402         * modules/inttypes (inttypes.h): Likewise.
24403         * modules/math (math.h): Likewise.
24404         * modules/search (search.h): Likewise.
24405         * modules/signal (signal.h): Likewise.
24406         * modules/stdint (stdint.h): Likewise.
24407         * modules/stdio (stdio.h): Likewise.
24408         * modules/stdlib (stdlib.h): Likewise.
24409         * modules/string (string.h): Likewise.
24410         * modules/sys_time (sys/time.h): Likewise.
24411         * modules/time (time.h): Likewise.
24412         * modules/wchar (wchar.h): Likewise.
24413         * modules/wctype (wtype.h): Likewise.
24414
24415 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
24416
24417         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
24418
24419 2007-05-13  Bruno Haible  <bruno@clisp.org>
24420
24421         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
24422         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
24423         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
24424         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24425         (gl_PREREQ_STRTOK_R): Don't require it here.
24426
24427 2007-05-13  Bruno Haible  <bruno@clisp.org>
24428
24429         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
24430         when used in C++ mode.
24431
24432 2007-05-12  Bruno Haible  <bruno@clisp.org>
24433
24434         * lib/linebuffer.h: Tweak doc.
24435         * lib/linebuffer.c: Likewise.
24436
24437 2007-05-12  James Youngman  <jay@gnu.org>
24438
24439         * lib/linebuffer.c (readlinebuffer_delim): New function,
24440         like readlinebuffer, but use a caller-specified delimiter.
24441         (readlinebuffer): Just call readlinebuffer_delim with '\n'
24442         as the delimiter.
24443         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
24444
24445 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24446
24447         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
24448         * modules/openat (Files): Remove openat-die.c.
24449         (Depends-on): Add openat-die.
24450         * modules/openat-die: New module.
24451
24452 2007-05-06  Bruno Haible  <bruno@clisp.org>
24453
24454         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
24455         Update with info about Cygwin.
24456         * doc/functions/fprintf.texi: Update.
24457         * doc/functions/printf.texi: Update.
24458         * doc/functions/snprintf.texi: Update.
24459         * doc/functions/sprintf.texi: Update.
24460         * doc/functions/vfprintf.texi: Update.
24461         * doc/functions/vprintf.texi: Update.
24462         * doc/functions/vsnprintf.texi: Update.
24463         * doc/functions/vsprintf.texi: Update.
24464         Reported by Eric Blake.
24465
24466 2007-05-06  Bruno Haible  <bruno@clisp.org>
24467
24468         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
24469         padding ourselves for the floating-point directives.
24470         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
24471         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
24472         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
24473         gl_PRINTF_FLAG_ZERO and test its result. Invoke
24474         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
24475         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24476         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
24477         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24478         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24479         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24480         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24481         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24482         * tests/test-snprintf-posix.h (test_function): Also check the width
24483         and some flags in the %f directive.
24484         * tests/test-sprintf-posix.h (test_function): Likewise.
24485         * tests/test-vasnprintf-posix.c (test_function): Likewise.
24486         * tests/test-vasprintf-posix.c (test_function): Likewise.
24487         * doc/functions/fprintf.texi: Update.
24488         * doc/functions/printf.texi: Update.
24489         * doc/functions/snprintf.texi: Update.
24490         * doc/functions/sprintf.texi: Update.
24491         * doc/functions/vfprintf.texi: Update.
24492         * doc/functions/vprintf.texi: Update.
24493         * doc/functions/vsnprintf.texi: Update.
24494         * doc/functions/vsprintf.texi: Update.
24495
24496 2007-05-06  Bruno Haible  <bruno@clisp.org>
24497
24498         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
24499         pass the ' flag character to sprintf or snprintf.
24500         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
24501         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
24502         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
24503         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
24504         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
24505         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24506         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
24507         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24508         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24509         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24510         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24511         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24512         * tests/test-snprintf-posix.h (test_function): Also check the grouping
24513         flag.
24514         * tests/test-sprintf-posix.h (test_function): Likewise.
24515         * tests/test-vasnprintf-posix.c (test_function): Likewise.
24516         * tests/test-vasprintf-posix.c (test_function): Likewise.
24517         * doc/functions/fprintf.texi: Update.
24518         * doc/functions/printf.texi: Update.
24519         * doc/functions/snprintf.texi: Update.
24520         * doc/functions/sprintf.texi: Update.
24521         * doc/functions/vfprintf.texi: Update.
24522         * doc/functions/vprintf.texi: Update.
24523         * doc/functions/vsnprintf.texi: Update.
24524         * doc/functions/vsprintf.texi: Update.
24525
24526 2007-05-01  Bruno Haible  <bruno@clisp.org>
24527
24528         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
24529
24530 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
24531
24532         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
24533         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
24534
24535 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24536
24537         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
24538         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
24539         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
24540
24541 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
24542
24543         * lib/argp-help.c (struct hol_entry): New member `ord'.
24544         (HOL_ENTRY_PTRCMP): Use ord for comparison
24545         (hol_sort): Initialize ord.
24546
24547 2007-05-01  Bruno Haible  <bruno@clisp.org>
24548
24549         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
24550         Reported by Eric Blake.
24551         * doc/gnulib.texi (Function Substitutes): Update.
24552
24553 2007-05-01  Bruno Haible  <bruno@clisp.org>
24554
24555         * doc/functions.texi: Remove file, now redundant through
24556         doc/functions/*.texi.
24557
24558 2007-05-01  Bruno Haible  <bruno@clisp.org>
24559
24560         * modules/argp (Depends-on): Add sleep.
24561
24562 2007-05-01  Bruno Haible  <bruno@clisp.org>
24563
24564         * modules/sleep-tests: New file.
24565         * tests/test-sleep.c: New file.
24566
24567         * modules/sleep: New file.
24568         * lib/sleep.c: New file.
24569         * m4/sleep.m4: New file.
24570         * lib/unistd_.h (sleep): New declaration.
24571         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
24572         HAVE_SLEEP.
24573         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
24574         * doc/functions/sleep.texi: Document the sleep module.
24575
24576 2007-05-01  Bruno Haible  <bruno@clisp.org>
24577
24578         * lib/sigprocmask.h: Remove file.
24579         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
24580         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
24581         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
24582         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
24583         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
24584         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
24585         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
24586         HAVE_SIGSET_T as a shell variable.
24587         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
24588         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
24589         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
24590         (Depends-on): Add signal. Remove verify.
24591         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
24592         (Include): Mention <signal.h> instead of sigprocmask.h.
24593         * NEWS: Mention the change.
24594         * lib/fatal-signal.c: Don't include sigprocmask.h.
24595
24596 2007-05-01  Bruno Haible  <bruno@clisp.org>
24597
24598         * modules/signal: New file.
24599         * lib/signal_.h: New file.
24600         * m4/signal_h.m4: New file.
24601
24602 2007-05-01  Bruno Haible  <bruno@clisp.org>
24603
24604         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
24605         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
24606         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
24607         HAVE_WCTYPE_CTMP_BUG into wctype.h.
24608
24609 2007-05-01  Bruno Haible  <bruno@clisp.org>
24610
24611         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
24612         configure time.
24613         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
24614         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
24615         * modules/sys_stat (Makefile.am): Substitute their values into
24616         sys/stat.h.
24617
24618 2007-05-01  Bruno Haible  <bruno@clisp.org>
24619
24620         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
24621         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
24622         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
24623
24624 2007-05-01  Bruno Haible  <bruno@clisp.org>
24625
24626         * doc/header/assert.texi: Undo last change: don't mention the gnulib
24627         'assert' module here.
24628
24629 2007-05-01  Bruno Haible  <bruno@clisp.org>
24630
24631         * doc/functions/*.texi: New files.
24632         * doc/functions/google-ranking.txt: New file.
24633         * doc/gnulib.texi (Function Substitutes): New chapter.
24634         (ctime, inet_ntoa): Remove sections.
24635         * doc/ctime.texi: Remove file.
24636         * doc/inet_ntoa.texi: Remove file.
24637         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
24638         dependencies.
24639         (%.info): New rule, specifying a --reference-limit.
24640
24641 2007-05-01  Bruno Haible  <bruno@clisp.org>
24642
24643         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
24644
24645 2007-05-01  Bruno Haible  <bruno@clisp.org>
24646
24647         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
24648         the portability of 'mkdir' to mingw systems.
24649
24650 2007-05-01  Bruno Haible  <bruno@clisp.org>
24651
24652         * doc/headers/google-ranking.txt: New file.
24653
24654 2007-04-30  Eric Blake  <ebb9@byu.net>
24655
24656         Prefer fseeko to fseek.
24657         * modules/getpass (Depends-on): Add fseeko.
24658         * lib/getpass.c (getpass): Use fseeko, not fseek.
24659
24660 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
24661
24662         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
24663         assumes the sorting is stable, while most qsort implementations
24664         are not.  Use argument addresses to ensure they never compare as
24665         equal.
24666
24667         * tests/test-argp-2.sh (usage-indent test): Fix output
24668         (func_compare): Restore diff options
24669         * tests/test-argp.c: Restore #include "progname.h"
24670
24671 2007-04-29  Bruno Haible  <bruno@clisp.org>
24672
24673         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
24674         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
24675         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
24676         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24677         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
24678         (configure.ac): Define CHECK_SNPRINTF_POSIX.
24679         (TESTS, check_PROGRAMS): Add test-snprintf.
24680         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
24681         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
24682         (TESTS, check_PROGRAMS): Add test-vsnprintf.
24683         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
24684         assertions that fail on HP-UX, OSF/1, or IRIX.
24685         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
24686
24687 2007-04-29  Bruno Haible  <bruno@clisp.org>
24688
24689         * MODULES.html.sh (posix_functions): Remove 'contents'.
24690
24691 2007-04-29  Karl Berry  <karl@gnu.org>
24692
24693         * config/srclist.txt (gendocs_template_min): new entry.
24694
24695 2007-04-29  Bruno Haible  <bruno@clisp.org>
24696
24697         Work around fpurge bug on BSD systems.
24698         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
24699         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
24700         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
24701         fpurge to rpl_fpurge if the system already has this function.
24702         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
24703         the case where the system already has this function. Correct invariants
24704         on BSD systems.
24705         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
24706         BSD systems.
24707
24708 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
24709
24710         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
24711         proposed by Sven Verdoolaege.
24712
24713         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
24714         options.
24715         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
24716         (usage and help tests): Update
24717
24718 2007-04-29  Bruno Haible  <bruno@clisp.org>
24719
24720         * tests/test-fflush.c (main): Use a file of size 17, not 10.
24721         Print more information in case of failure. Disable a test on BeOS.
24722
24723 2007-04-29  Bruno Haible  <bruno@clisp.org>
24724
24725         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
24726         This helps debugging on systems on which no gdb is available.
24727
24728 2007-04-29  Bruno Haible  <bruno@clisp.org>
24729
24730         * lib/freading.h: Improve comments.
24731         * lib/fwriting.h: Likewise.
24732         * tests/test-freading.c (main): Don't check freading immediately after
24733         repositioning. Needed for glibc.
24734
24735 2007-04-29  Bruno Haible  <bruno@clisp.org>
24736
24737         * lib/freading.c (freading): Trivial simplification.
24738
24739 2007-04-28  Bruno Haible  <bruno@clisp.org>
24740
24741         * tests/test-fwriting.c (main): Also test the interaction between
24742         fflush and fwriting.
24743         * modules/fwriting-tests (Depends-on): Add fflush.
24744
24745         * tests/test-freading.c (main): Also test the interaction between
24746         fflush and freading.
24747         * modules/freading-tests (Depends-on): Add fflush.
24748
24749 2007-04-28  Bruno Haible  <bruno@clisp.org>
24750
24751         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
24752         fseeko and ftello.
24753         Suggested by Eric Blake.
24754
24755 2007-04-28  Jim Meyering  <jim@meyering.net>
24756
24757         Avoid false-negative in gl_STDINT_H's C99 conformance test.
24758         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
24759         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
24760
24761 2007-04-27  Eric Blake  <ebb9@byu.net>
24762
24763         * doc/headers/assert.texi (assert.h): Document assert module use.
24764
24765 2007-04-27  Bruno Haible  <bruno@clisp.org>
24766
24767         * doc/headers/*.texi: New files.
24768         * doc/gnulib.texi (Header File Substitutes): New chapter.
24769         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
24770         dependencies.
24771         (standards.info ,standards.html, standards.dvi): Update dependencies.
24772         (mostlyclean, clean): New targets.
24773
24774 2007-04-27  Bruno Haible  <bruno@clisp.org>
24775
24776         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
24777         * modules/sysexits (Files, Makefile.am): Update.
24778
24779         * lib/sys_socket_.h: Renamed from lib/socket_.h.
24780         * modules/sys_socket (Files, Makefile.am): Update.
24781
24782         * lib/sys_stat_.h: Renamed from lib/stat_.h.
24783         * modules/sys_stat (Files, Makefile.am): Update.
24784
24785 2007-04-27  Eric Blake  <ebb9@byu.net>
24786
24787         * lib/freading.h: Improve comments.
24788         * lib/fwriting.h: Likewise.
24789         * lib/fflush.c: Likewise.
24790
24791         Fix closein for mingw.
24792         * modules/closein-tests: Add tests for closein.
24793         * tests/test-closein.c: New file.
24794         * tests/test-closein.sh: Likewise.
24795         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
24796         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
24797
24798 2007-04-27  Bruno Haible  <bruno@clisp.org>
24799
24800         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
24801         version is < 6.
24802         * lib/math_.h [__DECC]: Likewise.
24803         * lib/stdio_.h [__DECC]: Likewise.
24804         * lib/stdlib_.h [__DECC]: Likewise.
24805         * lib/string_.h [__DECC]: Likewise.
24806         * lib/time_.h [__DECC]: Likewise.
24807         * lib/wchar_.h [__DECC]: Likewise.
24808         * lib/wctype_.h [__DECC]: Likewise.
24809
24810 2007-04-27  Bruno Haible  <bruno@clisp.org>
24811
24812         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
24813
24814 2007-04-27  Bruno Haible  <bruno@clisp.org>
24815
24816         * lib/fflush.c: Add comments.
24817         * modules/fpurge-tests (Depends-on): Add fflush.
24818         * modules/freadable-tests (Depends-on): Likewise.
24819         * modules/fwritable-tests (Depends-on): Likewise.
24820
24821 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
24822
24823         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
24824         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
24825         Report by Bruno Haible <bruno@clisp.org>.
24826
24827 2007-04-26  Eric Blake  <ebb9@byu.net>
24828
24829         Fix fflush on mingw.
24830         * modules/fflush (Depends-on): Add freading.
24831         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
24832         but unread data.
24833
24834 2007-04-26  Eric Blake  <ebb9@byu.net>
24835         and Bruno Haible  <bruno@clisp.org>
24836
24837         Implement freading and fwriting.
24838         * lib/freading.c: New file.
24839         * lib/freading.h: Likewise.
24840         * m4/freading.m4: Likewise.
24841         * modules/freading: Likewise.
24842         * modules/freading-tests: Likewise.
24843         * tests/test-freading.c: Likewise.
24844         * lib/fwriting.c: New file.
24845         * lib/fwriting.h: Likewise.
24846         * m4/fwriting.m4: Likewise.
24847         * modules/fwriting: Likewise.
24848         * modules/fwriting-tests: Likewise.
24849         * tests/test-fwriting.c: Likewise.
24850         * MODULES.html.sh (File stream based Input/Output): Mention them.
24851
24852 2007-04-26  Bruno Haible  <bruno@clisp.org>
24853
24854         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
24855         'long' when we assume it.
24856         Suggested by Eric Blake.
24857
24858 2007-04-26  Bruno Haible  <bruno@clisp.org>
24859
24860         Ensure fseeko, ftello are declared on glibc systems.
24861         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
24862         * modules/fseeko (configure.ac-early): Likewise.
24863         * modules/ftello (configure.ac-early): Likewise.
24864         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
24865         AC_FUNC_FSEEKO for this.
24866         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
24867         (gl_CHECK_FSEEKO): Remove macro.
24868
24869 2007-04-26  Bruno Haible  <bruno@clisp.org>
24870
24871         * tests/test-fflush.c (main): Also check the ftell result after
24872         fflush and fseek/fseeko.
24873         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
24874         file descriptor position cache in the stream.
24875         * lib/fseeko.c (rpl_fseeko): Likewise.
24876
24877 2007-04-26  Bruno Haible  <bruno@clisp.org>
24878
24879         * modules/fflush-tests (Depends-on): Add fseeko.
24880
24881 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
24882             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24883
24884         * lib/argz_.h: ensure error_t definition is obtained in same
24885         mechanism system argz.h would have.
24886         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
24887         argz facilities are known bad.  Err on the side of caution if
24888         cross-compiling.
24889
24890 2007-04-25  Eric Blake  <ebb9@byu.net>
24891
24892         * lib/fpurge.c (includes): Use stdlib.h for free.
24893         * tests/test-fflush.c (main): Also test fflush-fseeko.
24894
24895 2007-04-25  Bruno Haible  <bruno@clisp.org>
24896
24897         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
24898         * lib/fseeko.c: New file.
24899         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
24900         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
24901         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
24902         gl_FUNC_FSEEKO.
24903         (gl_FUNC_FSEEKO): Invoke it.
24904         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
24905         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
24906         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
24907
24908 2007-04-25  Bruno Haible  <bruno@clisp.org>
24909
24910         * modules/fflush (Depends-on): Add ftello.
24911
24912 2007-04-25  Bruno Haible  <bruno@clisp.org>
24913
24914         * modules/ftello-tests: New file.
24915         * tests/test-ftello.c: New file.
24916
24917         * modules/ftello: New file.
24918         * m4/ftello.m4: New file.
24919         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
24920         HAVE_FTELLO.
24921         * lib/stdio_.h (ftello): New declaration.
24922         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
24923         HAVE_FTELLO.
24924
24925 2007-04-25  Bruno Haible  <bruno@clisp.org>
24926
24927         * modules/fseeko-tests: New file.
24928         * tests/test-fseeko.c: New file.
24929
24930         * modules/fseeko: New file.
24931         * m4/fseeko.m4: New file.
24932         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
24933         HAVE_FSEEKO.
24934         * lib/stdio_.h (fseeko): New declaration.
24935         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
24936         HAVE_FSEEKO.
24937
24938 2007-04-25  Bruno Haible  <bruno@clisp.org>
24939
24940         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
24941
24942 2007-04-25  Bruno Haible  <bruno@clisp.org>
24943
24944         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
24945         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
24946         * tests/test-unistd.c: Likewise.
24947         * tests/test-fcntl.c: Likewise.
24948
24949 2007-04-23  Eric Blake  <ebb9@byu.net>
24950
24951         * lib/fflush.c: Fix missing include.
24952         Reported by Bruno Haible.
24953
24954 2007-04-23  Bruno Haible  <bruno@clisp.org>
24955
24956         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
24957         Reported by Eric Blake.
24958
24959 2007-04-23  Bruno Haible  <bruno@clisp.org>
24960
24961         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
24962
24963 2007-04-23  Bruno Haible  <bruno@clisp.org>
24964
24965         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
24966
24967 2007-04-23  Bruno Haible  <bruno@clisp.org>
24968
24969         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
24970         Needed on HP-UX 11.
24971
24972 2007-04-16  Eric Blake  <ebb9@byu.net>
24973
24974         Make fflush rely on fpurge.
24975         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
24976         open coding all variants.
24977         * modules/fflush (Depends-on): Add fpurge and unistd.
24978         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
24979         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
24980
24981         Fix --with-tests compilation on cygwin.
24982         * modules/argmatch-tests (Makefile.am): List gnulib library first
24983         in LDADD.
24984         * modules/argp-tests (Makefile.am): Likewise.
24985         * modules/array-list-tests (Makefile.am): Likewise.
24986         * modules/array-oset-tests (Makefile.am): Likewise.
24987         * modules/avltree-list-tests (Makefile.am): Likewise.
24988         * modules/avltree-oset-tests (Makefile.am): Likewise.
24989         * modules/avltreehash-list-tests (Makefile.am): Likewise.
24990         * modules/carray-list-tests (Makefile.am): Likewise.
24991         * modules/dirname-tests (Makefile.am): Likewise.
24992         * modules/frexp-tests (Makefile.am): Likewise.
24993         * modules/isnanl-tests (Makefile.am): Likewise.
24994         * modules/linked-list-tests (Makefile.am): Likewise.
24995         * modules/linkedhash-list-tests (Makefile.am): Likewise.
24996         * modules/lock-tests (Makefile.am): Likewise.
24997         * modules/rbtree-list-tests (Makefile.am): Likewise.
24998         * modules/rbtree-oset-tests (Makefile.am): Likewise.
24999         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
25000         * modules/tls-tests (Makefile.am): Likewise.
25001         * modules/tsearch-tests (Makefile.am): Likewise.
25002         * modules/xvasprintf-tests (Makefile.am): Likewise.
25003
25004         Fix fpurge for cygwin.
25005         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
25006         value.
25007         * modules/fpurge-tests (Depends-on): Clean up trash.
25008
25009 2007-04-16  Simon Josefsson  <simon@josefsson.org>
25010
25011         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
25012
25013         * m4/autobuild.m4: Re-indent.
25014
25015 2007-04-13  Bruno Haible  <bruno@clisp.org>
25016
25017         * modules/fpurge-tests: New file.
25018         * tests/test-fpurge.c: New file.
25019
25020         * modules/fpurge: New file.
25021         * lib/fpurge.h: New file.
25022         * lib/fpurge.c: New file.
25023         * m4/fpurge.m4: New file.
25024
25025 2007-04-13  Bruno Haible  <bruno@clisp.org>
25026
25027         * modules/fbufmode-tests: New file.
25028         * tests/test-fbufmode.c: New file.
25029
25030         * modules/fbufmode: New file.
25031         * lib/fbufmode.h: New file.
25032         * lib/fbufmode.c: New file.
25033         * m4/fbufmode.m4: New file.
25034
25035 2007-04-13  Bruno Haible  <bruno@clisp.org>
25036
25037         * modules/fwritable-tests: New file.
25038         * tests/test-fwritable.c: New file.
25039
25040         * modules/fwritable: New file.
25041         * lib/fwritable.h: New file.
25042         * lib/fwritable.c: New file.
25043         * m4/fwritable.m4: New file.
25044
25045 2007-04-13  Bruno Haible  <bruno@clisp.org>
25046
25047         * modules/freadable-tests: New file.
25048         * tests/test-freadable.c: New file.
25049
25050         * modules/freadable: New file.
25051         * lib/freadable.h: New file.
25052         * lib/freadable.c: New file.
25053         * m4/freadable.m4: New file.
25054
25055 2007-04-13  Bruno Haible  <bruno@clisp.org>
25056
25057         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
25058         MOSTLYCLEANFILES.
25059
25060 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
25061
25062         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
25063         gzip bootstrap.conf to avoid dragging in i18n machinery.
25064         (gnulib_tool_option): Use it.
25065
25066 2007-04-13  Bruno Haible  <bruno@clisp.org>
25067
25068         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
25069         %F directives.
25070         * tests/test-vasprintf-posix.c (test_function): Likewise.
25071         * tests/test-snprintf-posix.h (test_function): Likewise.
25072         * tests/test-sprintf-posix.h (test_function): Likewise.
25073         * tests/test-fprintf-posix.h (test_function): Likewise.
25074         * tests/test-printf-posix.h (test_function): Likewise.
25075         * tests/test-fprintf-posix.out: Likewise.
25076
25077 2007-04-13  Bruno Haible  <bruno@clisp.org>
25078
25079         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
25080         * modules/tls-tests (configure.ac): Likewise.
25081         Reported by Arto C. Nirkko <anirkko@insel.ch>.
25082
25083 2007-04-13  Bruno Haible  <bruno@clisp.org>
25084
25085         * lib/tls.c (glthread_tls_get): Fix return type.
25086         Patch by Arto C. Nirkko <anirkko@insel.ch>.
25087
25088 2007-04-12  Eric Blake  <ebb9@byu.net>
25089
25090         * modules/gettime (Depends-on): Remove gettime.
25091         Reported by Dmitry V. Levin.
25092
25093 2007-04-12  Bruno Haible  <bruno@clisp.org>
25094
25095         * modules/fflush (Include): Mention <stdio.h>.
25096         * modules/strtoimax (Include): Mention <inttypes.h>.
25097         * modules/strtoumax (Include): Likewise.
25098
25099 2007-04-12  Eric Blake  <ebb9@byu.net>
25100
25101         * .cvsignore: New file.
25102         * .gitignore: Likewise.
25103
25104 2007-04-12  Bruno Haible  <bruno@clisp.org>
25105
25106         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
25107         not before, since $(LDADD) often contains libgnu.a.
25108         * modules/striconv-tests (test_striconv_LDADD): Likewise.
25109         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
25110         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
25111         Needed on Cygwin.
25112
25113 2007-04-12  Eric Blake  <ebb9@byu.net>
25114
25115         Work around glibc's failure to flush stdin on fclose.
25116         * lib/closein.c (close_stdin): Flush stdin before closing.
25117
25118         Work around glibc's failure to reset seekable stdin on exit.
25119         * modules/closein: New module.
25120         * lib/closein.c: New file.
25121         * lib/closein.h: Likewise.
25122         * m4/closein.m4: Likewise.
25123         * MODULES.html.sh (File stream based Input/Output): Document it.
25124
25125 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25126
25127         * gnulib-tool: Rename generated 'autobuild' script to
25128         'do-autobuild' in --create-megatestdir output.
25129
25130         * doc/gnulib.texi (Build robot for gnulib): Fix.
25131
25132 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25133
25134         * modules/sysexits (Depends-on): Add absolute-header.
25135
25136 2007-04-12  Eric Blake  <ebb9@byu.net>
25137
25138         No need to preserve errno on success.
25139         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
25140         Reported by Bruno Haible.
25141
25142 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25143
25144         * MODULES.html.sh (Support for maintaining and releasing
25145         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
25146
25147 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25148
25149         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
25150
25151 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25152
25153         * modules/autobuild: New module.
25154
25155         * m4/autobuild.m4: New file.
25156
25157 2007-04-11  Bruno Haible  <bruno@clisp.org>
25158
25159         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
25160         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
25161         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
25162         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
25163         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25164         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25165         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25166         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25167         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25168         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25169         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
25170         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25171         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25172         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
25173         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25174         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25175         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
25176         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25177         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25178         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
25179         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25180         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25181         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
25182         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25183         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25184         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
25185         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25186         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25187         Reported by Eric Blake.
25188
25189 2007-04-11  Bruno Haible  <bruno@clisp.org>
25190
25191         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
25192
25193 2007-04-10  Bruno Haible  <bruno@clisp.org>
25194
25195         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
25196         for NaN and Infinity. Needed on FreeBSD 6.1.
25197         * tests/test-vasnprintf-posix.c (test_function): Undo last change
25198         regarding results for "%010a" of Infinity and NaN.
25199         * tests/test-vasprintf-posix.c (test_function): Likewise.
25200         * tests/test-snprintf-posix.h (test_function): Likewise.
25201         * tests/test-sprintf-posix.h (test_function): Likewise.
25202         * tests/test-fprintf-posix.h (test_function): Likewise.
25203         * tests/test-printf-posix.h (test_function): Likewise.
25204         * tests/test-fprintf-posix.out: Likewise.
25205
25206 2007-04-10  Bruno Haible  <bruno@clisp.org>
25207
25208         * modules/locale-tests: New file.
25209         * tests/test-locale.c: New file.
25210
25211         * modules/locale: New file.
25212         * lib/locale_.h: New file.
25213         * m4/locale_h.m4: New file.
25214
25215 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
25216             Bruno Haible  <bruno@clisp.org>
25217
25218         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
25219         be determined, test for availability of the copysignf, copysign,
25220         copysignl functions.
25221         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
25222         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
25223         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
25224
25225 2007-04-09  Eric Blake  <ebb9@byu.net>
25226
25227         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
25228         * modules/stdio (Makefile.am): Support fflush.
25229         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
25230         * modules/fflush: New file.
25231         * lib/fflush.c: Likewise.
25232         * m4/fflush.m4: Likewise.
25233         * modules/fflush-tests: New test.
25234         * tests/test-fflush.c: Likewise.
25235         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
25236
25237 2007-04-06  Bruno Haible  <bruno@clisp.org>
25238
25239         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
25240         (VASNPRINTF): Use signbit for faster determination whether to print a
25241         minus sign.
25242         * modules/vasnprintf (Files): Remove lib/float+.h.
25243         * modules/fprintf-posix (Depends-on): Add signbit.
25244         * modules/snprintf-posix (Depends-on): Likewise.
25245         * modules/sprintf-posix (Depends-on): Likewise.
25246         * modules/vasnprintf-posix (Depends-on): Likewise.
25247         * modules/vasprintf-posix (Depends-on): Likewise.
25248         * modules/vfprintf-posix (Depends-on): Likewise.
25249         * modules/vsnprintf-posix (Depends-on): Likewise.
25250         * modules/vsprintf-posix (Depends-on): Likewise.
25251
25252 2007-04-06  Bruno Haible  <bruno@clisp.org>
25253
25254         * tests/test-frexp.c (main): Test also the sign bit of zero results.
25255         * tests/test-frexpl.c (main): Likewise.
25256         * tests/test-ldexpl.c (main): Likewise.
25257         * modules/frexp-tests (Depends-on): Add signbit.
25258         * modules/frexpl-tests (Depdends-on): Likewise.
25259         * modules/ldexpl-tests (Depdends-on): Likewise.
25260
25261 2007-04-06  Bruno Haible  <bruno@clisp.org>
25262
25263         * modules/signbit-tests: New file.
25264         * tests/test-signbit.c: New file.
25265
25266         * modules/signbit: New file.
25267         * lib/signbitf.c: New file.
25268         * lib/signbitd.c: New file.
25269         * lib/signbitl.c: New file.
25270         * m4/signbit.m4: New file.
25271         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
25272         (signbit): New macro.
25273         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
25274         REPLACE_SIGNBIT.
25275         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
25276         REPLACE_FREXPL into math.h.
25277
25278 2007-04-06  Bruno Haible  <bruno@clisp.org>
25279
25280         * modules/isnanf-nolibm-tests: New file.
25281         * tests/test-isnanf.c: New file.
25282
25283         * modules/isnanf-nolibm: New file.
25284         * lib/isnanf.h: New file.
25285         * lib/isnanf.c: New file.
25286         * lib/isnan.c: Consider the USE_FLOAT macro.
25287         * m4/isnanf.m4: New file.
25288
25289 2007-04-06  Bruno Haible  <bruno@clisp.org>
25290
25291         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
25292         (Link): New section.
25293
25294         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
25295
25296 2007-04-06  Bruno Haible  <bruno@clisp.org>
25297
25298         Assume the 'long double' type.
25299         * m4/longdouble.m4: Remove file.
25300         * config/srclist.txt: Don't mention longdouble.m4.
25301         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
25302         * lib/float+.h: Likewise.
25303         * lib/frexp.c: Likewise.
25304         * lib/printf-args.h: Likewise.
25305         * lib/printf-args.c: Likewise.
25306         * lib/printf-frexp.c: Likewise.
25307         * lib/printf-parse.c: Likewise.
25308         * lib/vasnprintf.c: Likewise.
25309         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
25310         * m4/intl.m4: Likewise.
25311         * m4/isnanl.m4: Likewise.
25312         * m4/printf.m4: Likewise.
25313         * m4/printf-frexpl.m4: Likewise.
25314         * m4/vasnprintf.m4: Likewise.
25315         * modules/allocsa (Files): Remove m4/longdouble.m4.
25316         * modules/gettext (Files): Likewise.
25317         * modules/relocatable-prog-wrapper (Files): Likewise.
25318         * modules/vasnprintf (Files): Likewise.
25319         * modules/isnanl (Files): Likewise.
25320         (Include): Simplify.
25321         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
25322         (Include): Simplify.
25323         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
25324         (Include): Simplify.
25325         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
25326         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
25327         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
25328         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
25329         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
25330         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
25331         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
25332         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
25333         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
25334         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
25335         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
25336         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
25337         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
25338         * tests/test-isnanl.c: Likewise.
25339         * tests/test-snprintf-posix.h: Likewise.
25340         * tests/test-sprintf-posix.h: Likewise.
25341         * tests/test-vasnprintf-posix.c: Likewise.
25342         * tests/test-vasnprintf-posix2.c: Likewise.
25343         * tests/test-vasprintf-posix.c: Likewise.
25344
25345 2007-04-06  Bruno Haible  <bruno@clisp.org>
25346
25347         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
25348         * lib/math_.h [__DECC]: Include the overridden include file through
25349         #include_next, outside the double-inclusion guard.
25350         * lib/stdio_.h [__DECC]: Likewise.
25351         * lib/stdlib_.h [__DECC]: Likewise.
25352         * lib/string_.h [__DECC]: Likewise.
25353         * lib/time_.h [__DECC]: Likewise.
25354         * lib/wchar_.h [__DECC]: Likewise.
25355         * lib/wctype_.h [__DECC]: Likewise.
25356         * lib/inttypes_.h [__DECC]: Likewise.
25357         Reported by Albert Chin <china@thewrittenword.com> in
25358         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
25359
25360 2007-04-04  Eric Blake  <ebb9@byu.net>
25361
25362         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
25363         1.5.x.
25364
25365 2007-04-04  Bruno Haible  <bruno@clisp.org>
25366
25367         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
25368         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
25369
25370 2007-04-04  Bruno Haible  <bruno@clisp.org>
25371
25372         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
25373         results for "%010a" of Infinity and NaN.
25374         * tests/test-vasprintf-posix.c (test_function): Likewise.
25375         * tests/test-snprintf-posix.h (test_function): Likewise.
25376         * tests/test-sprintf-posix.h (test_function): Likewise.
25377         * tests/test-fprintf-posix.h (test_function): Remove these tests.
25378         * tests/test-printf-posix.h (test_function): Likewise.
25379         * tests/test-fprintf-posix.out: Update.
25380         Needed for FreeBSD 6.1.
25381
25382 2007-04-04  Bruno Haible  <bruno@clisp.org>
25383
25384         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
25385         directly used by the gnulib modules nor by gnulib-tool.
25386
25387 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
25388
25389         * DEPENDENCIES: Give overall description of version dependency
25390         desirability.  Use more-typical names for apps.
25391         Add shell, coreutils, diffutils, grep, tar, gzip.
25392
25393 2007-04-04  Simon Josefsson  <simon@josefsson.org>
25394
25395         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
25396
25397 2007-04-04  Karl Berry  <karl@gnu.org>
25398
25399         * MODULES.html.sh (func_module): missing '.
25400
25401 2007-04-03  Bruno Haible  <bruno@clisp.org>
25402
25403         * modules/argmatch-tests (Makefile.am): New variable
25404         test_argmatch_LDADD.
25405         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
25406         * modules/array-list-tests (Makefile.am): New variable
25407         test_array_list_LDADD.
25408         * modules/array-oset-tests (Makefile.am): New variable
25409         test_array_oset_LDADD.
25410         * modules/avltree-list-tests (Makefile.am): New variable
25411         test_avltree_list_LDADD.
25412         * modules/avltree-oset-tests (Makefile.am): New variable
25413         test_avltree_oset_LDADD.
25414         * modules/avltreehash-list-tests (Makefile.am): New variable
25415         test_avltreehash_list_LDADD.
25416         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
25417         test_canonicalize_lgpl_LDADD.
25418         * modules/carray-list-tests (Makefile.am): New variable
25419         test_carray_list_LDADD.
25420         * modules/dirname-tests (Makefile.am): New variable
25421         test_dirname_LDADD.
25422         * modules/linked-list-tests (Makefile.am): New variable
25423         test_linked_list_LDADD.
25424         * modules/linkedhash-list-tests (Makefile.am): New variable
25425         test_linkedhash_list_LDADD.
25426         * modules/rbtree-list-tests (Makefile.am): New variable
25427         test_rbtree_list_LDADD.
25428         * modules/rbtree-oset-tests (Makefile.am): New variable
25429         test_rbtree_oset_LDADD.
25430         * modules/rbtreehash-list-tests (Makefile.am): New variable
25431         test_rbtreehash_list_LDADD.
25432         * modules/xvasprintf-tests (Makefile.am): New variable
25433         test_xvasprintf_LDADD.
25434         Reported by Eric Blake.
25435
25436 2007-04-03  Eric Blake  <ebb9@byu.net>
25437
25438         * DEPENDENCIES: Weaken m4 requirements.
25439
25440 2007-04-03  Bruno Haible  <bruno@clisp.org>
25441
25442         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
25443         * modules/isnanl-tests (configure.ac): Likewise.
25444
25445 2007-04-03  Ben Pfaff  <blp@gnu.org>
25446
25447         * modules/iconv_open: Add $(srcdir)/ to source directory
25448         references in Makefile fragments that call gperf, to fix VPATH
25449         builds.
25450
25451 2007-04-03  Bruno Haible  <bruno@clisp.org>
25452
25453         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
25454         * lib/ldexpl.c: Undo last change.
25455
25456 2007-04-03  Bruno Haible  <bruno@clisp.org>
25457
25458         * modules/printf-frexpl (Depends-on): Undo last change.
25459         (Files): Add m4/ldexpl.m4.
25460
25461 2007-04-03  Bruno Haible  <bruno@clisp.org>
25462
25463         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
25464         * modules/isnanl (Link): New section.
25465
25466         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
25467         * modules/frexp (Link): New section.
25468
25469         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
25470         * modules/frexpl (Link): New section.
25471
25472         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
25473         * modules/ldexpl (Link): New section.
25474
25475 2007-04-03  Bruno Haible  <bruno@clisp.org>
25476
25477         * modules/TEMPLATE-EXTENDED: New file.
25478         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
25479
25480 2007-04-03  Bruno Haible  <bruno@clisp.org>
25481
25482         * DEPENDENCIES: New file.
25483         Suggested by Simon Josefsson.
25484
25485 2007-04-03  Bruno Haible  <bruno@clisp.org>
25486
25487         * doc/gnulib.texi: Escape @.
25488
25489 2007-04-03  James Youngman  <jay@gnu.org>
25490         and Paul Eggert  <eggert@cs.ucla.edu>
25491
25492         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
25493         birthtime on all systems that have birthtime, not just those which
25494         use st_birthtimensec rather than st_birthtim.  Putting zero in
25495         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
25496         that the birth time is not available for files on an NFS mount.
25497
25498 2007-04-03  Simon Josefsson  <simon@josefsson.org>
25499
25500         * modules/memxor: Move back from crypto/, suggested by Bruno.
25501         * modules/crypto/hmac-sha1: Fix memxor dependency.
25502
25503         * modules/crypto/gc: Moved from ../.
25504
25505 2007-04-02  Eric Blake  <ebb9@byu.net>
25506
25507         * lib/ldexpl.c (includes): Avoid libm.
25508
25509         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
25510
25511 2007-04-02  Bruno Haible  <bruno@clisp.org>
25512
25513         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
25514         on IRIX.
25515
25516 2007-04-02  Bruno Haible  <bruno@clisp.org>
25517
25518         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
25519         x86 or x86_64 platforms running MacOS X.
25520         Reported by Ryan Schmidt <@ryandesign.com>.
25521
25522 2007-04-02  Bruno Haible  <bruno@clisp.org>
25523
25524         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
25525         i386.
25526
25527 2007-04-01  Simon Josefsson  <simon@josefsson.org>
25528
25529         * modules/crypto/arcfour: Moved from ../.
25530         * modules/crypto/arcfour-tests: Moved from ../.
25531         * modules/crypto/arctwo: Moved from ../.
25532         * modules/crypto/arctwo-tests: Moved from ../.
25533         * modules/crypto/des: Moved from ../.
25534         * modules/crypto/des-tests: Moved from ../.
25535         * modules/crypto/gc-arcfour: Moved from ../.
25536         * modules/crypto/gc-arcfour-tests: Moved from ../.
25537         * modules/crypto/gc-arctwo: Moved from ../.
25538         * modules/crypto/gc-arctwo-tests: Moved from ../.
25539         * modules/crypto/gc-des: Moved from ../.
25540         * modules/crypto/gc-des-tests: Moved from ../.
25541         * modules/crypto/gc-hmac-md5: Moved from ../.
25542         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
25543         * modules/crypto/gc-hmac-sha1: Moved from ../.
25544         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
25545         * modules/crypto/gc-md2: Moved from ../.
25546         * modules/crypto/gc-md2-tests: Moved from ../.
25547         * modules/crypto/gc-md4: Moved from ../.
25548         * modules/crypto/gc-md4-tests: Moved from ../.
25549         * modules/crypto/gc-md5: Moved from ../.
25550         * modules/crypto/gc-md5-tests: Moved from ../.
25551         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
25552         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
25553         * modules/crypto/gc-random: Moved from ../.
25554         * modules/crypto/gc-rijndael: Moved from ../.
25555         * modules/crypto/gc-rijndael-tests: Moved from ../.
25556         * modules/crypto/gc-sha1: Moved from ../.
25557         * modules/crypto/gc-sha1-tests: Moved from ../.
25558         * modules/crypto/gc-tests: Moved from ../.
25559         * modules/crypto/hmac-md5: Moved from ../.
25560         * modules/crypto/hmac-md5-tests: Moved from ../.
25561         * modules/crypto/hmac-sha1: Moved from ../.
25562         * modules/crypto/hmac-sha1-tests: Moved from ../.
25563         * modules/crypto/md2: Moved from ../.
25564         * modules/crypto/md2-tests: Moved from ../.
25565         * modules/crypto/md4: Moved from ../.
25566         * modules/crypto/md4-tests: Moved from ../.
25567         * modules/crypto/md5: Moved from ../.
25568         * modules/crypto/md5-tests: Moved from ../.
25569         * modules/crypto/memxor: Moved from ../.
25570         * modules/crypto/rijndael: Moved from ../.
25571         * modules/crypto/rijndael-tests: Moved from ../.
25572         * modules/crypto/sha1: Moved from ../.
25573
25574 2007-03-30  James Youngman  <jay@gnu.org>
25575
25576         * tests/test-stat-time.c (prepare_test): use chmod() rather than
25577         rename() to change the ctime of a file (because ctime is unaffected
25578         by rename on jfs2 on AIX 5.1).
25579         (main): Start by doing cleanup, in case a previous run failed leaving
25580         test files behind.
25581
25582 2007-03-31  Bruno Haible  <bruno@clisp.org>
25583
25584         Support old proprietary implementations of iconv.
25585         * modules/iconv_open: New file.
25586         * lib/iconv_.h: New file.
25587         * m4/iconv_h.m4: New file.
25588         * lib/iconv_open.c: New file.
25589         * lib/iconv_open-aix.gperf: New file.
25590         * lib/iconv_open-hpux.gperf: New file.
25591         * lib/iconv_open-irix.gperf: New file.
25592         * lib/iconv_open-osf.gperf: New file.
25593         * m4/iconv_open.m4: New file.
25594         * modules/linebreak (Depends-on): Add iconv_open.
25595         * modules/striconv (Depends-on): Likewise.
25596         * modules/striconveh (Depends-on): Likewise.
25597         * modules/unicodeio (Depends-on): Likewise.
25598         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
25599         (iconv_t)(-1).
25600         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
25601         conversion if cd is (iconv_t)(-1).
25602         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
25603         is not possible.
25604
25605 2007-03-31  Bruno Haible  <bruno@clisp.org>
25606
25607         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
25608         work on Solaris either. Protect also second use of "autodetect_jp".
25609
25610 2007-03-31  Bruno Haible  <bruno@clisp.org>
25611
25612         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
25613         the function is not present.
25614
25615 2007-03-31  Bruno Haible  <bruno@clisp.org>
25616
25617         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
25618         the function is not present.
25619
25620 2007-03-31  Bruno Haible  <bruno@clisp.org>
25621
25622         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
25623         a bug in HP-UX iconv_open().
25624
25625 2007-03-31  Bruno Haible  <bruno@clisp.org>
25626
25627         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
25628         (Mathematics <math.h>): New section, add fpieee.
25629         (Input/output <stdio.h>): Add fseterr.
25630         (Mathematics <math.h>): New section, add printf-frexp.
25631         (Container data structures): Add sublist.
25632         (Core language properties): Add fpucw, inline.
25633         (Functions for greatest-width integer types <inttypes.h>): Add
25634         imaxabs, imaxdiv, inttypes.
25635         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
25636         isnanl-nolibm, ldexp.
25637         (Mathematics <math.h>): New section, add printf-frexpl.
25638         (Support for systems lacking POSIX:2001): Add fprintf-posix,
25639         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
25640         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
25641         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
25642         (Unicode string functions): Add unistr/u*-mbtoucr.
25643         (Java): Add javacomp-script, javaexec-script.
25644         (C#): Add csharpcomp-script, csharpexec-script.
25645         (Support for building libraries and executables): Add havelib,
25646         relocatable-*.
25647         (Support for maintaining and releasing projects): Renamed from
25648         'Support for maintaining and release projects'. Add announce-gen.
25649
25650 2007-03-31  Bruno Haible  <bruno@clisp.org>
25651
25652         * README: Talk primarily about git.
25653         (git and CVS): Renamed from CVS.
25654         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
25655         gnulib is available through git.
25656         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
25657
25658 2007-03-30  Bruno Haible  <bruno@clisp.org>
25659
25660         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
25661         * lib/poll_.h: Likewise.
25662         * lib/stat_.h: Likewise.
25663         * lib/sys_time_.h: Likewise.
25664         * lib/sysexit_.h: Likewise.
25665         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
25666         * lib/stdbool_.h: Likewise.
25667         * lib/byteswap_.h: Add double-inclusion guard.
25668
25669 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
25670
25671         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
25672
25673 2007-03-30  Karl Berry  <karl@gnu.org>
25674
25675         * config/srclist-update: double space after USA in the license
25676         substitution, since that's how it's usually (?) written.
25677
25678 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
25679
25680         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
25681         reported by Bruno Haible.
25682
25683 2007-03-29  Bruno Haible  <bruno@clisp.org>
25684
25685         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
25686         a bug in AIX iconv().
25687
25688 2007-03-29  Bruno Haible  <bruno@clisp.org>
25689
25690         * modules/ldexpl-tests: New file.
25691         * tests/test-ldexpl.c: New file.
25692
25693 2007-03-29  Bruno Haible  <bruno@clisp.org>
25694
25695         * lib/ldexpl.c: Include fpucw.h.
25696         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
25697         multiplication.
25698         * modules/ldexpl (Depends-on): Add fpucw.
25699
25700 2007-03-29  Bruno Haible  <bruno@clisp.org>
25701
25702         * modules/ldexpl: New file.
25703         * m4/ldexpl.m4: New file.
25704         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
25705         set.
25706         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
25707         REPLACE_LDEXPL.
25708         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
25709         REPLACE_LDEXPL.
25710         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
25711         gl_FUNC_LDEXPL_WORKS.
25712         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
25713         * modules/mathl (Files): Remove lib/ldexpl.c.
25714         (Depends-on): Add ldexpl.
25715
25716 2007-03-29  Bruno Haible  <bruno@clisp.org>
25717
25718         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
25719
25720 2007-03-29  Bruno Haible  <bruno@clisp.org>
25721
25722         * tests/test-striconveh.c (main): Don't assume that a direct conversion
25723         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
25724         and possibly also HP-UX.
25725         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
25726         work on AIX, IRIX, HP-UX, OSF/1.
25727         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
25728         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
25729         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
25730         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
25731         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
25732         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
25733
25734 2007-03-29  Bruno Haible  <bruno@clisp.org>
25735
25736         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
25737
25738 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
25739
25740         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
25741         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
25742
25743 2007-03-29  Eric Blake  <ebb9@byu.net>
25744
25745         * lib/acl-internal.h: Remove redundant include.
25746         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
25747         Cygwin when a file is locked.
25748
25749 2007-03-29  Bruno Haible  <bruno@clisp.org>
25750
25751         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
25752         file.
25753         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
25754
25755 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
25756
25757         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
25758         try to remove a parent directory if the child couldn't be removed
25759         (except for the first rmdir, which could fail because the child
25760         doesn't exist).  Problem reported by Jeff Blaine in
25761         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
25762
25763 2007-03-28  Bruno Haible  <bruno@clisp.org>
25764
25765         * lib/striconveh.c (utf8conv_carefully): New function.
25766         (mem_cd_iconveh_internal): Invoke it.
25767
25768 2007-03-28  Bruno Haible  <bruno@clisp.org>
25769
25770         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
25771         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
25772         input.
25773         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
25774         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
25775         unistr/u8-uctomb.
25776
25777 2007-03-28  Bruno Haible  <bruno@clisp.org>
25778
25779         * modules/unistr/u8-mbtoucr: New file.
25780         * lib/unistr/u8-mbtoucr.c: New file.
25781         * modules/unistr/u16-mbtoucr: New file.
25782         * lib/unistr/u16-mbtoucr.c: New file.
25783         * modules/unistr/u16-mbtoucr: New file.
25784         * lib/unistr/u16-mbtoucr.c: New file.
25785         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
25786
25787 2007-03-27  Simon Josefsson  <simon@josefsson.org>
25788             Bruno Haible  <bruno@clisp.org>
25789
25790         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
25791         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
25792         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
25793
25794         * m4/stdio_h.m4: Add stubs for vasprintf too.
25795
25796         * modules/stdio: Support vasprintf in sed command.
25797
25798         * modules/vasprintf: Depend on stdio for prototypes.  Remove
25799         vasprintf.h.  Add stdio module indicator.
25800
25801         * lib/stdio_.h: Declare asprintf and vasprintf, based on
25802         vasprintf.h.
25803
25804         * lib/vasprintf.h: File removed.
25805
25806         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
25807         * lib/vasprintf.c: Ditto.
25808         * lib/xvasprintf.c: Ditto.
25809         * tests/test-vasprintf-posix.c: Ditto.
25810         * tests/test-vasprintf.c: Ditto.
25811
25812 2007-03-27  Bruno Haible  <bruno@clisp.org>
25813
25814         Make vasnprintf multithread-safe.
25815         * lib/vasnprintf.c (decimal_point_char): New function.
25816         (VASNPRINTF): Use it.
25817         Suggested by Simon Josefsson.
25818
25819 2007-03-27  Eric Blake  <ebb9@byu.net>
25820
25821         Support sub-second birthtime on cygwin.
25822         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
25823         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
25824         (get_stat_birthtime): Also work with st_birthtim.
25825
25826 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
25827
25828         * lib/stat-time.h (USE_BIRTHTIME): Remove.
25829         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
25830         (get_stat_birthtime_ns): Do not try to use "spare" fields.
25831         (get_stat_birthtime_ns): Simplify compile-time tests.
25832         (get_stat_birthtime): Change the API to look like
25833         get_stat_mtime etc., except return a negative tv_nsec on error.
25834         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
25835         Don't check for "spare" fields.
25836         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
25837         or for struct stat.st_birthtime, as these tests aren't used.
25838         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
25839
25840 2007-03-27  Bruno Haible  <bruno@clisp.org>
25841
25842         * lib/stat-time.h: Include <sys/stat.h>.
25843
25844 2007-03-27  James Youngman  <jay@gnu.org>
25845
25846         * lib/stat-time.h (get_stat_birthtime): New function for
25847           retrieving st_birthtime as provided by UFS2 (hence *BSD).
25848         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
25849           and its variants.
25850         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
25851         * modules/stat-time-test: New file.
25852         * tests/test-stat-time.c: New test, devised by Bruno Haible.
25853
25854 2007-03-26  Bruno Haible  <bruno@clisp.org>
25855
25856         Better support of signalling NaNs.
25857         * lib/atanl.c: Include isnanl.h.
25858         (atanl): Perform test for NaN at the beginning of the function and
25859         through a call to isnanl.
25860         * lib/cosl.c: Include isnanl.h.
25861         (cosl): Perform test for NaN at the beginning of the function and
25862         through a call to isnanl.
25863         * lib/ldexpl.c: Include isnanl.h.
25864         (ldexpl): Perform test for NaN through a call to isnanl.
25865         * lib/logl.c: Include isnanl.h.
25866         (logl): Perform test for NaN at the beginning of the function and
25867         through a call to isnanl.
25868         * lib/sinl.c: Include isnanl.h.
25869         (sinl): Perform test for NaN at the beginning of the function and
25870         through a call to isnanl.
25871         * lib/sqrtl.c: Include isnanl.h.
25872         (sqrtl): Perform test for NaN at the beginning of the function and
25873         through a call to isnanl.
25874         * lib/tanl.c: Include isnanl.h.
25875         (tanl): Perform test for NaN at the beginning of the function and
25876         through a call to isnanl.
25877         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
25878         * modules/mathl (Depends-on): Add isnanl.
25879
25880 2007-03-26  Eric Blake  <ebb9@byu.net>
25881
25882         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
25883         regression in logic sense of previous patch.
25884
25885 2007-03-26  Bruno Haible  <bruno@clisp.org>
25886
25887         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
25888         unportable shell command "if ! ...".
25889         Reported by Ralf Wildenhues.
25890
25891 2007-03-25  Bruno Haible  <bruno@clisp.org>
25892
25893         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
25894         <sysexits.h> file, and only add EX_CONFIG.
25895         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
25896         absolute file name and whether it is sufficient. Substitute also
25897         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
25898         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
25899         ABSOLUTE_SYSEXITS_H into sysexits.h.
25900
25901 2007-03-25  Bruno Haible  <bruno@clisp.org>
25902
25903         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
25904         hints is NULL.
25905
25906 2007-03-25  Bruno Haible  <bruno@clisp.org>
25907
25908         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
25909         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
25910
25911 2007-03-25  Bruno Haible  <bruno@clisp.org>
25912
25913         * lib/vasnprintf.c: Include langinfo.h.
25914         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
25915         multithread-safe.
25916         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
25917         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
25918         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25919         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25920         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25921         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25922         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25923         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
25924         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25925         Reported by Simon Josefsson.
25926
25927 2007-03-25  Bruno Haible  <bruno@clisp.org>
25928
25929         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
25930         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
25931         * modules/vasnprintf (Depends-on): Add stdint.
25932
25933 2007-03-25  Bruno Haible  <bruno@clisp.org>
25934
25935         * modules/fpieee: New file.
25936         * m4/fpieee.m4: New file.
25937         * modules/isnan-nolibm (Depends-on): Add fpieee.
25938         * modules/isnanl-nolibm (Depends-on): Add fpieee.
25939         * modules/isnanl (Depends-on): Add fpieee.
25940
25941 2007-03-25  Bruno Haible  <bruno@clisp.org>
25942
25943         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
25944
25945 2007-03-25  Bruno Haible  <bruno@clisp.org>
25946
25947         Avoid test failures on IRIX 6.5.
25948         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
25949         (main): Use it.
25950         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
25951         macros.
25952         (main): Use them.
25953
25954 2007-03-25  Bruno Haible  <bruno@clisp.org>
25955
25956         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
25957         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
25958         exists but doesn't work.
25959         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
25960         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
25961         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
25962         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
25963
25964 2007-03-25  Bruno Haible  <bruno@clisp.org>
25965
25966         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
25967         returns inf. Needed on IRIX 6.5.
25968
25969 2007-03-25  Bruno Haible  <bruno@clisp.org>
25970
25971         * tests/test-frexpl.c: Include isnanl-nolibm.h.
25972         (main): Use isnanl instead of x != x idiom.
25973         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
25974
25975         * tests/test-frexp.c: Include isnan.h.
25976         (main): Use isnan instead of x != x idiom.
25977         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
25978
25979 2007-03-25  Bruno Haible  <bruno@clisp.org>
25980
25981         * tests/test-frexp.c (NaN): New function/macro.
25982         (main): Use it instead of 0.0 / 0.0.
25983         * tests/test-isnan.c (NaN): New function/macro.
25984         (main): Use it instead of 0.0 / 0.0.
25985         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
25986         (test_function): Use it instead of 0.0 / 0.0.
25987         * tests/test-vasprintf-posix.c (NaN): New function/macro.
25988         (test_function): Use it instead of 0.0 / 0.0.
25989         * tests/test-snprintf-posix.h (NaN): New function/macro.
25990         (test_function): Use it instead of 0.0 / 0.0.
25991         * tests/test-sprintf-posix.h (NaN): New function/macro.
25992         (test_function): Use it instead of 0.0 / 0.0.
25993         * tests/test-fprintf-posix.h (NaN): New function/macro.
25994         (test_function): Use it instead of 0.0 / 0.0.
25995         * tests/test-printf-posix.h (NaN): New function/macro.
25996         (test_function): Use it instead of 0.0 / 0.0.
25997
25998         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
25999
26000 2007-03-25  Bruno Haible  <bruno@clisp.org>
26001
26002         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
26003
26004 2007-03-25  Bruno Haible  <bruno@clisp.org>
26005
26006         * lib/regexec.c (merge_state_with_log): Make static.
26007
26008 2007-03-25  Bruno Haible  <bruno@clisp.org>
26009
26010         * lib/trigl.c (kernel_rem_pio2): Make static.
26011
26012 2007-03-25  Bruno Haible  <bruno@clisp.org>
26013
26014         * lib/sincosl.c (sincosl_table): Make static.
26015
26016 2007-03-25  Bruno Haible  <bruno@clisp.org>
26017
26018         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
26019         if the compiler does not support C99.
26020
26021 2007-03-25  Bruno Haible  <bruno@clisp.org>
26022
26023         * modules/time (Makefile.am): Ensure all rule action lines start with a
26024         tab.
26025
26026 2007-03-24  Bruno Haible  <bruno@clisp.org>
26027
26028         * modules/tsearch-tests: New file.
26029         * tests/test-tsearch.sh: New file.
26030         * tests/test-tsearch.c: New file, mostly copied from glibc.
26031
26032         * modules/search-tests: New file.
26033         * tests/test-search.c: New file.
26034
26035         * modules/search: New file.
26036         * lib/search_.h: New file, incorporating lib/tsearch.h.
26037         * m4/search_h.m4: New file.
26038         * lib/tsearch.h: Remove file.
26039         * lib/tsearch.c: Include search.h instead of tsearch.h.
26040         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
26041         HAVE_TSEARCH.
26042         * modules/tsearch (Files): Remove lib/tsearch.h.
26043         (Depends-on): Add search.
26044         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
26045         (Include): Change tsearch.h into search.h.
26046
26047 2007-03-24  Bruno Haible  <bruno@clisp.org>
26048
26049         * modules/fpucw: New file.
26050         * lib/fpucw.h: New file.
26051         * lib/frexp.c: Include fpucw.h.
26052         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
26053         (FUNC): Use them.
26054         * lib/printf-frexp.c: Include fpucw.h.
26055         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
26056         (FUNC): Use them.
26057         * lib/vasnprintf.c: Include fpucw.h.
26058         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
26059         'long double' calculations.
26060         * tests/test-frexpl.c: Include fpucw.h.
26061         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
26062         * tests/test-printf-frexpl.c: Include fpucw.h.
26063         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
26064         * modules/frexpl (Depends-on): Add fpucw.
26065         * modules/printf-frexpl (Depends-on): Likewise.
26066         * modules/fprintf-posix (Depends-on): Likewise.
26067         * modules/snprintf-posix (Depends-on): Likewise.
26068         * modules/sprintf-posix (Depends-on): Likewise.
26069         * modules/vasnprintf-posix (Depends-on): Likewise.
26070         * modules/vasprintf-posix (Depends-on): Likewise.
26071         * modules/vfprintf-posix (Depends-on): Likewise.
26072         * modules/vsnprintf-posix (Depends-on): Likewise.
26073         * modules/vsprintf-posix (Depends-on): Likewise.
26074         * modules/frexpl-tests (Depends-on): Likewise.
26075         * modules/printf-frexpl-tests (Depends-on): Likewise.
26076
26077 2007-03-24  Bruno Haible  <bruno@clisp.org>
26078
26079         * lib/float+.h: New file.
26080         * lib/isnan.c: Include float+.h.
26081         (SIZE): New macro.
26082         (FUNC): Compare only SIZE bytes of the value.
26083         * lib/vasnprintf.c: Include float+.h.
26084         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
26085         SIZEOF_LDBL or SIZEOF_DBL bytes.
26086         * modules/isnan-nolibm (Files): Add lib/float+.h.
26087         * modules/isnanl-nolibm (Files): Add lib/float+.h.
26088         * modules/isnanl (Files): Add lib/float+.h.
26089         * modules/vasnprintf (Files): Add lib/float+.h.
26090
26091 2007-03-24  Bruno Haible  <bruno@clisp.org>
26092
26093         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
26094         include isnanl-nolibm.h.
26095
26096 2007-03-24  Bruno Haible  <bruno@clisp.org>
26097
26098         * tests/test-read-file.c (main): Don't produce spurious output for
26099         expected situations. Make the test fail if it encountered unexpected
26100         results.
26101
26102 2007-03-24  Bruno Haible  <bruno@clisp.org>
26103
26104         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
26105         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
26106
26107 2007-03-24  Bruno Haible  <bruno@clisp.org>
26108
26109         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
26110
26111 2007-03-24  Bruno Haible  <bruno@clisp.org>
26112
26113         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
26114         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
26115
26116         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
26117         * modules/utf8-ucs4: Turn into a symbolic link to module
26118         unistr/u8-mbtouc.
26119
26120         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
26121         utf8-ucs4-unsafe.
26122         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
26123         unistr/u8-mbtouc-unsafe.
26124
26125         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
26126         * modules/utf16-ucs4: Turn into a symbolic link to module
26127         unistr/u16-mbtouc.
26128
26129         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
26130         utf16-ucs4-unsafe.
26131         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
26132         unistr/u16-mbtouc-unsafe.
26133
26134         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
26135         * modules/ucs4-utf8: Turn into a symbolic link to module
26136         unistr/u8-ubtomb.
26137
26138         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
26139         * modules/ucs4-utf16: Turn into a symbolic link to module
26140         unistr/u16-ubtomb.
26141
26142 2007-03-24  Bruno Haible  <bruno@clisp.org>
26143
26144         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
26145         Enable the function only if HAVE_INLINE.
26146         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
26147         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
26148         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
26149         Enable the function only if HAVE_INLINE.
26150         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
26151         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
26152         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
26153         Enable the function only if HAVE_INLINE.
26154         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
26155         Enable the function only if HAVE_INLINE.
26156         * modules/utf8-ucs4: Update.
26157         * modules/utf8-ucs4-unsafe: Update.
26158         * modules/utf16-ucs4: Update.
26159         * modules/utf16-ucs4-unsafe: Update.
26160         * modules/ucs4-utf8: Update.
26161         * modules/ucs4-utf16: Update.
26162
26163 2007-03-24  Bruno Haible  <bruno@clisp.org>
26164
26165         * lib/utf8-ucs4.h: Remove file.
26166         * lib/utf8-ucs4-unsafe.h: Remove file.
26167         * lib/utf16-ucs4.h: Remove file.
26168         * lib/utf16-ucs4-unsafe.h: Remove file.
26169         * lib/ucs4-utf8.h: Remove file.
26170         * lib/ucs4-utf16.h: Remove file.
26171         * lib/unistr.h: Include their previous contents.
26172         * m4/utf-ucs4.m4: Remove file.
26173         * m4/ucs4-utf.m4: Remove file.
26174         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
26175         (Depends-on): Add unistr/base.
26176         (configure.ac): Remove gl_UTF_UCS4.
26177         (Makefile.am): Update.
26178         (Include): Change to unistr.h.
26179         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
26180         (Depends-on): Add unistr/base.
26181         (configure.ac): Remove gl_UTF_UCS4.
26182         (Makefile.am): Update.
26183         (Include): Change to unistr.h.
26184         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
26185         (Depends-on): Add unistr/base.
26186         (configure.ac): Remove gl_UTF_UCS4.
26187         (Makefile.am): Update.
26188         (Include): Change to unistr.h.
26189         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
26190         (Depends-on): Add unistr/base.
26191         (configure.ac): Remove gl_UTF_UCS4.
26192         (Makefile.am): Update.
26193         (Include): Change to unistr.h.
26194         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
26195         (Depends-on): Add unistr/base.
26196         (configure.ac): Remove gl_UCS4_UTF.
26197         (Makefile.am): Update.
26198         (Include): Change to unistr.h.
26199         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
26200         (Depends-on): Add unistr/base.
26201         (configure.ac): Remove gl_UCS4_UTF.
26202         (Makefile.am): Update.
26203         (Include): Change to unistr.h.
26204         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
26205         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
26206         utf8-ucs4-unsafe.h.
26207         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
26208         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
26209         utf16-ucs4-unsafe.h.
26210         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
26211         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
26212         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
26213         * lib/unistr/u8-strchr.c: Likewise.
26214         * lib/unistr/u8-strrchr.c: Likewise.
26215         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
26216         * lib/unistr/u16-strchr.c: Likewise.
26217         * lib/unistr/u16-strrchr.c: Likewise.
26218         * lib/striconveh.c: Update.
26219         * lib/linebreak.c: Update.
26220
26221 2007-03-24  Bruno Haible  <bruno@clisp.org>
26222
26223         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
26224         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
26225
26226 2007-03-22  Bruno Haible  <bruno@clisp.org>
26227
26228         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
26229
26230 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
26231
26232         * MODULES.html.sh (File system functions): New module write-any-file.
26233         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
26234         * m4/write-any-file.m4: New files.
26235
26236 2007-03-23  Eric Blake  <ebb9@byu.net>
26237
26238         * gnulib-tool: Rearrange space-tab sequences, since some editors
26239         like to eat them.
26240
26241 2007-03-23  Eric Blake  <ebb9@byu.net>
26242
26243         * lib/version-etc.c (version_etc_va): Update license wording to
26244         be more concise.  Recommended by Richard Stallman.
26245
26246 2007-03-22  Bruno Haible  <bruno@clisp.org>
26247
26248         * lib/poll.c (MSG_PEEK): New fallback definition.
26249
26250 2007-03-22  Bruno Haible  <bruno@clisp.org>
26251
26252         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
26253         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
26254         (main): Update.
26255         Fixes a compilation error on BeOS.
26256
26257 2007-03-22  Bruno Haible  <bruno@clisp.org>
26258
26259         * modules/frexpl-tests: New file.
26260         * tests/test-frexpl.c: New file.
26261
26262         * modules/frexpl: New file.
26263         * m4/frexpl.m4: New file.
26264         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
26265         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
26266         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
26267         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
26268         (Depends-on): Add frexpl. Remove isnanl-nolibm.
26269         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
26270
26271 2007-03-22  Bruno Haible  <bruno@clisp.org>
26272
26273         * lib/frexpl.c: Share code with lib/frexp.c.
26274         * modules/mathl (Files): Add lib/frexp.c.
26275         (Depends-on): Add isnanl-nolibm.
26276
26277 2007-03-22  Bruno Haible  <bruno@clisp.org>
26278
26279         * modules/printf-frexp (Files): Add m4/frexp.m4.
26280         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
26281         only if the found frexp function actually works.
26282
26283 2007-03-22  Bruno Haible  <bruno@clisp.org>
26284
26285         * lib/frexp.c: Remove older implementation that uses divisions.
26286
26287 2007-03-21  Bruno Haible  <bruno@clisp.org>
26288
26289         * modules/frexp-tests: New file.
26290         * tests/test-frexp.c: New file.
26291
26292         * modules/frexp: New file.
26293         * lib/frexp.c: New file.
26294         * m4/frexp.m4: New file.
26295         * lib/math_.h (frexp): New declaration.
26296         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
26297         REPLACE_FREXP.
26298         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
26299
26300 2007-03-21  Bruno Haible  <bruno@clisp.org>
26301
26302         * modules/isnanl-tests: New file.
26303         * tests/test-isnanl.c: New file.
26304
26305         * modules/isnanl: New file.
26306         * lib/isnanl.h: New file.
26307         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
26308         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
26309         gl_FUNC_ISNANL_WORKS.
26310         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
26311         New macros.
26312
26313 2007-03-21  Bruno Haible  <bruno@clisp.org>
26314
26315         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
26316         lib/isnanl.h.
26317         (Include): Update.
26318         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
26319         * lib/vasnprintf.c: Update.
26320         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
26321         tests/test-isnanl.h, remove tests/test-isnanl.c.
26322         (Makefile.am): Update.
26323         * tests/test-isnanl-nolibm.c: New file.
26324         * tests/test-isnanl.h: New file.
26325         * tests/test-isnanl.c: Remove file.
26326
26327 2007-03-21  Jim Meyering  <jim@meyering.net>
26328
26329         When trying to open ".", treat ESTALE like EACCES.
26330         * lib/savewd.c (savewd_save): Resort to forking not just upon
26331         failure with EACCES, but also when errno is ESTALE.
26332
26333 2007-03-20  Bruno Haible  <bruno@clisp.org>
26334
26335         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
26336         Needed on AIX 5.1. Reported by Matthew Woehlke.
26337
26338 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
26339
26340         Suggestions by Bruno Haible:
26341         * lib/acl-internal.h: Include "gettext.h" rather than rolling
26342         our own.
26343         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
26344         * modules/acl (Depends-on): Add gettext.
26345
26346 2007-03-19  Bruno Haible  <bruno@clisp.org>
26347
26348         * modules/iconvme: Remove file.
26349         * lib/iconvme.h: Remove file.
26350         * lib/iconvme.c: Remove file.
26351         * m4/iconvme.m4: Remove file.
26352
26353 2007-03-19  Bruno Haible  <bruno@clisp.org>
26354
26355         * doc/relocatable-maint.texi: Break long shell script line.
26356         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
26357
26358 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
26359
26360         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
26361         handle file_has_acl.
26362         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
26363         * lib/acl.c: Move header inclusions and related macro defns into
26364         lib/acl-internal.h.
26365         (S_ISLNK): Remove defn, since that's now done for us.
26366         (file_has_acl): Move to lib/file-has-acl.c.
26367         Call acl_trivial if available.  This is the crucial part of the fix.
26368         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
26369         shared within the library.  Rewrite a bit, partly to make it compatible
26370         with the GNU coding style.
26371         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
26372         Remove unnecessary double-quotes.
26373         Don't test for acl_to_text; the build will catch that.
26374         Replace acl_entries if it doesn't exist and it is needed.
26375         Check for -lsec and acl_trivial (as used on Solaris 10).
26376         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
26377         lib/file-has-acl.c.
26378         (Depends-on): Add sys_stat, for S_ISLNK.
26379
26380 2007-03-19  Ben Pfaff  <blp@gnu.org>
26381
26382         * doc/gnulib.texi: Fix typos.
26383         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
26384
26385 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
26386
26387         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
26388         If size is zero here, buf must be zero.
26389
26390 2007-03-19  Simon Josefsson  <simon@josefsson.org>
26391
26392         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
26393         <bruno@clisp.org>.
26394
26395 2007-03-18  Bruno Haible  <bruno@clisp.org>
26396
26397         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
26398         Suggested by Eric Blake.
26399
26400 2007-03-18  Ben Pfaff  <blp@gnu.org>
26401
26402         * doc/relocatable.texi: Recommend using as prefix a directory
26403         that does not exist and will never be created.  Based on
26404         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
26405         and others.
26406
26407 2007-03-17  Bruno Haible  <bruno@clisp.org>
26408
26409         * lib/fchownat.c: Include lchown.h.
26410
26411 2007-03-17  Bruno Haible  <bruno@clisp.org>
26412
26413         Fix endless loop when the given allocated size was > INT_MAX.
26414         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
26415         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
26416         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
26417         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
26418         * lib/sprintf.c (sprintf): Likewise.
26419
26420 2007-03-17  Bruno Haible  <bruno@clisp.org>
26421
26422         * tests/test-argp-2.sh (func_compare): Output a context diff.
26423
26424 2007-03-17  Bruno Haible  <bruno@clisp.org>
26425
26426         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
26427         locale's decimal-point character.
26428
26429 2007-03-17  Bruno Haible  <bruno@clisp.org>
26430
26431         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
26432         before comparing it. Needed because on some platforms (e.g. x86) a
26433         'long double' occupies less bytes than sizeof (long double).
26434
26435 2007-03-17  Bruno Haible  <bruno@clisp.org>
26436
26437         * tests/test-crc.c (main): Make printf statements 64-bit clean.
26438         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
26439         * tests/test-getaddrinfo.c (simple): Likewise.
26440         * tests/test-read-file.c (main): Likewise.
26441
26442 2007-03-17  Bruno Haible  <bruno@clisp.org>
26443
26444         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
26445
26446 2007-03-17  Bruno Haible  <bruno@clisp.org>
26447
26448         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
26449         unused variable.
26450
26451 2007-03-17  Bruno Haible  <bruno@clisp.org>
26452
26453         * tests/test-c-strcasecmp.c: Include c-strcase.h.
26454         * tests/test-c-strncasecmp.c: Likewise.
26455
26456 2007-03-17  Bruno Haible  <bruno@clisp.org>
26457
26458         * modules/stdlib (Depends-on): Add unistd.
26459         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
26460         Needed for MacOS X 10.3.
26461
26462 2007-03-17  Bruno Haible  <bruno@clisp.org>
26463
26464         * lib/unistr/u-strdup.h: Include <stdlib.h>.
26465
26466 2007-03-17  Bruno Haible  <bruno@clisp.org>
26467
26468         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
26469
26470 2007-03-17  Bruno Haible  <bruno@clisp.org>
26471
26472         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
26473         to reflect files copied from gnulib (with or without modifications).
26474         Suggested by Jim Meyering.
26475
26476 2007-03-17  Eric Blake  <ebb9@byu.net>
26477
26478         * NEWS: Document stdlib change from 2007-02-18.
26479
26480 2007-03-17  Jim Meyering  <jim@meyering.net>
26481
26482         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
26483         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
26484         someone uses a name containing shell meta-characters.
26485         Reported by Alfred M. Szmidt.
26486
26487         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
26488
26489 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
26490
26491         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
26492         and copy gettext configuration files only if configure.ac contains
26493         a use of AM_GNU_GETTEXT_VERSION.
26494
26495 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
26496
26497         * build-aux/bootstrap (gnulib_name): New variable.
26498         (gnulib_tool_options): Use it.
26499
26500 2007-03-13  Simon Josefsson  <simon@josefsson.org>
26501
26502         * tests/test-des.c: Use new namespace.
26503
26504 2007-03-15  Bruno Haible  <bruno@clisp.org>
26505
26506         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
26507         Reported by James Youngman <jay@gnu.org>.
26508
26509 2007-03-15  Bruno Haible  <bruno@clisp.org>
26510
26511         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
26512         declared prototype. Needed with cc on OSF/1 5.1.
26513
26514 2007-03-15  Bruno Haible  <bruno@clisp.org>
26515
26516         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
26517         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
26518         (struct gl_list_implementation): Add dispose_fn argument to the
26519         'create_empty', 'create' methods.
26520         (struct gl_list_impl_base): Add field 'dispose_fn'.
26521         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
26522         argument.
26523         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
26524         dispose_fn argument.
26525         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
26526         dispose_fn on the dropped values.
26527         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
26528         dispose_fn argument.
26529         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
26530         dropped values.
26531         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
26532         (gl_tree_remove_node): Call dispose_fn on the dropped value.
26533         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
26534         (gl_tree_remove_node): Call dispose_fn on the dropped value.
26535         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
26536         argument.
26537         (gl_tree_list_free): Call dispose_fn on the dropped values.
26538         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
26539         the dropped values.
26540         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
26541         Add dispose_fn argument.
26542         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
26543         Call dispose_fn on the dropped values.
26544         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
26545         Add dispose_fn argument.
26546         (gl_sublist_create): Initialize the 'dispose_fn' field.
26547         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
26548         * tests/test-array_list.c (main): Update.
26549         * tests/test-carray_list.c (main): Update.
26550         * tests/test-avltree_list.c (main): Update.
26551         * tests/test-rbtree_list.c (main): Update.
26552         * tests/test-avltreehash_list.c (main): Update.
26553         * tests/test-rbtreehash_list.c (main): Update.
26554         * tests/test-linked_list.c (main): Update.
26555         * tests/test-linkedhash_list.c (main): Update.
26556         * tests/test-array_oset.c (main): Update.
26557
26558 2007-03-15  Bruno Haible  <bruno@clisp.org>
26559
26560         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
26561         (gl_oset_create_empty): Add dispose_fn argument.
26562         (struct gl_oset_implementation): Add dispose_fn argument to
26563         'create_empty' method.
26564         (struct gl_oset_impl_base): Add dispose_fn field.
26565         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
26566         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
26567         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
26568         values.
26569         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
26570         (gl_tree_oset_free): Call dispose_fn on the dropped values.
26571         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
26572         dropped value.
26573         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
26574         dropped value.
26575         * tests/test-array_oset.c (main): Update.
26576         * tests/test-avltree_oset.c (main): Update.
26577         * tests/test-rbtree_oset.c (main): Update.
26578         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
26579
26580 2007-03-13  Bruno Haible  <bruno@clisp.org>
26581
26582         * tests/test-stdbool.c (i): Update after last patch.
26583
26584 2007-03-12  Bruno Haible  <bruno@clisp.org>
26585
26586         * lib/quotearg.c: Include <wctype.h> early, before the definition of
26587         the iswprint macro. Needed on Solaris 2.5.1.
26588
26589 2007-03-12  Bruno Haible  <bruno@clisp.org>
26590
26591         * tests/test-printf-frexp.c (main): Declare x as volatile.
26592
26593 2007-03-12  Simon Josefsson  <simon@josefsson.org>
26594
26595         * doc/gnulib.texi (Build robot for gnulib): New section.
26596
26597 2007-03-12  Jim Meyering  <jim@meyering.net>
26598
26599         * build-aux/bootstrap: New file.
26600         * build-aux/bootstrap.conf: New file, from coreutils.
26601
26602 2007-03-11  Bruno Haible  <bruno@clisp.org>
26603
26604         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
26605
26606 2007-03-12  Simon Josefsson  <simon@josefsson.org>
26607
26608         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
26609         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
26610         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
26611
26612 2007-03-11  Bruno Haible  <bruno@clisp.org>
26613
26614         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
26615         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
26616
26617 2007-03-11  Bruno Haible  <bruno@clisp.org>
26618
26619         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
26620         formula. Needed for SunPRO C 5.0.
26621
26622 2007-03-11  Bruno Haible  <bruno@clisp.org>
26623
26624         * modules/long-options (Depends-on): Add getopt.
26625
26626 2007-03-11  Bruno Haible  <bruno@clisp.org>
26627
26628         * modules/modechange (Depends-on): Add stdbool.
26629
26630 2007-03-11  Bruno Haible  <bruno@clisp.org>
26631
26632         * modules/i-ring (Depends-on): Add stdbool.
26633
26634 2007-03-11  Bruno Haible  <bruno@clisp.org>
26635
26636         * modules/gc-des (Depends-on): Add stdbool.
26637
26638 2007-03-11  Bruno Haible  <bruno@clisp.org>
26639
26640         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
26641
26642 2007-03-11  Bruno Haible  <bruno@clisp.org>
26643
26644         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
26645
26646 2007-03-11  Bruno Haible  <bruno@clisp.org>
26647
26648         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
26649
26650 2007-03-11  Bruno Haible  <bruno@clisp.org>
26651
26652         * lib/vasnprintf.c (sprintf): Undefine.
26653
26654 2007-03-11  Bruno Haible  <bruno@clisp.org>
26655
26656         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
26657         initializers in SunPRO C and Compaq C compilers.
26658
26659 2007-03-11  Bruno Haible  <bruno@clisp.org>
26660
26661         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
26662         decrementing code ANSI C compliant.
26663
26664 2007-03-11  Bruno Haible  <bruno@clisp.org>
26665
26666         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
26667         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
26668
26669 2007-03-11  Bruno Haible  <bruno@clisp.org>
26670
26671         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
26672         <stdbool.h> substitute doesn't pass.
26673
26674 2007-03-11  Bruno Haible  <bruno@clisp.org>
26675
26676         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
26677
26678 2007-03-11  Bruno Haible  <bruno@clisp.org>
26679
26680         * gnulib-tool (func_create_megatestdir): Create also an autobuild
26681         script, for submission to autobuild.josefsson.org.
26682
26683 2007-03-10  Bruno Haible  <bruno@clisp.org>
26684
26685         * modules/canonicalize-lgpl-tests: New file.
26686         * tests/test-canonicalize-lgpl.sh: New file.
26687         * tests/test-canonicalize-lgpl.c: New file.
26688
26689         * modules/c-strcase-tests: New file.
26690         * tests/test-c-strcase.sh: New file.
26691         * tests/test-c-strcasecmp.c: New file.
26692         * tests/test-c-strncasecmp.c: New file.
26693
26694         * modules/atexit-tests: New file.
26695         * tests/test-atexit.sh: New file.
26696         * tests/test-atexit.c: New file.
26697
26698 2007-03-10  Bruno Haible  <bruno@clisp.org>
26699
26700         * tests/test-binary-io.sh: Use temporary filenames that are not so
26701         likely to clash with those of other tests (in a parallel make).
26702         * tests/test-binary-io.c: Likewise.
26703
26704 2007-03-10  Bruno Haible  <bruno@clisp.org>
26705
26706         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
26707         fallback; use #error instead.
26708         Suggested by Simon Josefsson.
26709
26710 2007-03-10  Bruno Haible  <bruno@clisp.org>
26711
26712         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
26713         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
26714         first and the last.
26715
26716 2007-03-10  Bruno Haible  <bruno@clisp.org>
26717
26718         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
26719
26720 2007-03-10  Bruno Haible  <bruno@clisp.org>
26721
26722         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
26723         "make distcheck".
26724         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
26725         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
26726         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
26727
26728 2007-03-10  Bruno Haible  <bruno@clisp.org>
26729
26730         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
26731         variable.
26732         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
26733         variable.
26734
26735 2007-03-09  Eric Blake  <ebb9@byu.net>
26736         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
26737
26738         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
26739         types are not being provided by gnulib.
26740         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
26741         types are supported.
26742
26743 2007-03-10  Bruno Haible  <bruno@clisp.org>
26744
26745         * lib/stdio_.h (__attribute__): New macro.
26746         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
26747         vsprintf): Specify __attribute__ __format__ for GCC.
26748         Suggested by Eric Blake.
26749
26750 2007-03-09  Bruno Haible  <bruno@clisp.org>
26751
26752         * modules/printf-posix-tests: New file.
26753         * tests/test-printf-posix.sh: New file.
26754         * tests/test-printf-posix.c: New file.
26755
26756         * modules/printf-posix: New file.
26757         * lib/printf.c: New file.
26758         * m4/printf-posix-rpl.m4: New file.
26759         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
26760         REPLACE_PRINTF.
26761         * lib/stdio_.h (printf): New declaration.
26762         (format, __format__, ____printf____, ____scanf____, ____strftime____,
26763         ____strfmon____): New macros.
26764         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
26765         REPLACE_PRINTF.
26766
26767 2007-03-09  Bruno Haible  <bruno@clisp.org>
26768
26769         * tests/test-vasnprintf-posix2.sh: New file.
26770         * tests/test-vasnprintf-posix2.c: New file.
26771         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
26772         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
26773         (Makefile.am): Activate test-vasnprintf-posix2.sh.
26774
26775         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
26776         a locale dependent decimal point, rather than always '.'.
26777
26778 2007-03-09  Eric Blake  <ebb9@byu.net>
26779
26780         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
26781         spite of platforms like Tandem/NSK that define it to -1.
26782
26783 2007-03-08  Bruno Haible  <bruno@clisp.org>
26784
26785         * modules/vprintf-posix-tests: New file.
26786         * tests/test-vprintf-posix.sh: New file.
26787         * tests/test-vprintf-posix.c: New file.
26788         * tests/test-printf-posix.h: New file.
26789
26790         * modules/vprintf-posix: New file.
26791         * lib/vprintf.c: New file.
26792         * m4/vprintf-posix.m4: New file.
26793         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
26794         REPLACE_VPRINTF.
26795         * lib/stdio_.h (vprintf): New declaration.
26796         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
26797         REPLACE_VPRINTF.
26798
26799 2007-03-08  Bruno Haible  <bruno@clisp.org>
26800
26801         * modules/fprintf-posix-tests: New file.
26802         * tests/test-fprintf-posix.sh: New file.
26803         * tests/test-fprintf-posix.c: New file.
26804
26805         * modules/fprintf-posix: New file.
26806         * lib/fprintf.c: New file.
26807         * m4/fprintf-posix.m4: New file.
26808         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
26809         REPLACE_FPRINTF.
26810         * lib/stdio_.h (fprintf): New declaration.
26811         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
26812         REPLACE_FPRINTF.
26813
26814 2007-03-08  Bruno Haible  <bruno@clisp.org>
26815
26816         * modules/vfprintf-posix-tests: New file.
26817         * tests/test-vfprintf-posix.sh: New file.
26818         * tests/test-vfprintf-posix.c: New file.
26819         * tests/test-fprintf-posix.h: New file.
26820         * tests/test-fprintf-posix.out: New file.
26821
26822         * modules/vfprintf-posix: New file.
26823         * lib/vfprintf.c: New file.
26824         * m4/vfprintf-posix.m4: New file.
26825         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
26826         REPLACE_VFPRINTF.
26827         * lib/stdio_.h (vfprintf): New declaration.
26828         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
26829         REPLACE_VFPRINTF.
26830
26831 2007-03-08  Bruno Haible  <bruno@clisp.org>
26832
26833         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
26834
26835 2007-03-08  Bruno Haible  <bruno@clisp.org>
26836
26837         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
26838         instead of 'expr' invocations.
26839         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26840         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26841         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26842         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26843         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26844         Suggested by Paul Eggert.
26845
26846 2007-03-08  Bruno Haible  <bruno@clisp.org>
26847
26848         * modules/fseterr-tests: New file.
26849         * tests/test-fseterr.c: New file.
26850
26851         * modules/fseterr: New file.
26852         * lib/fseterr.h: New file.
26853         * lib/fseterr.c: New file.
26854
26855 2007-03-08  Bruno Haible  <bruno@clisp.org>
26856
26857         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
26858         * lib/getopt_.h: Likewise.
26859         * lib/mbswidth.h: Likewise.
26860         * lib/setenv.h: Likewise.
26861         * lib/vasnprintf.h: Likewise.
26862         * lib/vasprintf.h: Likewise.
26863         * lib/verror.h: Likewise.
26864         * lib/xsetenv.h: Likewise.
26865         * lib/xvasprintf.h: Likewise.
26866
26867 2007-03-08  Jim Meyering  <jim@meyering.net>
26868
26869         * users.txt: Add parted.
26870
26871         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
26872
26873 2007-03-07  Bruno Haible  <bruno@clisp.org>
26874
26875         * m4/printf.m4: Make the shell script snippets copy&pastable.
26876
26877 2007-03-02  Bruno Haible  <bruno@clisp.org>
26878
26879         * lib/netinet_in_.h: New file.
26880         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
26881         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
26882         * modules/netinet_in (Files): Add lib/netinet_in_.h.
26883         (Depends-on): Add absolute-header.
26884         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
26885         into netinet/in.h.
26886
26887 2007-03-03  Bruno Haible  <bruno@clisp.org>
26888
26889         * lib/sys_select_.h: New file.
26890         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
26891         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
26892         * modules/sys_select (Files): Add lib/sys_select_.h.
26893         (Depends-on): Add absolute-header.
26894         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
26895         into sys/select.h.
26896
26897 2007-03-02  Bruno Haible  <bruno@clisp.org>
26898
26899         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
26900         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
26901         values.
26902         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
26903         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
26904         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
26905         * modules/sys_socket (Depends-on): Add absolute-header.
26906         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
26907         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
26908         (Include): Remove requirement of inclusion of <sys/types.h>.
26909
26910 2007-03-02  Bruno Haible  <bruno@clisp.org>
26911
26912         * lib/byteswap_.h (bswap_32): Fix formula.
26913
26914 2007-03-06  Bruno Haible  <bruno@clisp.org>
26915
26916         * modules/sprintf-posix-tests: New file.
26917         * tests/test-sprintf-posix.c: New file.
26918
26919         * modules/sprintf-posix: New file.
26920         * lib/sprintf.c: New file.
26921         * m4/sprintf-posix.m4: New file.
26922         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
26923         REPLACE_SPRINTF.
26924         * lib/stdio_.h (sprintf): New declaration.
26925         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
26926         REPLACE_SPRINTF.
26927
26928 2007-03-06  Bruno Haible  <bruno@clisp.org>
26929
26930         * modules/vsprintf-posix-tests: New file.
26931         * tests/test-vsprintf-posix.c: New file.
26932         * tests/test-sprintf-posix.h: New file.
26933
26934         * modules/vsprintf-posix: New file.
26935         * lib/vsprintf.c: New file.
26936         * m4/vsprintf-posix.m4: New file.
26937         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
26938         REPLACE_VSPRINTF.
26939         * lib/stdio_.h (vsprintf): New declaration.
26940         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
26941         REPLACE_VSPRINTF.
26942
26943 2007-03-06  Bruno Haible  <bruno@clisp.org>
26944
26945         * modules/vsnprintf (Depend-on): Remove minmax.
26946
26947 2007-03-06  Bruno Haible  <bruno@clisp.org>
26948
26949         * modules/snprintf-posix-tests: New file.
26950         * tests/test-snprintf-posix.c: New file.
26951
26952         * modules/snprintf-posix: New file.
26953         * m4/snprintf-posix.m4: New file.
26954         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
26955         gl_FUNC_SNPRINTF.
26956         (gl_FUNC_SNPRINTF): Invoke it.
26957         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
26958         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
26959         is set.
26960         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
26961
26962 2007-03-06  Bruno Haible  <bruno@clisp.org>
26963
26964         * modules/vsnprintf-posix-tests: New file.
26965         * tests/test-vsnprintf-posix.c: New file.
26966         * tests/test-snprintf-posix.h: New file.
26967
26968         * modules/vsnprintf-posix: New file.
26969         * m4/vsnprintf-posix.m4: New file.
26970         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
26971         gl_FUNC_VSNPRINTF.
26972         (gl_FUNC_VSNPRINTF): Invoke it.
26973         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
26974         * lib/stdio_.h (vsnprintf): Define as a replacement if
26975         REPLACE_VSNPRINTF is set.
26976         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
26977
26978 2007-03-06  Bruno Haible  <bruno@clisp.org>
26979
26980         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
26981         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
26982
26983 2007-03-06  Bruno Haible  <bruno@clisp.org>
26984
26985         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
26986         (asinl): Declare also if HAVE_DECL_ASINL is set.
26987         (atanl): Declare also if HAVE_DECL_ATANL is set.
26988         (ceill): Declare also if HAVE_DECL_CEILL is set.
26989         (cosl): Declare also if HAVE_DECL_COSL is set.
26990         (expl): Declare also if HAVE_DECL_EXPL is set.
26991         (floorl): Declare also if HAVE_DECL_FLOORL is set.
26992         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
26993         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
26994         (logl): Declare also if HAVE_DECL_LOGL is set.
26995         (sinl): Declare also if HAVE_DECL_SINL is set.
26996         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
26997         (tanl): Declare also if HAVE_DECL_TANL is set.
26998         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
26999         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
27000         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
27001         declaration of frexpl, ldexpl.
27002         * modules/printf-frexpl (Depends-on): Add math.
27003         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
27004
27005 2007-03-05  Bruno Haible  <bruno@clisp.org>
27006
27007         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
27008         frexpl and ldexpl are declared.
27009         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
27010
27011 2007-03-05  Bruno Haible  <bruno@clisp.org>
27012
27013         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
27014         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
27015
27016 2007-03-05  Bruno Haible  <bruno@clisp.org>
27017
27018         * lib/stdio_.h: Include <stddef.h>.
27019
27020 2007-03-05  Bruno Haible  <bruno@clisp.org>
27021
27022         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
27023
27024 2007-03-05  Bruno Haible  <bruno@clisp.org>
27025
27026         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
27027         NetBSD 4, from Ralf Wildenhues.
27028
27029 2007-03-04  Bruno Haible  <bruno@clisp.org>
27030
27031         * lib/vasprintf.h: Update #if logic for the case when the functions
27032         exist but are overridden.
27033
27034 2007-03-04  Bruno Haible  <bruno@clisp.org>
27035
27036         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
27037         implementations: glibc-2.4 and MacOS X 10.3.
27038         * tests/test-vasnprintf-posix.c (test_function): Test also the case
27039         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
27040         * tests/test-vasprintf-posix.c (test_function): Likewise.
27041
27042 2007-03-04  Bruno Haible  <bruno@clisp.org>
27043
27044         * modules/vasprintf-posix-tests: New file.
27045         * tests/test-vasprintf-posix.c: New file.
27046
27047         * modules/vasprintf-posix: New file.
27048         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
27049         defined.
27050         * m4/vasprintf-posix.m4: New file.
27051         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
27052         gl_FUNC_VASPRINTF.
27053         (gl_FUNC_VASPRINTF): Invoke it.
27054         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
27055         here.
27056         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
27057
27058 2007-03-04  Bruno Haible  <bruno@clisp.org>
27059
27060         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
27061         REPLACE_GETTIMEOFDAY.
27062         * modules/sys_time (Makefile.am): Likewise.
27063         * m4/sys_time_h.m4: Likewise.
27064         * m4/gettimeofday.m4: Likewise.
27065
27066 2007-03-04  Bruno Haible  <bruno@clisp.org>
27067
27068         * modules/vasnprintf-posix-tests: New file.
27069         * tests/test-vasnprintf-posix.c: New file.
27070
27071         * modules/vasnprintf-posix: New file.
27072         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
27073         printf-frexpl.h.
27074         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
27075         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
27076         REPLACE_VASNPRINTF is defined.
27077         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
27078         gl_FUNC_VASNPRINTF.
27079         (gl_FUNC_VASNPRINTF): Invoke it.
27080         * m4/vasnprintf-posix.m4: New file.
27081         * m4/printf.m4: New file.
27082
27083 2007-03-04  Bruno Haible  <bruno@clisp.org>
27084
27085         Compile progreloc.c only if --enable-relocatable is specified.
27086         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
27087         if --enable-relocatable was specified.
27088         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
27089         lib_SOURCES.
27090
27091 2007-03-04  Jim Meyering  <jim@meyering.net>
27092
27093         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
27094         Use it consistently, rather than enumerating errno constants.
27095
27096 2007-03-04  Bruno Haible  <bruno@clisp.org>
27097
27098         * modules/xvasprintf-tests: New file.
27099         * tests/test-xvasprintf.c: New file.
27100
27101         * modules/vasprintf-tests: New file.
27102         * tests/test-vasprintf.c: New file.
27103
27104         * modules/vasnprintf-tests: New file.
27105         * tests/test-vasnprintf.c: New file.
27106
27107         * modules/vsnprintf-tests: New file.
27108         * tests/test-vsnprintf.c: New file.
27109
27110         * modules/snprintf-tests: New file.
27111         * tests/test-snprintf.c: New file.
27112
27113 2007-03-04  Bruno Haible  <bruno@clisp.org>
27114
27115         Compile relocatable.c only if --enable-relocatable is specified.
27116         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
27117         gl_RELOCATABLE_LIBRARY.
27118         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
27119         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
27120         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
27121         gl_RELOCATABLE_LIBRARY.
27122         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
27123         (Makefile.am): Remove lib_SOURCES.
27124         * modules/relocatable-lib-lgpl (configure.ac): Invoke
27125         gl_RELOCATABLE_LIBRARY.
27126         (Makefile.am): Remove lib_SOURCES.
27127         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
27128         always.
27129         * modules/relocatable-prog-wrapper (configure.ac): Invoke
27130         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
27131
27132 2007-03-04  Bruno Haible  <bruno@clisp.org>
27133
27134         * modules/argmatch-tests: New file.
27135         * tests/test-argmatch.c: New file.
27136
27137         * tests/test-allocsa.c (main): Halve the number of loop runs.
27138
27139         * modules/alloca-opt-tests: New file.
27140         * tests/test-alloca-opt.c: New file.
27141
27142 2007-03-04  Jim Meyering  <jim@meyering.net>
27143
27144         Work around difference between Linux ACLs and Solaris 10 ZFS.
27145         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
27146         for EINVAL.
27147
27148 2007-03-03  Bruno Haible  <bruno@clisp.org>
27149
27150         * modules/relocatable-prog (Depends-on): Add back progreloc's
27151         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
27152
27153 2007-03-03  Bruno Haible  <bruno@clisp.org>
27154
27155         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
27156         * modules/relocatable-lib: New file.
27157
27158 2007-03-03  Bruno Haible  <bruno@clisp.org>
27159
27160         * modules/relocatable-prog: Renamed from modules/relocatable.
27161         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
27162
27163 2007-03-03  Bruno Haible  <bruno@clisp.org>
27164
27165         * modules/relocatable-script (Files): Add doc/relocatable.texi,
27166         m4/relocatable-lib.m4.
27167         (Depends-on): Remove 'relocatable'.
27168         (configure.ac): Add gl_RELOCATABLE_NOP.
27169
27170 2007-03-03  Bruno Haible  <bruno@clisp.org>
27171
27172         * modules/relocatable-prog-wrapper: New file.
27173         * modules/relocatable (Depends-on): Add it. Remove all other
27174         dependencies except progname.
27175         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
27176
27177         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
27178         (gl_FUNC_STRERROR): Nop.
27179         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
27180
27181         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
27182         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
27183
27184         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
27185         (gl_FUNC_READLINK): Update.
27186
27187         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
27188
27189 2007-03-03  Bruno Haible  <bruno@clisp.org>
27190
27191         * lib/xreadlink.c: Include <unistd.h> unconditionally.
27192         * modules/xreadlink (Depends-on): Add unistd.
27193         * modules/xreadlink-with-size (Depends-on): Likewise.
27194
27195 2007-03-03  Bruno Haible  <bruno@clisp.org>
27196
27197         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
27198         extracted from gt_FUNC_SETENV.
27199         (gt_FUNC_SETENV): Remove macro.
27200         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
27201         remove gt_FUNC_SETENV.
27202
27203 2007-03-03  Bruno Haible  <bruno@clisp.org>
27204
27205         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
27206         ENABLE_RELOCATABLE here.
27207         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
27208
27209 2007-03-03  Bruno Haible  <bruno@clisp.org>
27210
27211         * modules/rbtreehash-list-tests (Depends-on): Add progname.
27212         * tests/test-rbtreehash_list.c: Include progname.h.
27213         (main): Call set_program_name.
27214
27215         * modules/rbtree-oset-tests (Depends-on): Add progname.
27216         * tests/test-rbtree_oset.c: Include progname.h.
27217         (main): Call set_program_name.
27218
27219         * modules/rbtree-list-tests (Depends-on): Add progname.
27220         * tests/test-rbtree_list.c: Include progname.h.
27221         (main): Call set_program_name.
27222
27223         * modules/linked-list-tests (Depends-on): Add progname.
27224         * tests/test-linked_list.c: Include progname.h.
27225         (main): Call set_program_name.
27226
27227 2007-03-03  Bruno Haible  <bruno@clisp.org>
27228
27229         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
27230         All uses of __restrict changed to _Restrict_.
27231         * lib/glob_.h (__restrict): Remove macro.
27232
27233 2007-03-02  Bruno Haible  <bruno@clisp.org>
27234
27235         * modules/gettext (configure.ac): Require gettext infrastructure
27236         from version 0.16.1.
27237
27238 2007-03-02  Bruno Haible  <bruno@clisp.org>
27239
27240         * modules/linkedhash-list-tests (Depends-on): Add progname.
27241         * tests/test-linkedhash_list.c: Include progname.h.
27242         (main): Call set_program_name.
27243
27244         * modules/carray-list-tests (Depends-on): Add progname.
27245         * tests/test-carray_list.c: Include progname.h.
27246         (main): Call set_program_name.
27247
27248         * modules/avltreehash-list-tests (Depends-on): Add progname.
27249         * tests/test-avltreehash_list.c: Include progname.h.
27250         (main): Call set_program_name.
27251
27252         * modules/avltree-oset-tests (Depends-on): Add progname.
27253         * tests/test-avltree_oset.c: Include progname.h.
27254         (main): Call set_program_name.
27255
27256         * modules/avltree-list-tests (Depends-on): Add progname.
27257         * tests/test-avltree_list.c: Include progname.h.
27258         (main): Call set_program_name.
27259
27260         * modules/array-oset-tests (Depends-on): Add progname.
27261         * tests/test-array_oset.c: Include progname.h.
27262         (main): Call set_program_name.
27263
27264         * modules/array-list-tests (Depends-on): Add progname.
27265         * tests/test-array_list.c: Include progname.h.
27266         (main): Call set_program_name.
27267
27268         * modules/argp-tests (Depends-on): Add progname.
27269         * tests/test-argp.c: Include argp.h first. Include progname.h.
27270         (main): Call set_program_name.
27271
27272 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
27273
27274         * doc/gnulib-tool.texi (Initial import): Reword description of
27275         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
27276         limited effect even if defined after the first system include.
27277
27278 2007-03-01  Bruno Haible  <bruno@clisp.org>
27279
27280         * build-aux/config.libpath: Update to libtool-1.5.22.
27281         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
27282
27283 2007-03-01  Bruno Haible  <bruno@clisp.org>
27284
27285         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
27286         foo_CFLAGS.
27287         Reported by Ralf Wildenhues.
27288
27289 2007-03-01  Bruno Haible  <bruno@clisp.org>
27290
27291         * build-aux/install-reloc: Remove object files left over by some
27292         compilers.
27293         Reported by Ralf Wildenhues.
27294
27295 2007-03-01  Bruno Haible  <bruno@clisp.org>
27296
27297         * build-aux/install-reloc: Break long lines.
27298
27299 2007-03-01  Bruno Haible  <bruno@clisp.org>
27300
27301         * doc/relocatable.texi: Document that it may not work on OpenBSD.
27302         Reported by Ralf Wildenhues.
27303
27304 2007-03-01  Bruno Haible  <bruno@clisp.org>
27305
27306         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
27307         include ordering constraints.
27308
27309 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27310
27311         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
27312         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
27313         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
27314         as another example.
27315         * lib/time_.h: Fix misspelling.
27316         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
27317         Require gl_HEADER_TIME_H_DEFAULTS.
27318         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
27319         * m4/time_r.m4 (gl_TIME_R): Likewise.
27320         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
27321
27322 2007-03-01  Bruno Haible  <bruno@clisp.org>
27323
27324         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
27325         * m4/utimens.m4 (gl_UTIMENS): Likewise.
27326
27327 2007-03-01  Jim Meyering  <jim@meyering.net>
27328
27329         * modules/xreadlink (Maintainer): Add my name.
27330         * modules/xreadlink-with-size (Depends-on): Alphabetize.
27331
27332 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
27333             Bruno Haible  <bruno@clisp.org>
27334
27335         * build-aux/install-reloc: Compile also c-ctype.c.
27336         * build-aux/relocatable.sh.in: New file.
27337         * doc/relocatable.texi: New file.
27338         * doc/relocatable-maint.texi: New file.
27339         * doc/gnulib.texi: Include relocatable-maint.texi.
27340         * lib/progreloc.c: Include unistd.h unconditionally.
27341         * lib/relocwrapper.c: Include unistd.h unconditionally.
27342         Include c-ctype.h.
27343         (add_dotbin): Use c_tolower.
27344         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
27345         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
27346         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
27347         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
27348         to m4/relocatable-lib.m4.
27349         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
27350         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
27351         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
27352         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
27353         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
27354         * modules/relocatable: New file.
27355         * modules/relocatable-lib: New file.
27356         * modules/relocatable-script: New file.
27357
27358 2007-02-28  Bruno Haible  <bruno@clisp.org>
27359
27360         Import --enable-relocatable infrastructure.
27361         * build-aux/config.libpath: New file, from GNU gettext.
27362         * build-aux/install-reloc: New file, from GNU gettext.
27363         * build-aux/reloc-ldflags: New file, from GNU gettext.
27364         * lib/relocatable.h: New file, from GNU gettext.
27365         * lib/relocatable.c: New file, from GNU gettext.
27366         * lib/relocwrapper.c: New file, from GNU gettext.
27367         * m4/relocatable.m4: New file, from GNU gettext.
27368
27369 2007-02-28  Bruno Haible  <bruno@clisp.org>
27370
27371         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
27372
27373         * modules/xreadlink: New file, from GNU gettext with modifications.
27374         * lib/xreadlink.c: New file, from GNU gettext.
27375         * lib/xreadlink.h: Add comments.
27376         (xreadlink): New declaration.
27377
27378         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
27379         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
27380         lib/xreadlink-with-size.c.
27381         (configure.ac): Remove gl_XREADLINK invocation.
27382         (Makefile.am): Augment lib_SOURCES.
27383         * m4/xreadlink.m4: Remove file.
27384         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
27385         (xreadlink_with_size): Renamed from xreadink.
27386         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
27387         * modules/canonicalize (Depends-on): Replace xreadlink with
27388         xreadlink-with-size.
27389         * lib/canonicalize.c (canonicalize_filename_mode): Update.
27390
27391 2007-02-25  Jim Meyering  <jim@meyering.net>
27392
27393         * build-aux/announce-gen: When complaining about excess arguments,
27394         list them.
27395
27396 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
27397
27398         * README: Document signed integer overflow situation more
27399         accurately.
27400
27401 2007-02-25  Bruno Haible  <bruno@clisp.org>
27402
27403         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
27404         'a' or 'A' conversion.
27405
27406 2007-02-25  Bruno Haible  <bruno@clisp.org>
27407
27408         * modules/filename: Renamed from modules/pathname.
27409         (Files): Replace lib/pathname.h with lib/filename.h. Replace
27410         lib/concatpath.c with lib/concat-filename.c.
27411         (Makefile.am): Update.
27412         (Include): Replace pathname.h with filename.h.
27413         * lib/filename.h: Renamed from lib/pathname.h.
27414         (concatenated_filename): Renamed from concatenated_pathname.
27415         * lib/concat-filename.c: Renamed from lib/concatpath.c.
27416         (concatenated_filename): Renamed from concatenated_pathname.
27417         * lib/findprog.c: Include filename.h instead of pathname.h.
27418         (find_in_path): Update.
27419         * lib/javacomp.c: Include filename.h instead of pathname.h.
27420         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
27421         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
27422         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
27423         is_oldgcj_14_13_usable, is_javac_usable): Update.
27424         * lib/javaexec.c: Include filename.h instead of pathname.h.
27425         (execute_java_class): Update.
27426         * modules/findprog: Update.
27427         * modules/javacomp: Update.
27428         * modules/javaexec: Update.
27429         * MODULES.html.sh (File system functions): Add 'filename', remove
27430         'pathname'.
27431
27432 2007-02-25  Bruno Haible  <bruno@clisp.org>
27433
27434         * modules/printf-frexpl-tests: New file.
27435         * tests/test-printf-frexpl.c: New file.
27436
27437         * modules/printf-frexpl: New file.
27438         * lib/printf-frexpl.h: New file.
27439         * lib/printf-frexpl.c: New file.
27440         * m4/printf-frexpl.m4: New file.
27441
27442 2007-02-25  Bruno Haible  <bruno@clisp.org>
27443
27444         * modules/printf-frexp-tests: New file.
27445         * tests/test-printf-frexp.c: New file.
27446
27447         * modules/printf-frexp: New file.
27448         * lib/printf-frexp.h: New file.
27449         * lib/printf-frexp.c: New file.
27450         * m4/printf-frexp.m4: New file.
27451
27452 2007-02-25  Bruno Haible  <bruno@clisp.org>
27453
27454         Assume automake >= 1.10 for the tests.
27455         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
27456         * modules/arctwo-tests: Likewise.
27457         * modules/argp-tests: Likewise.
27458         * modules/avltree-list-tests: Likewise.
27459         * modules/avltree-oset-tests: Likewise.
27460         * modules/avltreehash-list-tests: Likewise.
27461         * modules/carray-list-tests: Likewise.
27462         * modules/crc-tests: Likewise.
27463         * modules/des-tests: Likewise.
27464         * modules/gc-arcfour-tests: Likewise.
27465         * modules/gc-arctwo-tests: Likewise.
27466         * modules/gc-des-tests: Likewise.
27467         * modules/gc-hmac-md5-tests: Likewise.
27468         * modules/gc-hmac-sha1-tests: Likewise.
27469         * modules/gc-md2-tests: Likewise.
27470         * modules/gc-md4-tests: Likewise.
27471         * modules/gc-md5-tests: Likewise.
27472         * modules/gc-pbkdf2-sha1-tests: Likewise.
27473         * modules/gc-rijndael-tests: Likewise.
27474         * modules/gc-sha1-tests: Likewise.
27475         * modules/gc-tests: Likewise.
27476         * modules/getaddrinfo-tests: Likewise.
27477         * modules/hmac-md5-tests: Likewise.
27478         * modules/hmac-sha1-tests: Likewise.
27479         * modules/linked-list-tests: Likewise.
27480         * modules/linkedhash-list-tests: Likewise.
27481         * modules/lock-tests: Likewise.
27482         * modules/md2-tests: Likewise.
27483         * modules/md4-tests: Likewise.
27484         * modules/md5-tests: Likewise.
27485         * modules/rbtree-list-tests: Likewise.
27486         * modules/rbtree-oset-tests: Likewise.
27487         * modules/rbtreehash-list-tests: Likewise.
27488         * modules/read-file-tests: Likewise.
27489         * modules/rijndael-tests: Likewise.
27490         * modules/stdint-tests: Likewise.
27491         * modules/tls-tests: Likewise.
27492
27493 2007-02-24  Bruno Haible  <bruno@clisp.org>
27494
27495         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
27496         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
27497         function; instead check whether isnan with a double argument links.
27498         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
27499         function; instead check whether isnan with a 'long double' argument
27500         links.
27501         Reported by Eric Blake <ebb9@byu.net>.
27502
27503 2007-02-24  Bruno Haible  <bruno@clisp.org>
27504
27505         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
27506         defined.
27507         * lib/isnanl.c: Remove all code. Just include isnan.c.
27508         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
27509
27510 2007-02-25  Jim Meyering  <jim@meyering.net>
27511
27512         Avoid conflicting types for 'unsetenv' on FreeBSD.
27513         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
27514         conflicting with FreeBSD's (5.0 and 6.1) function declaration
27515         in stdlib.h.
27516
27517 2007-02-24  Bruno Haible  <bruno@clisp.org>
27518
27519         * modules/isnanl-nolibm-tests: New file.
27520         * tests/test-isnanl.c: New file.
27521
27522         * modules/isnanl-nolibm: New file.
27523         * lib/isnanl.h: New file.
27524         * lib/isnanl.c: New file.
27525         * m4/isnanl.m4: New file.
27526
27527 2007-02-24  Bruno Haible  <bruno@clisp.org>
27528
27529         * modules/isnan-nolibm-tests: New file.
27530         * tests/test-isnan.c: New file.
27531
27532         * modules/isnan-nolibm: New file.
27533         * lib/isnan.h: New file.
27534         * lib/isnan.c: New file.
27535         * m4/isnan.m4: New file.
27536
27537 2007-02-24  Bruno Haible  <bruno@clisp.org>
27538
27539         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
27540         assume that an exponent fits in 20 bits.
27541
27542 2007-02-24  Jim Meyering  <jim@meyering.net>
27543
27544         * m4/regex.m4: Update the description of the configure-time option,
27545         --without-included-regex, to state accurately what the defaults are,
27546         and perhaps to give people an idea why using this option is risky.
27547
27548 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
27549
27550         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
27551         loops on small arguments.  This attempts to avoid the problem
27552         Bruno Haible reported for AIX 4.3.2 in
27553         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
27554
27555 2007-02-23  Bruno Haible  <bruno@clisp.org>
27556
27557         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
27558         Needed for help2man.
27559
27560 2007-02-23  Karl Berry  <karl@gnu.org>
27561
27562         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
27563         exists, foo.h should be cvs-ignored, not committed.
27564
27565 2007-02-23  Eric Blake  <ebb9@byu.net>
27566
27567         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
27568         * lib/stat-time.h (includes): Likewise.
27569         * lib/utimecmp.c (includes): Likewise.
27570         * lib/utimens.h (includes): Likewise.
27571         * lib/getdate.y (includes): Also include "timespec.h" for use
27572         internal to the module.
27573         * modules/utimens (Depends-on): Revert yesterday's patch.
27574         * modules/nanosleep (Depends-on): Add missing dependency.
27575
27576 2007-02-22  Bruno Haible  <bruno@clisp.org>
27577
27578         * lib/glob.c: Don't include getlogin_r.h.
27579
27580 2007-02-22  Jim Meyering  <jim@meyering.net>
27581
27582         * modules/utimens (Depends-on): Add timespec, required for
27583         utimens.h's inclusion of timespec.h.
27584
27585 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
27586
27587         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
27588         long unreadable paths in GNU/Linux.  Problem reported by Andreas
27589         Schwab in
27590         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
27591         I'll try to think of a better way to fix the Solaris problem.
27592
27593         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
27594         like glibc; on Solaris 10, it fails with errno == EINVAL.
27595         POSIX says the behavior is unspecified if the first argument is NULL,
27596         so play it safe and never pass NULL to the system getcwd.
27597
27598 2007-02-21  Jim Meyering  <jim@meyering.net>
27599
27600         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
27601         of gettimeofday.  It would conflict with the one now always
27602         provided via sys_time_.h.  Reported by Matthew Woehlke, as
27603         an IRIX 6.5 build failure.
27604
27605 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
27606
27607         Minor fixups to port to Solaris 10 with Sun C 5.8.
27608         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
27609         * modules/getcwd (Depends-on): Add dirfd.
27610         * lib/putenv.c (putenv): #undef it.
27611         (rpl_putenv): New decl.
27612         (malloc, free): Include <stdlib.h> rather than prototyping separately.
27613
27614 2007-02-20  Bruno Haible  <bruno@clisp.org>
27615
27616         * modules/stdio-tests: New file.
27617         * tests/test-stdio.c: New file.
27618
27619         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
27620         (Depends-on): Add stdio.
27621         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
27622         (Include): Use <stdio.h> instead of vsnprintf.h.
27623         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
27624         HAVE_DECL_VSNPRINTF.
27625         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
27626
27627         * modules/snprintf (Files): Remove lib/snprintf.h.
27628         (Depends-on): Add stdio.
27629         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
27630         (Include): Use <stdio.h> instead of snprintf.h.
27631         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
27632         HAVE_DECL_SNPRINTF.
27633         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
27634         * lib/getaddrinfo.c: Likewise.
27635
27636         * modules/stdio: New file.
27637         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
27638         * lib/snprintf.h: Remove file.
27639         * lib/vsnprintf.h: Remove file.
27640         * lib/.cppi-disable: Remove snprintf.h.
27641         * m4/stdio_h.m4: New file.
27642         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
27643
27644 2007-02-20  Jim Meyering  <jim@meyering.net>
27645
27646         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
27647         used by e.g., mingw.  From Bruno Haible.
27648
27649 2007-02-19  Bruno Haible  <bruno@clisp.org>
27650
27651         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
27652         warnings.
27653         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27654
27655 2007-02-19  Bruno Haible  <bruno@clisp.org>
27656
27657         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
27658         from mingw users.
27659
27660 2007-02-19  Bruno Haible  <bruno@clisp.org>
27661
27662         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
27663         warnings.
27664         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
27665
27666 2007-02-19  Jim Meyering  <jim@meyering.net>
27667
27668         Don't use FD after a successful "fdopendir (fd)".
27669         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
27670         Reset it by calling dirfd on the just-obtained DIR*.
27671
27672         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
27673         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
27674
27675 2007-02-18  Bruno Haible  <bruno@clisp.org>
27676
27677         * lib/readlink.c: Include <unistd.h>.
27678         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
27679         HAVE_READLINK.
27680         * modules/readlink (Depends-on): Add unistd.
27681         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27682         (Include): Add <unistd.h>.
27683
27684         * lib/getlogin_r.h: Remove file.
27685         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
27686         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
27687         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
27688         HAVE_DECL_GETLOGIN_R.
27689         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
27690         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27691         (Include): Use <unistd.h> instead of getlogin_r.h.
27692
27693         * lib/getcwd.h: Remove file.
27694         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
27695         * lib/xgetcwd.c: Likewise.
27696         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
27697         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
27698         * modules/getcwd (Files): Remove lib/getcwd.h.
27699         (Depends-on): Add unistd.
27700         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27701         (Include): Use <unistd.h> instad of getcwd.h.
27702
27703         * lib/ftruncate.c: Include <unistd.h> first.
27704         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
27705         Set HAVE_FTRUNCATE.
27706         * modules/ftruncate (Depends-on): Add unistd.
27707         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27708
27709         * lib/fchdir.c: Include <unistd.h> first.
27710         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
27711         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
27712         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
27713         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27714         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
27715
27716         * lib/dup2.c: Include <unistd.h> first.
27717         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
27718         HAVE_DUP2.
27719         * modules/dup2 (Depends-on): Add unistd.
27720         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27721
27722         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
27723         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
27724         REPLACE_CHOWN. Don't define chown as a macro here.
27725         * modules/chown (Depends-on): Add unistd.
27726         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27727
27728         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
27729         Add definition for GL_LINK_WARNING.
27730         (chown, dup2): New declarations.
27731         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
27732         link warning.
27733         (ftruncate): New declaration.
27734         (getcwd): New declaration, taken from old getcwd.h.
27735         (getlogin_r): New declaration, taken from old getlogin_r.h.
27736         (readlink): New declaration.
27737         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
27738         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
27739         (gl_PREREQ_UNISTD): Remove macro.
27740         (gl_UNISTD_MODULE_INDICATOR): New macro.
27741         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
27742         many new variables. Don't set UNISTD_H.
27743         * modules/unistd (Description): Change.
27744         (Depends-on): Add link-warning.
27745         (configure.ac): Update.
27746         (Makefile.am): Create unistd.h always. Substitute many new variables
27747         into it.
27748
27749 2007-02-18  Bruno Haible  <bruno@clisp.org>
27750
27751         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
27752         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
27753         HAVE_GETSUBOPT.
27754         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
27755         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
27756         * lib/getsubopt.h: Remove file.
27757         * modules/getsubopt (Files): Remove lib/getsubopt.h.
27758         (Depends-on): Add stdlib.
27759         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
27760         (Includes): Use <stdlib.h> instead of getsubopt.h.
27761         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
27762         Set HAVE_GETSUBOPT.
27763         * lib/getsubopt.c: Don't include getsubopt.h.
27764
27765 2007-02-18  Bruno Haible  <bruno@clisp.org>
27766
27767         * modules/fchdir (Depends-on): Add dup2.
27768
27769 2007-02-18  Bruno Haible  <bruno@clisp.org>
27770
27771         * lib/stdlib_.h: Handle glibc's special invocation convention
27772         specially.
27773
27774 2007-02-18  Bruno Haible  <bruno@clisp.org>
27775
27776         * modules/stdlib-tests: New file.
27777         * tests/test-stdlib.c: New file.
27778
27779         * modules/mkstemp (Files): Remove lib/mkstemp.h.
27780         (Depends-on): Add stdlib.
27781         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
27782         (Includes): Use <stdlib.h> instead of mkstemp.h.
27783         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
27784         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
27785         * lib/mkstemp.c: Don't include mkstemp.h.
27786         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
27787         * lib/stdlib--.h: Don't include mkstemp.h.
27788
27789         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
27790         (Depends-on): Add stdlib.
27791         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
27792         (Includes): Use <stdlib.h> instead of mkdtemp.h.
27793         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
27794         HAVE_MKDTEMP.
27795         * lib/mkdtemp.c: Don't include mkdtemp.h.
27796         * lib/clean-temp.c: Don't include mkdtemp.h.
27797
27798         * modules/exit (Files): Remove lib/exit.h.
27799         (Depends-on): Add stdlib.
27800         (Makefile.am): Remove lib_SOURCES.
27801         (Include): Use <stdlib.h> instead of exit.h.
27802         * lib/argmatch.c: Don't include exit.h.
27803         * lib/execute.c: Likewise.
27804         * lib/pagealign_alloc.c: Likewise.
27805         * lib/pipe.c: Likewise.
27806         * lib/wait-process.c: Likewise.
27807         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
27808         * lib/exitfail.c: Likewise.
27809         * lib/savewd.c: Likewise.
27810         * lib/xsetenv.c: Likewise.
27811
27812         * modules/stdlib: New file.
27813         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
27814         and extra comments about mkstemp().
27815         * lib/exit.h: Remove file.
27816         * lib/mkdtemp.h: Remove file.
27817         * lib/mkstemp.h: Remove file.
27818         * m4/stdlib_h.m4: New file.
27819         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
27820
27821 2007-02-18  Bruno Haible  <bruno@clisp.org>
27822
27823         * modules/math-tests: New file.
27824         * tests/test-math.c: New file.
27825
27826         * modules/math: New file.
27827         * modules/mathl (Files): Remove lib/mathl.h.
27828         (Depends-on): Add math.
27829         (Makefile.am): Don't mention mathl.h.
27830         (Include): Use <math.h> instead of mathl.h.
27831         * lib/math_.h: New file.
27832         * lib/mathl.h: Remove file.
27833         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
27834         mathl.h.
27835         * lib/asinl.c: Likewise.
27836         * lib/atanl.c: Likewise.
27837         * lib/ceill.c: Likewise.
27838         * lib/cosl.c: Likewise.
27839         * lib/expl.c: Likewise.
27840         * lib/floorl.c: Likewise.
27841         * lib/frexpl.c: Likewise.
27842         * lib/ldexpl.c: Likewise.
27843         * lib/logl.c: Likewise.
27844         * lib/sincosl.c: Likewise.
27845         * lib/sinl.c: Likewise.
27846         * lib/sqrtl.c: Likewise.
27847         * lib/tanl.c: Likewise.
27848         * lib/trigl.c: Likewise.
27849         * m4/math_h.m4: New file.
27850         * MODULES.html.sh (Mathematics): Add math.
27851
27852 2007-02-17  Bruno Haible  <bruno@clisp.org>
27853
27854         * modules/wctype-tests: New file.
27855         * tests/test-wctype.c: New file.
27856
27857         * modules/wchar-tests: New file.
27858         * tests/test-wchar.c: New file.
27859
27860         * modules/unistd-tests: New file.
27861         * tests/test-unistd.c: New file.
27862
27863         * modules/time-tests: New file.
27864         * tests/test-time.c: New file.
27865
27866         * modules/sysexits-tests: New file.
27867         * tests/test-sysexits.c: New file.
27868
27869         * modules/sys_time-tests: New file.
27870         * tests/test-sys_time.c: New file.
27871
27872         * modules/sys_stat-tests: New file.
27873         * tests/test-sys_stat.c: New file.
27874
27875         * modules/sys_socket-tests: New file.
27876         * tests/test-sys_socket.c: New file.
27877
27878         * modules/sys_select-tests: New file.
27879         * tests/test-sys_select.c: New file.
27880
27881         * modules/string-tests: New file.
27882         * tests/test-string.c: New file.
27883
27884         * modules/stdbool-tests: New file.
27885         * tests/test-stdbool.c: New file.
27886
27887         * modules/netinet_in-tests: New file.
27888         * tests/test-netinet_in.c: New file.
27889
27890         * modules/inttypes-tests: New file.
27891         * tests/test-inttypes.c: New file.
27892
27893         * modules/fcntl-tests: New file.
27894         * tests/test-fcntl.c: New file.
27895
27896         * modules/byteswap-tests: New file.
27897         * tests/test-byteswap.c: New file.
27898
27899         * modules/arpa_inet-tests: New file.
27900         * tests/test-arpa_inet.c: New file.
27901
27902 2007-02-17  Bruno Haible  <bruno@clisp.org>
27903
27904         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
27905         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
27906         if the corresponding module is not enabled. Emit link warnings if
27907         the function is used nevertheless.
27908         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
27909         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
27910         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
27911         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
27912         * modules/inttypes (Depends-on): Add link-warning.
27913         (Makefile.am): Copy the contents of build-aux/link-warning.h into
27914         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
27915         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
27916         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
27917         * modules/imaxdiv (configure.ac): Likewise.
27918         * modules/strtoimax (configure.ac): Likewise.
27919         * modules/strtoumax (configure.ac): Likewise.
27920
27921 2007-02-17  Bruno Haible  <bruno@clisp.org>
27922
27923         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
27924         gl_STRING_MODULE_INDICATOR_DEFAULTS.
27925         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
27926         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
27927
27928 2007-02-17  Bruno Haible  <bruno@clisp.org>
27929
27930         * modules/link-warning: New file.
27931         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
27932         * lib/string_.h (GL_LINK_WARNING): Remove definition.
27933         * modules/string (Depends-on): Add link-warning.
27934         (Makefile.am): Copy the contents of build-aux/link-warning.h into
27935         string.h.
27936         * MODULES.html.sh (Support for building libraries and executables): Add
27937         link-warning.
27938
27939 2007-02-17  Bruno Haible  <bruno@clisp.org>
27940
27941         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
27942         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
27943         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
27944         long lines.
27945
27946 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
27947             Bruno Haible  <bruno@clisp.org>
27948
27949         * modules/tmpfile: New file.
27950         * lib/tmpfile.c: New file.
27951         * m4/tmpfile.m4: New file.
27952         * MODULES.html.sh (func_all_modules): New section "Input/output".
27953
27954 2007-02-15  Bruno Haible  <bruno@clisp.org>
27955
27956         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
27957         (supports_delete_on_close): New function.
27958         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
27959
27960 2007-02-14  Bruno Haible  <bruno@clisp.org>
27961
27962         * modules/mbspcasecmp-tests: New file.
27963         * tests/test-mbspcasecmp.sh: New file.
27964         * tests/test-mbspcasecmp.c: New file.
27965
27966         New module mbspcasecmp.
27967         * modules/mbspcasecmp: New file.
27968         * lib/mbspcasecmp.c: New file.
27969         * lib/string_.h (strncasecmp): Change warning message.
27970         (mbspcasecmp): New declaration.
27971         * m4/mbspcasecmp.m4: New file.
27972         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27973         GNULIB_MBSPCASECMP.
27974         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
27975         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
27976
27977 2007-02-14  Bruno Haible  <bruno@clisp.org>
27978
27979         * modules/mbsncasecmp-tests: New file.
27980         * tests/test-mbsncasecmp.sh: New file.
27981         * tests/test-mbsncasecmp.c: New file.
27982
27983         New module mbsncasecmp.
27984         * modules/mbsncasecmp: New file.
27985         * lib/mbsncasecmp.c: New file.
27986         * lib/string_.h (mbsncasecmp): New declaration.
27987         * m4/mbsncasecmp.m4: New file.
27988         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27989         GNULIB_MBSNCASECMP.
27990         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
27991         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
27992
27993 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
27994
27995         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
27996         Verify that it doesn't overlap with our flags.
27997         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
27998         do not have the desired effect in multibyte locales; instead, use
27999         mbscasecmp.
28000         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
28001         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
28002         we don't require GNU fnmatch ourselves (if our users require it, they
28003         should do so explicitly).
28004
28005         Fix regex code so it doesn't rely on strcasecmp.
28006         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
28007         Otherwise, include gnulib's langinfo.h.
28008         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
28009         undesirable behavior in non-C locales.  Instead, rely on localecharset.
28010         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
28011         * modules/regex (FILES): Remove m4/codeset.m4.
28012         (Depends-on): Add localcharset.  Remove strcase.
28013
28014 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28015
28016         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
28017         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
28018
28019 2007-02-13  Bruno Haible  <bruno@clisp.org>
28020
28021         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
28022         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28023
28024 2007-02-12  Bruno Haible  <bruno@clisp.org>
28025
28026         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
28027         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
28028         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
28029         time warning rather than a link error.
28030
28031 2007-02-12  Bruno Haible  <bruno@clisp.org>
28032
28033         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
28034         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28035         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28036
28037 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
28038
28039         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
28040         args, not 2.
28041
28042 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
28043
28044         New module 'time', so that apps can include <time.h> as per
28045         POSIX and GNU instead of separate include files like time_r.h
28046         and timegm.h.  This implementation tries out a simpler approach
28047         for replacing decls in standard include files (as compared to
28048         the string module), somewhat as an experiment.
28049
28050         * config/srclist.txt: Comment out mktime.c for now.
28051         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
28052         since it doesn't apply any more.  Use generic wording instead.
28053         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
28054         'time'.
28055         * lib/time_.h, m4/time_h.m4, modules/time: New files.
28056         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
28057         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
28058         Don't include <sys/types.h>; no longer needed since we assume C89.
28059         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
28060         * lib/strftime.c: Likewise.
28061         * lib/time_r.c: Likewise.
28062         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
28063         * lib/nanosleep.c: Include <time.h> first, to check interface.
28064         * lib/strptime.c: Likewise.
28065         * lib/time_r.c: Likewise.
28066         * lib/timegm.c: Likewise.
28067         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
28068         needed.
28069         * lib/timegm.c: Don't include timegm.h; no longer needed.
28070         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
28071         time.h now handles any problems in that area.
28072         (struct timespec, nanosleep): Remove; time.h now arranges for these.
28073         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
28074         that time.h defines struct timespec.
28075         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
28076         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
28077         handles that.
28078         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
28079         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
28080         needed.  Set REPLACE_LOCALTIME.
28081         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
28082         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
28083         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
28084         nanosleep; time_h.m4 now does that.  Don't require
28085         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
28086         module handles this now.
28087         * modules/getdate (Depends-on): Remove timespec.  Add time.
28088         * modules/nanosleep (Depends-on): Likewise.
28089         * modules/stat-time (Depends-on): Likewise.
28090         * modules/nanosleep (Include): Include time.h, not timespec.h.
28091         * modules/strptime (Files): Remove lib/strptime.h.
28092         (Depends-on): Add extensions, time.
28093         (Include): Include time.h, not strptime.h.
28094         * modules/time_r (Files): Remove lib/time_r.h.
28095         (Depends-on): Add time.
28096         (Include): Include time.h, not time_r.h.
28097         * modules/timegm: Likewise.
28098         * modules/timespec (Description): Now does timespec-related decls
28099         of our own, instead of struct timespec itself.
28100         (Depends-on): Add time; remove extensions.
28101         (Maintainer): Add self.
28102         * modules/utimecmp (Depends-on): Add time; remove timespec.
28103         * modules/utimens (Depends-on): Likewise.
28104         * modules/xnanosleep (Depends-on): Likewise.
28105
28106 2007-02-11  Bruno Haible  <bruno@clisp.org>
28107
28108         * lib/c-strstr.c: Include allocsa.h.
28109         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
28110         * lib/c-strcasestr.c: Include allocsa.h.
28111         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
28112         * lib/strcasestr.c: Include allocsa.h.
28113         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
28114         * lib/mbsstr.c: Include allocsa.h.
28115         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
28116         allocsa/freesa instead of malloc/free.
28117         * lib/mbscasestr.c: Include allocsa.h.
28118         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
28119         allocsa/freesa instead of malloc/free.
28120         * modules/c-strstr (Depends-on): Add allocsa.
28121         * modules/c-strcasestr (Depends-on): Likewise.
28122         * modules/strcasestr (Depends-on): Likewise.
28123         * modules/mbsstr (Depends-on): Likewise.
28124         * modules/mbscasestr (Depends-on): Likewise.
28125
28126 2007-02-11  Bruno Haible  <bruno@clisp.org>
28127
28128         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
28129
28130         * modules/mbsspn-tests: New file.
28131         * tests/test-mbsspn.sh: New file.
28132         * tests/test-mbsspn.c: New file.
28133
28134 2007-02-11  Bruno Haible  <bruno@clisp.org>
28135
28136         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
28137
28138         * modules/mbspbrk-tests: New file.
28139         * tests/test-mbspbrk.sh: New file.
28140         * tests/test-mbspbrk.c: New file.
28141
28142 2007-02-11  Bruno Haible  <bruno@clisp.org>
28143
28144         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
28145         unneeded cast.
28146
28147         * modules/mbscspn-tests: New file.
28148         * tests/test-mbscspn.sh: New file.
28149         * tests/test-mbscspn.c: New file.
28150
28151 2007-02-11  Bruno Haible  <bruno@clisp.org>
28152
28153         * modules/mbscasecmp-tests: New file.
28154         * tests/test-mbscasecmp.sh: New file.
28155         * tests/test-mbscasecmp.c: New file.
28156
28157 2007-02-11  Bruno Haible  <bruno@clisp.org>
28158
28159         Ensure O(n) worst-case complexity of mbscasestr.
28160         * lib/mbscasestr.c: Include stdbool.h.
28161         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
28162         functions.
28163         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
28164         the bookkeeping indicates that it's worth it.
28165         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
28166
28167         * modules/mbscasestr-tests: New file.
28168         * tests/test-mbscasestr1.c: New file.
28169         * tests/test-mbscasestr2.sh: New file.
28170         * tests/test-mbscasestr2.c: New file.
28171         * tests/test-mbscasestr3.sh: New file.
28172         * tests/test-mbscasestr3.c: New file.
28173         * tests/test-mbscasestr4.sh: New file.
28174         * tests/test-mbscasestr4.c: New file.
28175         * m4/locale-tr.m4: New file.
28176
28177 2007-02-11  Bruno Haible  <bruno@clisp.org>
28178
28179         Ensure O(n) worst-case complexity of mbsstr.
28180         * lib/mbsstr.c: Include stdbool.h.
28181         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
28182         functions.
28183         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
28184         bookkeeping indicates that it's worth it.
28185         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
28186
28187         * modules/mbsstr-tests: New file.
28188         * tests/test-mbsstr1.c: New file.
28189         * tests/test-mbsstr2.sh: New file.
28190         * tests/test-mbsstr2.c: New file.
28191         * tests/test-mbsstr3.sh: New file.
28192         * tests/test-mbsstr3.c: New file.
28193         * m4/locale-fr.m4: New file.
28194
28195 2007-02-11  Bruno Haible  <bruno@clisp.org>
28196
28197         * lib/mbsrchr.c (mbsrchr): Fix bug.
28198
28199         * modules/mbsrchr-tests: New file.
28200         * tests/test-mbsrchr.sh: New file.
28201         * tests/test-mbsrchr.c: New file.
28202
28203 2007-02-11  Bruno Haible  <bruno@clisp.org>
28204
28205         * lib/mbschr.c (mbschr): Fix bug.
28206
28207         * modules/mbschr-tests: New file.
28208         * tests/test-mbschr.sh: New file.
28209         * tests/test-mbschr.c: New file.
28210         * m4/locale-zh.m4: New file.
28211
28212 2007-02-11  Bruno Haible  <bruno@clisp.org>
28213
28214         Support for copying multibyte string iterators.
28215         * lib/mbiter.h: Include <string.h>.
28216         (mbiter_multi_copy): New function.
28217         (mbi_copy): New macro.
28218         * lib/mbuiter.h: Include <string.h>.
28219         (mbuiter_multi_copy): New function.
28220         (mbui_copy): New macro.
28221
28222 2007-02-11  Bruno Haible  <bruno@clisp.org>
28223
28224         New module mbslen.
28225         * modules/mbslen: New file.
28226         * lib/mbslen.c: New file.
28227         * lib/string_.h (mbslen): New declaration.
28228         * m4/mbslen.m4: New file.
28229         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28230         GNULIB_MBSLEN.
28231         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
28232         * MODULES.html.sh (Internationalization functions): Add mbslen.
28233
28234 2007-02-11  Bruno Haible  <bruno@clisp.org>
28235
28236         Ensure O(n) worst-case complexity of strcasestr substitute.
28237         * lib/strcasestr.c: Include stdbool.h.
28238         (knuth_morris_pratt): New function.
28239         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
28240         bookkeeping indicates that it's worth it.
28241         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
28242
28243         * modules/strcasestr-tests: New file.
28244         * tests/test-strcasestr.c: New file.
28245
28246 2007-02-11  Bruno Haible  <bruno@clisp.org>
28247
28248         Ensure O(n) worst-case complexity of c_strcasestr.
28249         * lib/c-strcasestr.c: Include stdbool.h, string.h.
28250         (knuth_morris_pratt): New function.
28251         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
28252         the bookkeeping indicates that it's worth it.
28253         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
28254
28255         * modules/c-strcasestr-tests: New file.
28256         * tests/test-c-strcasestr.c: New file.
28257
28258 2007-02-11  Bruno Haible  <bruno@clisp.org>
28259
28260         Ensure O(n) worst-case complexity of c_strstr.
28261         * lib/c-strstr.c: Include stdbool.h, string.h.
28262         (knuth_morris_pratt): New function.
28263         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
28264         bookkeeping indicates that it's worth it.
28265         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
28266
28267         * lib/c-strstr.c: Complete rewrite for maintainability.
28268
28269         * modules/c-strstr-tests: New file.
28270         * tests/test-c-strstr.c: New file.
28271
28272 2007-02-11  Bruno Haible  <bruno@clisp.org>
28273
28274         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
28275         5.2.1 and earlier, whereby \055 was treated just like the range
28276         delimiter '-'.
28277         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
28278
28279 2007-02-08  Bruno Haible  <bruno@clisp.org>
28280
28281         * modules/regex (Depends-on): Add stdbool.
28282         Reported by Dalibor Topic <robilad@kaffe.org>.
28283
28284 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
28285
28286         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
28287         Prefer returning from main to exiting from it.
28288         Remove unnecessary parens after sizeof.
28289
28290 2007-02-05  Bruno Haible  <bruno@clisp.org>
28291
28292         New module mbssep.
28293         * modules/mbssep: New file.
28294         * lib/mbssep.c: New file.
28295         * lib/string_.h (strsep): Add a conditional link warning.
28296         (mbssep): New declaration.
28297         * m4/mbssep.m4: New file.
28298         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28299         GNULIB_MBSSEP.
28300         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
28301         * MODULES.html.sh (Internationalization functions): Add mbssep.
28302
28303 2007-02-05  Bruno Haible  <bruno@clisp.org>
28304
28305         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
28306         Optimize search in case of 1 delimiter.
28307
28308 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
28309
28310         * lib/acl.h: Include sys/types.h before sys/acl.h.
28311
28312 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
28313
28314         Merge upstream fix for glibc bugzilla #3957:
28315
28316         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
28317
28318         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
28319         bit for RE_HAT_LISTS_NOT_NEWLINE.
28320         (build_charclass_op): Remove bogus comment.
28321
28322 2007-02-05  Simon Josefsson  <simon@josefsson.org>
28323
28324         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
28325
28326 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
28327
28328         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
28329         * lib/memmem.c [!defined _LIBC]: Include config.h.
28330
28331 2007-02-04  Bruno Haible  <bruno@clisp.org>
28332
28333         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
28334         warning message.
28335
28336 2007-02-04  Bruno Haible  <bruno@clisp.org>
28337
28338         New module mbstok_r.
28339         * modules/mbstok_r: New file.
28340         * lib/mbstok_r.c: New file.
28341         * lib/string_.h (strtok_r): Change argument names to match the
28342         comments. Add a conditional link warning.
28343         (mbstok_r): New declaration.
28344         * m4/mbstok_r.m4: New file.
28345         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28346         GNULIB_MBSTOK_R.
28347         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
28348         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
28349
28350 2007-02-04  Bruno Haible  <bruno@clisp.org>
28351
28352         New module mbsspn.
28353         * modules/mbsspn: New file.
28354         * lib/mbsspn.c: New file.
28355         * lib/string_.h (strspn): Add a conditional link warning.
28356         (mbsspn): New declaration.
28357         * m4/mbsspn.m4: New file.
28358         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28359         GNULIB_MBSSPN.
28360         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
28361         * MODULES.html.sh (Internationalization functions): Add mbsspn.
28362
28363 2007-02-04  Bruno Haible  <bruno@clisp.org>
28364
28365         New module mbspbrk.
28366         * modules/mbspbrk: New file.
28367         * lib/mbspbrk.c: New file.
28368         * lib/string_.h (strpbrk): Add a conditional link warning.
28369         (mbspbrk): New declaration.
28370         * m4/mbspbrk.m4: New file.
28371         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28372         GNULIB_MBSPBRK.
28373         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
28374         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
28375
28376 2007-02-04  Bruno Haible  <bruno@clisp.org>
28377
28378         New module mbscspn.
28379         * modules/mbscspn: New file.
28380         * lib/mbscspn.c: New file.
28381         * lib/string_.h (strcspn): Add a conditional link warning.
28382         (mbscspn): New declaration.
28383         * m4/mbscspn.m4: New file.
28384         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28385         GNULIB_MBSCSPN.
28386         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
28387         * MODULES.html.sh (Internationalization functions): Add mbscspn.
28388
28389 2007-02-04  Bruno Haible  <bruno@clisp.org>
28390
28391         New module mbscasestr, reduced goal of strcasestr.
28392         * modules/mbscasestr: New file.
28393         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
28394         (mbscasestr): Renamed from strcasestr.
28395         * lib/strcasestr.c: Don't include mbuiter.h.
28396         (strcasestr): Remove support for multibyte locales.
28397         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
28398         Change the conditional link warning.
28399         (mbscasestr): New declaration.
28400         * m4/mbscasestr.m4: New file.
28401         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
28402         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
28403         REPLACE_STRCASESTR.
28404         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
28405         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28406         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
28407         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
28408         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
28409         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
28410         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
28411         (Depends-on): Remove mbuiter.
28412         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
28413
28414 2007-02-04  Bruno Haible  <bruno@clisp.org>
28415
28416         Simplify handling of strncasecmp.
28417         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
28418         the conditional link warning.
28419         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28420         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
28421         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
28422         * modules/strcase (configure.ac): Don't invoke
28423         gl_STRING_MODULE_INDICATOR.
28424         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
28425
28426 2007-02-04  Bruno Haible  <bruno@clisp.org>
28427
28428         New module mbscasecmp, reduced goal of strcasecmp.
28429         * modules/mbscasecmp: New file.
28430         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
28431         (mbscasecmp): Renamed from strcasecmp.
28432         * lib/strcasecmp.c: Don't include mbuiter.h.
28433         (strcasecmp): Remove support for multibyte locales.
28434         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
28435         Change the conditional link warning.
28436         (mbscasecmp): New declaration.
28437         * m4/mbscasecmp.m4: New file.
28438         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
28439         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
28440         REPLACE_STRCASECMP.
28441         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
28442         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28443         GNULIB_MBSCASECMP.
28444         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
28445         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
28446         * modules/strcase (Files): Remove m4/mbrtowc.m4.
28447         (Depends-on): Remove mbuiter.
28448         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
28449
28450 2007-02-04  Bruno Haible  <bruno@clisp.org>
28451
28452         New module mbsstr. Remove module strstr.
28453         * modules/mbsstr: New file.
28454         * modules/strstr: Remove file.
28455         * lib/mbsstr.c: Renamed from lib/strstr.c.
28456         (mbsstr): Renamed from strstr.
28457         * lib/string_.h (strstr): Remove declaration. Change the conditional
28458         link warning.
28459         (mbsstr): New declaration.
28460         * m4/mbsstr.m4: New file.
28461         * m4/strstr.m4: Remove file.
28462         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
28463         REPLACE_STRSTR.
28464         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
28465         Don't initialize GNULIB_STRSTR.
28466         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
28467         substitute GNULIB_STRSTR and REPLACE_STRSTR.
28468         * MODULES.html.sh (Internationalization functions): Add mbsstr.
28469         (Support for systems lacking ANSI C 89): Remove strstr.
28470
28471 2007-02-04  Bruno Haible  <bruno@clisp.org>
28472
28473         New module mbsrchr.
28474         * modules/mbsrchr: New file.
28475         * lib/mbsrchr.c: New file.
28476         * lib/string_.h (strrchr): Add a conditional link warning.
28477         (mbsrchr): New declaration.
28478         * m4/mbsrchr.m4: New file.
28479         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28480         GNULIB_MBSRCHR.
28481         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
28482         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
28483
28484 2007-02-04  Bruno Haible  <bruno@clisp.org>
28485
28486         New module mbschr.
28487         * modules/mbschr: New file.
28488         * lib/mbschr.c: New file.
28489         * lib/string_.h (strchr): Add a conditional link warning.
28490         (mbschr): New declaration.
28491         * m4/mbschr.m4: New file.
28492         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28493         GNULIB_MBSCHR.
28494         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
28495         * MODULES.html.sh (Internationalization functions): Add mbschr.
28496
28497 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
28498
28499         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
28500
28501         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
28502
28503 2007-02-04  Bruno Haible  <bruno@clisp.org>
28504
28505         New module description section 'configure.ac-early'.
28506         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
28507         (func_get_autoconf_early_snippet): New function.
28508         (func_import, func_create_testdir): Use it. Remove special cases for
28509         modules 'extensions' and 'lock'.
28510         * modules/extensions (configure.ac-early): Require
28511         gl_USE_SYSTEM_EXTENSIONS.
28512         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
28513
28514 2007-02-04  Bruno Haible  <bruno@clisp.org>
28515
28516         Make use of gcj-4.3's -fsource and -ftarget option.
28517         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
28518         and if so try the options -fsource and -ftarget.
28519         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
28520         source_version, ftarget_option, target_version arguments.
28521         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
28522         (is_envjavac_oldgcj_14_14_usable): Renamed from
28523         is_envjavac_gcj_14_14_usable.
28524         (is_envjavac_oldgcj_14_13_usable): Renamed from
28525         is_envjavac_gcj_14_13_usable.
28526         (is_gcj_present): Update.
28527         (is_gcj_43, is_gcj43_usable): New functions.
28528         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
28529         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
28530         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
28531         try the options -fsource and -ftarget.
28532
28533 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28534
28535         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
28536         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
28537         larger value.
28538
28539 2007-02-03  Jim Meyering  <jim@meyering.net>
28540
28541         Give tools a better chance to allocate space for very large buffers.
28542         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
28543
28544         Make pwd and readlink work also when run with an unreadable parent dir
28545         on systems with openat support.
28546         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
28547         provided getcwd function, even when we have openat support.
28548         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
28549
28550 2007-02-02  Bruno Haible  <bruno@clisp.org>
28551
28552         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
28553         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
28554         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
28555         portability problems if one of these functions is only used on specific
28556         platforms.
28557         Reported by Paul Eggert.
28558
28559 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
28560
28561         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
28562         is causing more trouble than it's curing.
28563         * lib/regex_internal.h (__mempcpy): Remove.
28564         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
28565         (and make the code a tad smaller to boot).
28566         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
28567
28568 2007-02-02  Jim Meyering  <jim@meyering.net>
28569
28570         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
28571         section, not in the Makefile.am: one.
28572
28573 2007-02-02  Eric Blake  <ebb9@byu.net>
28574
28575         * lib/strchrnul.c: Always include config.h first.
28576
28577         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
28578         gnulib strstr is not necessary here.
28579
28580 2007-02-02  Simon Josefsson  <simon@josefsson.org>
28581
28582         * m4/socklen.m4: Fix typo.
28583
28584 2007-02-02  Eric Blake  <ebb9@byu.net>
28585
28586         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
28587         * modules/netinet_in (Makefile.am): Likewise.
28588
28589 2007-02-01  Bruno Haible  <bruno@clisp.org>
28590
28591         * lib/string_.h (GL_LINK_WARNING): New macro.
28592         (strcasecmp, strstr, strcasestr): If provided by the system,
28593         conditionally define as a macro that leads to a warning instead of to
28594         an error.
28595         (strncasecmp): Conditionally define as a macro that leads to a warning.
28596
28597 2007-02-01  Karl Berry  <karl@gnu.org>
28598
28599         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
28600
28601 2007-02-01  Bruno Haible  <bruno@clisp.org>
28602
28603         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
28604         renamings.
28605
28606 2007-02-01  Eric Blake  <ebb9@byu.net>
28607
28608         * modules/regex (Depends-on): Revert dependence on mempcpy.
28609         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
28610         module's definition of mempcpy.
28611         Reported by Paul Eggert.
28612
28613 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
28614
28615         * lib/string_.h: If the gnulib module XYZ is not present, undefine
28616         the symbol XYZ before redefining it.  This fixes a problem with
28617         programs that don't use XYZ, when compiled on systems that define
28618         XYZ to something else.
28619
28620 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
28621
28622         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
28623         occurs when "mkdir -m foo" creates a setgid directory that is (1)
28624         writeable to group or other and (2) is intended to have a special
28625         mode bit that is set or cleared.  In such a case, the directory
28626         should be neither group- nor other-writeable until the special
28627         mode bits are right.
28628
28629 2007-01-31  Eric Blake  <ebb9@byu.net>
28630
28631         * modules/mountlist (Depends-on): Add strstr.
28632
28633         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
28634         bug.
28635         * modules/string (Makefile.am): Remove redundant replacement.
28636         * modules/regex (Depends-on): Add mempcpy.
28637
28638 2007-01-31  Bruno Haible  <bruno@clisp.org>
28639
28640         New module description field 'Link'.
28641         * gnulib-tool (func_usage): Document --extract-link-directive.
28642         (sed_extract_prog): Recognize 'Link' directive.
28643         (func_get_link_directive): New function.
28644         (func_import): Show summary of link directives.
28645         Handle --extract-link-directive option.
28646         * modules/acl (Link): New section.
28647         * modules/clock-time (Link): New section.
28648         * modules/euidaccess (Link): New section.
28649         * modules/gettext (Link): New section.
28650         * modules/iconv (Link): New section.
28651         * modules/lock (Link): New section.
28652         * modules/nanosleep (Link): New section.
28653         * modules/readline (Link): New section.
28654
28655 2007-01-27  Bruno Haible  <bruno@clisp.org>
28656
28657         Enforce the use of gnulib modules for unportable <string.h> functions.
28658         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
28659         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
28660         (gl_HEADER_STRING_H_BODY): Require it.
28661         * lib/string_.h: If the gnulib module XYZ is not present, redefine
28662         the symbol XYZ to one that gives a link error.
28663         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
28664         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
28665         * modules/mempcpy (configure.ac): Likewise.
28666         * modules/memrchr (configure.ac): Likewise.
28667         * modules/stpcpy (configure.ac): Likewise.
28668         * modules/stpncpy (configure.ac): Likewise.
28669         * modules/strcase (configure.ac): Likewise.
28670         * modules/strcasestr (configure.ac): Likewise.
28671         * modules/strchrnul (configure.ac): Likewise.
28672         * modules/strdup (configure.ac): Likewise.
28673         * modules/strndup (configure.ac): Likewise.
28674         * modules/strnlen (configure.ac): Likewise.
28675         * modules/strpbrk (configure.ac): Likewise.
28676         * modules/strsep (configure.ac): Likewise.
28677         * modules/strstr (configure.ac): Likewise.
28678         * modules/strtok_r (configure.ac): Likewise.
28679
28680 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
28681
28682         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
28683
28684 2007-01-30  Jim Meyering  <jim@meyering.net>
28685
28686         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
28687
28688 2007-01-29  Bruno Haible  <bruno@clisp.org>
28689
28690         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
28691         * lib/execute.c: Likewise.
28692         * lib/pipe.c: Likewise.
28693         * lib/printf-args.h: Likewise.
28694         * lib/printf-args.c: Likewise.
28695         * lib/printf-parse.c: Likewise.
28696         * lib/vasnprintf.c: Likewise.
28697
28698 2007-01-29  Eric Blake  <ebb9@byu.net>
28699
28700         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
28701         declaration.
28702
28703 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
28704
28705         * lib/strptime.h (strptime): Use 'restrict' for args where
28706         POSIX requires this.
28707         * lib/strptime.c (strptime): Likewise.
28708         Change license notice from LGPL to GPL, since gnulib-tool will
28709         change this as needed.
28710         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
28711         defined.
28712         Include "strptime.h" first, to check interface.
28713         Do not #undef _LIBC and _NL_CURRENT.
28714         Do not include <stdlib.h>; no longer needed.
28715         Include "time_r.h" and declare ptime_locale_status
28716         only if _LIBC is not defined.
28717         (__P): Remove unused macro.
28718         (match_string): Bring back glibc version, but use it only if _LIBC
28719         is defined.
28720         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
28721         Remove unnecessary assertion and abort() call.
28722         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
28723         * m4/strptime.m4: Fix serial number comment.
28724         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
28725         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
28726         (Depends-on): Add time_r.
28727
28728 2007-01-29  Bruno Haible  <bruno@clisp.org>
28729
28730         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28731         strptime.
28732         * modules/strptime (Depends-on): Add stdbool.
28733         * lib/strptime.h: Include <time.h> always. Add comments.
28734
28735 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28736
28737         * modules/strptime: New file.
28738         * lib/strptime.h: New file.
28739         * lib/strptime.c: New file.
28740         * m4/strptime.m4: New file.
28741
28742 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28743
28744         * MODULES.html.sh: New module mpsort.
28745         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
28746
28747         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
28748         a circularity problem with HP-UX ia64 reported by Bob Proulx in
28749         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
28750         All uses changed.
28751         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
28752         All uses changed.
28753         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
28754         to _Restrict_.
28755         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
28756         the parameter matches the prototype.
28757
28758 2007-01-28  Jim Meyering  <jim@meyering.net>
28759
28760         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
28761         sys/time.h here, reverting that part of the previous patch:
28762         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
28763
28764 2007-01-28  Bruno Haible  <bruno@clisp.org>
28765
28766         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
28767         value of $(SYS_TIME_H).
28768         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
28769         remove it conditionally, too. [added by Jim Meyering]
28770         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
28771         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
28772         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
28773         GETTIMEOFDAY_REPLACEMENT to 1.
28774
28775 2007-01-28  Bruno Haible  <bruno@clisp.org>
28776
28777         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
28778         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
28779         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
28780         Set UNISTD_H instead of UNISTD_H2.
28781         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
28782
28783 2007-01-28  Bruno Haible  <bruno@clisp.org>
28784
28785         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
28786         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
28787
28788 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28789
28790         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
28791         (func_create_testdir): Ensure C locale for `grep' and `tr'
28792         character ranges.
28793         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
28794         ACLOCAL_AMFLAGS parsing state machine.
28795
28796 2007-01-27  Bruno Haible  <bruno@clisp.org>
28797
28798         * modules/unistr/base: Update.
28799
28800 2007-01-27  Bruno Haible  <bruno@clisp.org>
28801
28802         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
28803         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
28804         * modules/unistr/u32-mbtouc-unsafe: Renamed from
28805         modules/unistr/u32-mbtouc.
28806         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
28807         * lib/unistr.h: Update.
28808         * lib/linebreak.c: Update.
28809         * modules/unistr/u32-mbtouc: Renamed from
28810         modules/unistr/u32-mbtouc-safe.
28811         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
28812         * lib/unistr.h: Update.
28813         * lib/unistr/u32-to-u8.c: Update.
28814         * lib/unistr/u32-to-u16.c: Update.
28815
28816 2007-01-27  Bruno Haible  <bruno@clisp.org>
28817
28818         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
28819         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
28820         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
28821         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
28822         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
28823         * modules/unistr/u16-mbtouc-unsafe: Renamed from
28824         modules/unistr/u16-mbtouc.
28825         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
28826         * lib/unistr.h: Update.
28827         * lib/linebreak.c: Update.
28828         * modules/linebreak: Update.
28829         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
28830         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
28831         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
28832         * modules/unistr/u16-mbtouc: Renamed from
28833         modules/unistr/u16-mbtouc-safe.
28834         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
28835         * lib/unistr.h: Update.
28836         * lib/unistr/u16-to-u8.c: Update.
28837         * modules/unistr/u16-to-u8: Update.
28838         * lib/unistr/u16-to-u32.c: Update.
28839         * modules/unistr/u16-to-u32: Update.
28840
28841 2007-01-27  Bruno Haible  <bruno@clisp.org>
28842
28843         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
28844         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
28845         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
28846         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
28847         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
28848         * modules/unistr/u8-mbtouc-unsafe: Renamed from
28849         modules/unistr/u8-mbtouc.
28850         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
28851         * lib/unistr.h: Update.
28852         * lib/striconveh.c: Update.
28853         * modules/striconveh: Update.
28854         * lib/linebreak.c: Update.
28855         * modules/linebreak: Update.
28856         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
28857         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
28858         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
28859         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
28860         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
28861         * lib/unistr.h: Update.
28862         * lib/striconveh.c: Update.
28863         * modules/striconveh: Update.
28864         * lib/unistr/u8-to-u16.c: Update.
28865         * modules/unistr/u8-to-u16: Update.
28866         * lib/unistr/u8-to-u32.c: Update.
28867         * modules/unistr/u8-to-u32: Update.
28868
28869 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28870
28871         Sync from Libtool.
28872         * lib/argz.c: Do not include strings.h nor memory.h, include
28873         string.h unconditionally.  Patch by Simon Josefsson.
28874
28875 2007-01-27  Bruno Haible  <bruno@clisp.org>
28876
28877         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
28878         from gl_HEADER_STRING_H_BODY.
28879         (gl_HEADER_STRING_H_BODY): Require it.
28880         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
28881         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
28882         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
28883         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
28884         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28885         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
28886         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
28887         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
28888         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
28889         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
28890         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
28891         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
28892         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
28893         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
28894         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
28895
28896 2007-01-27  Bruno Haible  <bruno@clisp.org>
28897
28898         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
28899         check_PROGRAMS into noinst_PROGRAMS.
28900         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
28901         check_PROGRAMS in this case.
28902         (func_import): Set for_test to false.
28903         (func_create_testdir): Set for_test to true.
28904
28905 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
28906             Bruno Haible  <bruno@clisp.org>
28907
28908         * modules/strcasestr (Files): Remove lib/strcasestr.h.
28909         (Depends-on): Add string.
28910         (Includes): Use <string.h> instead of strcasestr.h.
28911         * modules/string (Makefile.am): Also substitute the value of
28912         REPLACE_STRCASESTR.
28913         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
28914         assume strcasestr is declared in <string.h> not <strings.h>. Also
28915         set REPLACE_STRCASESTR.
28916         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
28917         REPLACE_STRCASESTR.
28918         * lib/strcasestr.h: Remove file.
28919         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
28920         * lib/string_.h (strcasestr): New declaration.
28921
28922 2007-01-27  Bruno Haible  <bruno@clisp.org>
28923
28924         * lib/string_.h: Use 'extern'.
28925
28926 2007-01-27  Jim Meyering  <jim@meyering.net>
28927
28928         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
28929         of set-but-not-used local, "q".
28930
28931         * lib/mempcpy.c: Include <config.h> before <string.h>.
28932         This fixes a compilation error on HP-UX, due to the system's
28933         "restrict"-using mempcpy prototype.
28934
28935 2007-01-26  Bruno Haible  <bruno@clisp.org>
28936
28937         Small optimization.
28938         * lib/javacomp.c: Include c-strstr.h.
28939          (is_envjavac_gcj): Use c_strstr instead of strstr.
28940         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
28941
28942 2007-01-26  Bruno Haible  <bruno@clisp.org>
28943
28944         * MODULES.html.sh (Unicode string functions): Add the new modules.
28945
28946         * modules/uniconv/u32-strconv-to-locale: New file.
28947         * lib/uniconv/u32-strconv-to-locale.c: New file.
28948
28949         * modules/uniconv/u16-strconv-to-locale: New file.
28950         * lib/uniconv/u16-strconv-to-locale.c: New file.
28951
28952         * modules/uniconv/u8-strconv-to-locale: New file.
28953         * lib/uniconv/u8-strconv-to-locale.c: New file.
28954
28955         * modules/uniconv/u32-strconv-from-locale: New file.
28956         * lib/uniconv/u32-strconv-from-locale.c: New file.
28957
28958         * modules/uniconv/u16-strconv-from-locale: New file.
28959         * lib/uniconv/u16-strconv-from-locale.c: New file.
28960
28961         * modules/uniconv/u8-strconv-from-locale: New file.
28962         * lib/uniconv/u8-strconv-from-locale.c: New file.
28963
28964         * modules/uniconv/u32-strconv-to-enc: New file.
28965         * lib/uniconv/u32-strconv-to-enc.c: New file.
28966         * modules/uniconv/u32-strconv-to-enc-tests: New file.
28967         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
28968
28969         * modules/uniconv/u16-strconv-to-enc: New file.
28970         * lib/uniconv/u16-strconv-to-enc.c: New file.
28971         * lib/uniconv/u-strconv-to-enc.h: New file.
28972         * modules/uniconv/u16-strconv-to-enc-tests: New file.
28973         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
28974
28975         * modules/uniconv/u8-strconv-to-enc: New file.
28976         * lib/uniconv/u8-strconv-to-enc.c: New file.
28977         * modules/uniconv/u8-strconv-to-enc-tests: New file.
28978         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
28979
28980         * modules/uniconv/u32-strconv-from-enc: New file.
28981         * lib/uniconv/u32-strconv-from-enc.c: New file.
28982         * modules/uniconv/u32-strconv-from-enc-tests: New file.
28983         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
28984
28985         * modules/uniconv/u16-strconv-from-enc: New file.
28986         * lib/uniconv/u16-strconv-from-enc.c: New file.
28987         * modules/uniconv/u16-strconv-from-enc-tests: New file.
28988         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
28989
28990         * modules/uniconv/u8-strconv-from-enc: New file.
28991         * lib/uniconv/u8-strconv-from-enc.c: New file.
28992         * lib/uniconv/u-strconv-from-enc.h: New file.
28993         * modules/uniconv/u8-strconv-from-enc-tests: New file.
28994         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
28995
28996         * modules/uniconv/u32-conv-from-enc: New file.
28997         * lib/uniconv/u32-conv-from-enc.c: New file.
28998         * modules/uniconv/u32-conv-from-enc-tests: New file.
28999         * tests/uniconv/test-u32-conv-from-enc.c: New file.
29000
29001         * modules/uniconv/u16-conv-from-enc: New file.
29002         * lib/uniconv/u16-conv-from-enc.c: New file.
29003         * lib/uniconv/u-conv-from-enc.h: New file.
29004         * modules/uniconv/u16-conv-from-enc-tests: New file.
29005         * tests/uniconv/test-u16-conv-from-enc.c: New file.
29006
29007         * modules/uniconv/u8-conv-from-enc: New file.
29008         * lib/uniconv/u8-conv-from-enc.c: New file.
29009         * modules/uniconv/u8-conv-from-enc-tests: New file.
29010         * tests/uniconv/test-u8-conv-from-enc.c: New file.
29011
29012         * modules/uniconv/base: New file.
29013         * lib/uniconv.h: New file.
29014
29015 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29016
29017         * doc/gnulib-tool.texi (Initial import): Update to match current
29018         behavior with strdup module.
29019         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
29020         * lib/memmem.h: Remove; all uses removed.  This is now done
29021         by <string.h>.
29022         * lib/mempcpy.h: Likewise.
29023         * lib/memrchr.h: Likewise.
29024         * lib/stpcpy.h: Likewise.
29025         * lib/stpncpy.h: Likewise.
29026         * lib/strcase.h: Likewise.
29027         * lib/strchrnul.h: Likewise.
29028         * lib/strdup.h: Likewise.
29029         * lib/strndup.h: Likewise.
29030         * lib/strnlen.h: Likewise.
29031         * lib/strpbrk.h: Likewise.
29032         * lib/strsep.h: Likewise.
29033         * lib/strstr.h: Likewise.
29034         * lib/strtok_r.h: Likewise.
29035         * lib/string_.h: New file.
29036         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
29037         Rely on <string.h> instead.
29038         * lib/canon-host.c: Likewise.
29039         * lib/chdir-long.c: Likewise.
29040         * lib/concatpath.c: Likewise.
29041         * lib/exclude.c: Likewise.
29042         * lib/fchdir.c: Likewise.
29043         * lib/getaddrinfo.c: Likewise.
29044         * lib/getcwd.c: Likewise.
29045         * lib/getsubopt.c: Likewise.
29046         * lib/glob.c: Likewise.
29047         * lib/hard-locale.c: Likewise.
29048         * lib/iconvme.c: Likewise.
29049         * lib/javacomp.c: Likewise.
29050         * lib/mempcpy.c: Likewise.
29051         * lib/memrchr.c: Likewise.
29052         * lib/regex_internal.h: Likewise.
29053         * lib/stpncpy.c: Likewise.
29054         * lib/strcasecmp.c: Likewise.
29055         * lib/strchrnul.c: Likewise.
29056         * lib/strdup.c: Likewise.
29057         * lib/striconv.c: Likewise.
29058         * lib/striconveh.c: Likewise.
29059         * lib/striconveha.c: Likewise.
29060         * lib/strncasecmp.c: Likewise.
29061         * lib/strndup.c: Likewise.
29062         * lib/strnlen.c: Likewise.
29063         * lib/strsep.c: Likewise.
29064         * lib/strstr.c: Likewise.
29065         * lib/strtok_r.c: Likewise.
29066         * lib/userspec.c: Likewise.
29067         * lib/w32spawn.h: Likewise.
29068         * lib/xstrndup.c: Likewise.
29069         * lib/mountlist.c (strstr): Remove decl.
29070         * m4/string_h.m4: New file.
29071         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
29072         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
29073         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
29074         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
29075         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
29076         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
29077         Set REPLACE_STRCASECMP if necessary.
29078         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
29079         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
29080         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
29081         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
29082         HAVE_DECL_STRDUP if necessary.
29083         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
29084         since gl_FUNC_STRNDUP does that now.
29085         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
29086         Check for decl here...
29087         (gl_PREREQ_STRNLEN): ... not here.
29088         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
29089         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
29090         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
29091         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
29092         necessary.
29093         * modules/string: New file.
29094         * modules/memmem (Files): Remove special-purpose include file.
29095         (Depends-on): Add string.
29096         (Include): Include <string.h>, not the removed file.
29097         * modules/mempcpy: Likewise.
29098         * modules/memrchr: Likewise.
29099         * modules/stpcpy: Likewise.
29100         * modules/stpncpy: Likewise.
29101         * modules/strcase: Likewise.
29102         * modules/strchrnul: Likewise.
29103         * modules/strdup: Likewise.
29104         * modules/strndup: Likewise.
29105         * modules/strnlen: Likewise.
29106         * modules/strpbrk: Likewise.
29107         * modules/strsep: Likewise.
29108         * modules/strstr: Likewise.
29109         * modules/strtok_r: Likewise.
29110         * tests/test-dirname.c: Don't include "strdup.h", since
29111         <string.h> now suffices.
29112         * tests/test-memmem.c: Don't include "memmem.h", since
29113         <string.h> now suffices.
29114
29115 2007-01-25  Bruno Haible  <bruno@clisp.org>
29116
29117         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
29118         *resultp is 0.
29119
29120         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
29121         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
29122         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
29123         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
29124
29125         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
29126         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
29127         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
29128         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
29129         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
29130         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
29131
29132 2007-01-24  Bruno Haible  <bruno@clisp.org>
29133
29134         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
29135         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
29136         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
29137         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
29138         gl_FUNC_FTS_CORE.
29139         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
29140         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
29141         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29142         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
29143         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
29144         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
29145         gl_FUNC_FCHOWNAT.
29146         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
29147         gl_FUNC_STRFTIME.
29148         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
29149         Reported by Ralf Wildenhues.
29150
29151 2007-01-24  Bruno Haible  <bruno@clisp.org>
29152
29153         Drop AC_REQUIRE calls that are redundant with the module dependencies.
29154         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
29155         gl_GETADDRINFO.
29156         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
29157         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
29158         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
29159
29160 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
29161
29162         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
29163         Don't use 'exit'; just return from 'main'.
29164         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
29165
29166         * lib/fnmatch_.h: Readjust white space and comments to match
29167         glibc, to avoid spurious diffs.
29168
29169 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29170
29171         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
29172         2004-12-01 change by Jakub Jelinek, since this code won't compile
29173         if !LIBC.  Problem reported by Bob Proulx.
29174
29175 2007-01-23  Bruno Haible  <bruno@clisp.org>
29176
29177         * lib/striconveh.c: Include c-strcaseeq.h.
29178         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
29179         * modules/striconveh (Depends-on): Add c-strcaseeq.
29180
29181 2007-01-23  Bruno Haible  <bruno@clisp.org>
29182
29183         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
29184
29185         * modules/c-strcaseeq: New file.
29186         * lib/c-strcaseeq.h: New file.
29187
29188         * modules/streq: New file.
29189         * lib/streq.h: New file.
29190
29191 2007-01-23  Bruno Haible  <bruno@clisp.org>
29192
29193         * modules/striconveha-tests: New file.
29194         * tests/test-striconveha.c: New file.
29195
29196         * lib/striconveha.h: Include <stdbool.h>.
29197         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
29198         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
29199         (mem_iconveha_notranslit): Renamed from mem_iconveha.
29200         (mem_iconveha): New function.
29201         (str_iconveha_notranslit): Renamed from str_iconveha.
29202         (str_iconveha): New function.
29203         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
29204         c-strcase.
29205
29206 2007-01-23  Bruno Haible  <bruno@clisp.org>
29207
29208         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
29209         encodings without forgiving before trying any encoding with handler.
29210         (str_iconveha): Try all encodings without forgiving before trying any
29211         encoding with handler.
29212
29213 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29214
29215         Import the following changes from libc.
29216
29217         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
29218
29219         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
29220
29221         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
29222
29223         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
29224         normal_bracket label.
29225
29226         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
29227
29228         [BZ #361]
29229         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
29230         to normal_bracket after fetching the next character.
29231
29232 2007-01-22  Bruno Haible  <bruno@clisp.org>
29233
29234         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
29235         argument.
29236         * lib/striconveh.c (iconv_carefully_1): New function.
29237         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
29238         argument.
29239         (str_cd_iconveh): Update.
29240         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
29241         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
29242         * tests/test-striconveh.c (MAGIC): New macro.
29243         (new_offsets): New function.
29244         (main): Test call with and without offsets.
29245
29246 2007-01-22  Bruno Haible  <bruno@clisp.org>
29247
29248         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
29249         * modules/sys_select (Makefile.am): Likewise.
29250         * modules/sys_socket (Makefile.am): Likewise.
29251         * modules/sys_time (Makefile.am): Likewise.
29252
29253 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
29254
29255         * modules/gettimeofday (License): Change from GPL to LGPL, since
29256         gettimeofday is a library function.
29257
29258 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29259
29260         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
29261
29262 2007-01-21  Bruno Haible  <bruno@clisp.org>
29263
29264         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
29265
29266 2007-01-21  Bruno Haible  <bruno@clisp.org>
29267
29268         * modules/striconveha: New file.
29269         * lib/striconveha.h: New file.
29270         * lib/striconveha.c: New file.
29271         * MODULES.html.sh (Internationalization functions): Add striconveha.
29272         * lib/striconv.c (str_iconv): Optimize the case of an empty input
29273         string.
29274         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
29275
29276 2007-01-21  Bruno Haible  <bruno@clisp.org>
29277
29278         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
29279         * lib/striconveh.c (str_iconveh): Likewise.
29280
29281 2007-01-21  Bruno Haible  <bruno@clisp.org>
29282
29283         * lib/striconveh.h (mem_iconveh): New declaration.
29284         * lib/striconveh.c (mem_iconveh): New function.
29285         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
29286
29287 2007-01-21  Bruno Haible  <bruno@clisp.org>
29288
29289         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
29290
29291         * lib/striconveh.h (mem_cd_iconveh): Change specification.
29292         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
29293         original result buffer.
29294         (str_cd_iconveh): Update.
29295         * tests/test-striconveh.c (main): Update.
29296
29297         * lib/striconv.h (mem_cd_iconv): Change specification.
29298         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
29299         result buffer.
29300         (str_cd_iconv): Update.
29301         * tests/test-striconv.c (main): Update.
29302
29303 2007-01-21  Bruno Haible  <bruno@clisp.org>
29304
29305         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
29306
29307 2007-01-20  Jim Meyering  <jim@meyering.net>
29308
29309         * lib/userspec.c (parse_with_separator): If a user or group string
29310         starts with "+", skip the corresponding name-to-ID look-up, since
29311         such a look-up must fail: user and group names may not include "+".
29312
29313 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
29314
29315         * lib/poll.c: Include sys/time.h and time.h unconditionally,
29316         since we now assume the sys_time module.
29317         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
29318         check for sys/time.h; no longer needed.
29319         * modules/poll (Depends-on): Depend on sys_time.
29320
29321 2007-01-18  Bruno Haible  <bruno@clisp.org>
29322
29323         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
29324         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
29325
29326         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
29327         gettimeofday.
29328
29329         * tests/test-gettimeofday.c: Include <time.h>.
29330         (dummy): Remove variable.
29331
29332         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
29333         gl_HEADER_SYS_TIME_H.
29334         (gl_HEADER_SYS_TIME_H): New macro.
29335
29336         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
29337         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
29338         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
29339         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
29340         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
29341         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
29342         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
29343         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
29344         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
29345         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
29346         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
29347
29348         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
29349         last change; it caused a compilation error when cross-compiling to
29350         Cygwin.
29351
29352 2007-01-18  Jim Meyering  <jim@meyering.net>
29353
29354         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
29355         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
29356         than the race-prone "test -d sys || mkdir sys".
29357         (configure.ac): Use AC_PROG_MKDIR_P.
29358         * modules/sys_select: Likewise.
29359         * modules/sys_socket: Likewise.
29360         * modules/sys_time: Likewise.
29361
29362 2007-01-18  Eric Blake  <ebb9@byu.net>
29363
29364         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
29365         replace gettimeofday.
29366         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
29367         name, to avoid infinite recursion.
29368
29369 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
29370
29371         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
29372         module sys_time.
29373         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
29374         assume timespec.h defines struct timeval.
29375         * lib/settime.c: Likewise.
29376         * lib/utimens.c: Likewise.
29377         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
29378         since we now assume the gettimeofday module.
29379         * lib/tempname.c (__gen_tempname): Likewise.
29380         * lib/gettimeofday.h: Remove.
29381         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
29382         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
29383         Include <time.h>, for 'time()'.
29384         (localtime_buffer_addr): Also use this workaround if
29385         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
29386         to simplify the uses.  All uses changed.
29387         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
29388         that #undef is inside {}, and 'const' follows type name consistently.
29389         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
29390         (gettimeofday): Do not use the maximum possible value for
29391         tv->tv_usec, since that might break usages other than ls.c.
29392         Instead, we'll leave ls.c alone.  This undoes today's patch
29393         by Bruno.  Add a compile-time warning for 1s-clock resolution;
29394         we've never observed the problem but might as well keep the
29395         canary.
29396         * lib/nanosleep.c: Include timespec.h first, for interface check.
29397         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
29398         now assume the sys_time module.
29399         * lib/tempname.c: Likewise.
29400         * lib/timespec.h: Likewise.
29401         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
29402         needed.
29403         * lib/strftime.c: Likewise.
29404         * lib/timespec.h: Likewise.
29405         * lib/posixtm.c: Include posixtm.h first, for interface check.
29406         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
29407         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
29408         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
29409         * lib/sys_time_.h: New file.
29410         * lib/timespec.h (struct timespec): Use long int, not long.
29411         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
29412         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
29413         Remove obsolescent call to AC_HEADER_TIME.
29414         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
29415         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
29416         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
29417         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
29418         Likewise.
29419         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
29420         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
29421         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
29422         into the sys_time module.  Check for gettimeofday just once.
29423         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
29424         for gettimeofday signature to just check the signature.  Merely
29425         compile it, since linking doesn't test signature.  Improve test for
29426         whether gettimeofday.o is actually needed.
29427         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
29428         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
29429         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
29430         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
29431         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
29432         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
29433         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
29434         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
29435         than worrying about sys/time.h.
29436         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
29437         Don't bother worrying about TIME_WITH_SYS_TIME.
29438         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
29439         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
29440         * m4/sys_time_h.m4: New file.
29441         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
29442         Don't include sys/time.h.  Return from main rather than exiting.
29443         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
29444         all uses changed.
29445         * modules/gethrxtime (Depends-on): Add sys_time.
29446         * modules/gettime (Depends-on): Likewise.
29447         * modules/gettimeofday (Depends-on): Likewise.
29448         * modules/nanosleep (Depends-on): Likewise.
29449         * modules/settime (Depends-on): Likewise.
29450         * modules/tempname (Depends-on): Likewise.
29451         * modules/utimens (Depends-on): Likewise.
29452         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
29453         (Include:) Change back to <sys/time.h>.
29454         (Maintainer:) Add self.
29455         * modules/sys_time: New file.
29456         * modules/tempname (Depends-on): Add gettimeofday.
29457         * tests/test-gettimeofday.c: Include <sys/time.h>
29458         rather than gettimeofday.h.
29459
29460 2007-01-17  Bruno Haible  <bruno@clisp.org>
29461
29462         * gnulib-tool (func_get_license): Revert last patch. Instead, let
29463         the license default to GPL.
29464         (func_create_testdir): Don't complain if a module is LGPL and its
29465         tests module depends on GPLed modules.
29466
29467 2007-01-17  Bruno Haible  <bruno@clisp.org>
29468
29469         * lib/gettimeofday.c (gettimeofday): Add code for the case
29470         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
29471         maximum possible value for tv->tv_usec, rather than the minimum one.
29472
29473 2005-10-08  Martin Lambers  <marlam@marlam.de>
29474 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
29475 2007-01-16  Bruno Haible  <bruno@clisp.org>
29476
29477         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
29478         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
29479         gl_FUNC_GETTIMEOFDAY.
29480         (Include): Add gettimeofday.h.
29481         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
29482         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
29483         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
29484         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
29485         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
29486         * lib/gettimeofday.h: New file.
29487         * lib/gettimeofday.c: Include <sys/timeb.h>.
29488         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
29489         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
29490         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
29491         fall back on time().
29492
29493         * tests/test-gettimeofday.c: New file.
29494         * modules/gettimeofday-tests: New file.
29495
29496 2007-01-16  Eric Blake  <ebb9@byu.net>
29497
29498         * modules/fnmatch (Depends-on): Depend on wchar.
29499         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
29500         * m4/fnmatch.m4: Likewise.
29501         * modules/mbchar (Makefile.am): Assume <wchar.h>.
29502         * m4/mbchar.m4: Likewise.
29503         * modules/mbswidth (Depends-on): Depend on wchar.
29504         * lib/mbswidth.c: Assume <wchar.h>.
29505         * m4/mbswidth.m4: Likewise.
29506         * modules/quotearg (Depends-on): Depend on wchar.
29507         * lib/quotearg.c: Assume <wchar.h>.
29508         * m4/quotearg.m4: Likewise.
29509         * modules/regex (Depends-on): Depend on wchar.
29510         * lib/regex_internal.h: Assume <wchar.h>.
29511         * m4/regex.m4: Likewise.
29512         * modules/stdint (Depends-on): Depend on wchar.
29513         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
29514         * m4/stdint.m4: Likewise.
29515         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
29516         * modules/strftime (Depends-on): Depend on wchar.
29517         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
29518         * modules/strtol (Depends-on): Depend on wchar.
29519         * lib/strtol.c: Assume <wchar.h>.
29520         * modules/wcwidth (Depends-on): Depend on wchar.
29521         * lib/wcwidth.h: Assume <wchar.h>.
29522         * m4/wcwidth.m4: Likewise.
29523
29524 2007-01-16  Bruno Haible  <bruno@clisp.org>
29525
29526         * modules/csharpexec-script: New, created from...
29527         * modules/csharpexec: ... this.
29528
29529 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
29530
29531         * modules/javaexec-script: New, created from...
29532         * modules/javaexec: ... this.
29533
29534 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29535
29536         * modules/poll (Dependencies): Add sys_select.
29537
29538 2007-01-15  Jim Meyering  <jim@meyering.net>
29539
29540         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
29541         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
29542         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
29543         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
29544
29545 2007-01-15  Bruno Haible  <bruno@clisp.org>
29546
29547         * modules/striconveh: New file.
29548         * lib/striconveh.h: New file.
29549         * lib/striconveh.c: New file.
29550         * MODULES.html.sh (Internationalization functions): Add striconveh.
29551
29552         * modules/striconveh-tests: New file.
29553         * tests/test-striconveh.c: New file.
29554
29555 2007-01-15  Bruno Haible  <bruno@clisp.org>
29556
29557         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
29558         not from GNU libiconv or GNU libc.
29559
29560 2007-01-15  Bruno Haible  <bruno@clisp.org>
29561
29562         * doc/gnulib-intro.texi (Copyright): Explain the different license
29563         terms for module descriptions, autoconf macros, tests, documentation.
29564
29565 2007-01-14  Bruno Haible  <bruno@clisp.org>
29566
29567         * modules/striconv-tests: New file.
29568         * tests/test-striconv.c: New file.
29569
29570 2007-01-14  Bruno Haible  <bruno@clisp.org>
29571
29572         * modules/iconv-tests: New file.
29573         * tests/test-iconv.c: New file.
29574
29575 2007-01-14  Bruno Haible  <bruno@clisp.org>
29576
29577         * gnulib-tool (func_get_license): For test modules, use the license of
29578         the main module.
29579
29580 2007-01-14  Bruno Haible  <bruno@clisp.org>
29581
29582         * modules/iconv (Include): Clarify that <iconv.h> can only be included
29583         if iconv is found to exist.
29584
29585 2007-01-14  Bruno Haible  <bruno@clisp.org>
29586
29587         * modules/c-ctype-tests: New file.
29588         * tests/test-c-ctype.c: New file.
29589
29590 2007-01-14  Bruno Haible  <bruno@clisp.org>
29591
29592         * modules/binary-io-tests: New file.
29593         * tests/test-binary-io.sh: New file.
29594         * tests/test-binary-io.c: New file.
29595
29596 2007-01-14  Bruno Haible  <bruno@clisp.org>
29597
29598         * modules/array-oset-tests: New file.
29599         * tests/test-array_oset.c: New file.
29600
29601 2007-01-14  Bruno Haible  <bruno@clisp.org>
29602
29603         * modules/array-list-tests: New file.
29604         * tests/test-array_list.c: New file.
29605
29606 2007-01-14  Bruno Haible  <bruno@clisp.org>
29607
29608         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
29609         and make.
29610         Reported by Simon Josefsson in
29611         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
29612
29613 2007-01-14  Bruno Haible  <bruno@clisp.org>
29614
29615         * modules/allocsa-tests: New file.
29616         * tests/test-allocsa.c: New file.
29617
29618 2007-01-14  Bruno Haible  <bruno@clisp.org>
29619
29620         * modules/fchdir (Depends-on): Add absolute-header.
29621         * modules/unistd (Depends-on): Likewise.
29622
29623 2006-12-30  Bruno Haible  <bruno@clisp.org>
29624
29625         * modules/fchdir: New file.
29626         * modules/unistd (Files): Add lib/unistd_.h.
29627         (Makefile.am): Generate unistd.h from unistd_.h.
29628         * lib/fchdir.c: New file.
29629         * lib/dirent_.h: New file.
29630         * lib/unistd_.h: New file.
29631         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
29632         * m4/fchdir.m4: New file.
29633         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
29634         (gl_HEADER_UNISTD): Invoke it.
29635         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
29636         function.
29637         * lib/backupfile.c (opendir, closedir): Undefine.
29638         * lib/chown.c (open, close): Undefine.
29639         * lib/clean-temp.c (open, close): Undefine.
29640         * lib/copy-file.c (open, close): Undefine.
29641         * lib/execute.c (open, close): Undefine.
29642         * lib/fsusage.c (open, close): Undefine.
29643         * lib/gc-gnulib.c (open, close): Undefine.
29644         * lib/getcwd.c (opendir, closedir): Undefine.
29645         * lib/glob.c (opendir, closedir): Undefine.
29646         * lib/javacomp.c (open, close): Undefine.
29647         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
29648         * lib/openat-proc.c (open, close): Undefine.
29649         * lib/pagealign_alloc.c (open, close): Undefine.
29650         * lib/pipe.c (open, close): Undefine.
29651         * lib/progreloc.c (open, close): Undefine.
29652         * lib/savedir.c (opendir, closedir): Undefine.
29653         * lib/utime.c (open, close): Undefine.
29654         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
29655
29656 2007-01-10  Bruno Haible  <bruno@clisp.org>
29657
29658         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
29659
29660 2007-01-12  Eric Blake  <ebb9@byu.net>
29661
29662         Provide a robust <wchar.h>.  Further simplifications are now
29663         possible in other modules, but not included here.
29664         * modules/wchar: New module.
29665         * m4/wchar.m4: New file.
29666         * lib/wchar_.h: Likewise.
29667         * modules/mbchar (Depends-on): Depend on wchar, as the first use
29668         of the new module.
29669         * MODULES.html.sh (Extended multibyte and wide character utilities):
29670         New section.
29671
29672 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
29673
29674         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
29675         to a reasonable default for memory allocation.
29676         (xreadlink): Don't allocate a huge buffer, to work around a buggy
29677         file system that reports garbage st_size values for symlinks.
29678         Problem reported by Liyang Hu.
29679
29680 2007-01-11  Simon Josefsson  <simon@josefsson.org>
29681
29682         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
29683         Emacs .#* auto-save files).
29684
29685 2007-01-11  Bruno Haible  <bruno@clisp.org>
29686
29687         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
29688         directory.
29689
29690 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29691
29692         Use @...@ consistently in lib/wctype_.h.
29693         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
29694         on it being set to 1 or 0.
29695         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
29696         go back to AC_SUBSTing it.
29697         * modules/wctype (Makefile.am): Undo previous change.
29698
29699 2007-01-10  Eric Blake  <ebb9@byu.net>
29700
29701         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
29702         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
29703         * modules/wctype (Makefile.am): Likewise.
29704         Reported by Chris McGuire.
29705
29706 2007-01-10  Jim Meyering  <jim@meyering.net>
29707
29708         fts.c: a small readability/maintainability improvement
29709         * lib/fts.c (fts_read): Make this code slightly more readable and
29710         maintainable by hoisting the "sp->fts_cur = p" assignments to
29711         immediately follow the statements that set P.  Derived from
29712         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
29713
29714 2007-01-10  Eric Blake  <ebb9@byu.net>
29715
29716         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
29717         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
29718         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
29719         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
29720         Reported by Chris McGuire.
29721
29722 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29723
29724         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
29725         in sed script.
29726
29727 2007-01-09  Bruno Haible  <bruno@clisp.org>
29728
29729         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
29730         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
29731         variables.
29732         (func_module): Use them.
29733
29734 2007-01-09  Bruno Haible  <bruno@clisp.org>
29735
29736         * modules/unistr/base: New file.
29737         * lib/unistr.h: New file.
29738
29739         * modules/unistr/u8-to-u16: New file.
29740         * lib/unistr/u8-to-u16.c: New file.
29741
29742         * modules/unistr/u8-to-u32: New file.
29743         * lib/unistr/u8-to-u32.c: New file.
29744
29745         * modules/unistr/u16-to-u8: New file.
29746         * lib/unistr/u16-to-u8.c: New file.
29747
29748         * modules/unistr/u16-to-u32: New file.
29749         * lib/unistr/u16-to-u32.c: New file.
29750
29751         * modules/unistr/u32-to-u8: New file.
29752         * lib/unistr/u32-to-u8.c: New file.
29753
29754         * modules/unistr/u32-to-u16: New file.
29755         * lib/unistr/u32-to-u16.c: New file.
29756
29757         * modules/unistr/u8-check: New file.
29758         * modules/unistr/u16-check: New file.
29759         * modules/unistr/u32-check: New file.
29760         * lib/unistr/u8-check.c: New file.
29761         * lib/unistr/u16-check.c: New file.
29762         * lib/unistr/u32-check.c: New file.
29763
29764         * modules/unistr/u8-chr: New file.
29765         * modules/unistr/u16-chr: New file.
29766         * modules/unistr/u32-chr: New file.
29767         * lib/unistr/u8-chr.c: New file.
29768         * lib/unistr/u16-chr.c: New file.
29769         * lib/unistr/u32-chr.c: New file.
29770
29771         * modules/unistr/u8-cmp: New file.
29772         * modules/unistr/u16-cmp: New file.
29773         * modules/unistr/u32-cmp: New file.
29774         * lib/unistr/u8-cmp.c: New file.
29775         * lib/unistr/u16-cmp.c: New file.
29776         * lib/unistr/u32-cmp.c: New file.
29777
29778         * modules/unistr/u8-cpy: New file.
29779         * modules/unistr/u16-cpy: New file.
29780         * modules/unistr/u32-cpy: New file.
29781         * lib/unistr/u8-cpy.c: New file.
29782         * lib/unistr/u16-cpy.c: New file.
29783         * lib/unistr/u32-cpy.c: New file.
29784         * lib/unistr/u-cpy.h: New file.
29785
29786         * modules/unistr/u8-cpy-alloc: New file.
29787         * modules/unistr/u16-cpy-alloc: New file.
29788         * modules/unistr/u32-cpy-alloc: New file.
29789         * lib/unistr/u8-cpy-alloc.c: New file.
29790         * lib/unistr/u16-cpy-alloc.c: New file.
29791         * lib/unistr/u32-cpy-alloc.c: New file.
29792         * lib/unistr/u-cpy-alloc.h: New file.
29793
29794         * modules/unistr/u8-endswith: New file.
29795         * modules/unistr/u16-endswith: New file.
29796         * modules/unistr/u32-endswith: New file.
29797         * lib/unistr/u8-endswith.c: New file.
29798         * lib/unistr/u16-endswith.c: New file.
29799         * lib/unistr/u32-endswith.c: New file.
29800         * lib/unistr/u-endswith.h: New file.
29801
29802         * modules/unistr/u8-mblen: New file.
29803         * modules/unistr/u16-mblen: New file.
29804         * modules/unistr/u32-mblen: New file.
29805         * lib/unistr/u8-mblen.c: New file.
29806         * lib/unistr/u16-mblen.c: New file.
29807         * lib/unistr/u32-mblen.c: New file.
29808
29809         * modules/unistr/u8-mbtouc: New file.
29810         * modules/unistr/u16-mbtouc: New file.
29811         * modules/unistr/u32-mbtouc: New file.
29812         * lib/unistr/u8-mbtouc.c: New file.
29813         * lib/unistr/u16-mbtouc.c: New file.
29814         * lib/unistr/u32-mbtouc.c: New file.
29815
29816         * modules/unistr/u8-mbtouc-safe: New file.
29817         * modules/unistr/u16-mbtouc-safe: New file.
29818         * modules/unistr/u32-mbtouc-safe: New file.
29819         * lib/unistr/u8-mbtouc-safe.c: New file.
29820         * lib/unistr/u16-mbtouc-safe.c: New file.
29821         * lib/unistr/u32-mbtouc-safe.c: New file.
29822
29823         * modules/unistr/u8-move: New file.
29824         * modules/unistr/u16-move: New file.
29825         * modules/unistr/u32-move: New file.
29826         * lib/unistr/u8-move.c: New file.
29827         * lib/unistr/u16-move.c: New file.
29828         * lib/unistr/u32-move.c: New file.
29829         * lib/unistr/u-move.h: New file.
29830
29831         * modules/unistr/u8-next: New file.
29832         * modules/unistr/u16-next: New file.
29833         * modules/unistr/u32-next: New file.
29834         * lib/unistr/u8-next.c: New file.
29835         * lib/unistr/u16-next.c: New file.
29836         * lib/unistr/u32-next.c: New file.
29837
29838         * modules/unistr/u8-prev: New file.
29839         * modules/unistr/u16-prev: New file.
29840         * modules/unistr/u32-prev: New file.
29841         * lib/unistr/u8-prev.c: New file.
29842         * lib/unistr/u16-prev.c: New file.
29843         * lib/unistr/u32-prev.c: New file.
29844
29845         * modules/unistr/u8-set: New file.
29846         * modules/unistr/u16-set: New file.
29847         * modules/unistr/u32-set: New file.
29848         * lib/unistr/u8-set.c: New file.
29849         * lib/unistr/u16-set.c: New file.
29850         * lib/unistr/u32-set.c: New file.
29851         * lib/unistr/u-set.h: New file.
29852
29853         * modules/unistr/u8-startswith: New file.
29854         * modules/unistr/u16-startswith: New file.
29855         * modules/unistr/u32-startswith: New file.
29856         * lib/unistr/u8-startswith.c: New file.
29857         * lib/unistr/u16-startswith.c: New file.
29858         * lib/unistr/u32-startswith.c: New file.
29859         * lib/unistr/u-startswith.h: New file.
29860
29861         * modules/unistr/u8-stpcpy: New file.
29862         * modules/unistr/u16-stpcpy: New file.
29863         * modules/unistr/u32-stpcpy: New file.
29864         * lib/unistr/u8-stpcpy.c: New file.
29865         * lib/unistr/u16-stpcpy.c: New file.
29866         * lib/unistr/u32-stpcpy.c: New file.
29867         * lib/unistr/u-stpcpy.h: New file.
29868
29869         * modules/unistr/u8-stpncpy: New file.
29870         * modules/unistr/u16-stpncpy: New file.
29871         * modules/unistr/u32-stpncpy: New file.
29872         * lib/unistr/u8-stpncpy.c: New file.
29873         * lib/unistr/u16-stpncpy.c: New file.
29874         * lib/unistr/u32-stpncpy.c: New file.
29875         * lib/unistr/u-stpncpy.h: New file.
29876
29877         * modules/unistr/u8-strcat: New file.
29878         * modules/unistr/u16-strcat: New file.
29879         * modules/unistr/u32-strcat: New file.
29880         * lib/unistr/u8-strcat.c: New file.
29881         * lib/unistr/u16-strcat.c: New file.
29882         * lib/unistr/u32-strcat.c: New file.
29883         * lib/unistr/u-strcat.h: New file.
29884
29885         * modules/unistr/u8-strchr: New file.
29886         * modules/unistr/u16-strchr: New file.
29887         * modules/unistr/u32-strchr: New file.
29888         * lib/unistr/u8-strchr.c: New file.
29889         * lib/unistr/u16-strchr.c: New file.
29890         * lib/unistr/u32-strchr.c: New file.
29891
29892         * modules/unistr/u8-strcmp: New file.
29893         * modules/unistr/u16-strcmp: New file.
29894         * modules/unistr/u32-strcmp: New file.
29895         * lib/unistr/u8-strcmp.c: New file.
29896         * lib/unistr/u16-strcmp.c: New file.
29897         * lib/unistr/u32-strcmp.c: New file.
29898
29899         * modules/unistr/u8-strcpy: New file.
29900         * modules/unistr/u16-strcpy: New file.
29901         * modules/unistr/u32-strcpy: New file.
29902         * lib/unistr/u8-strcpy.c: New file.
29903         * lib/unistr/u16-strcpy.c: New file.
29904         * lib/unistr/u32-strcpy.c: New file.
29905         * lib/unistr/u-strcpy.h: New file.
29906
29907         * modules/unistr/u8-strcspn: New file.
29908         * modules/unistr/u16-strcspn: New file.
29909         * modules/unistr/u32-strcspn: New file.
29910         * lib/unistr/u8-strcspn.c: New file.
29911         * lib/unistr/u16-strcspn.c: New file.
29912         * lib/unistr/u32-strcspn.c: New file.
29913         * lib/unistr/u-strcspn.h: New file.
29914
29915         * modules/unistr/u8-strdup: New file.
29916         * modules/unistr/u16-strdup: New file.
29917         * modules/unistr/u32-strdup: New file.
29918         * lib/unistr/u8-strdup.c: New file.
29919         * lib/unistr/u16-strdup.c: New file.
29920         * lib/unistr/u32-strdup.c: New file.
29921         * lib/unistr/u-strdup.h: New file.
29922
29923         * modules/unistr/u8-strlen: New file.
29924         * modules/unistr/u16-strlen: New file.
29925         * modules/unistr/u32-strlen: New file.
29926         * lib/unistr/u8-strlen.c: New file.
29927         * lib/unistr/u16-strlen.c: New file.
29928         * lib/unistr/u32-strlen.c: New file.
29929         * lib/unistr/u-strlen.h: New file.
29930
29931         * modules/unistr/u8-strmblen: New file.
29932         * modules/unistr/u16-strmblen: New file.
29933         * modules/unistr/u32-strmblen: New file.
29934         * lib/unistr/u8-strmblen.c: New file.
29935         * lib/unistr/u16-strmblen.c: New file.
29936         * lib/unistr/u32-strmblen.c: New file.
29937
29938         * modules/unistr/u8-strmbtouc: New file.
29939         * modules/unistr/u16-strmbtouc: New file.
29940         * modules/unistr/u32-strmbtouc: New file.
29941         * lib/unistr/u8-strmbtouc.c: New file.
29942         * lib/unistr/u16-strmbtouc.c: New file.
29943         * lib/unistr/u32-strmbtouc.c: New file.
29944
29945         * modules/unistr/u8-strncat: New file.
29946         * modules/unistr/u16-strncat: New file.
29947         * modules/unistr/u32-strncat: New file.
29948         * lib/unistr/u8-strncat.c: New file.
29949         * lib/unistr/u16-strncat.c: New file.
29950         * lib/unistr/u32-strncat.c: New file.
29951         * lib/unistr/u-strncat.h: New file.
29952
29953         * modules/unistr/u8-strncmp: New file.
29954         * modules/unistr/u16-strncmp: New file.
29955         * modules/unistr/u32-strncmp: New file.
29956         * lib/unistr/u8-strncmp.c: New file.
29957         * lib/unistr/u16-strncmp.c: New file.
29958         * lib/unistr/u32-strncmp.c: New file.
29959
29960         * modules/unistr/u8-strncpy: New file.
29961         * modules/unistr/u16-strncpy: New file.
29962         * modules/unistr/u32-strncpy: New file.
29963         * lib/unistr/u8-strncpy.c: New file.
29964         * lib/unistr/u16-strncpy.c: New file.
29965         * lib/unistr/u32-strncpy.c: New file.
29966         * lib/unistr/u-strncpy.h: New file.
29967
29968         * modules/unistr/u8-strnlen: New file.
29969         * modules/unistr/u16-strnlen: New file.
29970         * modules/unistr/u32-strnlen: New file.
29971         * lib/unistr/u8-strnlen.c: New file.
29972         * lib/unistr/u16-strnlen.c: New file.
29973         * lib/unistr/u32-strnlen.c: New file.
29974         * lib/unistr/u-strnlen.h: New file.
29975
29976         * modules/unistr/u8-strpbrk: New file.
29977         * modules/unistr/u16-strpbrk: New file.
29978         * modules/unistr/u32-strpbrk: New file.
29979         * lib/unistr/u8-strpbrk.c: New file.
29980         * lib/unistr/u16-strpbrk.c: New file.
29981         * lib/unistr/u32-strpbrk.c: New file.
29982         * lib/unistr/u-strpbrk.h: New file.
29983
29984         * modules/unistr/u8-strrchr: New file.
29985         * modules/unistr/u16-strrchr: New file.
29986         * modules/unistr/u32-strrchr: New file.
29987         * lib/unistr/u8-strrchr.c: New file.
29988         * lib/unistr/u16-strrchr.c: New file.
29989         * lib/unistr/u32-strrchr.c: New file.
29990
29991         * modules/unistr/u8-strspn: New file.
29992         * modules/unistr/u16-strspn: New file.
29993         * modules/unistr/u32-strspn: New file.
29994         * lib/unistr/u8-strspn.c: New file.
29995         * lib/unistr/u16-strspn.c: New file.
29996         * lib/unistr/u32-strspn.c: New file.
29997         * lib/unistr/u-strspn.h: New file.
29998
29999         * modules/unistr/u8-strstr: New file.
30000         * modules/unistr/u16-strstr: New file.
30001         * modules/unistr/u32-strstr: New file.
30002         * lib/unistr/u8-strstr.c: New file.
30003         * lib/unistr/u16-strstr.c: New file.
30004         * lib/unistr/u32-strstr.c: New file.
30005         * lib/unistr/u-strstr.h: New file.
30006
30007         * modules/unistr/u8-strtok: New file.
30008         * modules/unistr/u16-strtok: New file.
30009         * modules/unistr/u32-strtok: New file.
30010         * lib/unistr/u8-strtok.c: New file.
30011         * lib/unistr/u16-strtok.c: New file.
30012         * lib/unistr/u32-strtok.c: New file.
30013         * lib/unistr/u-strtok.h: New file.
30014
30015         * modules/unistr/u8-uctomb: New file.
30016         * modules/unistr/u16-uctomb: New file.
30017         * modules/unistr/u32-uctomb: New file.
30018         * lib/unistr/u8-uctomb.c: New file.
30019         * lib/unistr/u16-uctomb.c: New file.
30020         * lib/unistr/u32-uctomb.c: New file.
30021
30022         * MODULES.html.sh (Unicode string functions): Add the new modules.
30023
30024 2007-01-08  Bruno Haible  <bruno@clisp.org>
30025
30026         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
30027         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
30028         subdirectories.
30029
30030 2007-01-08  Karl Berry  <karl@gnu.org>
30031
30032         * doc/error.texi: mention that main() fns must set program_name
30033         when progname is used.
30034
30035 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
30036
30037         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
30038         WCTYPE_H is empty, for the benefit of builds from non-distclean
30039         directories.  Problem reported by Eric Blake in
30040         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
30041
30042 2007-01-08  Bruno Haible  <bruno@clisp.org>
30043
30044         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
30045         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
30046         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
30047         PROVIDE_CANONICALIZE_FILENAME_MODE.
30048         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
30049
30050 2007-01-08  Bruno Haible  <bruno@clisp.org>
30051
30052         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
30053         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
30054         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
30055         * lib/fts.c: Likewise.
30056         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
30057
30058 2006-12-25  Bruno Haible  <bruno@clisp.org>
30059
30060         * modules/utf8-ucs4-safe: New file.
30061         * lib/utf8-ucs4-safe.h: New file.
30062         * lib/unistr/utf8-ucs4-safe.c: New file.
30063
30064         * modules/utf16-ucs4-safe: New file.
30065         * lib/utf16-ucs4-safe.h: New file.
30066         * lib/unistr/utf16-ucs4-safe.c: New file.
30067
30068         * MODULES.html.sh (Unicode string functions): Add the new modules.
30069
30070 2007-01-08  Bruno Haible  <bruno@clisp.org>
30071
30072         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
30073         (Depends-on): Add unitypes.
30074         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
30075         (u8_mbtouc_aux): Move out to separate file.
30076         (u8_mbtouc): Use ucs4_t, uint8_t types.
30077         * lib/unistr/utf8-ucs4.c: New file.
30078
30079         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
30080         (Depends-on): Add unitypes.
30081         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
30082         (u16_mbtouc_aux): Move out to separate file.
30083         (u16_mbtouc): Use ucs4_t, uint16_t types.
30084         * lib/unistr/utf16-ucs4.c: New file.
30085
30086         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
30087         (Depends-on): Add unitypes.
30088         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
30089         (u8_uctomb_aux): Move out to separate file.
30090         (u8_uctomb): Use ucs4_t, uint8_t types.
30091         * lib/unistr/ucs4-utf8.c: New file.
30092
30093         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
30094         (Depends-on): Add unitypes.
30095         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
30096         (u16_uctomb_aux): Move out to separate file.
30097         (u16_uctomb): Use ucs4_t, uint16_t types.
30098         * lib/unistr/ucs4-utf16.c: New file.
30099
30100 2006-12-25  Bruno Haible  <bruno@clisp.org>
30101
30102         * modules/unitypes: New file.
30103         * lib/unitypes.h: New file.
30104         * MODULES.html.sh (func_all_modules): New section "Unicode string
30105         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
30106         this section. Add unitypes.
30107
30108 2007-01-08  Bruno Haible  <bruno@clisp.org>
30109
30110         Avoid variable names that conflict with those from libtool.
30111         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
30112         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
30113         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
30114         library_names_spec to acl_library_names_spec, hardcode_* to
30115         acl_hardcode_*.
30116         Reported by Ralf Wildenhues.
30117
30118 2007-01-08  Bruno Haible  <bruno@clisp.org>
30119
30120         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
30121         definition.
30122         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
30123         definition.
30124         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
30125         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
30126         definition.
30127         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
30128         definition.
30129         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
30130         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
30131         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
30132         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
30133         definition.
30134         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
30135         definition.
30136         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
30137         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
30138         GC_USE_<algorithm>.
30139         * lib/gc-libgcrypt.c: Likewise.
30140         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
30141         * modules/gc-arctwo (configure.ac): Likewise.
30142         * modules/gc-des (configure.ac): Likewise.
30143         * modules/gc-hmac-md5 (configure.ac): Likewise.
30144         * modules/gc-hmac-sha1 (configure.ac): Likewise.
30145         * modules/gc-md2 (configure.ac): Likewise.
30146         * modules/gc-md4 (configure.ac): Likewise.
30147         * modules/gc-md5 (configure.ac): Likewise.
30148         * modules/gc-random (configure.ac): Likewise.
30149         * modules/gc-rijndael (configure.ac): Likewise.
30150         * modules/gc-sha1 (configure.ac): Likewise.
30151
30152 2007-01-08  Bruno Haible  <bruno@clisp.org>
30153
30154         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
30155         macro definition.
30156         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
30157         definition.
30158         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
30159         definition.
30160         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
30161         * modules/fcntl-safer (configure.ac): Likewise.
30162         * modules/fopen-safer (configure.ac): Likewise.
30163         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
30164         GNULIB_FWRITEERROR macro definition.
30165
30166 2007-01-08  Bruno Haible  <bruno@clisp.org>
30167
30168         * m4/gnulib-common.m4: New file.
30169         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
30170         (func_get_filelist): Add m4/gnulib-common.m4.
30171
30172 2007-01-08  Bruno Haible  <bruno@clisp.org>
30173
30174         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
30175         command.
30176
30177 2007-01-08  Jim Meyering  <jim@meyering.net>
30178
30179         Use a more robust test for a "can't happen" condition.
30180         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
30181         narrowed the st_size value.  Presuming the "can't happen" condition
30182         is true, that narrowing could conceivably convert an invalid st_size
30183         value into a valid one.  Instead, use a change based on Matthew
30184         Woehlke's original patch.
30185
30186         Slight readability improvement: use an assert-like macro
30187         in place of literal "abort ()" uses.
30188         * lib/fts.c (fts_assert): Define.
30189         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
30190         Use this macro instead of a bare 'abort'.
30191
30192 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
30193
30194         Don't worry about using IRIX 5.3's wctype.h broken definitions;
30195         simply work around them.
30196         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
30197         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
30198         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
30199         declaring.
30200         Don't bother to define as macros, since the standard doesn't require it.
30201         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
30202         longer worry about IRIX 5.3.
30203         (HAVE_WCTYPE_CTMP_BUG): Remove.
30204
30205 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30206
30207         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
30208         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
30209         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
30210         Problems reported by Georg Schwarz for IRIX 5.3.
30211
30212         * gnulib-tool (autoconf_minversion): Take the maximum version number
30213         found, not the minimum.  Problem reported by James Youngman.
30214
30215 2007-01-03  Karl Berry  <karl@gnu.org>
30216
30217         * doc/error.texi: new file, explaining interaction with progname.
30218         * doc/gnulib.texi: include it.  Update copyright.
30219
30220 2007-01-03  Simon Josefsson  <simon@josefsson.org>
30221
30222         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
30223         AC_CANONICAL_HOST, to improve autobuild outputs.
30224
30225 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
30226             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
30227
30228         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
30229         sockets, server sockets, and other file descriptors.  Count errors
30230         to compute the return value.  Reorder the code a bit to be easier
30231         to follow.  Don't set event bits that were not requested (except
30232         POLLERR and POLLHUP).
30233
30234 2007-01-01  Bruno Haible  <bruno@clisp.org>
30235
30236         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
30237
30238 2007-01-03  Jim Meyering  <jim@meyering.net>
30239
30240         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
30241
30242 2007-01-02  Bruno Haible  <bruno@clisp.org>
30243
30244         * modules/settime (Include): Require timespec.h.
30245         * modules/nanosleep (Include): Likewise.
30246
30247 2007-01-01  Bruno Haible  <bruno@clisp.org>
30248
30249         * gnulib-tool (func_emit_copyright_notice): Bump year.
30250         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
30251
30252 2007-01-01  Bruno Haible  <bruno@clisp.org>
30253
30254         Improve support for OpenBSD.
30255         * build-aux/config.rpath (libname_spec): Export.
30256         (library_names_spec): New variable. Export.
30257         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
30258         library_names_spec from the config.rpath output. Locate shared library
30259         through the name pattern in library_names_spec.
30260
30261 2007-01-01  Eric Blake  <ebb9@byu.net>
30262
30263         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
30264
30265 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
30266
30267         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
30268         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
30269         assume the C locale, and avoid an "eval" that could cause trouble.
30270         Problem with SORT reported by Bob Proulx.
30271
30272         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
30273         Define.  Trivial patch from Henning Nielsen Lund, originally
30274         sent to bug-grep@gnu.org today.
30275
30276 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
30277
30278         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
30279         struct stat.  Problem reported by Henning Nielsen Lund.
30280         * lib/acl.c: Include acl.h first, to check interface.  Don't
30281         bother to include sys/types.h and sys/stat.h again.
30282
30283 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
30284
30285         Import the following change from libc; problem reported by
30286         Sven Verdoolaege.
30287
30288         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
30289
30290         [BZ #1373]
30291         * lib/argp.h: Remove __NTH for __argp_usage inline function.
30292
30293 2006-12-28  Jim Meyering  <jim@meyering.net>
30294
30295         * build-aux/announce-gen: Do not assume that the package
30296         builds any of tar.gz, tar.bz2, and .xdelta files.
30297         Suggestion from Simon Josefsson.
30298
30299 2006-12-28  Simon Josefsson  <simon@josefsson.org>
30300
30301         * modules/announce-gen: New file.
30302
30303 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
30304
30305         * lib/mbchar.h: Just include <wctype.h>; the wctype module
30306         handles its gotchas now.
30307         * lib/mbswidth.c: Likewise.
30308         * lib/wcwidth.h: Likewise.
30309         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
30310         and iswcntrl; the wctype module does this stuff now.
30311         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
30312         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
30313         * modules/mbchar (Depends-on): Add wctype.
30314         * modules/mbswidth (Depends-on): Likewise.
30315         * modules/wcwidth (Depends-on): Likewise.
30316
30317 2006-12-27  Eric Blake  <ebb9@byu.net>
30318
30319         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
30320         module uses more than what <wctype.h> is required to provide.
30321
30322 2006-12-26  Eric Blake  <ebb9@byu.net>
30323
30324         * gnulib-tool (sed_extract_prog): Avoid space-tab.
30325
30326 2006-12-26  Eric Blake  <ebb9@byu.net>
30327
30328         * modules/absolute-header: New module.
30329         * modules/fcntl (Depends-on): Depend on it.
30330         * modules/inttypes (Depends-on): Likewise.
30331         * modules/stdint (Depends-on): Likewise.
30332         * modules/sys_stat (Depends-on): Likewise.
30333         * modules/wctype (Depends-on): Likewise.
30334         * MODULES.html.sh (Support for building libraries and
30335         executables): Document it.
30336
30337 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
30338
30339         * gnulib-tool (SED): Remove, undoing previous change.
30340         The problem was that it broke coreutils on Solaris, because
30341         "sed --posix" leaked into a makefile.
30342         (sed): New alias, if 'alias' and GNU sed.
30343
30344 2006-12-24  Jim Meyering  <jim@meyering.net>
30345
30346         Work around an fchownat bug in glibc-2.4:
30347         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
30348         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
30349         in spite of the -P option.
30350         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
30351         New macros.
30352         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
30353         * modules/openat (Files): Add lib/fchownat.c.
30354         * lib/openat.c (fchownat): Don't define here.  Move to...
30355         * lib/fchownat.c: ...this new file.
30356
30357 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30358
30359         Fix bug reported by Bruno Haible in
30360         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
30361         where quotearg.c didn't compile on Mac OS X 10.2 because it
30362         lacks <wchar.h> and wint_t.
30363         * lib/wctype_.h (__wctype_wint_t): New type.
30364         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
30365         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
30366         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
30367         Arg is now of type __wctype_wint_t, not wint_t.
30368         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
30369         substitute HAVE_WINT_T.
30370         * modules/wctype (Files): Add m4/wint_t.m4.
30371         (wctype.h): Substitute HAVE_WINT_T.
30372
30373 2006-12-23  Bruno Haible  <bruno@clisp.org>
30374
30375         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
30376
30377 2006-12-23  Bruno Haible  <bruno@clisp.org>
30378
30379         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
30380         S_ISLNK.
30381         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
30382         mingw.
30383
30384 2006-12-22  Bruno Haible  <bruno@clisp.org>
30385
30386         * lib/copy-file.c: Include acl.h.
30387         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
30388         Close the file descriptors only after being done with copy_acl.
30389         * modules/copy-file (Depends-on): Add acl.
30390
30391 2006-12-22  Bruno Haible  <bruno@clisp.org>
30392
30393         * gnulib-tool (SED): New variable.
30394         Use $SED instead of sed everywhere.
30395
30396 2006-12-22  Bruno Haible  <bruno@clisp.org>
30397
30398         * modules/no-c++: New file.
30399         * m4/no-c++.m4: New file.
30400         * MODULES.html.sh (Support for building libraries and executables):
30401         Add no-c++.
30402
30403 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
30404
30405         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
30406         Include <limits.h>, and use its INT_MAX to rewrite the
30407         j loop so that it does not overflow 'int'.  Problem reported by
30408         Ralf Wildenhues in
30409         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
30410         Play it safe by shifting left by 1 rather than multiplying by 2,
30411         as GCC is less likely to optimize this away when the value
30412         is signed (when it assumes overflow leads to undefined behavior).
30413         Also, don't assume time_t uses two's complement.
30414
30415 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
30416
30417         * MODULES.html.sh: New module wctype.
30418         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
30419         * lib/fnmatch.c: Don't bother to include <wchar.h> before
30420         <wctype.h>, since the new wctype module should fix this.
30421         * lib/quotearg.c: Include <wctype.h> unconditionally, since
30422         the wctype module should arrange for it.
30423         * lib/regex_internal.h: Likewise.
30424         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
30425         since the wctype module should handle this now.
30426         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
30427         * modules/fnmatch (Depends-on): Add wctype.
30428         * modules/quotearg (Depends-on): Likewise.
30429         * modules/regex (Depends-on): Likewise.
30430
30431 2006-12-19  Bruno Haible  <bruno@clisp.org>
30432
30433         * lib/strdup.h [C++]: Wrap definitions in extern "C".
30434         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
30435
30436 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30437
30438         * modules/savewd (Depends-on): Fix dependency on fcntl.
30439
30440 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
30441
30442         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
30443         conforms to C99, rather than relying on the user's environment
30444         setting of STDINT_H.
30445
30446 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
30447         and Eric Blake  <ebb9@byu.net>
30448
30449         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
30450         This is more consistent with the other defines here.
30451         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
30452         Port to z/OS.  Problem reported by Paul Gilmartin.
30453         Change local vars to use gl_ prefix rather than ac_.
30454         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
30455         with other defines.
30456         * modules/double-slash-root: New module.
30457         * modules/dirname (Files): Remove m4/double-slash-root.m4.
30458         (Depends-on): Add double-slash-root.
30459         * MODULES.html.sh (File system functions): Mention new module.
30460
30461 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
30462
30463         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
30464         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
30465         This is for the benefit of gzip, which doesn't do i18n.
30466
30467 2006-12-12  Jim Meyering  <jim@meyering.net>
30468
30469         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
30470         Reported by Andreas Schwab <schwab@suse.de>.
30471
30472 2006-12-12  Bruno Haible  <bruno@clisp.org>
30473
30474         Merge these changes.
30475         2006-09-05  Bruno Haible  <bruno@clisp.org>
30476         * lib/iconvme.c (iconv_string): No need to save and restore errno when
30477         iconv_alloc succeeded.
30478         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
30479         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
30480         test for " && dest " at the end - dest is always != NULL there. Call
30481         iconv with 4xNULL arguments initially, to reset the state. Call iconv
30482         with 2xNULL arguments, also to flush the state storage. Handle the
30483         IRIX iconv behaviour. Realloc the final result, to throw away unused
30484         memory.
30485
30486 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
30487
30488         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
30489         and fchmodat unconditionally, since glibc 2.4 has them.
30490         Problem reported by Arkadiusz Miskiewicz.
30491
30492 2006-12-10  Bruno Haible  <bruno@clisp.org>
30493
30494         * gnulib-tool (func_import): Show the include files only for those
30495         modules that are copied and specified.
30496         Reported by Karl Berry.
30497
30498 2006-12-08  Jim Meyering  <jim@meyering.net>
30499
30500         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
30501         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
30502
30503         * build-aux/announce-gen: Add two new options, both optional:
30504         --bootstrap-tools=TOOL_LIST
30505               a comma-separated list of tools, e.g.,
30506               autoconf,automake,bison,gnulib
30507         --gnulib-snapshot-date=DATE
30508               if gnulib is in the bootstrap tool list,
30509               then report this as the snapshot date.
30510               If not specified, use the current date/time.
30511               If you specify a date here, be sure it's UTC.
30512
30513 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30514
30515         * tests/test-argp-2.sh: Fix test to match actual output.
30516         (func_compare): Fix sed script to be portable.
30517
30518 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
30519
30520         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
30521         workaround for this case.  It is not autoconfigured now; offhand
30522         it's hard to see how to autoconfigure it.
30523
30524 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
30525
30526         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
30527         a directory that is about to be chowned.  Such a directory's
30528         initial file permissions should permit the owner only and this
30529         should not be changed until after the chown, since the group and
30530         other bits would be incorrect if they granted permission before
30531         the chown.
30532
30533         Fix porting problem for iswctype reported by Georg Schwarz in:
30534         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
30535         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
30536         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
30537         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
30538         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30539
30540 2006-12-03  Jim Meyering  <jim@meyering.net>
30541
30542         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
30543         p->fts_statp may not yet be defined.
30544         (fts_read): Instead, set it in the caller, once p->fts_statp is
30545         sure to be defined, and corresponds to a top-level directory.
30546         This bug made du -x fail.  Here's the coreutils test case:
30547         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
30548         Reported by Mike Frysinger.
30549
30550 2006-12-01  Jim Meyering  <jim@meyering.net>
30551
30552         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
30553         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
30554         Reported by Simon Josefsson.
30555
30556 2006-11-30  Jim Meyering  <jim@meyering.net>
30557
30558         * m4/warning.m4: Use the all-permissive copyright notice
30559         recommended by RMS (rather than LGPL).
30560         * m4/vararrays.m4: Likewise.
30561         * m4/flexmember.m4: Likewise.
30562
30563 2006-11-29  Bruno Haible  <bruno@clisp.org>
30564
30565         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
30566         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
30567         using +=.
30568         Reported by Simon Josefsson <simon@josefsson.org>.
30569
30570 2006-11-28  James Youngman <jay@gnu.org>
30571
30572         * README: Advise users that they might find the bug-gnulib@gnu.org
30573         and autotools-announce@gnu.org mailing lists useful.
30574
30575 2006-11-28  Bruno Haible  <bruno@clisp.org>
30576
30577         * m4/ptrdiff_max.m4: Remove file.
30578
30579 2006-11-21  Bruno Haible  <bruno@clisp.org>
30580
30581         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
30582         _AC_COMPUTE_INT.
30583         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
30584         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
30585         _AC_COMPUTE_INT.
30586         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
30587         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
30588         _AC_COMPUTE_INT.
30589         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
30590
30591 2006-11-28  Jim Meyering  <jim@meyering.net>
30592
30593         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
30594         warning from "gcc -Wshadow" about shadowing the builtin.
30595
30596 2006-11-27  Bruno Haible  <bruno@clisp.org>
30597
30598         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
30599         _AC_COMPUTE_INT.
30600         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
30601
30602 2006-11-27  Bruno Haible  <bruno@clisp.org>
30603             Paul Eggert  <eggert@cs.ucla.edu>
30604
30605         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
30606
30607 2006-11-26  Bruno Haible  <bruno@clisp.org>
30608
30609         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
30610         noinst_LTLIBRARIES.
30611
30612 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
30613             Bruno Haible  <bruno@clisp.org>
30614
30615         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
30616         if compiling with "gcc -ansi".
30617
30618 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
30619
30620         Fix some incompatibilities with gcc -ansi -pedantic.
30621         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
30622         if compiling pedantically with GCC, unless it's C99 or later.
30623         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
30624         it mishandles gcc -ansi -pedantic as well.
30625         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
30626         if gcc -pedantic.
30627         * lib/regexec.c (check_node_accept_bytes): Don't use auto
30628         initializers for struct if -pedantic, unless it's C99 or later.
30629
30630 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
30631
30632         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
30633         Don't close an fd more than once. Identical atimes indicate
30634         success, not failure.
30635
30636 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
30637
30638         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
30639
30640 2006-11-23  Jim Meyering  <jim@meyering.net>
30641
30642         * build-aux/announce-gen: New file.  From coreutils.
30643
30644 2006-11-22  Jim Meyering  <jim@meyering.net>
30645
30646         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
30647         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
30648         (fts_read): Use a temporary to narrow the overused st_size member
30649         before using it in a switch statement.  Reported by Matthew Woehlke.
30650
30651         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
30652         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
30653
30654 2006-11-20  Bruno Haible  <bruno@clisp.org>
30655
30656         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
30657         changequote instead of pairs of brackets.
30658         Reported by Andreas Schwab <schwab@suse.de>.
30659
30660 2006-11-21  Jim Meyering  <jim@meyering.net>
30661
30662         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
30663         so as to remain compatible with older compilers.
30664         Patch from Michael Deutschmann.
30665
30666 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
30667
30668         * MODULES.html.sh (File system functions): Add openat.
30669
30670         * lib/openat.h (rpl_fstatat): New macro, if
30671         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
30672         (fstatat): Define to rpl_fstatat under the same conditions,
30673         unless COMPILING_FSTATAT.
30674         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
30675         seems to have the bug.
30676         * lib/fstatat.c: New file.
30677         * modules/openat (Files): Add it.
30678
30679 2006-11-20  Bruno Haible  <bruno@clisp.org>
30680
30681         * Makefile: New file.
30682
30683 2006-11-20  Jim Meyering  <jim@meyering.net>
30684
30685         The beginnings of syntax-related checks for gnulib.
30686         * lib/Makefile: New file.
30687         * lib/t-idcache: New script.  Ensure that the two halves of
30688         idcache.c stay in sync.
30689
30690         * lib/idcache.c: Adjust comments in user- and group- portions to
30691         be more accurate, and to be consistent with one another.
30692
30693 2006-11-20  Jim Meyering  <jim@meyering.net>
30694
30695         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
30696         continue using the flexible array member (thus, this module performs
30697         half as many malloc calls), with the addition that...
30698         (getgroup, getuser): Consistently record a non-match via an empty
30699         "name" string, and map an empty string match to a NULL return value.
30700         * modules/idcache (Depends-on): Re-add flexmember.
30701
30702         * lib/idcache.c (getuser): Remove all uses of the register keyword.
30703         (getuidbyname, getgroup, getgidbyname): Likewise.
30704
30705         Use cleaner syntax: NULL rather than 0.
30706         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
30707
30708 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
30709
30710         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
30711         It mishandled the case where the group was missing.
30712         Problem reported by Greg Schafer.
30713         * modules/idcache: Likewise.
30714
30715 2006-11-18  Jim Meyering  <jim@meyering.net>
30716
30717         * check-module (%exempt_header): Add exception for some
30718         conditionally-included headers.
30719
30720         * modules/i-ring (Depends-on): Add verify.
30721         (License): Change to LGPL.
30722
30723 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30724
30725         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
30726         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
30727         and inttostr.h.  Use snprintf rather than uinttostr, so that
30728         LGPLed code doesn't depend on GPLed.
30729
30730 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30731
30732         * modules/inline (License): Change from GPL to LGPL.
30733
30734 2006-11-17  Jim Meyering  <jim@meyering.net>
30735
30736         * modules/d-type (License): Switch to LGPL.
30737
30738 2006-11-15  Bruno Haible  <bruno@clisp.org>
30739
30740         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
30741
30742 2006-11-15  Eric Blake  <ebb9@byu.net>
30743
30744         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
30745         the module dependency.
30746
30747 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30748             Bruno Haible  <bruno@clisp.org>
30749
30750         * gnulib-tool (func_create_testdir): Add license consistency check.
30751
30752 2006-11-15  Eric Blake  <ebb9@byu.net>
30753
30754         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
30755         random "(cached)" in configure output.
30756
30757 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30758
30759         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
30760         test for conforming inttypes.h is both announced and cached.
30761
30762         * MODULES.html.sh (seen_modules, seen_files): New variables.
30763         (func_module): Rewrite to use a few less gnulib-tool and sed
30764         invocations.  Avoid a couple of quadratic algorithms for ...
30765         (missed_modules, missed_files): ... these, with ...
30766         (func_append, func_tmpdir): ... these new functions, from
30767         gnulib-tool.  Analogously, install traps for cleanup.
30768
30769         * tests/test-gc.c (main): Remove unused variables.
30770         * tests/test-read-file.c: Include stdlib.h, for 'free'.
30771
30772 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
30773
30774         * modules/inttostr (License): Change to LGPL.
30775
30776 2006-11-14  Eric Blake  <ebb9@byu.net>
30777
30778         * modules/tempname (License): Change to LGPL.
30779
30780 2006-11-14  Eric Blake  <ebb9@byu.net>
30781
30782         * doc/functions.texi (Function Portability): *printf functions on
30783         Cygwin now understand all POSIX size specifiers.
30784
30785 2006-11-14  Bruno Haible  <bruno@clisp.org>
30786
30787         * modules/c-ctype (License): Change to LGPL.
30788
30789 2006-11-12  Bruno Haible  <bruno@clisp.org>
30790
30791         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
30792         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
30793         for GNOME libraries, for which the include files are installed in
30794         subdirectories of $prefix/include.
30795
30796 2006-11-12  Bruno Haible  <bruno@clisp.org>
30797
30798         * m4/lib-link.m4: Require at least autoconf-2.54.
30799         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
30800         name to underscores for the --with option.
30801
30802 2006-11-13  Bruno Haible  <bruno@clisp.org>
30803
30804         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
30805         the tests directory.
30806         Reported by Ralf Wildenhues.
30807
30808 2006-11-13  Bruno Haible  <bruno@clisp.org>
30809
30810         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
30811         (func_emit_initmacro_end): Undo the override here.
30812         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
30813         Works around the famous automake error in coreutils.
30814
30815 2006-11-13  Eric Blake  <ebb9@byu.net>
30816
30817         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
30818         element, not its node.
30819
30820 2006-11-12  Bruno Haible  <bruno@clisp.org>
30821
30822         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
30823         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
30824
30825 2006-11-12  Bruno Haible  <bruno@clisp.org>
30826
30827         * gnulib-tool: New option --local-symlink.
30828         (func_usage): Document it.
30829         (lsymbolic): New variable.
30830         (func_import, func_create_testdir): If --symlink was not specified,
30831         test whether --local-symlink was specified and the file comes from
30832         the local_gnulib_dir.
30833
30834 2006-11-12  Bruno Haible  <bruno@clisp.org>
30835
30836         * gnulib-tool (func_ln): New function.
30837         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
30838
30839 2006-11-12  Bruno Haible  <bruno@clisp.org>
30840
30841         Finish support for source files in subdirectories.
30842         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
30843         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
30844         AUTOMAKE_OPTIONS.
30845         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
30846
30847 2006-11-12  Bruno Haible  <bruno@clisp.org>
30848
30849         * gnulib-tool (func_get_automake_snippet): Synthesize also an
30850         EXTRA_lib_SOURCES augmentation.
30851         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
30852
30853 2006-11-12  Jim Meyering  <jim@meyering.net>
30854
30855         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
30856         file descriptors.  This also averts a failure on systems with
30857         native openat support when a traversed directory lacks "x" access.
30858         * lib/fts_.h: Include "i-ring.h"
30859         (struct FTS) [fts_fd_ring]: New member.
30860         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
30861         (FCHDIR): Add parentheses.
30862         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
30863         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
30864         When descending, rather than simply closing the previous
30865         fts_cwd_fd value, push that file descriptor onto the ring.
30866         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
30867         (fts_open): Initialize the new fd_ring member.
30868         (fts_close): Clear the ring.
30869         (fts_safe_changedir): When possible, use our new fd_ring to skip
30870         the diropen and fstat and dev/ino comparison that would normally
30871         accompany a virtual `chdir ("..")'.
30872
30873         * modules/fts (Depends-on): Add i-ring.
30874         * modules/i-ring: New module.
30875         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
30876         * m4/i-ring.m4: New file.
30877
30878 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30879
30880         * gnulib-tool (func_create_testdir): Fix replacement of
30881         `build-aux' in configure.ac.  Run autotools in gltests
30882         subdirectory.
30883         (func_create_testdir, func_create_megatestdir, test): There is
30884         no need for '--force' in most autotool invocations in a new
30885         tree.  Actually fail the whole test if any of the tools, or the
30886         configure or make stages fail.
30887
30888         Sync from Automake.
30889         * build-aux/gnupload: Revert last change.  Add pointer to upload
30890         instructions of the GNU Maintenance Instructions.
30891         Suggestion by Karl Berry.
30892
30893 2006-11-10  Jim Meyering  <jim@meyering.net>
30894
30895         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
30896
30897 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30898
30899         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
30900         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
30901         (bind_textdomain_codeset) [! ENABLE_NLS]:
30902         Evaluate all the arguments.  That way, callers get compatible behavior
30903         if the arguments have side effects.  Also, it avoids some GCC
30904         diagnostics in some cases; Joel E. Denny reported problems when Bison
30905         was configured with --enable-gcc-warnigs.
30906
30907 2006-11-10  Jim Meyering  <jim@meyering.net>
30908
30909         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
30910         relevant options in CFLAGS (like -O, -fno-inline) are taken into
30911         account.
30912
30913 2006-11-10  Jim Meyering  <jim@meyering.net>
30914
30915         * modules/inline: New file/module.
30916         * modules/xalloc (Files): Remove m4/inline.m4.
30917         (Depends-on): Add inline, instead.
30918         * modules/oset: Likewise.
30919         * modules/list: Likewise.
30920
30921 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30922
30923         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
30924         Problem reported by Matthew Woehlke.
30925
30926 2006-11-09  Bruno Haible  <bruno@clisp.org>
30927
30928         * lib/tempname.c (gen_tempname): Remove variant that invokes
30929         __gen_tempname.
30930         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
30931         __gen_tempname.
30932
30933 2006-11-08  Bruno Haible  <bruno@clisp.org>
30934
30935         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
30936         to 'yes' instead of 'cross-compiling'.
30937
30938 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
30939
30940         * lib/quotearg.h (quotearg_free): New decl.
30941         * lib/quotearg.c (quotearg_free): New function.
30942         (slot0, nslots, slotvec0, slotvec):
30943         Now file-scope so that quotearg_free can get at them.
30944
30945 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30946
30947         Sync from Automake.
30948         * build-aux/gnupload: Add missing 'gnu' to example URL.
30949         Report by Karl Berry.
30950
30951 2006-11-08  Bruno Haible  <bruno@clisp.org>
30952
30953         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
30954         Suggested by Paul Eggert.
30955
30956 2006-11-08  Jim Meyering  <jim@meyering.net>
30957
30958         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
30959         It's already included if !_LIBC.
30960         (fts_safe_changedir): Add a comment.
30961
30962 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
30963
30964         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
30965         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
30966         Matthew Woehlke.
30967
30968         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
30969         definitions up, to avoid colliding with change below.
30970         (static_inline) [HAVE_INLINE]: New macro.
30971         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
30972         Provide extern decls when !HAVE_INLINE.  Do not define unless
30973         static_inline is defined, either by us or by xmalloc.c.  Use
30974         static_inline rather than static inline.
30975         (XCALLOC): Optimize sizeof(T) = 1 case.
30976         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
30977
30978 2006-11-07  Bruno Haible  <bruno@clisp.org>
30979
30980         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
30981         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
30982         AC_C_INLINE.
30983         * modules/xalloc (Files): Add m4/inline.m4.
30984
30985 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30986
30987         * README: Fix typo.
30988         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
30989         (Miscellanous Notes): ...from this.
30990
30991 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
30992
30993         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
30994         Mention that offsetof should be used instead of sizeof.
30995         From Bruno Haible.
30996
30997 2006-11-07  Bruno Haible  <bruno@clisp.org>
30998
30999         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
31000
31001 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
31002
31003         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
31004         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
31005         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
31006         (gl_tree_add_before, gl_tree_add_after):
31007         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
31008         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
31009         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
31010         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
31011         (gl_linked_add_after, gl_linked_add_at): Likewise.
31012         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
31013         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
31014         (gl_tree_add_before, gl_tree_add_after): Likewise.
31015         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
31016         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
31017         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
31018
31019 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31020
31021         * lib/gl_oset.h: Use C comment style, not C++ comment style.
31022
31023 2006-11-06  Bruno Haible  <bruno@clisp.org>
31024
31025         * m4/inline.m4: New file.
31026         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
31027         * modules/list (Files): Add m4/inline.m4.
31028         * modules/oset (Files): Likewise.
31029
31030 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
31031
31032         * lib/idcache.c: Include <stddef.h>, for offsetof.
31033         (struct userid.name): Change from char * to a flexible array member.
31034         All uses changed.
31035         * modules/idcache (Depends-on): Add flexmember.
31036
31037         * MODULES.html.sh (Core language properties): New module flexmember.
31038         * modules/flexmember, m4/flexmember.m4: New files.
31039
31040         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
31041         inline functions that are identical with the old xnmalloc_inline,
31042         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
31043         that we can avoid some unnecessary integer multiplications and
31044         divisions in the common case where the element size is known at
31045         compile time.
31046         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
31047         needed.
31048         (xnboundedmalloc): Remove.
31049         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
31050         arguments, for consistency with rest of this header.
31051         (xcharalloc): Rewrite using XNMALLOC.
31052         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
31053         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
31054         versions have been moved to lib/xalloc.h and renamed to be the
31055         non-*_inline versions.
31056         (xmalloc, xrealloc): Implement without reference to the xnmalloc
31057         and xnrealloc functions, since those functions are now inline and
31058         now call us.
31059         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
31060         renaming described above.
31061         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
31062         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
31063         captures the dependency in AC_C_INLINE.
31064
31065         New module canonicalize-lgpl, proposed by Charles Wilson in
31066         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
31067         with a few small changes afterwards.
31068         * MODULES.html.sh (File system functions): New module
31069         canonicalize-lgpl.
31070         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
31071         and canonicalize_file_name.
31072         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
31073         * modules/canonicalize-lgpl: New files.
31074
31075 2006-11-05  Bruno Haible  <bruno@clisp.org>
31076
31077         * gnulib-tool (func_import, func_create_testdir): Create directories
31078         also for files in subdirectories of lib/.
31079
31080 2006-11-05  Bruno Haible  <bruno@clisp.org>
31081
31082         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
31083         ANSI C compliant.
31084
31085 2006-11-03  Bruno Haible  <bruno@clisp.org>
31086
31087         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
31088         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
31089         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
31090         (xnboundedmalloc): New inline function.
31091         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
31092         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
31093         xmalloc.
31094         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
31095         xmalloc.
31096         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
31097         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
31098         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
31099         xmalloc.
31100         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
31101         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
31102         xmalloc.
31103         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
31104         gl_tree_add_after): Use XMALLOC instead of xmalloc.
31105         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
31106         xmalloc.
31107         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
31108         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
31109         gl_tree_add_after): Use XMALLOC instead of xmalloc.
31110         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
31111         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
31112         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
31113         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
31114
31115 2006-11-03  Bruno Haible  <bruno@clisp.org>
31116
31117         * lib/c-ctype.h [C++]: Define functions without name mangling.
31118         * lib/fwriteerror.h [C++]: Likewise.
31119         * lib/gcd.h [C++]: Likewise.
31120         * lib/linebreak.h [C++]: Likewise.
31121
31122 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
31123
31124         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
31125         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
31126         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
31127         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
31128         Check for functions and headers just once.
31129         Check for declaration of canonicalize_file_name.
31130         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
31131
31132 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
31133
31134         * gnulib-tool (func_import): Fix typo in actioncmd.
31135
31136 2006-11-02  Bruno Haible  <bruno@clisp.org>
31137
31138         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
31139         newline sequence in the Makefile.am snippet as a space, like "make"
31140         does.
31141         Reported by Roger Persson <perrog@gmail.com>.
31142
31143 2006-11-01  Bruno Haible  <bruno@clisp.org>
31144
31145         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
31146         already declared in <string.h>.
31147         * lib/strcase.h (strncasecmp): Don't declare it if yes.
31148
31149 2006-11-01  Bruno Haible  <bruno@clisp.org>
31150
31151         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
31152         * lib/strcase.h: Include <string.h>.
31153         (strcasecmp): Define to rpl_strcasecmp here.
31154
31155 2006-11-01  Bruno Haible  <bruno@clisp.org>
31156
31157         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
31158
31159 2006-11-01  Eric Blake  <ebb9@byu.net>
31160
31161         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
31162
31163         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
31164
31165 2006-10-29  Bruno Haible  <bruno@clisp.org>
31166
31167         Make it compile in C++ mode.
31168         * lib/full-write.c (full_rw): Add a cast.
31169
31170 2006-11-01  Bruno Haible  <bruno@clisp.org>
31171
31172         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
31173         be POSIX compliant.
31174         Reported by Roger Persson <perrog@gmail.com>.
31175
31176 2006-11-01  Eric Blake  <ebb9@byu.net>
31177
31178         * lib/getopt_.h: Fix comments.
31179
31180 2006-10-31  Eric Blake  <ebb9@byu.net>
31181
31182         * modules/tmpdir (Depends-on): Add sys_stat.
31183         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
31184         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
31185         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
31186         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
31187         tempname.
31188
31189 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
31190
31191         Avoid some C++ diagnostics reported by Bruno Haible.
31192         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
31193         xmalloc.
31194         (quotearg_alloc): Use xcharalloc rather than xmalloc.
31195         (struct slotvec): Move to top level.
31196         (quotearg_n_options): Rewrite to avoid xmalloc.
31197         * lib/xalloc.h (xcharalloc): New function.
31198         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
31199         [defined __cplusplus]: Add function template that provides result
31200         type propagation.  This part of the change is from Bruno Haible.
31201
31202 2006-10-29  Bruno Haible  <bruno@clisp.org>
31203
31204         Make it compile in C++ mode.
31205         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
31206         * lib/strnlen1.c (strnlen1): Cast memchr result.
31207         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
31208         * lib/clean-temp.c (string_equals, string_hash): Add casts.
31209         (create_temp_dir): Rename local variable 'template'.
31210         (compile_csharp_using_sscli): Add cast.
31211         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
31212         * lib/findprog.c (find_in_path): Likewise.
31213         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
31214         * lib/wait-process.c (register_slave_subprocess): Likewise.
31215
31216 2006-10-22  Bruno Haible  <bruno@clisp.org>
31217
31218         * modules/tsearch: New file.
31219         * lib/tsearch.h: New file.
31220         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
31221         * m4/tsearch.m4: New file.
31222         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
31223
31224 2006-10-29  Eric Blake  <ebb9@byu.net>
31225
31226         * lib/arcfour.c: Assume config.h.
31227         * lib/arctwo.c: Likewise.
31228         * lib/base64.c: Likewise.
31229         * lib/check-version.c: Likewise.
31230         * lib/crc.c: Likewise.
31231         * lib/des.c: Likewise.
31232         * lib/gc-gnulib.c: Likewise.
31233         * lib/gc-libgcrypt.c: Likewise.
31234         * lib/gc-pbkdf2-sha1.c: Likewise.
31235         * lib/getaddrinfo.c: Likewise.
31236         * lib/getdelim.c: Likewise.
31237         * lib/getline.c: Likewise.
31238         * lib/hmac-md5.c: Likewise.
31239         * lib/hmac-sha1.c: Likewise.
31240         * lib/iconvme.c: Likewise.
31241         * lib/md2.c: Likewise.
31242         * lib/md4.c: Likewise.
31243         * lib/memxor.c: Likewise.
31244         * lib/read-file.c: Likewise.
31245         * lib/readline.c: Likewise.
31246         * lib/rijndael-alg-fst.c: Likewise.
31247         * lib/rijndael-api-fst.c: Likewise.
31248         * lib/xgetdomainname.c: Likewise.
31249
31250 2006-10-28  Eric Blake  <ebb9@byu.net>
31251
31252         * lib/xstrndup.c: Assume config.h.
31253
31254 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
31255
31256         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
31257         stat-macros.h is now for our own macros, whereas stat_h is for
31258         macros in the <sys/stat.h> name space.
31259         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
31260         (STAT_MACROS_H): Remove.
31261         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
31262         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
31263         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
31264         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
31265         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
31266         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
31267         Move these macros to ...
31268         * lib/stat_.h: here.  Don't include stat-macros.h.
31269         * lib/canonicalize.c: Don't include stat-macros.h.
31270         * lib/chown.c: Likewise.
31271         * lib/euidaccess.c: Likewise.
31272         * lib/file-type.c: Likewise.
31273         * lib/filemode.c: Likewise.
31274         * lib/glob.c: Likewise.
31275         * lib/isapipe.c: Likewise.
31276         * lib/lchown.c: Likewise.
31277         * lib/lstat.c: Likewise.
31278         * lib/mkdir-p.c: Likewise.
31279         * lib/rmdir.c: Likewise.
31280         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
31281         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
31282         unless mkdir isn't declared, to speed up 'configure'.
31283         Always create sys/stat.h, since it's unlikely any real sys/stat.h
31284         would define all the S_* symbols.
31285         * modules/canonicalize (Depends-on):
31286         Depend on sys_stat, not stat-macros.
31287         * modules/chown: Likewise.
31288         * modules/euidaccess: Likewise.
31289         * modules/filemode: Likewise.
31290         * modules/file-type: Likewise.
31291         * modules/glob: Likewise.
31292         * modules/isapipe: Likewise.
31293         * modules/lchown: Likewise.
31294         * modules/lstat: Likewise.
31295         * modules/mkancesdirs: Likewise.
31296         * modules/rmdir: Likewise.
31297         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
31298         * modules/modechange: Likewise.
31299         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
31300         (configure.ac): Remove gl_STAT_MACROS.
31301         * modules/sys_stat (Depends-on): Remove stat-macros.
31302
31303 2006-10-27  Bruno Haible  <bruno@clisp.org>
31304
31305         * m4/signed.m4: Remove file.
31306         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
31307         invocation.
31308         * modules/vasnprintf (Files): Remove m4/signed.m4.
31309
31310 2006-10-27  Bruno Haible  <bruno@clisp.org>
31311
31312         Update to GNU gettext 0.16.
31313         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
31314         m4/inttypes-h.m4, m4/signed.m4.
31315         * m4/gettext.m4: Update to GNU gettext 0.16.
31316         * m4/intl.m4: New file, from GNU gettext.
31317         * m4/intldir.m4: New file, from GNU gettext.
31318         * config/srclist.txt: Update
31319
31320 2006-10-27  Eric Blake  <ebb9@byu.net>
31321
31322         * MODULES.html.sh: Document tempname.
31323         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
31324         dependencies.
31325         (Files): Move lib/tempname.c...
31326         * modules/tempname: ...to this new module.
31327         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
31328         (gl_PREREQ_TEMPNAME): Move...
31329         * m4/tempname.m4: ...to this new file.
31330         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
31331         * modules/sys_stat (Depends-on): Add stat-macros.
31332         * lib/stat_.h (includes): Pick up stat macros.
31333         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
31334         if stat macros are broken.
31335         * lib/tempname.c (includes): No need to include "stat-macros.h".
31336         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
31337         (direxists, __path_search) [!_LIBC]: Don't compile these in
31338         gnulib; the tmpdir module covers that.
31339         * lib/tempname.h: New file.
31340
31341 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
31342
31343         * COPYING: Explain how gnulib-tool converts licence headers.
31344         Almost all wording by Eric Blake.
31345
31346 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
31347
31348         * lib/mbchar.h (is_basic_table): Make read-only.
31349         * lib/mbchar.c (is_basic_table): Likewise.
31350         Reported by John Darrington.
31351
31352 2006-10-25  Bruno Haible  <bruno@clisp.org>
31353
31354         * lib/progname.h (set_program_name): Undefine before defining.
31355
31356 2006-10-25  Bruno Haible  <bruno@clisp.org>
31357
31358         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
31359         false for non-gcc C++ compilers.
31360         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
31361
31362 2006-10-24  Bruno Haible  <bruno@clisp.org>
31363
31364         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
31365         iconv implementations like Irix iconv.
31366
31367 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31368
31369         * modules/vararrays: New file.
31370         * m4/vararrays.m4: New file, taken from diffutils.
31371         * MODULES.html.sh: New module vararrays.
31372
31373 2006-10-24  Karl Berry  <karl@gnu.org>
31374
31375         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
31376         Don't call GNU Unix.
31377
31378 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31379
31380         * users.txt: Add Libtool.
31381
31382         Sync from Libtool:
31383
31384         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31385
31386         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
31387         to gnulib's policy of including config.h unconditionally.
31388
31389 2006-10-24  Bruno Haible  <bruno@clisp.org>
31390
31391         * modules/wcwidth (Files): Add m4/wint_t.m4.
31392         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
31393         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
31394
31395 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31396
31397         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
31398         to pacify GCC with some -W flags enabled.  Problem reported by
31399         Bruno Haible.
31400
31401 2006-10-24  Jim Meyering  <jim@meyering.net>
31402
31403         * MODULES.html.sh: Remove uinttostr.  It's not a module.
31404         Reported by Karl Berry.
31405
31406 2006-10-23  Bruno Haible  <bruno@clisp.org>
31407
31408         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
31409
31410 2006-10-24  Bruno Haible  <bruno@clisp.org>
31411
31412         * lib/gl_list.h: Use C comment style, not C++ comment style.
31413
31414 2006-10-23  Eric Blake  <ebb9@byu.net>
31415
31416         * lib/getaddrinfo.c (includes): Add missing include.
31417
31418 2006-10-23  Bruno Haible  <bruno@clisp.org>
31419             Paul Eggert  <eggert@cs.ucla.edu>
31420
31421         Ability to rename obstack_free.
31422         * lib/obstack.h (__obstack_free): New macro. Declare instead of
31423         obstack_free.
31424         (obstack_free): Invoke the __obstack_free macro.
31425         * lib/obstack.c (obstack_free): Use __obstack_free macro.
31426
31427 2006-10-23  Bruno Haible  <bruno@clisp.org>
31428             Paul Eggert  <eggert@cs.ucla.edu>
31429
31430         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
31431         __argc, __argv from the declaration. (They are defined as macros on
31432         mingw.)
31433
31434 2006-10-22  Bruno Haible  <bruno@clisp.org>
31435
31436         * doc/gnulib-intro.texi: New file.
31437         * doc/gnulib.texi: Include it.
31438
31439 2006-10-21  Bruno Haible  <bruno@clisp.org>
31440
31441         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
31442         "Introduction", "Miscellanous Notes", "Particular Modules".
31443
31444 2006-10-21  Bruno Haible  <bruno@clisp.org>
31445
31446         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31447         Change mostlyclean-local rule to avoid sh syntax error from bash
31448         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
31449
31450 2006-10-23  Jim Meyering  <jim@meyering.net>
31451
31452         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
31453         in place of snprintf.
31454
31455         * modules/inttostr (Files): Add lib/uinttostr.c.
31456         * lib/uinttostr.c (inttostr): New file/function.
31457         * lib/inttostr.h (uinttostr): Declare.
31458         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
31459         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
31460         Add uinttostr.
31461         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
31462
31463 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
31464
31465         * lib/canonicalize.c (ELOOP): Define if not already defined.
31466         Problem reported by Bruno Haible in
31467         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
31468
31469 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
31470
31471         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
31472         Problem reported by Perry Smith and Ville Laurikari.
31473
31474         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
31475         uses.
31476
31477 2006-10-19  Bruno Haible  <bruno@clisp.org>
31478
31479         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
31480         for mingw.
31481
31482 2006-10-19  Bruno Haible  <bruno@clisp.org>
31483
31484         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
31485         Needed for mingw.
31486
31487 2006-10-19  Bruno Haible  <bruno@clisp.org>
31488
31489         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
31490
31491 2006-10-19  Bruno Haible  <bruno@clisp.org>
31492
31493         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
31494         it.
31495
31496 2006-10-19  Bruno Haible  <bruno@clisp.org>
31497
31498         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
31499         invocation.
31500
31501 2006-10-19  Bruno Haible  <bruno@clisp.org>
31502
31503         * gnulib-tool (func_create_testdir): Don't include ftruncate and
31504         mountlist by default.
31505
31506 2006-10-16  Bruno Haible  <bruno@clisp.org>
31507
31508         * lib/c-strstr.c: Include c-strstr.h.
31509
31510 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
31511
31512         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
31513         in a slash.
31514
31515 2006-10-18  Bruno Haible  <bruno@clisp.org>
31516
31517         * lib/lock.h [C++]: Wrap definitions in extern "C".
31518
31519 2006-10-18  Bruno Haible  <bruno@clisp.org>
31520
31521         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
31522         gl_LIBOBJS list.
31523
31524 2006-10-18  Bruno Haible  <bruno@clisp.org>
31525
31526         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
31527
31528 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
31529
31530         * lib/xstrtol.h: Include gettext.h.
31531         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
31532         Problem reported by Eric Blake.
31533         * modules/xstrtol (Depends-on): Add gettext-h.
31534
31535 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
31536
31537         * lib/strftime.c (advance): New macro.
31538         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
31539         incomplete type, so you can't add 0 to it.  Problem and patch
31540         reported by Eelco Dolstra for dietlibc.
31541
31542 2006-10-18  Jim Meyering  <jim@meyering.net>
31543
31544         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
31545         type for a local, and rename it: s/up/user_proc/.
31546
31547 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
31548
31549         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
31550         READ_UTMP_USER_PROCESS.
31551         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
31552
31553 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31554
31555         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
31556         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
31557
31558 2006-10-17  Eric Blake  <ebb9@byu.net>
31559
31560         * lib/sigprocmask.c (sigprocmask): Fix typo.
31561
31562         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
31563
31564         * modules/clean-temp (Makefile.am): Don't add to make output...
31565         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
31566         config.h.
31567
31568 2006-10-17  Bruno Haible  <bruno@clisp.org>
31569
31570         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
31571         differently if DEFAULT_TEXT_DOMAIN is set.
31572
31573 2006-10-16  Bruno Haible  <bruno@clisp.org>
31574
31575         * lib/clean-temp.c: Include fwriteerror.h.
31576
31577 2006-10-16  Bruno Haible  <bruno@clisp.org>
31578
31579         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
31580
31581 2006-10-16  Bruno Haible  <bruno@clisp.org>
31582
31583         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
31584         * lib/sigprocmask.h: Include <sys/types.h>.
31585         (sigset_t): Use the system's definition if present.
31586
31587 2006-10-17  Eric Blake  <ebb9@byu.net>
31588
31589         * lib/xvasprintf.c (includes): Assume config.h.
31590         * lib/xasprintf.c (includes): Likewise.
31591
31592 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31593
31594         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
31595         at least as wide as intmax_t.
31596
31597 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
31598
31599         (Imported from Automake.)
31600         * build-aux/gnupload: Update to version 1.1 of directive file.
31601
31602 2006-10-16  Eric Blake  <ebb9@byu.net>
31603
31604         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
31605         match Automake 1.10a.
31606
31607 2006-10-14  Bruno Haible  <bruno@clisp.org>
31608
31609         * modules/sigprocmask: New file.
31610         * lib/sigprocmask.h: New file.
31611         * lib/sigprocmask.c: New file.
31612         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
31613         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
31614         request sigprocmask.o.
31615         (gl_PREREQ_SIGPROCMASK): New macro.
31616         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
31617         (Depends-on): Add sigprocmask.
31618         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
31619         gt_SIGNALBLOCKING. Test for 'raise' only once.
31620         * lib/fatal-signal.c: Include sigprocmask.h.
31621         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
31622         unblock_fatal_signals): Define always.
31623         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31624         sigprocmask.
31625
31626 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
31627
31628         Sync from Automake.
31629         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
31630         which incorrectly sets the mode of an existing destination
31631         directory.  In some cases the unpatched install-sh could do the
31632         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
31633         system.  We hope this is rare in practice, but it's clearly worth
31634         fixing.  Problem reported by Alex Unleashed in
31635         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
31636         Also, don't bother to check for -m bugs unless we're using -m;
31637         suggested by Stepan Kasal.
31638
31639 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31640
31641         Sync from Automake.
31642         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
31643         `-c' flag, so they appear at the same position as in %FASTDEP%
31644         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
31645         which ignores unknown options only after the first non-option.
31646         Bug report against M4 by Nelson H. F. Beebe.
31647
31648 2006-10-13  Jim Meyering  <jim@meyering.net>
31649
31650         Fix a bug in yesterday's change.
31651         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
31652         p->fts_statp->st_dev would be used uninitialized.
31653         Ensures that we always call fts_stat on the very first entry.
31654         Miklos Szeredi reported that find -xdev stopped working.
31655
31656 2006-10-12  Bruno Haible  <bruno@clisp.org>
31657
31658         * gnulib-tool (func_get_automake_snippet): Append an automatically
31659         computed EXTRA_DIST augmentation.
31660         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
31661         * modules/alloca-opt (Makefile.am): Likewise.
31662         * modules/allocsa (Makefile.am): Likewise.
31663         * modules/arcfour (Makefile.am): Likewise.
31664         * modules/arctwo (Makefile.am): Likewise.
31665         * modules/argmatch (Makefile.am): Likewise.
31666         * modules/argz (Makefile.am): Likewise.
31667         * modules/atexit (Makefile.am): Likewise.
31668         * modules/backupfile (Makefile.am): Likewise.
31669         * modules/byteswap (Makefile.am): Likewise.
31670         * modules/c-strtod (Makefile.am): Likewise.
31671         * modules/c-strtold (Makefile.am): Likewise.
31672         * modules/calloc (Makefile.am): Likewise.
31673         * modules/canon-host (Makefile.am): Likewise.
31674         * modules/canonicalize (Makefile.am): Likewise.
31675         * modules/chdir-long (Makefile.am): Likewise.
31676         * modules/chdir-safer (Makefile.am): Likewise.
31677         * modules/check-version (Makefile.am): Likewise.
31678         * modules/chown (Makefile.am): Likewise.
31679         * modules/cloexec (Makefile.am): Likewise.
31680         * modules/close-stream (Makefile.am): Likewise.
31681         * modules/closeout (Makefile.am): Likewise.
31682         * modules/crc (Makefile.am): Likewise.
31683         * modules/csharpexec (Makefile.am): Likewise.
31684         * modules/cycle-check (Makefile.am): Likewise.
31685         * modules/des (Makefile.am): Likewise.
31686         * modules/dev-ino (Makefile.am): Likewise.
31687         * modules/dirfd (Makefile.am): Likewise.
31688         * modules/dirname (Makefile.am): Likewise.
31689         * modules/dup2 (Makefile.am): Likewise.
31690         * modules/eealloc (Makefile.am): Likewise.
31691         * modules/error (Makefile.am): Likewise.
31692         * modules/euidaccess (Makefile.am): Likewise.
31693         * modules/exclude (Makefile.am): Likewise.
31694         * modules/exitfail (Makefile.am): Likewise.
31695         * modules/fcntl-safer (Makefile.am): Likewise.
31696         * modules/fcntl (Makefile.am): Likewise.
31697         * modules/file-type (Makefile.am): Likewise.
31698         * modules/fileblocks (Makefile.am): Likewise.
31699         * modules/filemode (Makefile.am): Likewise.
31700         * modules/filenamecat (Makefile.am): Likewise.
31701         * modules/fnmatch (Makefile.am): Likewise.
31702         * modules/fopen-safer (Makefile.am): Likewise.
31703         * modules/fpending (Makefile.am): Likewise.
31704         * modules/fprintftime (Makefile.am): Likewise.
31705         * modules/free (Makefile.am): Likewise.
31706         * modules/fsusage (Makefile.am): Likewise.
31707         * modules/ftruncate (Makefile.am): Likewise.
31708         * modules/fts (Makefile.am): Likewise.
31709         * modules/gc-arcfour (Makefile.am): Likewise.
31710         * modules/gc-des (Makefile.am): Likewise.
31711         * modules/gc-hmac-md5 (Makefile.am): Likewise.
31712         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
31713         * modules/gc-md4 (Makefile.am): Likewise.
31714         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
31715         * modules/gc-sha1 (Makefile.am): Likewise.
31716         * modules/gc (Makefile.am): Likewise.
31717         * modules/getaddrinfo (Makefile.am): Likewise.
31718         * modules/getcwd (Makefile.am): Likewise.
31719         * modules/getdelim (Makefile.am): Likewise.
31720         * modules/getdomainname (Makefile.am): Likewise.
31721         * modules/getgroups (Makefile.am): Likewise.
31722         * modules/gethostname (Makefile.am): Likewise.
31723         * modules/gethrxtime (Makefile.am): Likewise.
31724         * modules/getline (Makefile.am): Likewise.
31725         * modules/getloadavg (Makefile.am): Likewise.
31726         * modules/getlogin_r (Makefile.am): Likewise.
31727         * modules/getndelim2 (Makefile.am): Likewise.
31728         * modules/getopt (Makefile.am): Likewise.
31729         * modules/getpagesize (Makefile.am): Likewise.
31730         * modules/getpass-gnu (Makefile.am): Likewise.
31731         * modules/getpass (Makefile.am): Likewise.
31732         * modules/getsubopt (Makefile.am): Likewise.
31733         * modules/gettime (Makefile.am): Likewise.
31734         * modules/gettimeofday (Makefile.am): Likewise.
31735         * modules/getugroups (Makefile.am): Likewise.
31736         * modules/getusershell (Makefile.am): Likewise.
31737         * modules/glob (Makefile.am): Likewise.
31738         * modules/group-member (Makefile.am): Likewise.
31739         * modules/hard-locale (Makefile.am): Likewise.
31740         * modules/hash (Makefile.am): Likewise.
31741         * modules/hmac-md5 (Makefile.am): Likewise.
31742         * modules/hmac-sha1 (Makefile.am): Likewise.
31743         * modules/human (Makefile.am): Likewise.
31744         * modules/idcache (Makefile.am): Likewise.
31745         * modules/imaxabs (Makefile.am): Likewise.
31746         * modules/imaxdiv (Makefile.am): Likewise.
31747         * modules/inet_ntop (Makefile.am): Likewise.
31748         * modules/inet_pton (Makefile.am): Likewise.
31749         * modules/intprops (Makefile.am): Likewise.
31750         * modules/inttostr (Makefile.am): Likewise.
31751         * modules/inttypes (Makefile.am): Likewise.
31752         * modules/isapipe (Makefile.am): Likewise.
31753         * modules/javaversion (Makefile.am): Likewise.
31754         * modules/lchmod (Makefile.am): Likewise.
31755         * modules/lchown (Makefile.am): Likewise.
31756         * modules/localcharset (Makefile.am): Likewise.
31757         * modules/long-options (Makefile.am): Likewise.
31758         * modules/lstat (Makefile.am): Likewise.
31759         * modules/malloc (Makefile.am): Likewise.
31760         * modules/mathl (Makefile.am): Likewise.
31761         * modules/mbchar (Makefile.am): Likewise.
31762         * modules/md2 (Makefile.am): Likewise.
31763         * modules/md4 (Makefile.am): Likewise.
31764         * modules/md5 (Makefile.am): Likewise.
31765         * modules/memcasecmp (Makefile.am): Likewise.
31766         * modules/memchr (Makefile.am): Likewise.
31767         * modules/memcmp (Makefile.am): Likewise.
31768         * modules/memcoll (Makefile.am): Likewise.
31769         * modules/memcpy (Makefile.am): Likewise.
31770         * modules/memmem (Makefile.am): Likewise.
31771         * modules/memmove (Makefile.am): Likewise.
31772         * modules/mempcpy (Makefile.am): Likewise.
31773         * modules/memrchr (Makefile.am): Likewise.
31774         * modules/memset (Makefile.am): Likewise.
31775         * modules/memxor (Makefile.am): Likewise.
31776         * modules/mkancesdirs (Makefile.am): Likewise.
31777         * modules/mkdir-p (Makefile.am): Likewise.
31778         * modules/mkdir (Makefile.am): Likewise.
31779         * modules/mkdtemp (Makefile.am): Likewise.
31780         * modules/mkstemp (Makefile.am): Likewise.
31781         * modules/mktime (Makefile.am): Likewise.
31782         * modules/modechange (Makefile.am): Likewise.
31783         * modules/mountlist (Makefile.am): Likewise.
31784         * modules/nanosleep (Makefile.am): Likewise.
31785         * modules/obstack (Makefile.am): Likewise.
31786         * modules/openat (Makefile.am): Likewise.
31787         * modules/pagealign_alloc (Makefile.am): Likewise.
31788         * modules/pathmax (Makefile.am): Likewise.
31789         * modules/physmem (Makefile.am): Likewise.
31790         * modules/poll (Makefile.am): Likewise.
31791         * modules/posixtm (Makefile.am): Likewise.
31792         * modules/posixver (Makefile.am): Likewise.
31793         * modules/putenv (Makefile.am): Likewise.
31794         * modules/quote (Makefile.am): Likewise.
31795         * modules/quotearg (Makefile.am): Likewise.
31796         * modules/raise (Makefile.am): Likewise.
31797         * modules/read-file (Makefile.am): Likewise.
31798         * modules/readline (Makefile.am): Likewise.
31799         * modules/readlink (Makefile.am): Likewise.
31800         * modules/readtokens (Makefile.am): Likewise.
31801         * modules/readutmp (Makefile.am): Likewise.
31802         * modules/realloc (Makefile.am): Likewise.
31803         * modules/regex (Makefile.am): Likewise.
31804         * modules/rename-dest-slash (Makefile.am): Likewise.
31805         * modules/rename (Makefile.am): Likewise.
31806         * modules/rijndael (Makefile.am): Likewise.
31807         * modules/rmdir (Makefile.am): Likewise.
31808         * modules/rpmatch (Makefile.am): Likewise.
31809         * modules/safe-read (Makefile.am): Likewise.
31810         * modules/safe-write (Makefile.am): Likewise.
31811         * modules/same-inode (Makefile.am): Likewise.
31812         * modules/same (Makefile.am): Likewise.
31813         * modules/save-cwd (Makefile.am): Likewise.
31814         * modules/savedir (Makefile.am): Likewise.
31815         * modules/setenv (Makefile.am): Likewise.
31816         * modules/settime (Makefile.am): Likewise.
31817         * modules/sha1 (Makefile.am): Likewise.
31818         * modules/sig2str (Makefile.am): Likewise.
31819         * modules/snprintf (Makefile.am): Likewise.
31820         * modules/stat-macros (Makefile.am): Likewise.
31821         * modules/stat-time (Makefile.am): Likewise.
31822         * modules/stdbool (Makefile.am): Likewise.
31823         * modules/stdint (Makefile.am): Likewise.
31824         * modules/stdlib-safer (Makefile.am): Likewise.
31825         * modules/stpcpy (Makefile.am): Likewise.
31826         * modules/stpncpy (Makefile.am): Likewise.
31827         * modules/strcase (Makefile.am): Likewise.
31828         * modules/strcasestr (Makefile.am): Likewise.
31829         * modules/strchrnul (Makefile.am): Likewise.
31830         * modules/strcspn (Makefile.am): Likewise.
31831         * modules/strdup (Makefile.am): Likewise.
31832         * modules/strerror (Makefile.am): Likewise.
31833         * modules/strftime (Makefile.am): Likewise.
31834         * modules/strndup (Makefile.am): Likewise.
31835         * modules/strnlen (Makefile.am): Likewise.
31836         * modules/strpbrk (Makefile.am): Likewise.
31837         * modules/strsep (Makefile.am): Likewise.
31838         * modules/strstr (Makefile.am): Likewise.
31839         * modules/strtod (Makefile.am): Likewise.
31840         * modules/strtoimax (Makefile.am): Likewise.
31841         * modules/strtok_r (Makefile.am): Likewise.
31842         * modules/strtol (Makefile.am): Likewise.
31843         * modules/strtoll (Makefile.am): Likewise.
31844         * modules/strtoul (Makefile.am): Likewise.
31845         * modules/strtoull (Makefile.am): Likewise.
31846         * modules/strtoumax (Makefile.am): Likewise.
31847         * modules/strverscmp (Makefile.am): Likewise.
31848         * modules/sys_socket (Makefile.am): Likewise.
31849         * modules/sys_stat (Makefile.am): Likewise.
31850         * modules/sysexits (Makefile.am): Likewise.
31851         * modules/time_r (Makefile.am): Likewise.
31852         * modules/timegm (Makefile.am): Likewise.
31853         * modules/timespec (Makefile.am): Likewise.
31854         * modules/tmpfile-safer (Makefile.am): Likewise.
31855         * modules/trim (Makefile.am): Likewise.
31856         * modules/unistd-safer (Makefile.am): Likewise.
31857         * modules/unlinkdir (Makefile.am): Likewise.
31858         * modules/unlocked-io (Makefile.am): Likewise.
31859         * modules/userspec (Makefile.am): Likewise.
31860         * modules/utime (Makefile.am): Likewise.
31861         * modules/utimecmp (Makefile.am): Likewise.
31862         * modules/utimens (Makefile.am): Likewise.
31863         * modules/vasnprintf (Makefile.am): Likewise.
31864         * modules/vasprintf (Makefile.am): Likewise.
31865         * modules/vsnprintf (Makefile.am): Likewise.
31866         * modules/xalloc (Makefile.am): Likewise.
31867         * modules/xgetcwd (Makefile.am): Likewise.
31868         * modules/xnanosleep (Makefile.am): Likewise.
31869         * modules/xreadlink (Makefile.am): Likewise.
31870         * modules/xstrtod (Makefile.am): Likewise.
31871         * modules/xstrtol (Makefile.am): Likewise.
31872         * modules/xstrtold (Makefile.am): Likewise.
31873         * modules/yesno (Makefile.am): Likewise.
31874         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
31875
31876 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31877
31878         * modules/error (Makefile.am): Distribute files through
31879         EXTRA_DIST, not lib_SOURCES.
31880
31881 2006-10-12  Eric Blake  <ebb9@byu.net>
31882
31883         * modules/error (Makefile.am): Distribute files in /lib.
31884         * modules/obstack (Makefile.am): Likewise.
31885
31886 2006-10-12  Bruno Haible  <bruno@clisp.org>
31887
31888         * modules/acl (Makefile.am): Distribute all files in lib/ through
31889         EXTRA_DIST.
31890         * modules/arcfour (Makefile.am): Likewise.
31891         * modules/arctwo (Makefile.am): Likewise.
31892         * modules/argmatch (Makefile.am): Likewise.
31893         * modules/argz (Makefile.am): Likewise.
31894         * modules/atexit (Makefile.am): Likewise.
31895         * modules/backupfile (Makefile.am): Likewise.
31896         * modules/c-strtod (Makefile.am): Likewise.
31897         * modules/c-strtold (Makefile.am): Likewise.
31898         * modules/calloc (Makefile.am): Likewise.
31899         * modules/canon-host (Makefile.am): Likewise.
31900         * modules/canonicalize (Makefile.am): Likewise.
31901         * modules/chdir-long (Makefile.am): Likewise.
31902         * modules/chdir-safer (Makefile.am): Likewise.
31903         * modules/check-version (Makefile.am): Likewise.
31904         * modules/chown (Makefile.am): Likewise.
31905         * modules/cloexec (Makefile.am): Likewise.
31906         * modules/close-stream (Makefile.am): Likewise.
31907         * modules/closeout (Makefile.am): Likewise.
31908         * modules/crc (Makefile.am): Likewise.
31909         * modules/cycle-check (Makefile.am): Likewise.
31910         * modules/des (Makefile.am): Likewise.
31911         * modules/dirfd (Makefile.am): Likewise.
31912         * modules/dirname (Makefile.am): Likewise.
31913         * modules/dup2 (Makefile.am): Likewise.
31914         * modules/euidaccess (Makefile.am): Likewise.
31915         * modules/exclude (Makefile.am): Likewise.
31916         * modules/exitfail (Makefile.am): Likewise.
31917         * modules/fcntl-safer (Makefile.am): Likewise.
31918         * modules/file-type (Makefile.am): Likewise.
31919         * modules/fileblocks (Makefile.am): Likewise.
31920         * modules/filemode (Makefile.am): Likewise.
31921         * modules/filenamecat (Makefile.am): Likewise.
31922         * modules/fnmatch (Makefile.am): Likewise.
31923         * modules/fopen-safer (Makefile.am): Likewise.
31924         * modules/fpending (Makefile.am): Likewise.
31925         * modules/fprintftime (Makefile.am): Likewise.
31926         * modules/free (Makefile.am): Likewise.
31927         * modules/fsusage (Makefile.am): Likewise.
31928         * modules/ftruncate (Makefile.am): Likewise.
31929         * modules/fts (Makefile.am): Likewise.
31930         * modules/gc (Makefile.am): Likewise.
31931         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
31932         * modules/getaddrinfo (Makefile.am): Likewise.
31933         * modules/getcwd (Makefile.am): Likewise.
31934         * modules/getdelim (Makefile.am): Likewise.
31935         * modules/getdomainname (Makefile.am): Likewise.
31936         * modules/getgroups (Makefile.am): Likewise.
31937         * modules/gethostname (Makefile.am): Likewise.
31938         * modules/gethrxtime (Makefile.am): Likewise.
31939         * modules/getline (Makefile.am): Likewise.
31940         * modules/getloadavg (Makefile.am): Likewise.
31941         * modules/getlogin_r (Makefile.am): Likewise.
31942         * modules/getopt (Makefile.am): Likewise.
31943         * modules/getpass (Makefile.am): Likewise.
31944         * modules/getpass-gnu (Makefile.am): Likewise.
31945         * modules/getsubopt (Makefile.am): Likewise.
31946         * modules/gettime (Makefile.am): Likewise.
31947         * modules/gettimeofday (Makefile.am): Likewise.
31948         * modules/getugroups (Makefile.am): Likewise.
31949         * modules/getusershell (Makefile.am): Likewise.
31950         * modules/glob (Makefile.am): Likewise.
31951         * modules/group-member (Makefile.am): Likewise.
31952         * modules/hard-locale (Makefile.am): Likewise.
31953         * modules/hash (Makefile.am): Likewise.
31954         * modules/hmac-md5 (Makefile.am): Likewise.
31955         * modules/hmac-sha1 (Makefile.am): Likewise.
31956         * modules/human (Makefile.am): Likewise.
31957         * modules/idcache (Makefile.am): Likewise.
31958         * modules/imaxabs (Makefile.am): Likewise.
31959         * modules/imaxdiv (Makefile.am): Likewise.
31960         * modules/inet_ntop (Makefile.am): Likewise.
31961         * modules/inet_pton (Makefile.am): Likewise.
31962         * modules/inttostr (Makefile.am): Likewise.
31963         * modules/isapipe (Makefile.am): Likewise.
31964         * modules/lchown (Makefile.am): Likewise.
31965         * modules/long-options (Makefile.am): Likewise.
31966         * modules/lstat (Makefile.am): Likewise.
31967         * modules/malloc (Makefile.am): Likewise.
31968         * modules/mathl (Makefile.am): Likewise.
31969         * modules/mbchar (Makefile.am): Likewise.
31970         * modules/md2 (Makefile.am): Likewise.
31971         * modules/md4 (Makefile.am): Likewise.
31972         * modules/md5 (Makefile.am): Likewise.
31973         * modules/memcasecmp (Makefile.am): Likewise.
31974         * modules/memchr (Makefile.am): Likewise.
31975         * modules/memcmp (Makefile.am): Likewise.
31976         * modules/memcoll (Makefile.am): Likewise.
31977         * modules/memcpy (Makefile.am): Likewise.
31978         * modules/memmem (Makefile.am): Likewise.
31979         * modules/memmove (Makefile.am): Likewise.
31980         * modules/mempcpy (Makefile.am): Likewise.
31981         * modules/memrchr (Makefile.am): Likewise.
31982         * modules/memset (Makefile.am): Likewise.
31983         * modules/memxor (Makefile.am): Likewise.
31984         * modules/mkancesdirs (Makefile.am): Likewise.
31985         * modules/mkdir (Makefile.am): Likewise.
31986         * modules/mkdir-p (Makefile.am): Likewise.
31987         * modules/mkdtemp (Makefile.am): Likewise.
31988         * modules/mkstemp (Makefile.am): Likewise.
31989         * modules/mktime (Makefile.am): Likewise.
31990         * modules/modechange (Makefile.am): Likewise.
31991         * modules/mountlist (Makefile.am): Likewise.
31992         * modules/nanosleep (Makefile.am): Likewise.
31993         * modules/openat (Makefile.am): Likewise.
31994         * modules/pagealign_alloc (Makefile.am): Likewise.
31995         * modules/physmem (Makefile.am): Likewise.
31996         * modules/poll (Makefile.am): Likewise.
31997         * modules/posixtm (Makefile.am): Likewise.
31998         * modules/posixver (Makefile.am): Likewise.
31999         * modules/putenv (Makefile.am): Likewise.
32000         * modules/quote (Makefile.am): Likewise.
32001         * modules/quotearg (Makefile.am): Likewise.
32002         * modules/raise (Makefile.am): Likewise.
32003         * modules/read-file (Makefile.am): Likewise.
32004         * modules/readline (Makefile.am): Likewise.
32005         * modules/readlink (Makefile.am): Likewise.
32006         * modules/readtokens (Makefile.am): Likewise.
32007         * modules/readutmp (Makefile.am): Likewise.
32008         * modules/realloc (Makefile.am): Likewise.
32009         * modules/regex (Makefile.am): Likewise.
32010         * modules/rename (Makefile.am): Likewise.
32011         * modules/rename-dest-slash (Makefile.am): Likewise.
32012         * modules/rijndael (Makefile.am): Likewise.
32013         * modules/rmdir (Makefile.am): Likewise.
32014         * modules/rpmatch (Makefile.am): Likewise.
32015         * modules/safe-read (Makefile.am): Likewise.
32016         * modules/safe-write (Makefile.am): Likewise.
32017         * modules/same (Makefile.am): Likewise.
32018         * modules/save-cwd (Makefile.am): Likewise.
32019         * modules/savedir (Makefile.am): Likewise.
32020         * modules/setenv (Makefile.am): Likewise.
32021         * modules/settime (Makefile.am): Likewise.
32022         * modules/sha1 (Makefile.am): Likewise.
32023         * modules/sig2str (Makefile.am): Likewise.
32024         * modules/snprintf (Makefile.am): Likewise.
32025         * modules/stdlib-safer (Makefile.am): Likewise.
32026         * modules/stpcpy (Makefile.am): Likewise.
32027         * modules/stpncpy (Makefile.am): Likewise.
32028         * modules/strcase (Makefile.am): Likewise.
32029         * modules/strcasestr (Makefile.am): Likewise.
32030         * modules/strchrnul (Makefile.am): Likewise.
32031         * modules/strcspn (Makefile.am): Likewise.
32032         * modules/strdup (Makefile.am): Likewise.
32033         * modules/strerror (Makefile.am): Likewise.
32034         * modules/strftime (Makefile.am): Likewise.
32035         * modules/strndup (Makefile.am): Likewise.
32036         * modules/strnlen (Makefile.am): Likewise.
32037         * modules/strpbrk (Makefile.am): Likewise.
32038         * modules/strsep (Makefile.am): Likewise.
32039         * modules/strstr (Makefile.am): Likewise.
32040         * modules/strtod (Makefile.am): Likewise.
32041         * modules/strtoimax (Makefile.am): Likewise.
32042         * modules/strtok_r (Makefile.am): Likewise.
32043         * modules/strtol (Makefile.am): Likewise.
32044         * modules/strtoll (Makefile.am): Likewise.
32045         * modules/strtoul (Makefile.am): Likewise.
32046         * modules/strtoull (Makefile.am): Likewise.
32047         * modules/strtoumax (Makefile.am): Likewise.
32048         * modules/strverscmp (Makefile.am): Likewise.
32049         * modules/time_r (Makefile.am): Likewise.
32050         * modules/timegm (Makefile.am): Likewise.
32051         * modules/tmpfile-safer (Makefile.am): Likewise.
32052         * modules/unistd-safer (Makefile.am): Likewise.
32053         * modules/unlinkdir (Makefile.am): Likewise.
32054         * modules/userspec (Makefile.am): Likewise.
32055         * modules/utime (Makefile.am): Likewise.
32056         * modules/utimecmp (Makefile.am): Likewise.
32057         * modules/utimens (Makefile.am): Likewise.
32058         * modules/vasnprintf (Makefile.am): Likewise.
32059         * modules/vasprintf (Makefile.am): Likewise.
32060         * modules/vsnprintf (Makefile.am): Likewise.
32061         * modules/xalloc (Makefile.am): Likewise.
32062         * modules/xgetcwd (Makefile.am): Likewise.
32063         * modules/xnanosleep (Makefile.am): Likewise.
32064         * modules/xreadlink (Makefile.am): Likewise.
32065         * modules/xstrtod (Makefile.am): Likewise.
32066         * modules/xstrtol (Makefile.am): Likewise.
32067         * modules/xstrtold (Makefile.am): Likewise.
32068         * modules/yesno (Makefile.am): Likewise.
32069
32070 2006-10-12  Jim Meyering  <jim@meyering.net>
32071
32072         * m4/getloadavg.m4: Revert the change below.
32073
32074         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
32075         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
32076         fail with a symlink, which is what coreutils' ./bootstrap now
32077         creates by default.
32078
32079 2006-10-12  Bruno Haible  <bruno@clisp.org>
32080
32081         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
32082         mingw.
32083         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
32084         MSVC and mingw explicitly.
32085
32086 2006-10-11  Simon Josefsson  <jas@extundo.com>
32087             Bruno Haible  <bruno@clisp.org>
32088
32089         Add support for multiple gnulib-tool invocations in the scope of a
32090         single configure.ac file.
32091         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
32092         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
32093         with the same contents as the _LIBADD variable.
32094         (func_emit_initmacro_start, func_emit_initmacro_end,
32095         func_emit_initmacro_done): New functions.
32096         (func_import, func_create_testdir): Invoke them. Allow the identifiers
32097         gl_LIBOBJS and gl_LTLIBOBJS.
32098
32099 2006-10-11  Bruno Haible  <bruno@clisp.org>
32100
32101         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
32102         (func_create_testdir): Don't create po/Makefile.am, don't invoke
32103         autoreconf. Instead, invoke autopoint explicitly but move back the
32104         *.m4 files from gnulib.
32105
32106 2006-10-11  Bruno Haible  <bruno@clisp.org>
32107
32108         * gnulib-tool (func_usage): Make module names after --create-testdir
32109         optional.
32110         (func_create_testdir): If no module was specified, use nearly all
32111         modules.
32112
32113 2006-10-12  Jim Meyering  <jim@meyering.net>
32114
32115         Big performance improvement for fts-based tools that use FTS_NOSTAT.
32116         Avoid spurious inode-mismatch problems on non-POSIX file systems.
32117         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
32118         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
32119         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
32120         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
32121         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
32122         (fts_set_stat_required): New function.
32123         (fts_open): Defer the calls to fts_stat, if possible or requested.
32124         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
32125         into fts_stat itself.
32126         (fts_read): Perform any required (deferred) fts_stat call.
32127         (fts_build): Likewise, for the directory we're about to open and read.
32128         In the readdir loop, carefully decide whether each entry will require
32129         an eventual call to fts_stat, using dirent.d_type info if available.
32130         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
32131         a command line argument into this function.  Update all callers.
32132         Map a return value of FTS_DOT to FTS_D for a command line argument.
32133         * modules/fts (Depends-on): Add d-type.  Alphabetize.
32134         Thanks to Miklos Szeredi for his tenacity and for the initial
32135         bug report about "find" failing on a FUSE-based file system.
32136
32137         * lib/fts.c (fts_open): Use consistent indentation.
32138
32139 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
32140
32141         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
32142         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
32143         reported by Jim Meyering.  All uses of cache variables renamed
32144         to match Autoconf's.
32145         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
32146         the other one.
32147
32148         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
32149         Fix misspelling in diagnostic.
32150
32151 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
32152
32153         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
32154         defined.  Problem reported by Matthew Woehlke.
32155
32156         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
32157         Add support for Tandem NonStop R series.
32158         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
32159         Use new macro.
32160
32161         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
32162         (has_trailing_slash): Omit size arg; all callers changed.
32163         Omit 'inline', since it doesn't help performance and we'd
32164         need to configure it.
32165         Don't count //, ///, etc. as having a trailing slash.
32166         As a side effect, this removes a C99ism reported by Matthew Woehlke.
32167         (rpl_rename_dest_slash): On failure, use rename's errno rather
32168         than (in some cases) an incorrect or junk errno.
32169         Simplify code by removing need to compute length; this does
32170         cause it to make two passes instead of one over the file name,
32171         but it's worth it.
32172
32173         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
32174         change, since Autoconf's version may no longer be appropriate now
32175         that we are using CVS Autoconf's version.  Add support for Tandem.
32176
32177 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
32178             Bruno Haible  <bruno@clisp.org>
32179
32180         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
32181         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
32182         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
32183         gl_AC_TYPE_LONG_LONG.
32184
32185         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
32186         instead of HAVE_LONG_LONG.
32187         * lib/printf-args.c (printf_fetchargs): Likewise.
32188         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
32189         * lib/vasnprintf.c (VASNPRINTF): Likewise.
32190         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
32191         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
32192         gl_AC_TYPE_LONG_LONG.
32193
32194 2006-10-11  Bruno Haible  <bruno@clisp.org>
32195
32196         * m4/longlong.m4: Add comments.
32197         * m4/ulonglong.m4: Likewise.
32198
32199 2006-10-10  Bruno Haible  <bruno@clisp.org>
32200
32201         Make it possible to #define stpcpy, strdup to aliases.
32202         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
32203         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
32204
32205 2006-10-10  Bruno Haible  <bruno@clisp.org>
32206
32207         Make it possible to #define gcd to an alias.
32208         * lib/gcd.c: Include config.h.
32209
32210 2006-10-10  Bruno Haible  <bruno@clisp.org>
32211
32212         Make it possible to #define c_isascii to an alias.
32213         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
32214         defined. Undefine the macros before defining them, to avoid gcc
32215         warnings.
32216         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
32217         define NO_C_CTYPE_MACROS early.
32218
32219 2006-10-10  Bruno Haible  <bruno@clisp.org>
32220
32221         Make it possible to #define set_program_name to an alias.
32222         * lib/progname.c: Don't undefine set_program_name; instead, undefine
32223         ENABLE_RELOCATABLE early.
32224
32225 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
32226
32227         Port to Tandem NSK OSS, which has 64-bit signed int but at most
32228         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
32229         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
32230         More generally, don't assume that 64-bit signed int is available
32231         if unsigned int is, and vice versa.
32232         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
32233         unsigned symbols, not on their signed counterparts.
32234         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
32235         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
32236         (UINT64_C, UINTMAX_C):
32237         Likewise.
32238         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
32239         unsigned counterparts.
32240         (Have_long_long, Unsigned): New macros.
32241         (Int): Renamed from INT.
32242         (strtoimax): Use the new macros.
32243         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
32244         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
32245         * modules/inttypes (inttypes.h): Substitute
32246         HAVE_UNSIGNED_LONG_LONG_INT.
32247         * modules/stdint (stdint.h): Likewise.
32248         (Files): Add m4/ulonglong.m4.
32249
32250 2006-10-10  Bruno Haible  <bruno@clisp.org>
32251
32252         Fix a gcc -Wshadow warning.
32253         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
32254         to 'bucket'.
32255         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
32256         gl_linked_indexof_from_to): Likewise.
32257         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
32258         Likewise.
32259         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
32260         Likewise.
32261         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
32262         Reported by Eric Blake.
32263
32264 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
32265
32266         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
32267         for NetBSD.  Problem reported by Bruno Haible.
32268
32269 2006-10-09  Jim Meyering  <jim@meyering.net>
32270
32271         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
32272         Patch from Bruno Haible.
32273
32274 2006-10-09  Jim Meyering  <jim@meyering.net>
32275
32276         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
32277         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
32278         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
32279
32280 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
32281
32282         Don't include <config.h> twice; this doesn't work in some cases,
32283         e.g., when config.h has "#define intmax_t long long int" and
32284         we include <config.h>, <inttypes.h>, <config.h> in that order.
32285         Problem reported by Matthew Woehlke in:
32286         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
32287         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
32288         * lib/fts-cycle.c: Don't include config.h.
32289         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
32290         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
32291         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
32292         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
32293         inttypes.h.
32294         * lib/xstrtoumax.c: Likewise.
32295         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
32296         __strtol and the like, so that this module is more like its siblings.
32297         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
32298         Remove; no longer needed now that we assume gnulib inttypes.h.
32299
32300 2006-10-08  Bruno Haible  <bruno@clisp.org>
32301
32302         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
32303         option.
32304
32305 2006-10-07  Jim Meyering  <jim@meyering.net>
32306
32307         * modules/inttypes (inttypes.h): Revert what seems to have been
32308         an inadvertent part of today's change: use "|", not "/" in the
32309         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
32310
32311 2006-10-07  Bruno Haible  <bruno@clisp.org>
32312
32313         * modules/sublist: New file.
32314
32315 2006-10-07  Bruno Haible  <bruno@clisp.org>
32316
32317         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
32318         * modules/argz (argz.h): Likewise.
32319         * modules/arpa_inet (arpa/inet.h): Likewise.
32320         * modules/byteswap (byteswap.h): Likewise.
32321         * modules/configmake (configmake.h): Likewise.
32322         * modules/fcntl (fcntl.h): Likewise.
32323         * modules/fnmatch (fnmatch.h): Likewise.
32324         * modules/getopt (getopt.h): Likewise.
32325         * modules/glob (glob.h): Likewise.
32326         * modules/inttypes (inttypes.h): Likewise.
32327         * modules/netinet_in (netinet/in.h): Likewise.
32328         * modules/poll (poll.h): Likewise.
32329         * modules/stdbool (stdbool.h): Likewise.
32330         * modules/stdint (stdint.h): Likewise.
32331         * modules/sys_select (sys/select.h): Likewise.
32332         * modules/sys_socket (sys/socket.h): Likewise.
32333         * modules/sys_stat (sys/stat.h): Likewise.
32334         * modules/sysexits (sysexits.h): Likewise.
32335         * modules/unistd (unistd.h): Likewise.
32336         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32337         Add a "DO NOT EDIT" comment to the generated file.
32338         (func_import): Likewise for gnulib-comp.m4.
32339
32340 2006-10-07  Bruno Haible  <bruno@clisp.org>
32341
32342         * lib/gl_sublist.h: New file.
32343         * lib/gl_sublist.c: New file.
32344
32345 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
32346
32347         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
32348         name (relative to the original working directory) and the file
32349         name component (relative to the temporary working directory).  All
32350         callers changed.
32351         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
32352         * lib/mkdir-p.c (make_dir_parents): Likewise.
32353         * lib/mkdir-p.h (make_dir_parents): Likewise.
32354
32355 2006-10-06  Eric Blake  <ebb9@byu.net>
32356
32357         Define several macros for use by the clean-temp module.
32358         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
32359         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
32360         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
32361
32362         * lib/clean-temp.h (close_stream_temp): New declaration.
32363         * lib/clean-temp.c (includes): Pull in headers according to what
32364         other modules are in use.
32365         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
32366
32367 2006-10-06  Bruno Haible  <bruno@clisp.org>
32368
32369         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
32370         instead of fopen, fwriteerror.
32371
32372 2006-10-06  Bruno Haible  <bruno@clisp.org>
32373
32374         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
32375         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
32376         int.
32377         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
32378         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
32379         Return an error indicator.
32380         Suggested by Eric Blake.
32381
32382 2006-10-06  Bruno Haible  <bruno@clisp.org>
32383
32384         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
32385         Reported by Eric Blake.
32386
32387 2006-10-06  Bruno Haible  <bruno@clisp.org>
32388
32389         * modules/closeout (Description): Mention stderr too.
32390
32391 2006-10-06  Bruno Haible  <bruno@clisp.org>
32392         and Paul Eggert  <eggert@cs.ucla.edu>
32393
32394         * lib/closeout.c (close_stdout): Also close stderr.
32395         * lib/closeout.h: Update comment.
32396
32397 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
32398
32399         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
32400         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
32401         * lib/dirchownmod.c: Include lchown.h.
32402         * lib/lchown.c: Don't include files that lchown.h now includes.
32403         Don't declare chown, since lchown.h now does that.
32404         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
32405         (lchown): Define to rpl_chown if lchown is declared but
32406         does not exist.  Declare using a prototype if lchown is not
32407         declared.  Add a copyright notice.
32408         * lib/mkstemp.h: Include <unistd.h>.
32409         * lib/openat.c: Include lchown.h.
32410
32411         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
32412         we now test for that separately.
32413         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
32414         rather than O_NOFOLLOW, when testing whether it's possible to
32415         avoid a race condition reliably.
32416         * lib/savewd.c (savewd_chdir): Likewise.
32417
32418         Remove macros that are no longer needed now that stdint.h is
32419         reliable.
32420         * lib/fsusage.c (UINTMAX_MAX): Remove.
32421         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
32422         * lib/utimecmp.c (SIZE_MAX): Remove.
32423
32424         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
32425
32426         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
32427         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
32428         O_NOATIME works.
32429
32430 2006-10-05  Bruno Haible  <bruno@clisp.org>
32431
32432         * lib/gl_list.h (gl_sortedlist_search_from_to,
32433         gl_sortedlist_indexof_from_to): New declarations.
32434         (gl_list_implementation): New fields sortedlist_search_from_to,
32435         sortedlist_indexof_from_to.
32436         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
32437         inline functions.
32438         * lib/gl_list.c (gl_sortedlist_search_from_to,
32439         gl_sortedlist_indexof_from_to): New functions.
32440         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
32441         function.
32442         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
32443         (gl_array_sortedlist_search_from_to): New function.
32444         (gl_array_list_implementation): Update.
32445         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
32446         function.
32447         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
32448         (gl_carray_sortedlist_search_from_to): New function.
32449         (gl_carray_list_implementation): Update.
32450         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
32451         gl_linked_sortedlist_indexof_from_to): New functions.
32452         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
32453         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
32454         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
32455         gl_tree_sortedlist_indexof_from_to): New functions.
32456         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
32457         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
32458         Update.
32459         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
32460         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
32461         Update.
32462
32463 2006-10-05  Bruno Haible  <bruno@clisp.org>
32464
32465         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
32466         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
32467         (struct gl_list_implementation): Add fields search_from_to,
32468         indexof_from_to. Remove fields search, indexof.
32469         (gl_list_search): Use the search_from_to method.
32470         (gl_list_search_from, gl_list_search_from_to): New functions.
32471         (gl_list_indexof): Use the indexof_from_to method.
32472         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
32473         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
32474         (gl_list_search_from, gl_list_search_from_to): New functions.
32475         (gl_list_indexof): Use the indexof_from_to method.
32476         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
32477         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
32478         gl_array_indexof. Add start_index, end_index arguments.
32479         (gl_array_search_from_to): Renamed from gl_array_search. Add
32480         start_index, end_index arguments.
32481         (gl_array_remove, gl_array_list_implementation): Update.
32482         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
32483         gl_carray_indexof. Add start_index, end_index arguments.
32484         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
32485         start_index, end_index arguments.
32486         (gl_carray_remove, gl_carray_list_implementation): Update.
32487         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
32488         gl_linked_search. Add start_index, end_index arguments.
32489         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
32490         start_index, end_index arguments.
32491         (gl_linked_remove): Update.
32492         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
32493         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
32494         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
32495         field to 'size_t'.
32496         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
32497         gl_tree_search. Add start_index, end_index arguments.
32498         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
32499         start_index, end_index arguments.
32500         (gl_tree_remove): Update.
32501         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
32502         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
32503         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
32504         function.
32505         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
32506         gl_tree_search. Add start_index, end_index arguments.
32507         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
32508         start_index, end_index arguments.
32509         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
32510         Update.
32511         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
32512
32513 2006-10-05  Bruno Haible  <bruno@clisp.org>
32514
32515         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
32516
32517         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
32518         fwriteerror_temp): New declarations.
32519         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
32520         (descriptors): New variable.
32521         (cleanup): First, close the descriptors.
32522         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
32523         fclose_temp, fwriteerror_temp): New functions.
32524
32525 2006-10-04  Jim Meyering  <jim@meyering.net>
32526
32527         * lib/fts.c (fts_open): Tiny comment change.
32528
32529 2006-10-04  Bruno Haible  <bruno@clisp.org>
32530
32531         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
32532         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
32533         gl_LOCK_BODY.
32534         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
32535         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
32536         gl_LOCK_EARLY_BODY.
32537         (gl_LOCK): Require gl_LOCK_BODY.
32538
32539 2006-10-04  Bruno Haible  <bruno@clisp.org>
32540
32541         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
32542         (gl_oset_search_atleast): New declaration.
32543         (struct gl_oset_implementation): Add field 'search_atleast'.
32544         (gl_oset_search_atleast): New inline function.
32545         * lib/gl_oset.c (gl_oset_search_atleast): New function.
32546         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
32547         (gl_array_oset_implementation): Update.
32548         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
32549         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
32550         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
32551
32552 2006-10-04  Bruno Haible  <bruno@clisp.org>
32553
32554         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
32555
32556 2006-10-03  Bruno Haible  <bruno@clisp.org>
32557
32558         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
32559         from gl_avltreehash_list_implementation.
32560
32561 2006-10-03  Bruno Haible  <bruno@clisp.org>
32562
32563         * lib/gl_oset.c (gl_oset_add): Fix return type.
32564
32565 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
32566
32567         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
32568
32569 2006-10-02  Eric Blake  <ebb9@byu.net>
32570
32571         * modules/strnlen (Depends-on): Add extensions.
32572
32573 2006-10-02  Eric Blake  <ebb9@byu.net>
32574
32575         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
32576         definition in 2.60+.
32577
32578 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
32579
32580         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
32581         checks.
32582
32583 2006-10-02  Bruno Haible  <bruno@clisp.org>
32584
32585         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
32586         to the AUTOMAKE_OPTIONS.
32587         Reported by Jim Meyering.
32588
32589 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
32590
32591         Work around bug in Solaris 10 /proc file system:
32592         /proc/self/fd/NNN/.. isn't the parent directory of
32593         the directory whose file descriptor is NNN.  This needs to
32594         be worked around at run time, not compile time, since a
32595         program might be built on Solaris 8, where things work, and
32596         run on Solaris 10.
32597         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
32598         to use the following interface instead:
32599         (OPENAT_BUFFER_SIZE): New macro.
32600         (openat_proc_name): New function.
32601         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
32602         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
32603         Likewise.
32604         * lib/openat-proc.c: New file.
32605         * modules/openat (Files): Add lib/openat-proc.c.
32606         (Depends-on): Add same-inode, stdbool.
32607         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
32608
32609 2006-09-29  Bruno Haible  <bruno@clisp.org>
32610
32611         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
32612         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
32613         argument. Set stdout_closed before testing for ferror, not after.
32614         (fwriteerror, fwriteerror_no_ebadf): New functions.
32615
32616 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32617
32618         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
32619
32620 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
32621
32622         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
32623         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
32624
32625 2006-09-28  Jim Meyering  <jim@meyering.net>
32626
32627         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
32628         Include <unistd.h>.
32629
32630 2006-09-28  Bruno Haible  <bruno@clisp.org>
32631
32632         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
32633         * modules/linkedhash-list (Depends-on): Likewise.
32634         * modules/rbtreehash-list (Depends-on): Likewise.
32635
32636 2006-09-28  Bruno Haible  <bruno@clisp.org>
32637
32638         * lib/strndup.h: Simplify the redefinition of strndup.
32639         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
32640         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
32641
32642 2006-09-28  Bruno Haible  <bruno@clisp.org>
32643
32644         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
32645         * lib/gl_linkedhash_list.c: Likewise.
32646         * lib/gl_rbtreehash_list.c: Likewise.
32647
32648 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
32649
32650         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
32651         getaddrinfo.
32652
32653         * lib/__fpending.h: Don't include <stdio_ext.h> unless
32654         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
32655         it causes <stdio_ext.h> to cause a compile-time error.
32656         Problem reported by Nelson H. F. Beebe.
32657         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
32658         of HAVE_DECL___PENDING.
32659
32660         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
32661         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
32662         declaration.
32663
32664 2006-09-27  Jim Meyering  <jim@meyering.net>
32665
32666         This file could end up with a definition for a function
32667         named __strndup, rather than rpl_strndup on a system with
32668         incomplete weak_alias support.
32669         * lib/strndup.c (strndup): Rename from __strndup.
32670         Remove #defines that used to map __strndup to strndup.
32671         Don't use K&R prototypes.
32672         Remove LIBC-related code, since this file is not sync'd with glibc.
32673         * lib/strndup.h: Revamp, accordingly.
32674         * m4/strndup.m4: Modernize.
32675
32676 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
32677
32678         * modules/savewd (Depends-on): Add 'raise'.
32679         * lib/savewd.c: Include <signal.h>, for 'raise'.
32680
32681 2006-09-26  Jim Meyering  <jim@meyering.net>
32682
32683         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
32684         when we detect Darwin 8.7.0's acl_get_file bug.
32685         Rearrange to perform the new (below) run-test while $LIBS
32686         contains any acl-related library.  Set USE_ACL at the end.
32687         (gl_ACL_GET_FILE): New function.
32688
32689 2006-09-26  Eric Blake  <ebb9@byu.net>
32690
32691         * lib/verror.c: Include <config.h> unconditionally.
32692
32693 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
32694
32695         * modules/clock-time (Maintainer): Add self.
32696         * modules/getlogin_r (Depends-on): Add extensions.
32697
32698 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32699
32700         * modules/clock-time: New module.
32701         * modules/nanosleep (Depends-on): Add clock-time.
32702         * modules/gethrxtime (Depends-on): Likewise.
32703         * modules/gettime (Depends-on): Likewise.
32704         * modules/settime (Depends-on): Likewise.
32705
32706         * modules/fts-lgpl: Depend on openat.
32707         * modules/mkancesdirs: Depend on savewd.
32708         * modules/mkdir-p: Likewise.
32709
32710 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32711
32712         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
32713
32714         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
32715         `gl_have_arbitrary_file_name_length_limit' to
32716         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
32717         actually works between configure runs.
32718
32719 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32720             Bruno Haible  <bruno@clisp.org>
32721
32722         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
32723
32724 2006-09-25  Jim Meyering  <jim@meyering.net>
32725
32726         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
32727         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
32728
32729 2006-09-25  Eric Blake  <ebb9@byu.net>
32730
32731         * gnulib-tool (func_import, func_create_testdir): Fix typos in
32732         exec's in 2006-09-18 patch when shuffling fds.
32733
32734 2006-09-25  Bruno Haible  <bruno@clisp.org>
32735
32736         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
32737         Reported by Jim Meyering.
32738
32739 2006-09-24  Jim Meyering  <jim@meyering.net>
32740
32741         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
32742         compare a pointer against a literal "0".  That caused failures with
32743         at least HP-UX's hpcc.
32744
32745 2006-09-22  Simon Josefsson  <jas@extundo.com>
32746
32747         * modules/gc-sha1:
32748         * modules/gc-md4:
32749         * modules/gc-hmac-sha1:
32750         * modules/gc-hmac-md5:
32751         * modules/gc-des:
32752         * modules/gc-arcfour: Distribute more files.
32753
32754 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32755
32756         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
32757         (gl_linked_iterator_from_to): Initialize struct completely.
32758         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
32759         (gl_tree_iterator_from_to): Likewise
32760         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
32761         * lib/gl_array_list.c [lint] (gl_array_iterator)
32762         (gl_array_iterator_from_to): Likewise.
32763         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
32764         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
32765         (gl_carray_iterator_from_to): Likewise.
32766
32767         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
32768         * lib/md4.c (md4_process_block): Remove unused variable.
32769         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
32770         parentheses for clarity.
32771
32772 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32773
32774         * modules/bison-i18n (Depends-on): Add gettext.
32775
32776 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32777
32778         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
32779         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
32780         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
32781         also add missing comma that caused broken test.
32782         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
32783         stdlib.h, for `abort'.
32784         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
32785         variables.
32786         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
32787         include unistd.h if present, for `rmdir'.
32788         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
32789         variables.
32790         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
32791         in the process include standard headers for prototypes.
32792         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
32793         gets declared on GNU/Linux.
32794         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
32795         unistd.h, for `rmdir'.
32796         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
32797
32798         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
32799         always true.
32800         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
32801
32802         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
32803
32804 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32805
32806         * gnulib-tool (func_version): Create output all at once.  This
32807         may help avoid triggering unnecessary SIGPIPEs, and at any
32808         rate it doesn't hurt.
32809
32810 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32811             Bruno Haible  <bruno@clisp.org>
32812
32813         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
32814         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
32815         * m4/signed.m4 (bh_C_SIGNED): Likewise.
32816
32817         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
32818         (gl_FUNC_VASPRINTF): Invoke it.
32819
32820 2006-09-22  Bruno Haible  <bruno@clisp.org>
32821
32822         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
32823         getloadavg.c as first argument.
32824
32825 2006-09-22  Bruno Haible  <bruno@clisp.org>
32826
32827         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
32828         at the beginning of the gl_INIT macro.
32829         * modules/getloadavg (configure.ac): Pass $gl_source_base to
32830         gl_GETLOADAVG.
32831
32832 2006-09-22  Bruno Haible  <bruno@clisp.org>
32833
32834         * gnulib-tool (func_create_megatestdir): Don't include the config-h
32835         module.
32836         Suggested by Ralf Wildenhues.
32837
32838 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
32839
32840         Import this patch from libc:
32841
32842         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
32843
32844         * lib/regex_internal.c (re_string_reconstruct): Handle
32845         offset < pstr->valid_raw_len && pstr->offsets_needed case.
32846         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
32847         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
32848         re_string_context_at.
32849
32850         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
32851         now requires it.
32852         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
32853         gl_REGEX now does it for us.
32854         (gl_REGEX): Add test taken from
32855         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
32856
32857         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
32858         Check that large offsets work.  Modernize Autoconf usages.
32859         Prefer "yes" to mean a good thing rather than a bad.
32860         Don't put "#define mkstemp" in config.h, as this might interfere
32861         with standard system headers that "#define mkstemp mkstemp64".
32862
32863         * modules/mkstemp (Depends-on): Add extensions, so that
32864         mkstemp is visible on some platforms.
32865         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
32866         (Include): Change to "mkstemp.h" from <stdlib.h>.
32867         (Files): Add mkstemp.h.
32868
32869         * lib/mkstemp.h: New file, since some standard headers
32870         #define mkstemp.
32871         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
32872         Include "mkstemp.h".
32873         Make the _LIBC code resemble glibc original more,
32874         e.g., use K&R style.
32875         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
32876         (mkstemp): Remove, since mkstemp.h does this for us.
32877         * lib/stdlib--.h: Include mkstemp.h.
32878
32879         Import this patch from libc:
32880
32881         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
32882
32883         * lib/tempname.c (__gen_tempname): Change attempts_min
32884         into a macro.  Use preprocessor to decide how to initialize
32885         attempts [Coverity CID 67].
32886
32887 2006-09-20  Bruno Haible  <bruno@clisp.org>
32888
32889         * lib/mkdtemp.c: Import from libc.
32890         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
32891                 * sysdeps/posix/tempname.c (__gen_tempname): Change
32892                 attempts_min into a macro.  Use preprocessor to decide how to
32893                 initialize attempts [Coverity CID 67].
32894         2001-11-27  Paul Eggert  <eggert@twinsun.com>
32895                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
32896                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
32897
32898 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32899
32900         * gnulib-tool (func_exit): New function, to allow to pass the
32901         exit status portably through the trap.  Use everywhere.
32902         (--help, --version): Signal a write error.
32903         (trap): catch SIGPIPE, for write errors.
32904         Exit at the end of the trap, with the correct exit status.
32905
32906 2006-09-19  Karl Berry  <karl@gnu.org>
32907
32908         * doc/gnulib.texi: note about the license texinfo files.
32909
32910 2006-09-19  Eric Blake  <ebb9@byu.net>
32911
32912         * gnulib-tool: Avoid space-tab.
32913
32914 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
32915
32916         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
32917         that prevented coreutils 6.1 from building.  Problem reported
32918         by Petter Reinholdtsen.
32919
32920 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
32921
32922         * gnulib-tool (avoidlist): Fix typo that broke options like
32923         --avoid=lock that are used by coreutils bootstrap.
32924
32925 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
32926
32927         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
32928         more systematically.
32929
32930 2006-09-18  Jim Meyering  <jim@meyering.net>
32931
32932         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
32933
32934 2006-09-18  Bruno Haible  <bruno@clisp.org>
32935
32936         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
32937
32938 2006-09-18  Bruno Haible  <bruno@clisp.org>
32939
32940         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
32941         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
32942         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
32943         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
32944         * m4/gettext.m4: Require autoconf >= 2.52.
32945         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
32946         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
32947         of gl_cv_header_inttypes_h.
32948
32949 2006-09-18  Bruno Haible  <bruno@clisp.org>
32950
32951         * lib/javaversion.c: Include configmake.h.
32952
32953 2006-09-18  Bruno Haible  <bruno@clisp.org>
32954
32955         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
32956         avoid that the while loops be executed in a subshell.
32957
32958 2006-09-18  Bruno Haible  <bruno@clisp.org>
32959
32960         * MODULES.html.sh (func_module): Break long lines.
32961         Suggested by Bruce Korb <bkorb@gnu.org>.
32962
32963 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32964
32965         Speed up by a factor of 1.12.
32966         * gnulib-tool (nl): New variable.
32967         (func_import): Rewrite include directive extraction to only read each
32968         directive once.
32969
32970 2006-09-17  Bruno Haible  <bruno@clisp.org>
32971
32972         * modules/javaversion (Makefile.am): Remove DEFS setting.
32973         (Depends-on): Add configmake, for PKGDATADIR definition.
32974
32975 2006-09-17  Bruno Haible  <bruno@clisp.org>
32976
32977         * gnulib-tool (func_create_testdir): Rewrite all files at once.
32978
32979 2006-09-17  Bruno Haible  <bruno@clisp.org>
32980
32981         * gnulib-tool (func_append): New function, stolen from libtool.m4.
32982         (func_modules_transitive_closure, func_modules_add_dummy,
32983         func_modules_to_filelist, func_import, func_create_testdir,
32984         func_create_megatestdir, ...): Use it wherever possible.
32985         Suggested by Ralf Wildenhues.
32986
32987 2006-09-16  Karl Berry  <karl@gnu.org>
32988
32989         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
32990         to avoid sectioning errors.
32991         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
32992         [ifinfo]: blank line after @center-ed titles.
32993         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
32994         Spell FSF address consistently with others.
32995         (These changes approved by rms.)
32996
32997 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32998
32999         Speed up by a factor of 1.61.
33000         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
33001         already checked module names again.
33002
33003 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33004
33005         Speed up by a factor of 1.13.
33006         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
33007         for new_files, and the input to func_add_or_update.
33008
33009 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33010
33011         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
33012         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
33013
33014 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
33015
33016         * modules/mkancesdirs (Depends-on): Add fcntl.
33017         * modules/savewd: New file.
33018         * MODULES.html.sh (File system functions): Add savewd.
33019
33020         * modules/configmake (Makefile.am): Add support for the
33021         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
33022
33023 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
33024
33025         * m4/savewd.m4: New file.
33026
33027 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
33028
33029         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
33030         (dirchownmod): New arg FD.  All callers changed.
33031         Use FD rather than opening the directory ourself, as opening is
33032         now the caller's responsibility.
33033         * lib/dirchownmod.h: Likewise.
33034         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
33035         hosts that require <sys/types.h> before <sys/stat.h>.  Include
33036         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
33037         (test_dir): Remove.
33038         (mkancesdirs): Return length of prefix of FILE that has already
33039         been made, or -2 if there is a child doing the work.  Redo
33040         algorithm so that it is O(N) rather than O(N**2).  Optimize away
33041         ".", and treat ".." specially since it might stray back into
33042         already-created areas.  Use a subprocess if necessary.  New arg
33043         WD; all users changed.  MAKE_DIR function should now return 1
33044         if it creates a directory that is not readable.  Return -2 if
33045         a child process is spun off.
33046         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
33047         Adjust signature to match code.
33048         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
33049         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
33050         all users changed.
33051         * lib/savewd.c, lib/savewd.h: New files.
33052
33053 2006-09-15  Jim Meyering  <jim@meyering.net>
33054
33055         * modules/rename-dest-slash: New module.
33056         * MODULES.html.sh (posix_compat): Add it here.
33057
33058         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
33059
33060 2006-09-15  Jim Meyering  <jim@meyering.net>
33061
33062         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
33063         file.
33064
33065         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
33066
33067 2006-09-15  Jim Meyering  <jim@meyering.net>
33068
33069         * lib/rename-dest-slash.c (has_trailing_slash): Use
33070         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
33071         (rpl_rename_dest_slash): Perform the cheaper trailing slash
33072         test before testing whether SRC is a directory.
33073         Suggestions from Bruno Haible.
33074
33075         Avoid a warning about an unused variable.
33076         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
33077         into the #ifdef block where it's used.
33078
33079         * lib/rename-dest-slash.c: New file.
33080
33081 2006-09-14  Bruno Haible  <bruno@clisp.org>
33082
33083         * lib/allocsa.c: Include <config.h> unconditionally.
33084         * lib/asnprintf.c: Likewise.
33085         * lib/asprintf.c: Likewise.
33086         * lib/c-strcasecmp.c: Likewise.
33087         * lib/c-strcasestr.c: Likewise.
33088         * lib/c-strncasecmp.c: Likewise.
33089         * lib/c-strstr.c: Likewise.
33090         * lib/classpath.c: Likewise.
33091         * lib/clean-temp.c: Likewise.
33092         * lib/concatpath.c: Likewise.
33093         * lib/copy-file.c: Likewise.
33094         * lib/csharpcomp.c: Likewise.
33095         * lib/csharpexec.c: Likewise.
33096         * lib/execute.c: Likewise.
33097         * lib/fatal-signal.c: Likewise.
33098         * lib/findprog.c: Likewise.
33099         * lib/fwriteerror.c: Likewise.
33100         * lib/gl_array_list.c: Likewise.
33101         * lib/gl_array_oset.c: Likewise.
33102         * lib/gl_avltree_list.c: Likewise.
33103         * lib/gl_avltree_oset.c: Likewise.
33104         * lib/gl_avltreehash_list.c: Likewise.
33105         * lib/gl_carray_list.c: Likewise.
33106         * lib/gl_linked_list.c: Likewise.
33107         * lib/gl_linkedhash_list.c: Likewise.
33108         * lib/gl_list.c: Likewise.
33109         * lib/gl_oset.c: Likewise.
33110         * lib/gl_rbtree_list.c: Likewise.
33111         * lib/gl_rbtree_oset.c: Likewise.
33112         * lib/gl_rbtreehash_list.c: Likewise.
33113         * lib/imaxabs.c: Likewise.
33114         * lib/imaxdiv.c: Likewise.
33115         * lib/javacomp.c: Likewise.
33116         * lib/javaexec.c: Likewise.
33117         * lib/javaversion.c: Likewise.
33118         * lib/linebreak.c: Likewise.
33119         * lib/localcharset.c: Likewise.
33120         * lib/lock.c: Likewise.
33121         * lib/mbchar.c: Likewise.
33122         * lib/mbswidth.c: Likewise.
33123         * lib/mkdtemp.c: Likewise.
33124         * lib/pipe.c: Likewise.
33125         * lib/printf-args.c: Likewise.
33126         * lib/printf-parse.c: Likewise.
33127         * lib/progname.c: Likewise.
33128         * lib/progreloc.c: Likewise.
33129         * lib/readlink.c: Likewise.
33130         * lib/sh-quote.c: Likewise.
33131         * lib/stpcpy.c: Likewise.
33132         * lib/stpncpy.c: Likewise.
33133         * lib/strcasecmp.c: Likewise.
33134         * lib/strcasestr.c: Likewise.
33135         * lib/strcspn.c: Likewise.
33136         * lib/striconv.c: Likewise.
33137         * lib/strncasecmp.c: Likewise.
33138         * lib/strnlen1.c: Likewise.
33139         * lib/strstr.c: Likewise.
33140         * lib/strtok_r.c: Likewise.
33141         * lib/tls.c: Likewise.
33142         * lib/tmpdir.c: Likewise.
33143         * lib/unicodeio.c: Likewise.
33144         * lib/unsetenv.c: Likewise.
33145         * lib/vasnprintf.c: Likewise.
33146         * lib/vasprintf.c: Likewise.
33147         * lib/wait-process.c: Likewise.
33148         * lib/xallocsa.c: Likewise.
33149         * lib/xsetenv.c: Likewise.
33150         * lib/xstriconv.c: Likewise.
33151
33152 2006-09-13  Simon Josefsson  <jas@extundo.com>
33153
33154         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
33155         that internally, suggested by Ralf Wildenhues
33156         <Ralf.Wildenhues@gmx.de>.
33157
33158 2006-09-13  Simon Josefsson  <jas@extundo.com>
33159
33160         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
33161         @LIBOBJS@.
33162         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33163
33164 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33165
33166         * lib/_fpending.c: Include <config.h> unconditionally, since we no
33167         longer worry about uses that don't define HAVE_CONFIG_H.
33168         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
33169         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
33170         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
33171         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
33172         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
33173         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
33174         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
33175         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
33176         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
33177         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
33178         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
33179         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
33180         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
33181         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
33182         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
33183         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
33184         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
33185         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
33186         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
33187         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
33188         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
33189         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
33190         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
33191         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
33192         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
33193         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
33194         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
33195         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
33196         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
33197         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
33198         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
33199         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
33200         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
33201         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
33202         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
33203         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
33204         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
33205         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
33206         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
33207         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
33208         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
33209         Likewise.
33210
33211 2006-09-13  Eric Blake  <ebb9@byu.net>
33212
33213         * lib/getopt.c: Fix typo in last commit.
33214
33215 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
33216
33217         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
33218         dgettext.
33219
33220 2006-09-12  Jim Meyering  <jim@meyering.net>
33221
33222         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
33223         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
33224         Reported by Nelson H. F. Beebe.
33225
33226 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33227
33228         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
33229         program_invocation_name and program_invocation_short_name are
33230         initialized.
33231         * lib/argp-namefrob.h: Move declarations of program_invocation_name
33232         and program_invocation_short_name to argp.h, so they are visible
33233         to user programs.
33234         * lib/argp.h: Likewise
33235
33236 2006-09-10  Bruno Haible  <bruno@clisp.org>
33237
33238         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
33239         m4/inttypes_h.m4, m4/uintmax_t.m4.
33240
33241 2006-09-10  Bruno Haible  <bruno@clisp.org>
33242
33243         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
33244         gl_AC_TYPE_UINTMAX_T.
33245
33246 2006-09-10  Bruno Haible  <bruno@clisp.org>
33247
33248         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
33249
33250 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33251
33252         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
33253         convention.  Text proposed by Bruno Haible.
33254         (struct argp_option): Document the use of N_() wrappers.
33255
33256         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
33257         '\v', and translate the two parts separately, instead of feeding
33258         the whole string to gettext.  This allows to exclude
33259         '\v' from the strings visible to the translator by writing doc
33260         strings as N_("..") "\v" N_("..").
33261
33262 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
33263
33264         * config/srclist.txt: Undo latest change; the bug was fixed.
33265
33266 2006-09-09  Bruno Haible  <bruno@clisp.org>
33267
33268         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
33269         assignments if building a library without libtool.
33270         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
33271         in func_emit_lib_Makefile_am.
33272         (func_import): When building a static library libfoo.a, arrange to
33273         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
33274         (func_create_testdir): Likewise.
33275         * modules/gc (configure.ac, Makefile.am): If building statically,
33276         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
33277         * modules/iconvme (configure.ac, Makefile.am): Likewise.
33278         * modules/striconv (configure.ac, Makefile.am): Likewise.
33279         Based on a suggestion by Ralf Wildenhues.
33280
33281 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33282
33283         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
33284         Check for unistd.h too, since Autoconf doesn't assume POSIX.
33285         Also:
33286
33287         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33288         Add year_2050_test to catch glibc bug 2821
33289         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
33290
33291         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33292         Prefer #ifdef to #if.
33293
33294         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
33295         Return from 'main' instead of calling 'exit'.
33296
33297 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33298
33299         * lib/mktime.c (guess_time_tm): Fix bug where mktime
33300         returned the maximum time_t value rather than (time_t) -1.
33301         Problem originally reported by William Bardwell
33302         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
33303
33304         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
33305         Moved to here ...
33306         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
33307         ... from here.
33308
33309 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33310
33311         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
33312         2821 is fixed.
33313
33314 2006-09-08  Jim Meyering  <jim@meyering.net>
33315
33316         Don't make generated files read-only.  That would bother too many
33317         people.  However, do retain the ability to work when targets are
33318         read-only: remove the destination and temporary files before writing
33319         them (when generated via sed or echo), or by using the -f option for
33320         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
33321         * modules/alloca-opt, modules/argz, modules/arpa_inet:
33322         * modules/byteswap, modules/configmake, modules/fcntl:
33323         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
33324         * modules/localcharset, modules/netinet_in, modules/poll:
33325         * modules/stdbool, modules/stdint, modules/sys_select:
33326         * modules/sys_socket, modules/sys_stat, modules/sysexits:
33327
33328 2006-09-08  Jim Meyering  <jim@meyering.net>
33329
33330         Avoid new build failure on FreeBSD 6.0.
33331         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
33332         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
33333         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
33334
33335 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33336
33337         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
33338
33339 2006-09-07  Jim Meyering  <jim@meyering.net>
33340
33341         Fix global typo in last change: use chmod u-w, not chmod u-x.
33342         Spotted by Paul Eggert and Bruce Korb.
33343         * modules/alloca-opt, modules/argz, modules/arpa_inet:
33344         * modules/byteswap, modules/configmake, modules/fcntl:
33345         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
33346         * modules/localcharset, modules/netinet_in, modules/poll:
33347         * modules/stdbool, modules/stdint, modules/sys_select:
33348         * modules/sys_socket, modules/sys_stat, modules/sysexits:
33349
33350 2006-09-06  Jim Meyering  <jim@meyering.net>
33351
33352         Make generated files be read-only.
33353         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
33354         Ensure that each generated file is now read-only.
33355         * modules/argz: Likewise.
33356         * modules/arpa_inet: Likewise.
33357         * modules/byteswap: Likewise.
33358         * modules/configmake: Likewise.
33359         * modules/fcntl: Likewise.
33360         * modules/fnmatch: Likewise.
33361         * modules/getopt: Likewise.
33362         * modules/glob: Likewise.
33363         * modules/inttypes: Likewise.
33364         * modules/netinet_in: Likewise.
33365         * modules/poll: Likewise.
33366         * modules/stdbool: Likewise.
33367         * modules/stdint: Likewise.
33368         * modules/sys_select: Likewise.
33369         * modules/sys_socket: Likewise.
33370         * modules/sys_stat: Likewise.
33371         * modules/sysexits: Likewise.
33372         * modules/localcharset: Same as above, but continue using temporary
33373         file named "t-$@" (why different?) rather than the "$@-t" used
33374         everywhere else.
33375
33376         * modules/sysexits (Makefile.am): Replace literal occurrences
33377         of "sysexit.h" more readable, and more consistent, "$@".
33378
33379 2006-09-06  Bruno Haible  <bruno@clisp.org>
33380
33381         * modules/striconv: New file.
33382         * modules/xstriconv: New file.
33383         * MODULES.html.sh (Internationalization functions): Add striconv,
33384         xstriconv.
33385
33386 2006-09-06  Bruno Haible  <bruno@clisp.org>
33387
33388         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
33389         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
33390         not using libtool correctly.
33391
33392 2006-09-06  Bruno Haible  <bruno@clisp.org>
33393
33394         * lib/striconv.h: New file.
33395         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
33396         iconvstring.c.
33397         * lib/xstriconv.h: New file.
33398         * lib/xstriconv.c: New file.
33399
33400 2006-09-06  Bruno Haible  <bruno@clisp.org>
33401
33402         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
33403         lib_..._LDFLAGS.
33404
33405 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33406
33407         * lib/argz_.h: Sync from Libtool.
33408
33409         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
33410                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
33411
33412         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
33413
33414 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
33415
33416         * modules/trim: New file.
33417
33418 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
33419
33420         * lib/trim.h: New file.
33421         * lib/trim.c: New file.
33422
33423 2006-09-05  Bruno Haible  <bruno@clisp.org>
33424
33425         * MODULES.html.sh (String handling): Add trim.
33426
33427 2006-09-04  Karl Berry  <karl@gnu.org>
33428
33429         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
33430         until next release.
33431
33432 2006-09-03  Bruno Haible  <bruno@clisp.org>
33433
33434         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
33435         correctly.
33436
33437 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
33438
33439         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
33440         not gl_GETLOADAVG.  Omit unneeded semicolons.
33441         Problems reported by Ralf Wildenhues in
33442         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
33443         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
33444         at the end, which is the usual gnulib style.
33445
33446         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
33447         of doing all the work ourselves.
33448         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
33449         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
33450
33451 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
33452
33453         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
33454         Problem reported by Ralf Wildenhues in
33455         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
33456
33457         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
33458         HAVE_STRUCT_STATFS_F_FSTYPENAME.
33459
33460 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
33461
33462         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
33463         yesterday's patch by changing test -n to test -z.
33464
33465 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33466
33467         * modules/getloadavg (Files): Add m4/getloadavg.m4.
33468         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
33469         the former is now obsolescent.
33470
33471         * modules/chdir-long (Depends-on): Add fcntl.
33472
33473 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33474
33475         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
33476         obsolescent, and programs should use gnulib instead.
33477         * m4/getloadavg.m4: New file, with contents taken from Autoconf
33478         but with prefixes changed.
33479
33480 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33481
33482         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
33483         or stdbool.h, because they might not exist while configuring.
33484
33485         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
33486         Don't include unistd.h or limits.h; not needed, since chdir-long.h
33487         does that for us.
33488         (O_DIRECTORY): Remove.
33489
33490 2006-08-31  Eric Blake  <ebb9@byu.net>
33491
33492         * gnulib-tool: Don't let emacs change spaces to TAB.
33493
33494 2006-08-31  Bruno Haible  <bruno@clisp.org>
33495
33496         * gnulib-tool: When calling func_import more than once, do it in a
33497         subshell.
33498         Reported by Eric Blake <ebb9@byu.net>.
33499
33500 2006-08-31  Bruno Haible  <bruno@clisp.org>
33501
33502         * gnulib-tool (nl): Remove variable.
33503         (sed_transform_lib_file): Use more robust test for config-h module.
33504         (func_import): Fix typo in 2006-08-25 patch.
33505
33506 2006-08-31  Bruno Haible  <bruno@clisp.org>
33507
33508         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
33509         specified, augment Makefile.am variables instead of assigning them.
33510
33511 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
33512
33513         Work around a bug in both the Linux and SunOS 64-bit kernels:
33514         nanosleep mishandles sleeps for longer than 2**31 seconds.
33515         Problem reported by Frank v Waveren in
33516         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
33517         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
33518         Check for nanosleep bug.
33519         (LIB_NANOSLEEP): Append clock_gettime library if needed.
33520
33521 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
33522
33523         Work around a bug in both the Linux and SunOS 64-bit kernels:
33524         nanosleep mishandles sleeps for longer than 2**31 seconds.
33525         Problem reported by Frank v Waveren in
33526         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
33527         * lib/nanosleep.c (BILLION): New constant.
33528         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
33529         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
33530         implementation.
33531
33532 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
33533
33534         * modules/nanosleep (Depends-on): Add gettime.
33535
33536 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
33537         and Simon Josefsson  <jas@extundo.com>
33538         and Oskar Liljeblad  <oskar@osk.mine.nu>
33539
33540         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
33541         * gnulib-tool (func_import): New license type 'unmodifiable license
33542         text'.
33543         * modules/fdl: Use it.  Longer description.
33544         * module/gpl, module/lgpl: New files.
33545
33546 2006-08-30  Jim Meyering  <jim@meyering.net>
33547
33548         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
33549         shadowing the parameter.
33550
33551 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33552
33553         Sync from Libtool:
33554
33555         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33556
33557         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
33558         sharing with gnulib.  Report by Eric Blake.
33559
33560 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
33561
33562         * modules/isapipe: New file.
33563         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
33564
33565 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
33566
33567         * modules/configmake (Makefile.am): Add a comment, and omit
33568         the CONFIGMAKE_ prefix from generated macro names.  Suggested
33569         by Bruno Haible.
33570
33571 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
33572
33573         * m4/isapipe.m4: New file.
33574
33575 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
33576
33577         * lib/isapipe.c, lib/isapipe.h: New files.
33578
33579 2006-08-29  Jim Meyering  <jim@meyering.net>
33580
33581         * modules/configmake (Makefile.am): Make configmake.h depend on
33582         Makefile.  Otherwise, a stale configmake.h could hang around.
33583
33584 2006-08-29  Eric Blake  <ebb9@byu.net>
33585
33586         * lib/error.c (error_at_line, print_errno_message): Match libc, after
33587         resolution of upstream bug 3044.
33588
33589 2006-08-29  Bruno Haible  <bruno@clisp.org>
33590
33591         * modules/localcharset (Depends-on): Add configmake.
33592         (Makefile.am): Remove setting of LIBDIR through DEFS.
33593
33594 2006-08-29  Bruno Haible  <bruno@clisp.org>
33595
33596         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
33597         defined.
33598
33599 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
33600
33601         * modules/fcntl: New file.
33602         * modules/chdir-safer (Depends-on): Add fcntl.
33603         * modules/fts: Likewise.
33604         * modules/mkdir-p: Likewise.
33605
33606         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
33607         This undoes the most recent change, since we're now addressing the
33608         problem in a different way.
33609
33610         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
33611         into output, since the output might be called Makefile.am even
33612         if $makefile_name is something different.
33613         (func_import): Use $makefile_am rather than
33614         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
33615         empty.
33616
33617         * modules/inttypes (Files): Add m4/inttypes-h.m4.
33618
33619 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
33620
33621         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
33622         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
33623         recent change to stdint.m4, since we're now addressing the problem in a
33624         different way.
33625
33626 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
33627
33628         * m4/fcntl_h.m4: New file.
33629
33630 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
33631
33632         * lib/fcntl_.h: New file.
33633         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
33634         the fcntl module.
33635         * lib/dirchownmod.c: Likewise.
33636         * lib/fts.c: Likewise.
33637
33638         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
33639         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
33640         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
33641         just before including <inttypes.h>, to avoid circular inclusion.
33642
33643 2006-08-28  Jim Meyering  <jim@meyering.net>
33644
33645         * doc/visibility.texi: Actually read and correct the grammar of the
33646         sentence affected by yesterday's change.
33647
33648 2006-08-28  Eric Blake  <ebb9@byu.net>
33649
33650         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
33651         needs wrapper.
33652
33653 2006-08-28  Eric Blake  <ebb9@byu.net>
33654
33655         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
33656
33657 2006-08-28  Eric Blake  <ebb9@byu.net>
33658
33659         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
33660
33661 2006-08-28  Bruno Haible  <bruno@clisp.org>
33662
33663         * modules/c-strstr: New file, from GNU gettext.
33664         * MODULES.html.sh (String handling): Add c-strstr.
33665
33666 2006-08-28  Bruno Haible  <bruno@clisp.org>
33667
33668         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
33669         macros.
33670         Reported by Eric Blake.
33671
33672 2006-08-28  Bruno Haible  <bruno@clisp.org>
33673
33674         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
33675         (VASNPRINTF): Return a string of length > INT_MAX without failing.
33676         * lib/vasprintf.c: Include errno.h, limits.h.
33677         (EOVERFLOW): New fallback definition.
33678         (vasprintf): Test here whether the string length is > INT_MAX.
33679         * lib/vsnprintf.c: Include errno.h, limits.h.
33680         (EOVERFLOW): New fallback definition.
33681         (vsnprintf): Fix bug when generated string was too long for the buffer.
33682         Test here whether the string length is > INT_MAX.
33683
33684 2006-08-28  Bruno Haible  <bruno@clisp.org>
33685
33686         * lib/inttypes_.h (SCNX*): Remove definitions.
33687         Reported by Eric Blake.
33688
33689 2006-08-28  Bruno Haible  <bruno@clisp.org>
33690
33691         * lib/c-strstr.h: New file, from GNU gettext.
33692         * lib/c-strstr.c: New file, from GNU gettext.
33693
33694 2006-08-28  Bruno Haible  <bruno@clisp.org>
33695
33696         * gnulib-tool: Reorder some statements.
33697
33698 2006-08-28  Bruno Haible  <bruno@clisp.org>
33699
33700         * gnulib-tool: New option --makefile-name.
33701         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
33702         $makefile_name.
33703         (func_import): Write $makefile_name to the cache file, and read it from
33704         there unless explicitly specified. Use $makefile_name as file name
33705         instead of Makefile.am. Adjust the recommendations accordingly.
33706
33707 2006-08-28  Bruno Haible  <bruno@clisp.org>
33708
33709         * gnulib-tool (func_verify_module): Check against misapplying patch.
33710
33711 2006-08-28  Bruno Haible  <bruno@clisp.org>
33712
33713         * gnulib-tool (func_relativize, func_relconcat): New functions.
33714         Give an error if --local-dir is given with --update.
33715         Remove trailing slashes from $local_gnulib_dir.
33716         (func_import): Store the relativized $local_gnulib_dir in
33717         gnulib-cache.m4, and read it from there if not specified explicitly.
33718
33719 2006-08-28  Bruno Haible  <bruno@clisp.org>
33720
33721         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
33722         is the current directory. Respect also $local_gnulib_dir.
33723
33724 2006-08-28  Bruno Haible  <bruno@clisp.org>
33725             Simon Josefsson  <jas@extundo.com>
33726
33727         BeOS portability.
33728         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
33729
33730 2006-08-27  Jim Meyering  <jim@meyering.net>
33731
33732         * doc/visibility.texi: Remove duplicate word: "pointer".
33733
33734 2006-08-26  Bruno Haible  <bruno@clisp.org>
33735
33736         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
33737         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
33738         (Makefile.am): Create inttypes.h from inttypes_.h.
33739         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
33740
33741         * modules/imaxabs: New file.
33742
33743         * modules/imaxdiv: New file.
33744
33745 2006-08-26  Bruno Haible  <bruno@clisp.org>
33746
33747         * m4/inttypes.m4: New file.
33748         * m4/_inttypes_h.m4: Remove file.
33749         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
33750         PRI_MACROS_BROKEN.
33751         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
33752
33753         * m4/imaxabs.m4: New file.
33754
33755         * m4/imaxdiv.m4: New file.
33756
33757 2006-08-26  Bruno Haible  <bruno@clisp.org>
33758
33759         * lib/inttypes_.h: New file.
33760         * lib/inttypes.h: Remove file.
33761         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
33762
33763         * lib/imaxabs.c: New file.
33764
33765         * lib/imaxdiv.c: New file.
33766
33767 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33768
33769         New config-h module, so that "make" output needn't be cluttered
33770         by -DHAVE_CONFIG_H.
33771         * MODULES.html.sh (Support for building libraries and executables):
33772         Add config-h.
33773         * modules/config-h: New file.
33774         * gnulib-tool (nl, sed_transform_lib_file): New vars.
33775         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
33776         the config-h module is used.
33777
33778         New configmake module, so that "make" output needn't be cluttered
33779         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
33780         * MODULES.html.sh (Support for building libraries and executables):
33781         Add configmake.
33782         * modules/configmake: New file.
33783
33784 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33785
33786         * m4/config-h.m4: New file.
33787
33788 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
33789
33790         * config/srclist.txt: Add elisp-comp.
33791
33792 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
33793
33794         * MODULES.html.sh (Support for building libraries and executables):
33795         Add elisp-comp.
33796         * build-aux/elisp-comp: New file.
33797         * modules/elisp-comp: New file.
33798
33799 2006-08-24  Bruno Haible  <bruno@clisp.org>
33800
33801         * gnulib-tool (func_create_testdir): Use non-default values of
33802         sourcebase and m4base.
33803
33804 2006-08-24  Bruno Haible  <bruno@clisp.org>
33805
33806         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
33807         HTML structure.
33808
33809 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
33810
33811         * modules/openat (Depends-on): Add lchown.
33812
33813 2006-08-23  Bruno Haible  <bruno@clisp.org>
33814
33815         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
33816         of gl_LOCK_EARLY instead of gl_LOCK.
33817
33818 2006-08-23  Bruno Haible  <bruno@clisp.org>
33819
33820         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
33821         on OSF/1 to no.
33822         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
33823
33824 2006-08-23  Bruno Haible  <bruno@clisp.org>
33825
33826         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
33827         as unusable.
33828
33829         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
33830         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
33831         (gl_LOCK): New macro.
33832
33833 2006-08-22  Simon Josefsson  <jas@extundo.com>
33834
33835         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
33836         to md5 module.
33837
33838 2006-08-22  Simon Josefsson  <jas@extundo.com>
33839
33840         * MODULES.html.sh: Add "Support for maintaining and release
33841         projects".
33842
33843         * build-aux/gnupload: New file, from coreutils.
33844
33845 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
33846
33847         Avoid the need for AC_LIBSOURCES in m4 macros.
33848         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
33849         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
33850         * modules/check-version (EXTRA_DIST): Add check-version.h.
33851         * modules/crc (EXTRA_DIST): Add crc.h.
33852         * modules/des (EXTRA_DIST): Add des.h.
33853         * modules/gc (EXTRA_DIST): Add gc.h.
33854         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
33855         * modules/getline (EXTRA_DIST): Add getline.h.
33856         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
33857         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
33858         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
33859         * modules/md2 (EXTRA_DIST): Add md2.h.
33860         * modules/md4 (EXTRA_DIST): Add md4.h.
33861         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
33862         * modules/read-file (EXTRA_DIST): Add read-file.h.
33863         * modules/readline (EXTRA_DIST): Add readline.h.
33864         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
33865         rijndael-api-fst.h.
33866
33867 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
33868
33869         * m4/rijndael.m4 (gl_ARCFOUR):
33870         * m4/arctwo.m4 (gl_ARCTWO):
33871         * m4/check-version.m4 (gl_CHECK_VERSION):
33872         * m4/crc.m4 (gl_CRC):
33873         * m4/des.m4 (gl_DES):
33874         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
33875         * m4/gc.m4 (gl_GC):
33876         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
33877         * m4/getline.m4 (gl_FUNC_GETLINE):
33878         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
33879         * m4/hmac-md5.m4 (gl_HMAC_MD5):
33880         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
33881         * m4/md2.m4 (gl_MD2):
33882         * m4/md4.m4 (gl_MD4):
33883         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
33884         * m4/read-file.m4 (gl_FUNC_READ_FILE):
33885         * m4/readline.m4 (gl_FUNC_READLINE):
33886         * m4/rijndael.m4 (gl_RIJNDAEL):
33887         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
33888         to get the necessary .h files and whatnot.
33889
33890 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
33891
33892         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
33893         gnulib rather than the other way around.
33894         * config/srclistvars.sh (COREUTILS): Remove.
33895
33896 2006-08-22  Jim Meyering  <jim@meyering.net>
33897
33898         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
33899
33900         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
33901
33902 2006-08-22  Eric Blake  <ebb9@byu.net>
33903
33904         * modules/regexprops-generic: New file.
33905         * MODULES.html.sh (Support for building documentation): List it.
33906
33907 2006-08-22  Eric Blake  <ebb9@byu.net>
33908
33909         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
33910         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
33911         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
33912         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
33913
33914 2006-08-22  Bruno Haible  <bruno@clisp.org>
33915
33916         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
33917         and lib_LTLIBRARIES like the other lib_* variables.
33918
33919 2006-08-22  Bruno Haible  <bruno@clisp.org>
33920
33921         * build-aux/x-to-1.in: New file, from GNU gettext.
33922
33923 2006-08-22  Bruno Haible  <bruno@clisp.org>
33924
33925         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
33926         <utmpx.h> exists.
33927
33928 2006-08-22  Bruno Haible  <bruno@clisp.org>
33929
33930         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
33931         <utmpx.h> exists.
33932
33933 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
33934
33935         BeOS portability.
33936         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
33937         exist.
33938         Problem reported by Bruno Haible.
33939
33940 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
33941
33942         Avoid the need for AC_LIBSOURCES in m4 macros.
33943         * modules/acl (EXTRA_DIST): Add acl.h.
33944         * modules/argmatch (Files): Add m4/argmatch.m4.
33945         (configure.ac): Add gl_ARGMATCH.
33946         (EXTRA_DIST): Renamed from lib_SOURCES, for
33947         consistency with the other modules.  Remove argmatch.c.
33948         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
33949         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
33950         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
33951         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
33952         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
33953         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
33954         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
33955         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
33956         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
33957         * modules/closeout (EXTRA_DIST): Add closeout.h.
33958         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
33959         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
33960         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
33961         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
33962         dirname.h; remove basename.c and stripslash.c.
33963         * modules/exclude (EXTRA_DIST): Add exclude.h.
33964         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
33965         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
33966         * modules/file-type (EXTRA_DIST): Add file-type.h.
33967         * modules/filemode (EXTRA_DIST): Add filemode.h.
33968         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
33969         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
33970         * modules/fpending (EXTRA_DIST): Add __fpending.h.
33971         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
33972         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
33973         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
33974         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
33975         * modules/getdate (EXTRA_DIST): Add getdate.c.
33976         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
33977         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
33978         * modules/getpass (EXTRA_DIST): Add getpass.h.
33979         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
33980         * modules/group-member (EXTRA_DIST): Add group-member.h.
33981         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
33982         * modules/hash (EXTRA_DIST): Add hash.h.
33983         * modules/human (EXTRA_DIST): Add human.h.
33984         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
33985         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
33986         * modules/lchown (EXTRA_DIST): Add lchown.h.
33987         * modules/long-options (EXTRA_DIST): Add long-options.h.
33988         * modules/lstat (EXTRA_DIST): Add lstat.h.
33989         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
33990         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
33991         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
33992         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
33993         * modules/memxor (EXTRA_DIST): Add memxor.h.
33994         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
33995         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
33996         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
33997         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
33998         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
33999         * modules/physmem (EXTRA_DIST): Add physmem.h.
34000         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
34001         * modules/posixver (EXTRA_DIST): Add posixver.h.
34002         * modules/quote (EXTRA_DIST): Add quote.h.
34003         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
34004         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
34005         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
34006         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
34007         regex_internal.h regexec.c.
34008         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
34009         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
34010         * modules/same (EXTRA_DIST): Add same.h.
34011         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
34012         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
34013         * modules/savedir (EXTRA_DIST): Add savedir.h.
34014         * modules/sha1 (EXTRA_DIST): Add sha1.h.
34015         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
34016         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
34017         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
34018         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
34019         * modules/strdup (EXTRA_DIST): Add strdup.h.
34020         * modules/strftime (EXTRA_DIST): Add strftime.h.
34021         * modules/strndup (EXTRA_DIST): Add strndup.h.
34022         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
34023         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
34024         * modules/time_r (EXTRA_DIST): Add time_r.h.
34025         * modules/timespec (EXTRA_DIST): Add timespec.h.
34026         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
34027         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
34028         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
34029         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
34030         * modules/userspec (EXTRA_DIST): Add userspec.h.
34031         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
34032         * modules/utimens (EXTRA_DIST): Add utimens.h.
34033         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
34034         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
34035         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
34036         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
34037         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
34038         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
34039         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
34040         * modules/yesno (EXTRA_DIST): Add yesno.h.
34041
34042 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
34043
34044         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
34045
34046         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
34047         * m4/dev-ino.m4, same-inode.m4: Remove.
34048
34049         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
34050         * m4/acl.m4 (AC_FUNC_ACL):
34051         * m4/backupfile.m4 (gl_BACKUPFILE):
34052         * m4/c-strtod.m4 (gl_C99_STRTOLD):
34053         * m4/canon-host.m4 (gl_CANON_HOST):
34054         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
34055         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
34056         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
34057         * m4/cloexec.m4 (gl_CLOEXEC):
34058         * m4/close-stream.m4 (gl_CLOSE_STREAM):
34059         * m4/closeout.m4 (gl_CLOSEOUT):
34060         * m4/dirfd.m4 (gl_FUNC_DIRFD):
34061         * m4/dirname.m4 (gl_DIRNAME):
34062         * m4/exclude.m4 (gl_EXCLUDE):
34063         * m4/exitfail.m4 (gl_EXITFAIL):
34064         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
34065         * m4/file-type.m4 (gl_FILE_TYPE):
34066         * m4/filemode.m4 (gl_FILEMODE):
34067         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
34068         * m4/fpending.m4 (gl_FUNC_FPENDING):
34069         * m4/fprintftime.m4 (gl_FPRINTFTIME):
34070         * m4/fts.m4 (gl_FUNC_FTS):
34071         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
34072         * m4/getdate.m4 (gl_GETDATE):
34073         * m4/gethrxtime.m4 (gl_GETHRXTIME):
34074         * m4/getpagesize.m4 (gl_GETPAGESIZE):
34075         * m4/getpass.m4 (gl_FUNC_GETPASS):
34076         * m4/gettime.m4 (gl_GETTIME):
34077         * m4/getugroups.m4 (gl_GETUGROUPS):
34078         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
34079         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
34080         * m4/hard-locale.m4 (gl_HARD_LOCALE):
34081         * m4/hash.m4 (gl_HASH):
34082         * m4/idcache.m4 (gl_IDCACHE):
34083         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
34084         * m4/lchown.m4 (gl_FUNC_LCHOWN):
34085         * m4/long-options.m4 (gl_LONG_OPTIONS):
34086         * m4/lstat.m4 (gl_FUNC_LSTAT):
34087         * m4/md5.m4 (gl_MD5):
34088         * m4/memcasecmp.m4 (gl_MEMCASECMP):
34089         * m4/memcoll.m4 (gl_MEMCOLL):
34090         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
34091         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
34092         * m4/memxor.m4 (gl_MEMXOR):
34093         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
34094         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
34095         * m4/modechange.m4 (gl_MODECHANGE):
34096         * m4/mountlist.m4 (gl_MOUNTLIST):
34097         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
34098         * m4/openat.m4 (gl_FUNC_OPENAT):
34099         * m4/pathmax.m4 (gl_PATHMAX):
34100         * m4/physmem.m4 (gl_PHYSMEM):
34101         * m4/posixtm.m4 (gl_POSIXTM):
34102         * m4/posixver.m4 (gl_POSIXVER):
34103         * m4/quote.m4 (gl_QUOTE):
34104         * m4/quotearg.m4 (gl_QUOTEARG):
34105         * m4/readtokens.m4 (gl_READTOKENS):
34106         * m4/readutmp.m4 (gl_READUTMP):
34107         * m4/regex.m4 (gl_REGEX):
34108         * m4/safe-read.m4 (gl_SAFE_READ):
34109         * m4/safe-write.m4 (gl_SAFE_WRITE):
34110         * m4/same.m4 (gl_SAME):
34111         * m4/save-cwd.m4 (gl_SAVE_CWD):
34112         * m4/savedir.m4 (gl_SAVEDIR):
34113         * m4/settime.m4 (gl_SETTIME):
34114         * m4/sha1.m4 (gl_SHA1):
34115         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
34116         * m4/stat-macros.m4 (gl_STAT_MACROS):
34117         * m4/stat-time.m4 (gl_STAT_TIME):
34118         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
34119         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
34120         * m4/strdup.m4 (gl_FUNC_STRDUP):
34121         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
34122         * m4/strndup.m4 (gl_FUNC_STRNDUP):
34123         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
34124         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
34125         * m4/time_r.m4 (gl_TIME_R):
34126         * m4/timespec.m4 (gl_TIMESPEC):
34127         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
34128         * m4/unlinkdir.m4 (gl_UNLINKDIR):
34129         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
34130         * m4/userspec.m4 (gl_USERSPEC):
34131         * m4/utimecmp.m4 (gl_UTIMECMP):
34132         * m4/utimens.m4 (gl_UTIMENS):
34133         * m4/xalloc.m4 (gl_XALLOC):
34134         * m4/xgetcwd.m4 (gl_XGETCWD):
34135         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
34136         * m4/xreadlink.m4 (gl_XREADLINK):
34137         * m4/xstrtod.m4 (gl_XSTRTOD):
34138         * m4/yesno.m4 (gl_YESNO):
34139         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
34140         to get the necessary .h files and whatnot.
34141
34142 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
34143             Bruno Haible  <bruno@clisp.org>
34144
34145         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
34146         /bin/sh understanding of '!' conditional negation.
34147
34148 2006-08-21  Jim Meyering  <jim@meyering.net>
34149
34150         * modules/openat (Depends-on): Really alphabetize.
34151
34152         * modules/acl (Depends-on): Add error and quote.
34153
34154         * check-module (find_included_lib_files): Add at-func.c to the
34155         ok-to-include-more-than-once white list.
34156
34157         * modules/openat (Depends-on): Add lstat.  Alphabetize.
34158
34159 2006-08-21  Bruno Haible  <bruno@clisp.org>
34160
34161         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34162         Emit a pkgdata_DATA variable only if some snippets add contents to it.
34163         Reported by Martin Lambers <marlam@marlam.de>.
34164
34165 2006-08-21  Bruno Haible  <bruno@clisp.org>
34166
34167         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
34168         specify an installation location, don't emit a noinst_LIBRARIES or
34169         noinst_LTLIBRARIES assignment.
34170
34171 2006-08-21  Bruno Haible  <bruno@clisp.org>
34172
34173         BeOS portability.
34174         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
34175         BeOS has mbrtowc() but no <wctype.h>.
34176
34177 2006-08-21  Bruno Haible  <bruno@clisp.org>
34178
34179         BeOS portability.
34180         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
34181         exist.
34182
34183 2006-08-21  Bruno Haible  <bruno@clisp.org>
34184
34185         BeOS portability.
34186         * lib/mbchar.h: Include <wctype.h> only if it exists.
34187
34188 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34189
34190         Remove files that are no longer needed by their respective modules.
34191         * m4/obstack.m4: Remove.
34192         * m4/strerror_r.m4: Remove.
34193         * m4/uint32_t.m4: Remove.
34194         * m4/uintptr_t.m4: Remove.
34195         * m4/ullong_max.m4: Remove.
34196         * m4/xstrtoimax.m4: Remove.
34197         * m4/xstrtoumax.m4: Remove.
34198
34199         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
34200         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
34201         dependencies now capture this.
34202
34203         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
34204         Do not use AC_LIBSOURCES, since gnulib modules now do this.
34205         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
34206         * m4/human.m4 (gl_HUMAN): Likewise.
34207         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
34208         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
34209
34210         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
34211
34212         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
34213         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
34214         stdint.
34215         * m4/human.m4 (gl_HUMAN): Likewise.
34216         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
34217         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
34218         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
34219         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
34220         * m4/xstrtol (gl_XSTRTOL): Likewise.
34221
34222         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
34223         AC_TYPE_LONG_LONG_INT.
34224         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
34225         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
34226         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
34227         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
34228
34229         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
34230         on stdbool.
34231
34232         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
34233         (gl_PREREQ_XSTRTOUL): Remove.
34234
34235         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
34236
34237         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
34238         mode.
34239
34240 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34241
34242         Add and change modules to make it easier for coreutils to use
34243         gnulib-tool.
34244         * modules/backupfile (Files): Remove m4/d-ino.m4.
34245         (Depends-on): Add d-ino.
34246         * modules/cycle-check (Depends-on): Add stdint.
34247         (lib_SOURCES): Add cycle-check.h.
34248         * modules/d-ino: New module.
34249         * modules/d-type: New module.
34250         * modules/error (Files): Remove m4/strerror_r.m4.
34251         * modules/filemode (Files): Add m4/st_dm_mode.m4.
34252         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
34253         m4/inttypes_h.m4, m4/uintmax_t.m4.
34254         (Depends-on): Add stdint.
34255         (lib_SOURCES): Add fsusage.h.
34256         * modules/getcwd (Files): Remove d-ino.m4.
34257         (Depends-on): Add d-ino.
34258         * modules/getndelim2 (Depends-on): Add stdint.
34259         * modules/glob (Files): Remove m4/d-type.m4.
34260         (Depends-on): Add d-type.
34261         * modules/host-os: New module.
34262         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
34263         m4/inttypes_h.m4, m4/uintmax_t.m4.
34264         * Depends-on: Add stdint.
34265         (lib_SOURCES): Add human.h.
34266         * modules/inttostr (Files): Remove m4/intmax_t.m4,
34267         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
34268         m4/uintmax_t.m4, m4/ulonglong.m4.
34269         (Depends-on): Add stdint.
34270         (EXTRA_DIST): Add inttostr.h.
34271         * modules/lchmod: New module.
34272         * modules/link-follow: New module.
34273         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
34274         (Depends-on): Add lchmod.
34275         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
34276         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
34277         (Depends-on): Add stdint.
34278         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
34279         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
34280         (Depends-on): Add stdint.
34281         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
34282         * modules/perl: New module.
34283         * modules/regex (Depends-on): Add stdint.
34284         * modules/rmdir-errno: New module.
34285         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
34286         m4/intmax_t.m4.
34287         (Depends-on): Add stdint.
34288         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
34289         m4/uintmax_t.m4.
34290         (Depends-on): Add stdint.
34291         * modules/unlink-busy: New module.
34292         * modules/utimecmp (Depends-on): Add stdint.
34293         * modules/uptime: New module.
34294         * modules/winsz-ioctl: New module.
34295         * modules/winsz-termios: New module.
34296         * modules/xnanosleep (Depends-on): Add nanosleep.
34297         * modules/ullong_max: Remove.
34298         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
34299         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
34300         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
34301         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
34302         (Depends-on): Add inttypes.
34303         (lib_SOURCES): Add xstrtol.h.
34304         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
34305         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
34306         * MODULES.html.sh: Move 'assert' into the assert section.
34307         Move 'dummy' into the linking section.
34308         Remove ullong_max.
34309         Add section for compatibility checks for POSIX:2001 functions,
34310         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
34311         winsz-ioctl, and winsz-termios into it.
34312         Add lchmod.
34313         Add top-level Misc section and put host-os, perl, and uptime
34314         into it.
34315
34316 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34317
34318         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
34319         now assume the stdint module.  Do not include inttypes.h.
34320         * lib/fsusage.h: Likewise.
34321         * lib/getndelim2.c: Likewise.
34322         * lib/human.h: Likewise.
34323         * lib/inttostr.h: Likewise.
34324         * lib/obstack.c: Likewise.
34325         * lib/regex_internal.h: Likewise.
34326         * lib/tempname.c: Likewise.
34327         * lib/utimecmp.c: Likewise.
34328         * lib/xstrtol.h: Likewise.
34329
34330         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
34331
34332         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
34333         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
34334         * lib/xtime.h: Likewise.
34335
34336 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34337
34338         * modules/openat (Files): Add lib/fchmodat.c.
34339         Fixes problem reported by Jay Youngman.
34340
34341 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34342
34343         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
34344         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
34345
34346 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
34347             Bruno Haible  <bruno@clisp.org>
34348
34349         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
34350         and is a script that invokes bison. Tighten the code. Add comments.
34351
34352 2006-08-18  Jim Meyering  <jim@meyering.net>
34353
34354         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
34355         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
34356         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
34357         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
34358
34359 2006-08-18  Bruno Haible  <bruno@clisp.org>
34360
34361         * modules/bison-i18n: New file.
34362         * MODULES.html.sh (Internationalization functions): Add it.
34363
34364 2006-08-18  Bruno Haible  <bruno@clisp.org>
34365
34366         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
34367         sys/statvfs.h. When getmntinfo was found, check its declaration and
34368         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
34369
34370 2006-08-18  Bruno Haible  <bruno@clisp.org>
34371
34372         * m4/bison-i18n.m4: New file, from bison.
34373
34374 2006-08-18  Bruno Haible  <bruno@clisp.org>
34375
34376         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
34377         (ME_DUMMY): Treat "kernfs" as a dummy.
34378         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
34379
34380 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
34381
34382         Update from coreutils.
34383
34384         2006-08-15  Jim Meyering  <jim@meyering.net>
34385
34386         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
34387
34388         2006-01-17  Jim Meyering  <jim@meyering.net>
34389
34390         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
34391
34392         2006-01-11  Jim Meyering  <jim@meyering.net>
34393
34394         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
34395         Check for the lchmod function.
34396
34397 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
34398
34399         Update from coreutils.
34400
34401         * lib/__fpending.h: Add copyright notice.
34402         * lib/fprintftime.h: Likewise.
34403         * lib/savedir.c: Use (C) in copyright notice.
34404         * lib/savedir.h: Likewise.
34405
34406         2006-08-15  Jim Meyering  <jim@meyering.net>
34407
34408         * lib/at-func.c: New file, with the logic of all emulated at-functions.
34409         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
34410         in support of the EXPECTED_ERRNO macro.
34411         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
34412         definitions.  Instead, define the appropriate symbols and include
34413         "at-func.c".
34414         * lib/mkdirat.c (mkdirat): Likewise.
34415         * lib/fchmodat.c (fchmodat): Likewise.
34416         (ENOSYS): Remove definition.
34417         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
34418         it.  Don't include "unistd--.h" -- it wasn't ever used.
34419
34420         2006-01-17  Jim Meyering  <jim@meyering.net>
34421
34422         Rewrite fts.c not to change the current working directory,
34423         by using openat, fstatat, fdopendir, etc..
34424
34425         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
34426         (HAVE_OPENAT_SUPPORT): Define.
34427         [_LIBC] (fchdir): Don't undef or define; no longer used.
34428         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
34429         Now, this `function' always succeeds, and consumes its file descriptor
34430         parameter -- so callers must not close such FDs.  Update callers.
34431         (diropen_fd, opendirat, cwd_advance_fd): New functions.
34432         (diropen): Add parameter, SP.  Adjust all callers.
34433         Implement using diropen_fd, rather than open.
34434         (fts_open): Initialize new member, fts_cwd_fd.
34435         Remove fts_rft-setting code.
34436         (fts_close): Close fts_cwd_fd, if necessary.
34437         (__opendir2): Define in terms of opendir or opendirat,
34438         depending on whether the FST_NOCHDIR flag is set.
34439         (fts_build): Since fts_safe_changedir consumes its FD, and since
34440         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
34441         and close the dup'd file descriptor upon failure.
34442         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
34443         (fts_safe_changedir): Tweak semantics to reflect that this function
34444         now calls cwd_advance_fd and hence consumes its FD argument.
34445         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
34446         [struct FTS] (fts_rft): Remove now-unused member.
34447         [struct FTS] (fts_cycle.state): Improve comment.
34448
34449         * lib/openat.c (openat_needs_fchdir): New function.
34450         * lib/openat.h (openat_needs_fchdir): Declare it.
34451
34452 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
34453
34454         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
34455         Problem and fix reported by Pádraig Brady in
34456         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
34457
34458 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
34459
34460         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
34461
34462 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
34463
34464         * lib/memcoll.c (memcoll): Optimize for the common case where the
34465         arguments are bytewise equal.
34466
34467 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
34468
34469         * doc/regexprops-generic.texi: Add a copyright notice.
34470
34471 2006-08-15  Bruno Haible  <bruno@clisp.org>
34472
34473         * modules/tmpdir (License): Change to LGPL.
34474
34475 2006-08-15  Bruno Haible  <bruno@clisp.org>
34476
34477         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
34478         module.
34479
34480 2006-08-14  Simon Josefsson  <jas@extundo.com>
34481
34482         * config/srclist.txt: Add gnupload.
34483
34484 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
34485
34486         Change copyright notice from LGPL 2 to GPL 2, since that's the
34487         standard form used in the gnulib repository.
34488         * tests/test-lock.c: Likewise.
34489         * tests/test-stdint.c: Likewise.
34490         * tests/test-tls.c: Likewise.
34491
34492         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
34493         prelude-manager.  User shorter URLs for GNU projects, without '?'.
34494         Add copyright notice.
34495
34496         * check-module: Add copyright notice.  Output a copyright
34497         notice if "--version" is specified.
34498         * modules/COPYING: New file.
34499         * tests/test-getaddrinfo.c: Add copyright notice.
34500         * tests/test-verify.c: Likewise.
34501
34502 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
34503
34504         Change copyright notice from LGPL 2 to GPL 2, since that's the
34505         standard form used in the gnulib repository.
34506         * lib/lock.c: LGPL -> GPL.
34507         * lib/lock.h: Likewise.
34508         * lib/strnlen1.c: Likewise.
34509         * lib/strnlen1.h: Likewise.
34510         * lib/tls.c: Likewise.
34511         * lib/tls.h: Likewise.
34512         * lib/tmpdir.c: Likewise.
34513
34514         * lib/TODO: Remove; this belongs only in coreutils.
34515
34516 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
34517
34518         Add copyright notices to long-enough files that lack them, since
34519         otherwise the files aren't clearly free.  Use the same notice that
34520         getdate.texi already uses.
34521         * doc/alloca-opt.texi: Add copyright notice.
34522         * doc/alloca.texi: Likewise.
34523         * doc/ctime.texi: Likewise.
34524         * doc/functions.texi: Likewise.
34525         * doc/gcd.texi: Likewise.
34526         * doc/gnulib-tool.texi: Likewise.
34527         * doc/inet_ntoa.texi: Likewise.
34528         * doc/visibility.texi: Likewise.
34529
34530         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
34531         * doc/quote.texi: Add copyright notice.
34532
34533         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
34534         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
34535         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
34536         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
34537         is now obsolete, and give a pointer to the Sun list.
34538         Add copyright notice.
34539
34540 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
34541
34542         * config/srclistvars.sh: Add copyright notice.
34543
34544 2006-08-14  Eric Blake  <ebb9@byu.net>
34545
34546         Import the following change from libc:
34547
34548         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
34549
34550         Upstream bug 2997.
34551         * lib/misc/error.c: Add space between program name and message if file
34552         name is missing.
34553
34554 2006-08-12  Karl Berry  <karl@gnu.org>
34555
34556         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
34557         remove, these originate in gnulib now.
34558
34559 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34560
34561         * doc/Makefile (standards.info standards.html standards.dvi):
34562         Also depend on make-stds.texi.
34563
34564 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
34565
34566         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
34567         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
34568
34569         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
34570         in wchar_t.  Problem reported by Eric Blake.
34571
34572         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
34573         LEN is smaller than SIZE.  Suggested by Bruno Haible.
34574         Also, help the compiler to keep LEN in a register.
34575
34576 2006-08-11  Eric Blake  <ebb9@byu.net>
34577
34578         * users.txt: Sort.  Add tar.
34579
34580 2006-08-11  Bruno Haible  <bruno@clisp.org>
34581
34582         * users.txt: New file.
34583
34584 2006-08-11  Bruno Haible  <bruno@clisp.org>
34585
34586         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
34587         before <wchar.h>. Needed for OSF/1 and BSD/OS.
34588
34589 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
34590
34591         * modules/snprintf (Depends-on): Remove minmax.
34592         (Maintainer): Add self and Bruno.
34593
34594 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
34595
34596         * lib/.cppi-disable: Add snprintf.h, socket_.h.
34597         * lib/snprintf.c: Include <errno.h> and <limits.h>.
34598         (EOVERFLOW): Define if the system does not.
34599         Do not include "minmax.h"; it wasn't used.
34600         (snprintf): Don't assume size_t promotes to an unsigned type.
34601         Fix bug when generated string was too long for the buffer: the
34602         buffer's contents are supposed to be the initial prefix of the
34603         output.  Don't assume vasnprintf returns EOVERFLOW if the size
34604         exceeds INT_MAX; do the check ourselves.
34605
34606         Import the following changes from libc:
34607
34608         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
34609
34610         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
34611         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
34612         set wc to the byte which couldn't be converted.
34613         (re_string_reconstruct): Don't clear valid_raw_len before calling
34614         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
34615         tip_context using re_string_context_at.
34616
34617         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
34618
34619         * lib/posix/regex.h: g++ still cannot handled [restrict].
34620
34621         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
34622
34623         * lib/posix/regex.h: Remove special handling for VMS.
34624
34625 2006-08-10  Jim Meyering  <jim@meyering.net>
34626
34627         * modules/same-inode: New module.
34628         * modules/dev-ino: New module.
34629         * modules/cycle-check: Depend on these modules, rather than simply
34630         including their .h files.
34631         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
34632         required via m4/cycle-check.m4.
34633         * modules/same: Depend on new same-inode module, rather than
34634         including same-inode.h.
34635         * modules/chdir-safer: New file.
34636
34637         * modules/chown (Depends-on): Add stat-macros.
34638
34639 2006-08-10  Jim Meyering  <jim@meyering.net>
34640
34641         * m4/cycle-check.m4: New file.
34642         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
34643         * m4/dev-ino.m4, m4/same-inode.m4: New files.
34644
34645 2006-08-10  Eric Blake  <ebb9@byu.net>
34646
34647         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
34648         in from original proposal.
34649
34650 2006-08-10  Eric Blake  <ebb9@byu.net>
34651         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
34652
34653         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
34654         namespace.
34655
34656 2006-08-10  Bruno Haible  <bruno@clisp.org>
34657
34658         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
34659         as well.
34660
34661 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34662
34663         Sync from coreutils.
34664
34665         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
34666
34667         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
34668         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
34669
34670 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34671
34672         * modules/restrict: Remove; no longer needed now that we assume
34673         Autoconf 2.59 or later.
34674         * MODULES.html.sh: Remove 'restrict'.
34675         * modules/argp (Depends-on): Remove 'restrict'.
34676         * modules/base64 (Depends-on): Likewise.
34677         * modules/gc (Depends-on): Likewise.
34678         * modules/getaddrinfo (Depends-on): Likewise.
34679         * modules/glob (Depends-on): Likewise.
34680         * modules/inet_ntop (Depends-on): Likewise.
34681         * modules/inet_pton (Depends-on): Likewise.
34682         * modules/memxor (Depends-on): Likewise.
34683         * modules/regex (Depends-on): Likewise.
34684         * modules/strtok_r (Depends-on): Likewise.
34685         * modules/time_r (Depends-on): Likewise.
34686
34687 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34688
34689         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
34690         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
34691         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
34692         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
34693         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
34694         * m4/memxor.m4 (gl_MEMXOR): Likewise.
34695         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
34696         gl_C_RESTRICT replaced by AC_C_RESTRICT.
34697
34698         Merge from coreutils.
34699         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
34700         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
34701         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34702         * m4/time_r.m4 (gl_TIME_R): Likewise.
34703
34704 2006-08-09  Karl Berry  <karl@gnu.org>
34705
34706         * config/srclist.txt: no more gettext-tools, per Bruno.
34707
34708 2006-08-08  Eric Blake  <ebb9@byu.net>
34709
34710         * modules/verror: New module.
34711         * MODULES.html.sh: Document it.
34712
34713 2006-08-08  Eric Blake  <ebb9@byu.net>
34714
34715         * lib/verror.h, lib/verror.c: New files.
34716
34717 2006-08-08  Eric Blake  <ebb9@byu.net>
34718
34719         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
34720         verror_at_line output complies with GNU Coding Standards even when
34721         file is NULL.
34722
34723 2006-08-07  Bruno Haible  <bruno@clisp.org>
34724
34725         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
34726         versions of AIX.
34727         Reported by Ralf Wildenhues.
34728
34729 2006-08-07  Bruno Haible  <bruno@clisp.org>
34730
34731         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
34732         in an AC_DEFUN. Needed so that the autoconf snippets can use
34733         AC_REQUIRE.
34734
34735 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34736
34737         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34738         Initialize pkgdata_DATA.
34739         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
34740         overriding it.
34741
34742 2006-08-06  Eric Blake  <ebb9@byu.net>
34743
34744         * lib/error.h: Fold in some upstream changes from glibc.
34745         * lib/error.c: Likewise.
34746
34747 2006-08-04  Bruno Haible  <bruno@clisp.org>
34748
34749         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34750         Make the mostlyclean-local rule depend on mostlyclean-generic.
34751         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
34752
34753 2006-07-31  Bruno Haible  <bruno@clisp.org>
34754
34755         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
34756         <stdlib.h>, <string.h>.
34757
34758 2006-07-30  Bruno Haible  <bruno@clisp.org>
34759
34760         * modules/readlink (License): Change to LGPL.
34761
34762 2006-07-30  Bruno Haible  <bruno@clisp.org>
34763
34764         * modules/javaversion (Makefile.am): Distribute javaversion.java and
34765         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
34766         set PKGDATADIR to point to it.
34767
34768 2006-07-30  Bruno Haible  <bruno@clisp.org>
34769
34770         * modules/csharpexec (configure.ac): Comment out macro invocation.
34771         * modules/javaexec (configure.ac): Likewise.
34772         * modules/javacomp-script (configure.ac): Likewise.
34773
34774         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
34775
34776 2006-07-30  Bruno Haible  <bruno@clisp.org>
34777
34778         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
34779         linked-list.
34780
34781 2006-07-30  Bruno Haible  <bruno@clisp.org>
34782
34783         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
34784
34785 2006-07-30  Bruno Haible  <bruno@clisp.org>
34786
34787         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34788         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
34789         get removed.
34790
34791 2006-07-29  Bruno Haible  <bruno@clisp.org>
34792
34793         Make it possible for gnulib-tool to work with locally modified or
34794         augmented gnulib repositories.
34795         * gnulib-tool (func_usage): Document --local-dir option.
34796         (local_gnulib_dir): New variable.
34797         Handle --local-dir option.
34798         (func_lookup_file): New function.
34799         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
34800         (func_get_description, func_get_filelist, func_get_description,
34801         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
34802         func_get_automake_snippet, func_get_include_directive,
34803         func_get_license, func_get_maintainer): Use func_lookup_file.
34804         (func_import, func_create_testdir): Use func_lookup_file.
34805
34806 2006-07-29  Bruno Haible  <bruno@clisp.org>
34807
34808         * modules/setenv (Depends-on): Add unistd.
34809
34810 2006-07-29  Bruno Haible  <bruno@clisp.org>
34811
34812         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
34813
34814 2006-07-29  Bruno Haible  <bruno@clisp.org>
34815
34816         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
34817
34818 2006-07-29  Bruno Haible  <bruno@clisp.org>
34819
34820         * gnulib-tool (import, update): If there is no Makefile.am, look at
34821         aclocal.m4, instead of bailing out.
34822
34823 2006-07-29  Bruno Haible  <bruno@clisp.org>
34824
34825         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
34826         Categorize the options by when they are useful.
34827
34828 2006-07-29  Bruno Haible  <bruno@clisp.org>
34829
34830         * gnulib-tool (func_usage): Document option --no-libtool.
34831         Handle option --no-libtool.
34832         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
34833         for changed semantics of $libtool variable.
34834         (func_import): Likewise. If libtool is not used, show this through
34835         an option --no-libtool.
34836         (func_create_testdir): Update.
34837
34838 2006-07-29  Bruno Haible  <bruno@clisp.org>
34839
34840         * gnulib-tool (func_import): Extend error message about missing
34841         --doc-base.
34842
34843 2006-07-29  Bruno Haible  <bruno@clisp.org>
34844
34845         * gnulib-tool (func_import): Don't create the $docbase directory if
34846         there is no file to store there.
34847
34848 2006-07-29  Bruno Haible  <bruno@clisp.org>
34849
34850         * gnulib-tool (autoconf_minversion): If a --dir option is given and
34851         relevant, look for configure.ac there, not in the current directory.
34852         Also use a simple search for AC_PREREQ, not "autoconf --trace".
34853
34854 2006-07-29  Bruno Haible  <bruno@clisp.org>
34855
34856         * gnulib-tool (SORT): New variable.
34857         (func_usage): Undocument --assume-autoconf option.
34858         Remove --assume-autoconf option handling.
34859         (autoconf_minversion): Determine from the contents of configure.ac.
34860         (func_import): Remove autoconf_minversion handling.
34861         Suggested by Eric Blake.
34862
34863 2006-07-29  Bruno Haible  <bruno@clisp.org>
34864
34865         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
34866
34867 2006-07-29  Bruno Haible  <bruno@clisp.org>
34868
34869         * config/srclist.txt (*setenv.[ch]): Remove rules.
34870
34871 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34872
34873         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
34874
34875 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34876
34877         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
34878         arpa/inet.h.
34879
34880 2006-07-28  Simon Josefsson  <jas@extundo.com>
34881
34882         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
34883         * modules/inet_pton (Depends-on): Likewise.
34884
34885 2006-07-28  Simon Josefsson  <jas@extundo.com>
34886
34887         * m4/netinet_in_h.m4: New file.
34888
34889 2006-07-28  Simon Josefsson  <jas@extundo.com>
34890
34891         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
34892         #include's.
34893
34894 2006-07-28  Simon Josefsson  <jas@extundo.com>
34895
34896         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
34897         #include's.
34898
34899 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
34900
34901         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
34902         setgid on directories only if they set these bits.
34903         * lib/modechange.h: Remove obsolete comment about masks.
34904
34905 2006-07-28  Eric Blake  <ebb9@byu.net>
34906
34907         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
34908         macro expansion.
34909
34910 2006-07-28  Bruno Haible  <bruno@clisp.org>
34911
34912         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
34913
34914 2006-07-28  Bruno Haible  <bruno@clisp.org>
34915
34916         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
34917
34918 2006-07-28  Bruno Haible  <bruno@clisp.org>
34919
34920         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
34921         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
34922         Define fallbacks.
34923         Avoids link error on FreeBSD 4.x.
34924         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
34925
34926         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
34927         encoding.
34928         * lib/mbswidth.c (iswcntrl): Likewise.
34929
34930 2006-07-27  Bruno Haible  <bruno@clisp.org>
34931
34932         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
34933         test.
34934
34935 2006-07-27  Bruno Haible  <bruno@clisp.org>
34936
34937         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
34938         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
34939         defined.
34940
34941 2006-07-26  Eric Blake  <ebb9@byu.net>
34942
34943         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
34944
34945 2006-07-26  Eric Blake  <ebb9@byu.net>
34946
34947         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
34948         like mingw that lack mkstemp.
34949         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
34950         avoid compilation warning on mingw.
34951
34952 2006-07-26  Bruno Haible  <bruno@clisp.org>
34953
34954         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
34955         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
34956         INT_FAST*_MIN, INTPTR_MIN.
34957
34958 2006-07-25  Bruno Haible  <bruno@clisp.org>
34959
34960         * modules/version-etc (Depends-on): Add stdarg.
34961
34962 2006-07-25  Bruno Haible  <bruno@clisp.org>
34963
34964         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
34965         complex commands.
34966
34967 2006-07-25  Bruno Haible  <bruno@clisp.org>
34968
34969         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
34970         defined in <stdarg.h> or config.h.
34971
34972 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
34973
34974         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
34975         (gl_STDIO_SAFER): Remove.
34976
34977 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
34978
34979         * MODULES.html.sh (File stream based Input/Output):
34980         Add fopen-safer, tmpfile-safer; remove stdio-safer.
34981         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
34982         * modules/fopen-safer, modules/tmpfile-safer: New files.
34983         * modules/stdio-safer: Remove.
34984
34985 2006-07-24  Bruno Haible  <bruno@clisp.org>
34986
34987         * modules/tmpdir: New file.
34988         * MODULES.html.sh (File system functions): Add it.
34989
34990 2006-07-24  Bruno Haible  <bruno@clisp.org>
34991
34992         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
34993         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
34994
34995 2006-07-24  Bruno Haible  <bruno@clisp.org>
34996
34997         * modules/clean-temp: New file.
34998
34999 2006-07-24  Bruno Haible  <bruno@clisp.org>
35000
35001         * m4/tmpdir.m4: New file, from GNU gettext.
35002
35003 2006-07-24  Bruno Haible  <bruno@clisp.org>
35004
35005         * lib/tmpdir.h: New file, from GNU gettext.
35006         * lib/tmpdir.c: New file, from GNU gettext.
35007
35008 2006-07-24  Bruno Haible  <bruno@clisp.org>
35009
35010         * lib/clean-temp.h: New file, from GNU gettext.
35011         * lib/clean-temp.c: New file, from GNU gettext.
35012
35013 2006-07-23  Eric Blake  <ebb9@byu.net>
35014
35015         * modules/stdio-safer (Files): Add tmpfile-safer.c.
35016         (Depends-on): Add binary-io.
35017
35018 2006-07-23  Eric Blake  <ebb9@byu.net>
35019
35020         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
35021
35022 2006-07-23  Eric Blake  <ebb9@byu.net>
35023
35024         * lib/tmpfile-safer.c: New file.
35025         * lib/stdio-safer.h (fopen_safer): Add prototype.
35026         * lib/stdio--.h (tmpfile): Make safer.
35027
35028 2006-07-23  Bruno Haible  <bruno@clisp.org>
35029
35030         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
35031         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
35032         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
35033         gl_linked_remove_at): Use it.
35034
35035 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35036         and Simon Josefsson <jas@extundo.com>
35037
35038         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
35039
35040         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
35041
35042 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
35043
35044         * modules/close-stream: New file.
35045         * modules/closeout (Description): Make it clear that it exits
35046         with a diagnostic on error.
35047         (Depends-on): Add close-stream.  Remove fpending, stdbool.
35048         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
35049
35050 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
35051
35052         * m4/close-stream.m4: New file.
35053
35054 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
35055
35056         * lib/close-stream.c, lib/close-stream.h: New files.
35057
35058 2006-07-22  Bruno Haible  <bruno@clisp.org>
35059
35060         Merge from GNU gettext 0.15.
35061
35062         2006-05-01  Bruno Haible  <bruno@clisp.org>
35063
35064                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
35065
35066         2006-07-22  Bruno Haible  <bruno@clisp.org>
35067
35068                 * modules/javaversion: New file.
35069                 * MODULES.html.sh (Java): Add javaversion.
35070
35071         2006-03-12  Bruno Haible  <bruno@clisp.org>
35072
35073                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
35074
35075         2005-12-04  Bruno Haible  <bruno@clisp.org>
35076
35077                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
35078                 (untested).
35079
35080         2006-06-21  Bruno Haible  <bruno@clisp.org>
35081
35082                 Avoid warnings from recent versions of mcs.
35083                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
35084                 -o, -L, -r any more. Use options documented since mcs-1.0
35085                 instead. Similarly for -g.
35086
35087         2005-12-04  Bruno Haible  <bruno@clisp.org>
35088
35089                 * build-aux/csharpcomp.sh.in: Suffix for resources is
35090                 .resources, not .resource.
35091
35092         2005-07-09  Bruno Haible  <bruno@clisp.org>
35093
35094                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
35095                 add a .dll suffix.
35096                 Reported by Mark Junker <mjscod@gmx.de>.
35097
35098         2006-07-22  Bruno Haible  <bruno@clisp.org>
35099
35100                 * modules/gettext: Upgrade to gettext-0.15.
35101                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
35102                 m4/visibility.m4.
35103                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
35104
35105 2006-07-22  Bruno Haible  <bruno@clisp.org>
35106
35107         Merge from GNU gettext 0.15.
35108
35109         2006-03-25  Bruno Haible  <bruno@clisp.org>
35110
35111                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
35112
35113         2006-07-21  Bruno Haible  <bruno@clisp.org>
35114
35115                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
35116                 "1.1".
35117
35118         2006-05-09  Bruno Haible  <bruno@clisp.org>
35119
35120                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
35121                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
35122                 for the conftestver execution.
35123
35124         2006-05-01  Bruno Haible  <bruno@clisp.org>
35125
35126                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
35127                 optional target-version argument. Verify that the compiler
35128                 groks source of the specified source-version, or add -source
35129                 option as necessary. Verify that the compiler produces
35130                 bytecode in the specified target-version, or add -target and
35131                 -source options as necessary. Make the result of the test
35132                 available as variable CONF_JAVAC. Also log error output in
35133                 config.log.
35134
35135         2006-03-11  Bruno Haible  <bruno@clisp.org>
35136
35137                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
35138
35139         2006-05-09  Bruno Haible  <bruno@clisp.org>
35140
35141                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
35142                 CLASSPATH_SEPARATOR to a semicolon.
35143
35144         2006-03-12  Bruno Haible  <bruno@clisp.org>
35145
35146                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
35147                 available as variable CONF_JAVA, for subsequent autoconf
35148                 tests. Also log error output in config.log.
35149
35150         2006-07-19  Bruno Haible  <bruno@clisp.org>
35151
35152                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
35153                 that getline works on glibc2 systems. Needed to avoid trouble
35154                 in relocatable.c.
35155                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
35156
35157         2005-12-04  Bruno Haible  <bruno@clisp.org>
35158
35159                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
35160                 launcher (untested).
35161
35162         2005-12-04  Bruno Haible  <bruno@clisp.org>
35163
35164                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
35165
35166         2006-07-22  Bruno Haible  <bruno@clisp.org>
35167
35168                 * gettext.m4: Update from GNU gettext-0.15.
35169                 * nls.m4: Likewise.
35170                 * po.m4: Likewise.
35171                 * inttypes-pri.m4: Likewise.
35172                 * inttypes-h.m4: Renamed from inttypes.m4.
35173                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
35174
35175 2006-07-22  Bruno Haible  <bruno@clisp.org>
35176
35177         Merge from GNU gettext 0.15.
35178
35179         2005-07-05  Bruno Haible  <bruno@clisp.org>
35180
35181                 * printf-args.c (printf_fetchargs): Work around broken
35182                 definition of wint_t on mingw.
35183
35184         2005-02-12  Bruno Haible  <bruno@clisp.org>
35185
35186                 * xallocsa.h: Add extern "C" for C++.
35187
35188         2006-05-17  Bruno Haible  <bruno@clisp.org>
35189
35190                 Cygwin portability.
35191                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
35192
35193         2006-04-30  Bruno Haible  <bruno@clisp.org>
35194
35195                 * progreloc.c: Include <mach-o/dyld.h> if available.
35196                 (find_executable): Use _NSGetExecutablePath when possible.
35197
35198         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
35199
35200                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
35201                 function.
35202
35203         2005-12-29  Bruno Haible  <bruno@clisp.org>
35204
35205                 * progreloc.c (set_program_name_and_installdir): Fix
35206                 compilation error.
35207
35208         2005-12-04  Bruno Haible  <bruno@clisp.org>
35209
35210                 Cygwin portability.
35211                 * progreloc.c: Include <windows.h> also on Cygwin.
35212                 (find_executable): Add support for Cygwin.
35213                 (set_program_name_and_installdir): Handle also platforms with
35214                 nonempty EXEEXT.
35215
35216         2006-07-11  Bruno Haible  <bruno@clisp.org>
35217
35218                 * javacomp.c: Fix a comment.
35219                 Reported by Jim Meyering.
35220
35221         2006-04-30  Bruno Haible  <bruno@clisp.org>
35222
35223                 * javacomp.h (compile_java_class): Add source_version,
35224                 target_version arguments.
35225                 * javacomp.c: Rewritten to choose only a compiler that
35226                 respects the specified source_version and target_version.
35227
35228         2006-06-27  Bruno Haible  <bruno@clisp.org>
35229
35230                 Assume correct S_ISDIR macro.
35231                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
35232
35233         2006-07-22  Bruno Haible  <bruno@clisp.org>
35234
35235                 * javaversion.h: New file, from GNU gettext.
35236                 * javaversion.c: New file, from GNU gettext.
35237                 * javaversion.java: New file, from GNU gettext.
35238                 * javaversion.class: New file, from GNU gettext.
35239
35240         2006-05-17  Bruno Haible  <bruno@clisp.org>
35241
35242                 Cygwin portability.
35243                 * javaexec.c (execute_java_class): Test for jview program
35244                 also on Cygwin.
35245
35246         2006-04-09  Bruno Haible  <bruno@clisp.org>
35247
35248                 * fatal-signal.c: Don't include string.h.
35249                 (at_fatal_signal): Use a copying loop instead of memcpy.
35250
35251         2005-12-04  Bruno Haible  <bruno@clisp.org>
35252
35253                 * csharpexec.c: Add support for 'clix' launcher (untested).
35254                 (execute_csharp_using_sscli): New function.
35255                 (execute_csharp_program): Call it.
35256
35257         2006-06-21  Bruno Haible  <bruno@clisp.org>
35258
35259                 Avoid warnings from recent versions of mcs.
35260                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
35261                 -o, -L, -r any more. Use options documented since mcs-1.0
35262                 instead. Similarly for -g.
35263
35264         2005-07-09  Bruno Haible  <bruno@clisp.org>
35265
35266                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
35267                 add a .dll suffix.
35268                 Reported by Mark Junker <mjscod@gmx.de>.
35269
35270         2006-06-17  Bruno Haible  <bruno@clisp.org>
35271
35272                 * config.charset: Update for NetBSD 3.0.
35273
35274         2006-05-17  Bruno Haible  <bruno@clisp.org>
35275
35276                 Cygwin portability.
35277                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
35278
35279         2006-05-16  Bruno Haible  <bruno@clisp.org>
35280
35281                 * localcharset.c [CYGWIN]: Include <windows.h>.
35282                 (get_charset_aliases): For Cygwin, return the same CPxxx
35283                 aliases list as under WIN32.
35284                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
35285                 the environment variables. Fall back to GetACP().
35286
35287         2006-04-05  Bruno Haible  <bruno@clisp.org>
35288
35289                 * config.charset: Update Juan Manuel Guerrero's address.
35290
35291         2005-02-12  Bruno Haible  <bruno@clisp.org>
35292
35293                 * allocsa.h: Add extern "C" for C++.
35294
35295         2005-02-10  Bruno Haible  <bruno@clisp.org>
35296
35297                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
35298                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
35299
35300         2006-07-22  Bruno Haible  <bruno@clisp.org>
35301
35302                 * gettext.h: Update to GNU gettext-0.15.
35303
35304 2006-07-22  Bruno Haible  <bruno@clisp.org>
35305
35306         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
35307         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
35308         lib-prefix.m4, longdouble.m4, ssize_t.m4.
35309
35310 2006-07-21  Eric Blake  <ebb9@byu.net>
35311
35312         * modules/stdlib-safer: New file.
35313         * MODULES.html.sh (File stream based Input/Output): Add
35314         stdlib-safer.
35315
35316 2006-07-21  Eric Blake  <ebb9@byu.net>
35317
35318         * lib/stdlib-safer.h: New file from coreutils, required by
35319         stdlib--.h.
35320
35321 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
35322
35323         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
35324
35325 2006-07-20  Bruno Haible  <bruno@clisp.org>
35326
35327         * gnulib-tool: Recognize new option --assume-autoconf.
35328         (autoconf_minversion): New variable.
35329         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
35330
35331 2006-07-20  Bruno Haible  <bruno@clisp.org>
35332
35333         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
35334
35335 2006-07-19  Derek R. Price  <derek@ximbiot.com>
35336
35337         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
35338         Reindent and repaginate.
35339
35340 2006-07-19  Derek Price  <derek@ximbiot.com>
35341
35342         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
35343         Correct grammar.
35344
35345 2006-07-17  Bruno Haible  <bruno@clisp.org>
35346
35347         * modules/list: New file.
35348         * modules/array-list: New file.
35349         * modules/carray-list, modules/carray-list-tests: New files.
35350         * modules/linked-list, modules/linked-list-tests: New files.
35351         * modules/avltree-list, modules/avltree-list-tests: New files.
35352         * modules/rbtree-list, modules/rbtree-list-tests: New files.
35353         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
35354         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
35355         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
35356         * modules/oset: New file.
35357         * modules/array-oset: New file.
35358         * modules/avltree-oset, modules/avltree-oset-tests: New files.
35359         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
35360         * tests/test-carray_list.c: New file.
35361         * tests/test-linked_list.c: New file.
35362         * tests/test-avltree_list.c: New file.
35363         * tests/test-rbtree_list.c: New file.
35364         * tests/test-linkedhash_list.c: New file.
35365         * tests/test-avltreehash_list.c: New file.
35366         * tests/test-rbtreehash_list.c: New file.
35367         * tests/test-avltree_oset.c: New file.
35368         * tests/test-rbtree_oset.c: New file.
35369         * MODULES.html.sh (Container data structures): New section.
35370
35371 2006-07-17  Bruno Haible  <bruno@clisp.org>
35372
35373         * m4/gl_list.m4: New file.
35374
35375 2006-07-17  Bruno Haible  <bruno@clisp.org>
35376
35377         * lib/gl_list.h: New file.
35378         * lib/gl_list.c: New file.
35379         * lib/gl_array_list.h: New file.
35380         * lib/gl_array_list.c: New file.
35381         * lib/gl_carray_list.h: New file.
35382         * lib/gl_carray_list.c: New file.
35383         * lib/gl_linked_list.h: New file.
35384         * lib/gl_linked_list.c: New file.
35385         * lib/gl_anylinked_list1.h: New file.
35386         * lib/gl_anylinked_list2.h: New file.
35387         * lib/gl_avltree_list.h: New file.
35388         * lib/gl_avltree_list.c: New file.
35389         * lib/gl_anyavltree_list1.h: New file.
35390         * lib/gl_anyavltree_list2.h: New file.
35391         * lib/gl_rbtree_list.h: New file.
35392         * lib/gl_rbtree_list.c: New file.
35393         * lib/gl_anyrbtree_list1.h: New file.
35394         * lib/gl_anyrbtree_list2.h: New file.
35395         * lib/gl_anytree_list1.h: New file.
35396         * lib/gl_anytree_list2.h: New file.
35397         * lib/gl_linkedhash_list.h: New file.
35398         * lib/gl_linkedhash_list.c: New file.
35399         * lib/gl_anyhash_list1.h: New file.
35400         * lib/gl_anyhash_list2.h: New file.
35401         * lib/gl_avltreehash_list.h: New file.
35402         * lib/gl_avltreehash_list.c: New file.
35403         * lib/gl_rbtreehash_list.h: New file.
35404         * lib/gl_rbtreehash_list.c: New file.
35405         * lib/gl_anytreehash_list1.h: New file.
35406         * lib/gl_anytreehash_list2.h: New file.
35407
35408         * lib/gl_oset.h: New file.
35409         * lib/gl_oset.c: New file.
35410         * lib/gl_array_oset.h: New file.
35411         * lib/gl_array_oset.c: New file.
35412         * lib/gl_avltree_oset.h: New file.
35413         * lib/gl_avltree_oset.c: New file.
35414         * lib/gl_rbtree_oset.h: New file.
35415         * lib/gl_rbtree_oset.c: New file.
35416         * lib/gl_anytree_oset.h: New file.
35417
35418 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
35419
35420         * m4/mkancesdirs.m4: New file.
35421         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
35422         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
35423         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
35424         it.
35425
35426 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
35427
35428         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
35429         * lib/mkancesdirs.h: New files.
35430         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
35431         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
35432         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
35433         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
35434         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
35435         callers changed.  Revamp internals significantly, by not
35436         attempting to create directories that are temporarily more
35437         permissive than the final results.  Do not attempt to use
35438         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
35439         This removes some race conditions, fixes some bugs, and simplifies
35440         things.  Use new dirchownmod function to do owner and mode changes.
35441         * lib/mkdir-p.h: Likewise.
35442         * lib/modechange.c (octal_to_mode): New function.
35443         (struct mode_change): New member mentioned.
35444         (make_node_op_equals): New arg mentioned.  All callers changed.
35445         (mode_compile): Keep track of which mode bits the user has explicitly
35446         mentioned.
35447         (mode_adjust): New arg DIR, so that we implement the X op correctly.
35448         New arg PMODE_BITS, to keep track of which mode bits the user
35449         mentioned; it treats S_ISUID and S_ISGID speciall.
35450         All callers changed.
35451         * lib/modechange.h: Likewise.
35452
35453 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
35454
35455         * MODULES.html.sh: Add mkancestors.
35456         * modules/mkancesdirs: New module.
35457         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
35458         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
35459         The chdir-safer and afs files are now orphans; I'll remove them
35460         unless someone speaks up.
35461         Add lib/dirchownmod.c, lib/dirchownmod.h.
35462         (Depends-on): Remove alloca, chown, save-cwd, dirname.
35463         Add lchown, mkancesdirs.
35464         (Maintainer): Add self.
35465
35466 2006-07-15  Karl Berry  <karl@gnu.org>
35467
35468         * gnulib-tool: help message wording/arrangement.
35469
35470 2006-07-14  Simon Josefsson  <jas@extundo.com>
35471
35472         * doc/gnulib.texi (Libtool and Windows): New section.
35473
35474 2006-07-12  Simon Josefsson  <jas@extundo.com>
35475
35476         * modules/gendocs (License): Fix license, approved by Karl.
35477
35478 2006-07-12  Eric Blake  <ebb9@byu.net>
35479
35480         * MODULES.html.sh: Add gendocs.
35481
35482 2006-07-11  Eric Blake  <ebb9@byu.net>
35483
35484         * modules/fdl: New module, to install doc/fdl.texi.
35485         * MODULES.html.sh: Add new section for documentation modules.
35486         * gnulib-tool: Avoid space-tab.
35487         (--doc-base): New option, to manage files from doc.
35488
35489 2006-07-11  Eric Blake  <ebb9@byu.net>
35490
35491         * m4/absolute-header.m4: Fix comments to match recent change.
35492
35493 2006-07-11  Eric Blake  <ebb9@byu.net>
35494
35495         * gnulib-tool: List --doc-base before --tests-base.
35496
35497 2006-07-11  Derek R. Price  <derek@ximbiot.com>
35498
35499         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
35500
35501 2006-07-11  Bruno Haible  <bruno@clisp.org>
35502
35503         * README: Mention where to put documentation.
35504
35505 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35506
35507         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
35508
35509 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
35510
35511         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
35512         to stdint.m4.
35513
35514 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
35515
35516         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
35517         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
35518         "no/such/file/stdint.h" when there is no such file, so that
35519         the resulting C code can be parsed by dodgy compilers.
35520         Problems reported by Bob Proulx.
35521
35522 2006-07-10  Derek R. Price  <derek@ximbiot.com>
35523
35524         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
35525         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
35526         macros into the GNU _D_EXACT_NAMLEN.
35527         * lib/savedir.c:  Likewise.
35528         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
35529
35530 2006-07-10  Derek R. Price  <derek@ximbiot.com>
35531         and Paul Eggert  <eggert@cs.ucla.edu>
35532
35533         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
35534         * m4/savedir.m4:
35535         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
35536         macros into the GNU _D_EXACT_NAMLEN.
35537
35538 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35539
35540         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
35541         around the absolute name, to work around a problem with the HP-UX
35542         11.23 native C compiler, reported by Bob Proulx.
35543
35544 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35545
35546         * doc/maintain.texi, make-stds.texi: Sync from
35547         <http://savannah.gnu.org/projects/gnustandards>.
35548
35549 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35550
35551         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
35552
35553 2006-07-09  Jim Meyering  <jim@meyering.net>
35554
35555         * m4/glob.m4: Remove a doubled word in a comment.
35556
35557 2006-07-09  Jim Meyering  <jim@meyering.net>
35558
35559         * lib/argp-pv.c: Remove a doubled word in a comment.
35560         * lib/check-version.c (check_version): Likewise.
35561         * lib/javacomp.c (compile_java_class): Likewise.
35562
35563 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
35564
35565         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
35566         for the benefit of people using Autoconf 2.60.  If you want to
35567         support older Autoconf versions you can copy m4/onceonly_2_57.m4
35568         (or m4/onceonly.m4, if pre-2.57) manually.
35569
35570 2006-07-08  Jim Meyering  <jim@meyering.net>
35571
35572         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
35573         comment.
35574         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
35575         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
35576         comment.
35577
35578 2006-07-08  Jim Meyering  <jim@meyering.net>
35579
35580         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
35581
35582 2006-07-07  Simon Josefsson  <jas@extundo.com>
35583
35584         * tests/test-crc.c: Change expected crc value, the test vector
35585         were probably computed using the old broken crc.c?
35586
35587 2006-07-06  Simon Josefsson  <jas@extundo.com>
35588
35589         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
35590         now the canonical place for the M4 file).
35591
35592         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
35593         from the sys_socket dependency now.
35594
35595         * modules/inet_pton (Files): Ditto.
35596
35597         * modules/inet_ntop (Files): Ditto.
35598
35599 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35600
35601         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
35602         not gl_PREREQ_GETUSERSHELL.
35603
35604 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35605
35606         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
35607         with only one argument, for Autoconf 2.60.
35608         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
35609         expand to nothing, so add a shell command to avoid syntax error.
35610         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
35611
35612 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35613
35614         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
35615
35616 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35617
35618         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
35619         no longer needed.  Check for isblank decl.
35620         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
35621         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
35622         of existence.
35623
35624 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35625
35626         * lib/getloadavg.c: Use __VMS, not VMS.
35627         * lib/getopt.c: Likewise.
35628         * lib/getpagesize.h: Likewise.
35629         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
35630         and probably does not work.
35631
35632 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35633
35634         * lib/.cppi-disable: Add wcwidth.
35635         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
35636         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
35637         (ISGRAPH): Remove.  All uses changed to isgraph.
35638         (FOLD) [!defined _LIBC]: Remove special case.
35639         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
35640         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
35641         HAVE_ISBLANK.
35642         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
35643         case.
35644
35645 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
35646
35647         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
35648         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
35649         brackets.  Other minor changes to suppress some compiler
35650         warnings.
35651
35652 2006-07-06  Derek R. Price  <derek@ximbiot.com>
35653         and Paul Eggert  <eggert@cs.ucla.edu>
35654
35655         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
35656         of invoking obsolescent AC_HEADER_DIRENT macro.
35657         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
35658         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
35659         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
35660         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
35661         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
35662         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
35663         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
35664         * m4/readdir.m4: Remove; no longer needed.
35665
35666 2006-07-06  Derek R. Price  <derek@ximbiot.com>
35667         and Paul Eggert  <eggert@cs.ucla.edu>
35668
35669         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
35670         Don't worry about this obsolete case any more.
35671         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
35672         directories.
35673         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
35674         worry about this obsolete case any more.
35675         * lib/fts.c: Likewise.
35676         * lib/getcwd.c: Likewise.
35677         * lib/glob.h: Likewise.
35678         * lib/savedir.c: Likewise.
35679
35680 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35681
35682         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
35683         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
35684         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
35685         needed.
35686         All uses removed.
35687         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
35688         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
35689         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
35690         needed.
35691         * m4/getdate.m4 (gl_GETDATE): Likewise.
35692         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
35693         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
35694         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
35695         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
35696         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
35697         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35698         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
35699         needed.
35700
35701 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35702
35703         * lib/memcasecmp.c: Include <limits.h>.
35704         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
35705         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
35706         Don't assume isdigit succeeds only on '0' through '9'.
35707
35708 2006-07-05  Eric Blake  <ebb9@byu.net>
35709
35710         * modules/getaddrinfo (Depends-on): Add snprintf.
35711
35712 2006-07-05  Eric Blake  <ebb9@byu.net>
35713
35714         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
35715         to avoid 'header present but could not be compiled' on cygwin.
35716
35717 2006-07-05  Eric Blake  <ebb9@byu.net>
35718
35719         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
35720         missing from netdb.h.
35721         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
35722
35723 2006-07-05  Derek R. Price  <derek@ximbiot.com>
35724
35725         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
35726         no longer needed.
35727         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
35728         * m4/getdate.m4 (gl_GETDATE): Likewise.
35729         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
35730         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
35731         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
35732         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
35733         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35734
35735 2006-07-05  Derek R. Price  <derek@ximbiot.com>
35736
35737         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
35738         All uses of is_space replaced by isspace.
35739         * lib/exit.h: Don't talk about STDC_HEADERS.
35740         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
35741         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
35742         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
35743         replaced by isprint etc.
35744         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
35745         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
35746         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
35747         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
35748         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
35749         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
35750
35751 2006-07-05  Bruno Haible  <bruno@clisp.org>
35752
35753         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
35754         the function exists, before testing against AIX.
35755         Reported by Martin Lambers <marlam@marlam.de>.
35756
35757 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
35758
35759         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
35760         From Mark D. Baushke.
35761
35762 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
35763
35764         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
35765         to the absolute name, not just one, to bypass Sun C 5.8's
35766         "warning: #include of /usr/include/... may be non-portable".
35767
35768 2006-07-04  Eric Blake  <ebb9@byu.net>
35769
35770         * modules/dirname-tests: New test module.
35771         * tests/test-dirname.c: New file, replacing dirname.c
35772         TEST_DIRNAME section that was recently deleted.
35773
35774 2006-07-04  Bruno Haible  <bruno@clisp.org>
35775
35776         Assume ANSI C header files and <ctype.h> functions.
35777         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
35778         (mbsnwidth): Use isprint, iscntrl instead.
35779
35780 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35781
35782         Merge from coreutils.
35783         * MODULES.html.sh: Add xstrtold.
35784         * modules/xstrtold: New file.
35785         * modules/cycle-check (Files): Add lib/same-inode.h.
35786         * modules/dirname (Files): Add m4/double-slash-root.m4.
35787         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
35788         * modules/mkdir-p (Files): Add lib/same-inode.h.
35789         * modules/same (Files): Add lib/same-inode.h.
35790
35791 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35792
35793         * m4/absolute-header.m4: Renamed from full-header-path.m4.
35794         This is to keep the terminology clean; POSIX talks about
35795         "absolute pathnames", not "full pathnames", but the GNU
35796         Coding Standards say to use "path" for something else;
35797         so use "absolute" to keep both sides happy.
35798         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
35799         Set gl_absolute_header, not gl_full_header_path.
35800         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
35801         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
35802         All uses changed.
35803
35804         Merge from coreutils.
35805
35806         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
35807
35808         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
35809         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
35810         want to require the building of c-strtod.o.
35811         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
35812         needs -lm directly.
35813         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
35814
35815         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
35816
35817         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
35818         --as-needed option if available.  Problem reported by Albert Chin in
35819         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
35820         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
35821         cc merely issues a bunch of annoying warnings for --as-needed
35822         (this problem was reported by Bob Proulx).  Also, try linking with
35823         -lm to detect a bug in binutils 2.16 (this problem was reported
35824         by Ralf Wildenhues).
35825
35826         2006-06-18  Jim Meyering  <jim@meyering.net>
35827
35828         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
35829         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
35830         macro.
35831         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
35832         also check for glibc-2.4's abort-inducing bug.
35833
35834         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
35835         Low-probability clean-up should be to use rmdir to get rid of
35836         the just-created directory, not unlink.
35837
35838         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
35839         configure fail, and request a bug report to inform us about it.
35840         Add a comment that, barring reports to the contrary, in 2007 we'll
35841         assume ftruncate is universally available.
35842
35843         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
35844
35845         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
35846
35847         2006-03-12  Jim Meyering  <jim@meyering.net>
35848
35849         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
35850         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
35851         * m4/same.m4 (gl_SAME): Likewise.
35852         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
35853
35854         2006-03-11  Eric Blake  <ebb9@byu.net>
35855
35856         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
35857         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
35858         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
35859         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
35860
35861 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35862
35863         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
35864         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
35865         reported by Mark D. Baushke, one in
35866         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
35867
35868         Merge from coreutils.
35869
35870         * lib/.cppi-disable: Add stdint_.h.
35871         * lib/.cvsignore: Add stdint.h.
35872
35873         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
35874
35875         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
35876         both double and long double versions.
35877         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
35878         * lib/xstrtold.c: New file.
35879         * lib/xstrtod.h (xstrtold): New decl.
35880
35881         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35882
35883         * lib/filemode.c (setst): Remove.
35884         (strmode): Rewrite to avoid setst.  This makes the code shorter,
35885         (arguably) clearer, and the generated code is a bit smaller on my
35886         Debian GNU/Linux stable x86 host.
35887
35888         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
35889
35890         * lib/filemode.c: Include "filemode.h" first, to test the interface.
35891         Assume that filemode.h includes sys/types.h and sys/stat.h.
35892         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
35893         (ftypelet): Reorder to put common cases first, for efficiency.
35894         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
35895         to do 'M'.
35896         (strmode): Renamed from mode_string, and now stores 12 bytes instead
35897         of 10, for compatibility with FreeBSD.  All callers changed.
35898         (filemodestring): Now stores 12 bytes instead of 10, and sets file
35899         types that can't be deduced solely from st_mode.  First arg is now a
35900         const pointer.
35901         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
35902         (strmode): Renamed from mode_string.
35903         (filemodestring): New decl.
35904         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
35905         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
35906         needed.
35907         (S_ISPORT, S_ISWHT): New macros, if not already defined.
35908
35909         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
35910
35911         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
35912         fsusage.h now does that.  Include fsusage.h first, to test interface.
35913         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
35914         at most one method (the old code could have generated decls that
35915         didn't conform to C89, not that this was ever exercised).
35916         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
35917
35918         2006-03-19  Jim Meyering  <jim@meyering.net>
35919
35920         Work even in a chroot where d_ino values for entries in "/"
35921         don't match the stat.st_ino values for the same names.
35922         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
35923         number, iterate through all entries again, using lstat instead.
35924         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
35925         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
35926
35927         * lib/getcwd.c (__getcwd): Clarify a comment.
35928         Use memcpy in place of a call to strcpy.
35929
35930         2006-03-12  Jim Meyering  <jim@meyering.net>
35931
35932         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
35933         matches that of the current directory (which we're about to chdir ".."
35934         out of), then save the dev-ino of the parent, instead.
35935
35936         * lib/same-inode.h (SAME_INODE): New file/macro.
35937         * lib/chdir-safer.c (SAME_INODE): Remove definition.
35938         Include "same-inode.h", instead.
35939         * lib/same.c: Likewise.
35940         * lib/cycle-check.h: Include "same-inode.h".
35941         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
35942         * lib/cycle-check.c (SAME_INODE): Remove definition.
35943         * lib/root-dev-ino.h: Include "same-inode.h".
35944
35945         2006-03-11  Eric Blake  <ebb9@byu.net>
35946
35947         * lib/same.c (same_name): s/base_name/last_component/
35948         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
35949         * lib/filenamecat.c (file_name_concat): Likewise.
35950
35951         2006-03-11  Eric Blake  <ebb9@byu.net>,
35952                     Paul Eggert  <eggert@cs.ucla.edu>
35953
35954         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
35955         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
35956         drive prefix.
35957         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
35958         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
35959         (last_component): New method.
35960         * lib/dirname.c (dir_len): Determine when drive letters need a
35961         subsequent slash.  Preserve // when it is special.
35962         (dir_name): Don't append dot when drive letter is absolute.
35963         [TEST_DIRNAME]: Move into a full-blown gnulib test.
35964         * lib/basename.c (base_name): New semantics - malloc the result.
35965         Preserve // when it is special.  Preserve relative files that look
35966         like drive letters.
35967         (base_len): Preserve // when it is special.
35968         (last_component): New method, similar to old base_name semantics.
35969         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
35970         base_name.  Strip redundant slashes from ///.
35971
35972 2006-07-03  Jim Meyering  <jim@meyering.net>
35973
35974         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
35975         macro is used before the first cycle_check call.
35976
35977 2006-07-03  Eric Blake  <ebb9@byu.net>
35978
35979         * modules/dirname (Depends-on): Add xstrndup.
35980
35981 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
35982
35983         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
35984         test cases, so that config.log is a bit easier to follow.
35985
35986 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
35987
35988         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
35989         both are 64 bits, since this seems to be the tradition, and this
35990         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
35991         we ever run into a host that prefers long long to long in this
35992         case, we'll need another configure-time test.  Problem reported by
35993         Jim Meyering.
35994
35995 2006-07-02  Eric Blake  <ebb9@byu.net>
35996
35997         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
35998
35999 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36000
36001         * modules/inttypes (Depends-on): No longer depends on stdint.
36002         * modules/stdint (Description): Say more about assumptions.
36003         Say that the fast types might differ.  Say macros are used.
36004         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
36005         (Makefile.am): Revise list of substituted symbols to match
36006         new stdint.m4.
36007         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
36008         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
36009         * tests/test-stdint.c (verify_same_types)
36010         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
36011         the code conforms to C99/C89.
36012         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
36013         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
36014
36015 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36016
36017         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
36018         but fix a bug, by requiring at least 64 bits.
36019         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
36020         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
36021         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
36022         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
36023
36024         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
36025         changes.  Make 2.59 a prerequisite.  Check and substitute for
36026         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
36027         inttypes.h.  Do not use special include files; just use the
36028         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
36029         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
36030         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
36031         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
36032         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
36033         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
36034         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
36035         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
36036         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
36037         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
36038         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
36039         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
36040         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
36041         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
36042         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
36043         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
36044         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
36045         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
36046         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
36047         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
36048         WINT_MAX.  Check for C99 conformance more strictly, by detecting
36049         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
36050         not check for things that C99 does not require, e.g., int8_t.  If
36051         a test isn't needed unless <stdint.h> isn't working, and is
36052         unlikely to be needed for any other reason, then don't do it
36053         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
36054         size_t, since we assume C89 freestanding at least.  Do not check
36055         for sig_atomic_t, wchar_t, or wint_t, since the code now does
36056         the right thing even if the types are not defined.  Instead use:
36057         (gl_STDINT_TYPE_PROPERTIES): New macro.
36058         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
36059         testing whether <sys/types.h> clashes, as Autoconf does this for
36060         us now.  All uses removed.
36061         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
36062         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
36063         (gl_CHECK_TYPE_SAME):
36064         Remove; no longer needed.
36065         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
36066         exists, since we'll return 0 anyway in that case.
36067         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
36068
36069 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36070
36071         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
36072         possible collision with system files.
36073         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
36074         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
36075         WCHAR_MIN and WCHAR_MAX in this case.
36076         (<stddef.h>): Do not include; no longer needed.
36077         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
36078         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
36079         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
36080         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
36081         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
36082         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
36083         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
36084         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
36085         !defined(__c99))]: Include in this case too, since it's harmless
36086         now.
36087         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
36088         dangerous to do so.
36089         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
36090         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
36091         (_STDINT_MIN, _STDINT_MAX): New macros.
36092         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
36093         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
36094         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
36095         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
36096         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
36097         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
36098         macros, not typedefs; this simplifies things quite a bit.
36099         Use long int for all types narrower than int64_t.
36100         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
36101         Define in terms of long long int or int64_t or long int,
36102         not int64_t or int32_t.  This saves some compile-time testing.
36103         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
36104         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
36105         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
36106         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
36107         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
36108         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
36109         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
36110         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
36111         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
36112         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
36113         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
36114         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
36115         undef any previous version and define our own version, for
36116         simplicity and consistency with the new macros for types.
36117         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
36118         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
36119         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
36120         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
36121         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
36122         @WINT_T_SUFFIX@ to keep things simple here.
36123         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
36124         Simplify by assuming typical 8/16/32/64 host, since we're
36125         already doing that elsewhere anyway.
36126         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
36127         and assume long long int is 64 bits if available.  This
36128         speeds up 'configure'.
36129
36130 2006-07-01  Eric Blake  <ebb9@byu.net>
36131
36132         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
36133         Reported by Andreas Buening.
36134
36135 2006-07-01  Eric Blake  <ebb9@byu.net>
36136
36137         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
36138
36139 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
36140
36141         * lib/getaddrinfo.c: fixed typo
36142
36143 2006-06-29  Jim Meyering  <jim@meyering.net>
36144
36145         * modules/strftime (Maintainer): Add my name, since with the
36146         FPRINTFTIME changes strftime.c has forked from glibc.
36147
36148 2006-06-29  Eric Blake  <ebb9@byu.net>
36149
36150         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
36151
36152 2006-06-29  Eric Blake  <ebb9@byu.net>
36153
36154         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
36155
36156 2006-06-29  Eric Blake  <ebb9@byu.net>
36157
36158         * lib/stat_.h: New file.
36159
36160 2006-06-29  Eric Blake  <ebb9@byu.net>
36161
36162         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
36163         unused static function.
36164
36165 2006-06-29  Eric Blake  <ebb9@byu.net>
36166
36167         * doc/functions.texi (Function Portability): Document missing lstat
36168         on mingw.
36169
36170 2006-06-29  Eric Blake  <ebb9@byu.net>
36171
36172         * MODULES.html.sh: Add sys_stat.
36173         * modules/sys_stat: New module.
36174         * modules/mkstemp (Depends-on): Add sys_stat.
36175
36176 2006-06-29  Derek R. Price  <derek@ximbiot.com>
36177
36178         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
36179
36180 2006-06-29  Derek R. Price  <derek@ximbiot.com>
36181
36182         * m4/c-bs-a.m4: Removed.
36183
36184 2006-06-29  Derek R. Price  <derek@ximbiot.com>
36185
36186         * lib/strftime.c: Assume strftime() exists.
36187
36188 2006-06-29  Derek Price  <derek@ximbiot.com>
36189
36190         * modules/c-bs-a: Removed - \a is C89.
36191         * MODULES.html.sh: Remove c-bs-a.
36192
36193 2006-06-29  Bruno Haible  <bruno@clisp.org>
36194
36195         * modules/wcwidth (License): Change to LGPL.
36196
36197 2006-06-28  Simon Josefsson  <jas@extundo.com>
36198
36199         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
36200         on _WIN32.
36201
36202         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
36203         getnameinfo.
36204
36205 2006-06-28  Simon Josefsson  <jas@extundo.com>
36206
36207         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
36208
36209 2006-06-28  Simon Josefsson  <jas@extundo.com>
36210
36211         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
36212         functions there.  It will succeed on Windows XP, but on Windows
36213         2000 and (presumably) earlier, it will fail, and use the internal
36214         re-implementation.
36215         (use_win32_p): New function.
36216         (getaddrinfo): Use strtoul on servname, to support numeric ports.
36217         Support AI_NUMERICSERV to disable getservbyname.
36218         (getnameinfo): New function, only supports
36219         NI_NUMERICHOST|NI_NUMERICSERV for now.
36220
36221         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
36222         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
36223         getnameinfo.
36224
36225 2006-06-28  Eric Blake  <ebb9@byu.net>
36226
36227         * modules/wcwidth: New file.
36228         * modules/mbchar (Depends-on): Add wcwidth.
36229         * modules/mbswidth (Depends-on): Add wcwidth.
36230         * MODULES.html.sh: Add wcwidth.
36231
36232 2006-06-28  Eric Blake  <ebb9@byu.net>
36233
36234         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
36235         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
36236
36237 2006-06-28  Eric Blake  <ebb9@byu.net>
36238
36239         * lib/xvasprintf.h: Fix comments.
36240
36241 2006-06-28  Eric Blake  <ebb9@byu.net>
36242
36243         * lib/mbchar.h (wcwidth): Include wcwidth.h.
36244         * lib/mbswidth.c (wcwidth): Move from here...
36245         * lib/wcwidth.h: ...to this new file.
36246
36247 2006-06-28  Derek R. Price  <derek@ximbiot.com>
36248
36249         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
36250
36251         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
36252         it's obsolete.
36253         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
36254
36255 2006-06-28  Derek R. Price  <derek@ximbiot.com>
36256
36257         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
36258         Autoconf 2.60 says this stuff was obsolete.
36259
36260 2006-06-28  Bruno Haible  <bruno@clisp.org>
36261
36262         * modules/wcwidth (Files): Add m4/wchar_t.m4.
36263
36264 2006-06-28  Bruno Haible  <bruno@clisp.org>
36265
36266         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
36267         gt_TYPE_WCHAR_T.
36268
36269 2006-06-28  Bruno Haible  <bruno@clisp.org>
36270
36271         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
36272         declaration for wcwidth.
36273         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
36274
36275 2006-06-28  Bruno Haible  <bruno@clisp.org>
36276
36277         * lib/mkdtemp.c [MINGW]: Include <io.h>.
36278         (mkdir): Define using _mkdir.
36279
36280 2006-06-28  Bruno Haible  <bruno@clisp.org>
36281
36282         * lib/getaddrinfo.h: Fix POSIX URL.
36283         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
36284         _WIN32.
36285         (use_win32_p): Make static.
36286         (getaddrinfo): Reject service name if it is empty or does not consist
36287         solely of decimal digits, or if its value is > 65535.
36288         (getnameinfo): Remove useless casts.
36289
36290 2006-06-27  Simon Josefsson  <jas@extundo.com>
36291
36292         * modules/sys_select: New file, suggested by Bruno Haible, Paul
36293         Eggert and Martin Lambers.
36294
36295 2006-06-27  Simon Josefsson  <jas@extundo.com>
36296
36297         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
36298         Eggert and Martin Lambers.
36299
36300 2006-06-27  Bruno Haible  <bruno@clisp.org>
36301
36302         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
36303         result to 0, not to empty.
36304         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
36305
36306 2006-06-27  Bruno Haible  <bruno@clisp.org>
36307
36308         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
36309
36310 2006-06-26  Simon Josefsson  <jas@extundo.com>
36311
36312         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
36313         present.
36314
36315 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
36316
36317         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
36318         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
36319         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
36320
36321 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
36322
36323         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
36324
36325 2006-06-26  Bruno Haible  <bruno@clisp.org>
36326
36327         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
36328
36329 2006-06-26  Bruno Haible  <bruno@clisp.org>
36330
36331         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
36332
36333 2006-06-26  Bruno Haible  <bruno@clisp.org>
36334
36335         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
36336         SGI C compiler in pre-C99 mode.
36337         Suggested by Mark D. Baushke and Larry Jones.
36338
36339 2006-06-26  Bruno Haible  <bruno@clisp.org>
36340
36341         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
36342         WCHAR_MAX.
36343         Reported by Mark D. Baushke and Larry Jones.
36344
36345 2006-06-26  Bruno Haible  <bruno@clisp.org>
36346
36347         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
36348         in pre-C99 mode.
36349         Suggested by Mark D. Baushke and Larry Jones.
36350
36351 2006-06-23  Simon Josefsson  <jas@extundo.com>
36352             Bruno Haible  <bruno@clisp.org>
36353
36354         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
36355         Emit mostlyclean-local rule.
36356         (func_emit_tests_Makefile_am): Likewise.
36357         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
36358
36359 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
36360
36361         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
36362
36363 2006-06-23  Bruno Haible  <bruno@clisp.org>
36364
36365         * tests/test-stdint.c: Update to match ISO C 99 Technical
36366         Corrigendum 1.
36367
36368 2006-06-23  Bruno Haible  <bruno@clisp.org>
36369
36370         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
36371
36372 2006-06-23  Bruno Haible  <bruno@clisp.org>
36373
36374         * lib/stdint_.h: Treat IRIX like OpenBSD.
36375
36376 2006-06-23  Bruno Haible  <bruno@clisp.org>
36377
36378         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
36379         ISO C 99 Technical Corrigendum 1.
36380
36381 2006-06-22  Simon Josefsson  <jas@extundo.com>
36382
36383         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
36384         MinGW.
36385
36386 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36387
36388         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
36389         needed.  Some compiler complained about some of them.  Problem reported
36390         by Larry Jones in
36391         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
36392
36393 2006-06-21  Simon Josefsson  <jas@extundo.com>
36394
36395         * tests/test-getaddrinfo.c: New file.
36396
36397         * modules/getaddrinfo-tests: New file.
36398
36399         * MODULES.html.sh: Add inet_pton.
36400
36401         * modules/inet_pton: New file.
36402
36403 2006-06-21  Simon Josefsson  <jas@extundo.com>
36404
36405         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
36406         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
36407         of using the (limited) gnulib implementation on Windows XP.
36408
36409         * m4/inet_pton.m4: New file.
36410
36411 2006-06-21  Simon Josefsson  <jas@extundo.com>
36412
36413         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
36414         variable.
36415
36416         * lib/socket_.h: Don't define WINVER.
36417
36418         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
36419         slightly modified to work in gnulib.
36420
36421 2006-06-21  Simon Josefsson  <jas@extundo.com>
36422
36423         * doc/gnulib.texi (Windows sockets): Add.
36424
36425 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
36426
36427         * lib/read-file.c (fread_file): Start with buffer allocation of
36428         0 bytes rather than 1 byte; this simplifies the code.
36429         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
36430         code to free buffer and save/restore errno.
36431         (internal_read_file): Remove unused local.
36432
36433 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
36434
36435         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
36436         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
36437         Problem reported by Denis Excoffier in
36438         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
36439
36440 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36441
36442         * modules/sys_socket, modules/socklen: Include sys/types since
36443         FreeBSD 4.x's sys/socket.h needs it.
36444
36445 2006-06-19  Simon Josefsson  <jas@extundo.com>
36446
36447         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
36448
36449 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
36450
36451         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
36452
36453 2006-06-19  Bruno Haible  <bruno@clisp.org>
36454
36455         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
36456         and FULL_PATH_INTTYPES_H in angle brackets.
36457         Reported by Mark D. Baushke <mdb@gnu.org>.
36458
36459 2006-06-17  Eric Blake  <ebb9@byu.net>
36460
36461         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
36462         errno.
36463
36464 2006-06-17  Bruno Haible  <bruno@clisp.org>
36465
36466         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
36467         <sys/inttypes.h>.
36468
36469 2006-06-17  Bruno Haible  <bruno@clisp.org>
36470
36471         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
36472         whether errno is declared. Assume <errno.h> declares errno.
36473
36474 2006-06-17  Bruno Haible  <bruno@clisp.org>
36475
36476         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
36477
36478 2006-06-17  Bruno Haible  <bruno@clisp.org>
36479
36480         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
36481         problem on Solaris 2.5.1.
36482
36483 2006-06-16  Eric Blake  <ebb9@byu.net>
36484
36485         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
36486         * lib/unicodeio.c [!defined errno]: Likewise.
36487         * lib/strtol.c [!defined errno]: Likewise.
36488         * lib/strtod.c [!defined errno]: Likewise.
36489
36490 2006-06-15  Eric Blake  <ebb9@byu.net>
36491
36492         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
36493
36494 2006-06-15  Eric Blake  <ebb9@byu.net>
36495
36496         * config/srclist.txt (ssize_t.m4): Lose sync.
36497
36498 2006-06-15  Bruno Haible  <bruno@clisp.org>
36499
36500         * modules/stdint (Files): Include m4/full-header-path.m4,
36501         m4/size_max.m4, m4/wchar_t.m4.
36502         (Makefile.am): Many more substitutions.
36503         * modules/stdint-tests: New file.
36504         * tests/test-stdint.c: New file.
36505
36506 2006-06-15  Bruno Haible  <bruno@clisp.org>
36507
36508         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
36509         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
36510         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
36511         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
36512         gl_CHECK_TYPE_SAME): New macros.
36513
36514 2006-06-15  Bruno Haible  <bruno@clisp.org>
36515
36516         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
36517
36518 2006-06-15  Bruno Haible  <bruno@clisp.org>
36519
36520         * lib/stdint_.h: Rewritten to be fully auto-configured.
36521         Fixes bug on HP-UX/IA64.
36522
36523 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
36524
36525         * lib/getdate.y (__attribute__): Don't define if already defined.
36526         Problem reported by Larry Jones.
36527         * lib/utimens.c (__attribute__): Likewise.
36528
36529 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
36530
36531         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
36532         reported by Andreas Schwab.
36533
36534 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36535             Bruno Haible  <bruno@clisp.org>
36536
36537         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
36538         check for the declaration of strnlen and a run test that exposes the
36539         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
36540         rpl_strndup.
36541
36542 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36543             Bruno Haible  <bruno@clisp.org>
36544
36545         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
36546
36547 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36548
36549         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
36550         compile test, for Tru64 4.0D.
36551
36552 2006-05-28  Karl Berry  <karl@gnu.org>
36553
36554         * config/srclist.txt (printf-args.c): lose sync.
36555
36556 2006-05-26  Martin Lambers  <marlam@marlam.de>
36557
36558         * lib/getpass.c: Updates the test for the native W32 API, and adds
36559         missing includes, thus fixing compilation warnings.
36560
36561 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
36562
36563         * lib/exclude.c (exclude_fnmatch): New function.
36564         (excluded_file_name): Call exclude_fnmatch.
36565         * lib/exclude.h (excluded_file_name): New prototype
36566
36567 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
36568
36569         * lib/tempname.c (small_open, large_open): New macros.
36570         (__open, __open64) [!_LIBC]: Remove.
36571         (__gen_tempname): Use small_open and large_open instead of __open
36572         and __open64.  This fixes a portability bug on HP-UX 11.11i
36573         reported by Simon Wing-Tang in
36574         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
36575
36576 2006-05-24  Bruno Haible  <bruno@clisp.org>
36577
36578         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
36579         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
36580         Reported by Thorsten Maerz <torte@netztorte.de> via
36581         Aaron Stone <aaron@serendipity.cx>.
36582
36583 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36584
36585         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
36586         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
36587         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
36588         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
36589         not really conditional on the cache.
36590         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
36591
36592 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36593
36594         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
36595         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
36596         (my_usleep): Don't mishandle maximum value.
36597
36598 2006-05-19  Jim Meyering  <jim@meyering.net>
36599
36600         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
36601
36602 2006-05-17  Bruno Haible  <bruno@clisp.org>
36603
36604         Cygwin portability.
36605         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
36606
36607 2006-05-17  Bruno Haible  <bruno@clisp.org>
36608
36609         * lib/stdint_.h: Fix recognition of Cygwin.
36610
36611 2006-05-15  Bruno Haible  <bruno@clisp.org>
36612
36613         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
36614         on libtool patch by Ralf Wildenhues.
36615
36616 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36617
36618         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
36619         test for C99 conformance; (bool) 0.5 is an integer constant
36620         expression, but (bool) -0.5 is not.  Problem reported by Fedor
36621         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
36622
36623 2006-05-11  Simon Josefsson  <jas@extundo.com>
36624
36625         * m4/xvasprintf.m4: Fix obvious typo.
36626
36627 2006-05-11  Jim Meyering  <jim@meyering.net>
36628
36629         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
36630         James Lemley.
36631
36632 2006-05-10  Simon Josefsson  <jas@extundo.com>
36633
36634         * lib/md4.c: Typo fix, update copyright years.
36635         (K1, K2): Don't use L because it turn computations into 64-bit on
36636         64-bit platforms.
36637
36638 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36639
36640         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
36641         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
36642         unwanted sign propagation, e.g., on hosts with 64-bit int.
36643         There still are some problems with reeelly weird theoretical hosts
36644         (e.g., 33-bit int) but it's not worth worrying about now.
36645         * lib/sha1.c (rol): Likewise.
36646         (K1, K2, K3, K4): Remove unnecessary L suffix.
36647
36648 2006-05-10  Bruno Haible  <bruno@clisp.org>
36649
36650         * lib/des.c: Cast to avoid warnings.
36651
36652 2006-05-09  Bruno Haible  <bruno@clisp.org>
36653
36654         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
36655         (Depends-on): Depend also on xsize, stdarg.
36656         (configure.ac): Add gl_XVASPRINTF.
36657
36658 2006-05-09  Bruno Haible  <bruno@clisp.org>
36659
36660         * m4/xvasprintf.m4: New file.
36661
36662 2006-05-09  Bruno Haible  <bruno@clisp.org>
36663
36664         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
36665         (EOVERFLOW): Define fallback value.
36666         (xstrcat): New function.
36667         (xvasprintf): Recognize the special case of a string concatenation.
36668
36669 2006-05-08  Eric Blake  <ebb9@byu.net>
36670
36671         * gnulib-tool (func_version): Base copyright year on CVS date.
36672         (func_emit_copyright_notice): New function.
36673         (func_emit_lib_Makefile_am): Use it.
36674         (func_emit_tests_Makefile_am): Likewise.
36675         (func_import): Likewise.
36676
36677 2006-05-08  Bruno Haible  <bruno@clisp.org>
36678
36679         * modules/stdarg: New file.
36680         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
36681
36682 2006-05-08  Bruno Haible  <bruno@clisp.org>
36683
36684         * m4/stdarg.m4: New file, from GNU gettext.
36685
36686 2006-05-08  Bruno Haible  <bruno@clisp.org>
36687
36688         * config/srclist.txt (build-aux/config.rpath): different from latest
36689         release.
36690
36691 2006-05-08  Bruno Haible  <bruno@clisp.org>
36692
36693         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
36694
36695 2006-05-05  Jim Meyering  <jim@meyering.net>
36696
36697         * m4/warning.m4: New file, derived from bison's file by the same name.
36698
36699 2006-05-03  Bruno Haible  <bruno@clisp.org>
36700
36701         * lib/stdint_.h: Shorter URL.
36702         * lib/inttypes.h: Likewise.
36703
36704 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
36705
36706         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
36707
36708 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
36709
36710         * lib/verify.h: Document the internals better.  Most of this change
36711         was written by Bruno Haible.
36712
36713 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
36714
36715         * doc/verify.texi: New file, partly based on a proposal by
36716         Bruno Haible.
36717
36718 2006-05-02  Bruno Haible  <bruno@clisp.org>
36719
36720         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
36721         test from here...
36722         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
36723
36724 2006-04-29  Bruno Haible  <bruno@clisp.org>
36725
36726         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
36727         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
36728
36729 2006-04-29  Bruno Haible  <bruno@clisp.org>
36730
36731         * gnulib-tool: Make --update option actually work.
36732
36733 2006-04-29  Bruno Haible  <bruno@clisp.org>
36734
36735         * doc/gcd.texi: New file.
36736         * doc/gnulib.texi: Include it.
36737
36738 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
36739
36740         * lib/getdate.y (get_date): When adding relative date, start with the
36741         initial time, not with the result of the first mktime call.
36742
36743 2006-04-25  Bruno Haible  <bruno@clisp.org>
36744
36745         * gnulib-tool (func_import): Output the include directives in three
36746         blocks, sorted separately.
36747         Reported by Ben Pfaff <blp@cs.stanford.edu>.
36748
36749 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
36750
36751         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
36752         to define main with arguments, for C++.  Reported by Eric Blake.
36753         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
36754         Prefer 'int main ()' to 'int main (void)', for C++.
36755         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
36756         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
36757         for 'main', for C99 and C++.
36758
36759 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
36760
36761         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
36762         Don't assume that exit status -1 is valid.
36763         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
36764         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
36765         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
36766         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
36767         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
36768         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
36769         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
36770         functions can be used without declaring them, or that you can
36771         exit with status -1.
36772         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
36773
36774 2006-04-24  Karl Berry  <karl@gnu.org>
36775
36776         * config/srclist.txt (longdouble.m4): sync lost.
36777
36778 2006-04-24  Eric Blake  <ebb9@byu.net>
36779
36780         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
36781
36782 2006-04-24  Bruno Haible  <bruno@clisp.org>
36783
36784         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
36785         poll() implementation in AIX.
36786         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36787
36788 2006-04-24  Bruno Haible  <bruno@clisp.org>
36789
36790         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
36791         assigned exactly once.
36792
36793 2006-04-23  Claudio Fontana  <claudio@gnu.org>
36794             Bruno Haible  <bruno@clisp.org>
36795
36796         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
36797         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
36798         for AM_CPPFLAGS.
36799
36800 2006-04-23  Bruno Haible  <bruno@clisp.org>
36801
36802         * modules/copy-file: Depend on unistd.
36803         * modules/execute: Likewise.
36804         * modules/fatal-signal: Likewise.
36805         * modules/findprog: Likewise.
36806         * modules/mkdtemp : Likewise.
36807         * modules/pipe: Likewise.
36808         * modules/wait-process: Likewise.
36809
36810 2006-04-23  Bruno Haible  <bruno@clisp.org>
36811
36812         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
36813         condition was already detected.
36814         Reported by Ben Pfaff <blp@cs.stanford.edu>.
36815
36816 2006-04-23  Bruno Haible  <bruno@clisp.org>
36817
36818         * lib/copy-file.c: Include <unistd.h> unconditionally.
36819         * lib/execute.c: Likewise.
36820         * lib/fatal-signal.c: Likewise.
36821         * lib/findprog.c: Likewise.
36822         * lib/mkdtemp.c: Likewise.
36823         * lib/pipe.h: Likewise.
36824         * lib/pipe.c: Likewise.
36825         * lib/wait-process.h: Likewise.
36826
36827 2006-04-23  Bruno Haible  <bruno@clisp.org>
36828
36829         * gnulib-tool (func_usage): Fix --import description. Document
36830         --update.
36831         (func_import): Create temporary file in a temporary directory, if
36832         --dry-run is specified. Silence errors from 'grep' when there are no
36833         m4 files in $m4dir.
36834         (func_create_testdir): Silence errors from 'grep' when there are no
36835         m4 files in $m4dir.
36836         Reported by Karl Berry <karl@freefriends.org>.
36837
36838 2006-04-20  Bruno Haible  <bruno@clisp.org>
36839
36840         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
36841         one argument, so that the code will be portable to Autoconf 2.60.
36842         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
36843         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
36844         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
36845
36846 2006-04-19  Derek Price  <derek@ximbiot.com>
36847             Eric Blake  <ebb9@byu.net>
36848
36849         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
36850         rather than "/full/path.h".  Update comment to match.  Shorten &
36851         generalize m4_translit call via AS_TR_CPP.
36852
36853 2006-04-19  Derek Price  <derek@ximbiot.com>
36854             Eric Blake  <ebb9@byu.net>
36855
36856         * lib/inttypes.h: Correct grammar in comment.
36857
36858 2006-04-18  Derek Price  <derek@ximbiot.com>
36859             Paul Eggert  <eggert@cs.ucla.edu>
36860
36861         * modules/inttypes: New file.
36862         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
36863
36864 2006-04-18  Derek Price  <derek@ximbiot.com>
36865             Paul Eggert  <eggert@cs.ucla.edu>
36866
36867         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
36868         New files.
36869
36870 2006-04-18  Derek Price  <derek@ximbiot.com>
36871             Paul Eggert  <eggert@cs.ucla.edu>
36872
36873         * lib/inttypes.h: New file.
36874         * lib/strtoimax.c: Assume <inttypes.h>.
36875
36876 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
36877
36878         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
36879         isn't mounted.  Problem reported by Kir Kolyshkin.
36880
36881 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36882
36883         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
36884         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
36885         Derek R. Price.
36886         * lib/regex.h (RE_DUP_MAX): Update comment to match current
36887         implementation.
36888
36889 2006-04-12  Eric Blake  <ebb9@byu.net>
36890
36891         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
36892         is now done automatically by the corresponding Autoconf macro.
36893
36894 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
36895
36896         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
36897         time_r.h.
36898
36899 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
36900
36901         Merge regex changes from libc, removing some of our
36902         POSIX-conformance changes that were rejected and redoing them in a
36903         less-intrusive way.
36904
36905         * lib/regcomp.c (re_compile_internal, init_dfa):
36906         Length arg is now size_t, not Idx.  All uses changed.
36907         (peek_token): Forward decl now says internal_function.
36908         (__re_error_msgid, __re_error_msgid_idx):
36909         Now static rather than extern with attribute_hidden.
36910         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
36911         For some reason libc prefers K&R style defns for external functions.
36912         (regerror) [!defined _LIBC]: Likewise.
36913         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
36914         (seek_collating_symbol_entry, lookup_collation_sequence_value):
36915         (build_range_exp, build_collating_symbol):
36916         Use K&R-style defn.
36917         (re_compile_fastmap): Use '\0' to memset, not 0.
36918         (utf8_sb_map): Make the calculations more obvious.
36919         (init_dfa, parse_bracket_exp, build_charclass_op):
36920         Call calloc and cast result, as glibc does.
36921         (init_word_char, fetch_token, peek_token, peek_token_bracket):
36922         (build_range_exp, build_collating_symbol):
36923         Now internal functions.
36924
36925         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
36926
36927         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
36928         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
36929         Don't depend on VMS; depend on __VMS instead, for POSIX
36930         namespace cleanness.
36931         (regoff_t): Define to ssize_t, not long int.
36932
36933         Remove the REG_ macros named below.  Instead, make the old names
36934         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
36935         __USE_GNU_REGEX.
36936         (REG_BACKSLASH_ESCAPE_IN_LISTS):
36937         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
36938         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
36939         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
36940         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
36941         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
36942         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
36943         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
36944         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
36945         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
36946         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
36947         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
36948         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
36949         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
36950         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
36951         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
36952         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
36953         (REG_NREGS):
36954         Remove.  All uses replaced by the old RE_* names.
36955         (RE_BACKSLASH_ESCAPE_IN_LISTS):
36956         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
36957         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
36958         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
36959         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
36960         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
36961         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
36962         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
36963         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
36964         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
36965         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
36966         Don't bother having these macros be independent of each others'
36967         values, since they no longer exist in the POSIX name space.
36968
36969         Rename the following member names back to their old names,
36970         unless !__USE_GNU_REGEX.  All uses changed back.
36971         (buffer): Renamed from re_buffer.
36972         (allocated): Renamed from re_allocated.
36973         (used): Renamed from re_used.
36974         (syntax): Renamed from re_syntax.
36975         (fastmap): Renamed from re_fastmap.
36976         (translate): Renamed from re_translate.
36977         (can_be_null): Renamed from re_can_be_null.
36978         (regs_allocated): Renamed from re_regs_allocated.
36979         (fastmap_accurate): Renamed from re_fastmap_accurate.
36980         (no_sub): Renamed from re_no_sub.
36981         (not_bol): Renamed from re_not_bol.
36982         (not_eol): Renamed from re_not_eol.
36983         (newline_anchor): Renamed from re_newline_anchor.
36984         (num_regs): Renamed from rm_num_regs.
36985         (start): Renamed from rm_start.
36986         (end): Renamed from rm_end.
36987
36988         (free_state): Move up a bit.
36989
36990         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
36991         #define to be empty.
36992         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
36993         when that is what is intended.
36994         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
36995         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
36996         (MAX): New macro.
36997         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
36998         All uses changed back to re_malloc, etc.  It's now the caller's
36999         responsibility to check for overflow; all callers changed.
37000         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
37001         (re_x2nrealloc): Remove.
37002         (free_state): Remove decl.
37003
37004         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
37005         (re_set_registers, re_exec):
37006         Use K&R-style defn.
37007
37008         2006-01-31  Roland McGrath  <roland@redhat.com>
37009
37010         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
37011         Reported by Mike Frysinger <vapier@gentoo.org>.
37012
37013         2006-01-15  Andreas Jaeger  <aj@suse.de>
37014
37015         [BZ #1950]
37016         * lib/regex_internal.c (re_string_reconstruct): Adjust for
37017         build_wcs_upper_buffer change.
37018         (build_wcs_upper_buffer): Change return type.
37019
37020         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
37021
37022         * lib/regex_internal.h: Include <stdint.h> if available.
37023
37024         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
37025
37026         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
37027
37028         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
37029
37030         * lib/regcomp.c: Adjust for changed secondary hash function.
37031
37032         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
37033
37034         * lib/regex.h: Pretty printing.
37035         Clean up namespace a bit.
37036
37037         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
37038
37039         * lib/regexec.c (update_cur_sifted_state, check_arrival,
37040         check_arrival_add_next_nodes): Avoid using uninitialized variable.
37041
37042         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37043                     Ulrich Drepper  <drepper@redhat.com>
37044
37045         [BZ #1302]
37046         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
37047         changed.
37048         (bitset_word_t): Renamed from bitset_word.  All uses changed.
37049
37050         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
37051
37052         [BZ #281]
37053         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
37054         * lib/regcomp.c: Remove unnecessary uses of
37055         unsigned RE_TRANSLATE_TYPE.
37056         * lib/regex_internal.h: Likewise.
37057         * lib/regex_internal.c: Likewise.
37058         * lib/regexec.c: Likewise.
37059         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
37060
37061         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
37062
37063         * lib/regexec.c (find_recover_state): Remove unnecessary
37064         initialization.
37065         (transit_state_bkref): Make DFA a const pointer.
37066         (get_subexp): Likewise.
37067         (check_arrival): Likewise.
37068         (update_cur_sifted_state): Likewise.
37069         (re_search_internal): Likewise.
37070         (prune_impossible_nodes): Likewise.
37071         (acquire_init_state_context): Likewise.
37072         (proceed_next_node): Likewise.
37073         (set_regs): Likewise.
37074         (free_fail_stack_return): Likewise.
37075         (check_arrival_expand_ecl): Mark DFA parameter as const.
37076         (check_arrival_expand_ecl_sub): Likewise.
37077         (check_subexp_limits): Likewise.
37078         (sub_epsilon_src_nodes):  Likewise.
37079         (add_epsilon_src_nodes):  Likewise.
37080         (merge_state_array): Likewise.
37081         (update_regs): Likewise.
37082         (build_trtable): Likewise.
37083         (sift_states_backward): Mark MCTX parameter as const.
37084         (build_sifted_states): Likewise.
37085         (update_cur_sifted_state): Likewise.
37086         (sift_states_mkref): Likewise.
37087         (check_arrival_expand_ecl): Mark eclosure as const.
37088         (check_dst_limits_calc_pos_1): Likewise.
37089         * lib/regex_internal.h (re_match_context_t): Make dfa a const
37090         pointer.
37091
37092         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
37093
37094         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
37095         (transit_state_sb): Likewise.
37096         (transit_state_mb): Likewise.
37097         (sift_states_iter_mb): Likewise.
37098         (check_arrival_add_next_nodes): Likewise.
37099         (check_node_accept_bytes): Change first parameter to pointer-to-const.
37100         [_LIBC] (re_search_2_stub): Use mempcpy.
37101
37102         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
37103         mbrtowc for very simple UTF-8 case.
37104
37105         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
37106         a pointer-to-const.
37107         (re_acquire_state_context): Likewise.
37108         * lib/regex_internal.h: Adjust prototypes.
37109
37110         * lib/regex.c: Prevent using C++ compilers.
37111
37112         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
37113         (re_acquire_state_context): Likewise.
37114
37115 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
37116
37117         * modules/regex (Depends-on): Add ssize_t.
37118
37119 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
37120
37121         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
37122         translation table.
37123
37124 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
37125
37126         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
37127
37128 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
37129             Bruno Haible  <bruno@clisp.org>
37130
37131         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
37132         <sys/types.h> and <inttypes.h>.
37133
37134 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37135
37136         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
37137         `__error_t_defined', so argp.h will not typedef the former.
37138
37139 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
37140
37141         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
37142         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
37143         glibc names.  Even if glibc is changed to conform to POSIX, the
37144         traditional names will be available anyway, since regex depends on
37145         the extensions module.  Also, fix a longstanding typo in the
37146         implementation of Spencer ERE test #75 from grep 2.3.  Problems
37147         reported by Emanuele Giaquinta.  Also, change sense of cached
37148         variable, so that the message makes sense.
37149
37150 2006-03-24  Simon Josefsson  <jas@extundo.com>
37151
37152         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
37153         including some doc fixes.
37154         (base64_encode_alloc): Fix +1 bug on allocation failures.
37155
37156 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37157
37158         * lib/base64.c (base64_encode): Do not read past end of array with
37159         unsanitized input on systems with CHAR_BIT > 8.
37160
37161 2006-03-24  Eric Blake  <ebb9@byu.net>
37162
37163         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
37164
37165 2006-03-22  Karl Berry  <karl@gnu.org>
37166
37167         * config/srclist.txt (*setenv.[ch]): get from coreutils.
37168         * config/srclistvars.sh (COREUTILS): new var.
37169
37170 2006-03-17  Jim Meyering  <jim@meyering.net>
37171
37172         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
37173         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
37174
37175 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
37176
37177         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
37178         no longer needs it.  Instead, check that regoff_t is as least
37179         as wide as ptrdiff_t.
37180
37181         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
37182         so that our regex.h stays compatible with the installed regex.
37183         This is helpful for installers who configure --without-included-regex.
37184         Problem reported by Emanuele Giaquinta.
37185
37186 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
37187
37188         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
37189         Typedef to long int, not to off_, as POSIX will likely change
37190         in that direction.
37191
37192 2006-03-15  Eric Blake  <ebb9@byu.net>
37193
37194         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
37195
37196 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
37197
37198         * lib/argp-help.c (validate_uparams): Fix typo
37199         * lib/argp-parse.c (argp_default_options): Consistently begin help
37200         messages with a lowercase letter.
37201
37202 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
37203
37204         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
37205         overrun buffers and shouldn't be used (much as gets shouldn't be
37206         used).
37207         * lib/time_r.c (asctime_r, ctime_r): Likewise.
37208
37209 2006-03-08  Simon Josefsson  <jas@extundo.com>
37210
37211         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
37212         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37213
37214 2006-03-08  Simon Josefsson  <jas@extundo.com>
37215
37216         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
37217         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37218
37219 2006-03-08  Simon Josefsson  <jas@extundo.com>
37220
37221         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
37222         signal that configure disabled the device.
37223
37224 2006-03-08  Simon Josefsson  <jas@extundo.com>
37225
37226         * build-aux/maint.mk: Fix refresh-po, to handle no translated
37227         languages.
37228
37229 2006-03-07  Simon Josefsson  <jas@extundo.com>
37230
37231         * modules/getopt (Depends-on): Add unistd.
37232
37233         * modules/unistd: New file.
37234
37235 2006-03-07  Simon Josefsson  <jas@extundo.com>
37236
37237         * modules/gc-random: New file.
37238
37239 2006-03-07  Simon Josefsson  <jas@extundo.com>
37240
37241         * m4/unistd_h.m4: New file.
37242
37243 2006-03-07  Simon Josefsson  <jas@extundo.com>
37244
37245         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
37246         test to be side-effect free by storing the result in the cache
37247         variable gl_cv_lib_readline, and moving the assignment of
37248         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
37249         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37250
37251 2006-03-07  Simon Josefsson  <jas@extundo.com>
37252
37253         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
37254         error on missing devices (the functions will return an error).
37255
37256         * m4/gc.m4: Move random stuff to gc-random.m4
37257
37258 2006-03-07  Simon Josefsson  <jas@extundo.com>
37259
37260         * lib/unistd_.h: New file.
37261
37262 2006-03-07  Simon Josefsson  <jas@extundo.com>
37263
37264         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
37265
37266 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
37267
37268         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
37269         Problem reported by Juan Manuel Guerrero.
37270
37271 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
37272
37273         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
37274         the unistd module.
37275         * lib/getlogin_r.c: Likewise.
37276         * lib/getlogin_r.h: Likewise.
37277         * lib/glob.c: Likewise.
37278         * lib/pagealign_alloc.c: Likewise.
37279         * lib/unistd_.h: Remove; no longer needed.
37280
37281 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
37282
37283         * MODULES.html.sh (Support for systems lacking POSIX:2001):
37284         Add unistd.
37285         * modules/c-stack (Depends-on): Add unistd.
37286         * modules/getlogin_r: Likewise.
37287         * modules/glob: Likewise.
37288         * modules/pagealign_alloc: Likewise.
37289         * modules/unistd (Files): Remove lib/unistd_.h.
37290         (EXTRA_DIST): Remove.
37291         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
37292         need unistd_.h.
37293         (MOSTLYCLEANFILES): Remove unistd.h-t.
37294
37295 2006-03-03  Simon Josefsson  <jas@extundo.com>
37296
37297         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
37298
37299 2006-03-03  Simon Josefsson  <jas@extundo.com>
37300
37301         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
37302         libidn and bison.
37303
37304 2006-03-03  Simon Josefsson  <jas@extundo.com>
37305
37306         * build-aux/maint.mk: Add indent target.
37307
37308 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
37309
37310         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
37311         our replacement poll.h in any case, to avoid a differing
37312         declaration from a system header.  Seen on AIX.
37313
37314 2006-03-01  Simon Josefsson  <jas@extundo.com>
37315
37316         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
37317         <kasal@ucw.cz>.
37318
37319 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37320
37321         * modules/gettime (Depends-on): Add extensions module.
37322         * modules/nanosleep (Depends-on): Likewise.
37323         * modules/settime (Depends-on): Likewise.
37324
37325 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37326
37327         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
37328         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
37329         pedantically.
37330         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
37331         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
37332
37333         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
37334         not "==".  Reported by Ralf Wildenhues.
37335
37336 2006-03-01  Karl Berry  <karl@gnu.org>
37337
37338         * doc/Copyright/request-*: new files, synced from gnuorg.
37339
37340 2006-03-01  Karl Berry  <karl@gnu.org>
37341
37342         * config/srclist.txt (Copyright/*): new entries.
37343
37344 2006-02-28  Simon Josefsson  <jas@extundo.com>
37345
37346         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
37347
37348 2006-02-27  Simon Josefsson  <jas@extundo.com>
37349
37350         * lib/base64.h: Indent #define's.  From Jim Meyering
37351         <jim@meyering.net>.
37352
37353 2006-02-27  Jim Meyering  <jim@meyering.net>
37354
37355         Revert the change of 2006-02-24, so these files can continue
37356         to be sync'd from gettext.
37357         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
37358         of `config.h'.
37359
37360 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
37361
37362         * modules/intprops: New file.
37363         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
37364         Add intprops.
37365         * modules/getloadavg (Files): Remove lib/intprops.h.
37366         (Depends-on): Add intprops.
37367         * modules/human: Likewise.
37368         * modules/inttostr: Likewise.
37369         * modules/openat: Likewise.
37370         * modules/sig2str: Likewise.
37371         * modules/userspec: Likewise.
37372         * modules/utimecmp: Likewise.
37373         * modules/xnanosleep: Likewise.
37374         * modules/xstrtol: Likewise.
37375
37376 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
37377
37378         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
37379         * modules/lock-tests (TESTS): Use $(EXEEXT).
37380         * modules/tls-tests: Likewise.
37381         * modules/argp-tests: Likewise.
37382         (check_PROGRAMS): New var, replacing...
37383         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
37384
37385 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37386
37387         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
37388         `config.h'.
37389
37390 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37391
37392         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
37393
37394 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37395
37396         Sync from coreutils.
37397         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
37398         gl_CHDIR_SAFER.
37399
37400 2006-02-22  Jim Meyering  <jim@meyering.net>
37401
37402         Sync from coreutils.
37403         * m4/chdir-safer.m4: New file.
37404
37405 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37406
37407         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
37408         AT_FDCWD exceeds INT_MAX.
37409         * lib/openat.h (AT_FDCWD): Likewise.
37410
37411 2006-02-17  Eric Blake  <address@hidden>
37412
37413         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
37414
37415 2006-02-16  Simon Josefsson  <jas@extundo.com>
37416
37417         * modules/getaddrinfo (Depends-on): Add sys_socket.
37418
37419 2006-02-15  Simon Josefsson  <jas@extundo.com>
37420
37421         * build-aux/maint.mk: Add dsyntax-check rule.
37422
37423 2006-02-15  Eric Blake  <ebb9@byu.net>
37424
37425         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
37426         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
37427         'present but cannot compile' warnings on cygwin.
37428         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
37429         use ws2tcpip.h if sys/socket.h works.
37430         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
37431         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
37432
37433 2006-02-14  Simon Josefsson  <jas@extundo.com>
37434
37435         * modules/maintainer-makefile (Files): Rename.
37436
37437         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
37438         and (the local) Makefile.cfg to maint-cfg.mk.
37439
37440         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
37441         to the latter.
37442
37443         * modules/maintainer-makefile: New module.
37444
37445         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
37446         severaly stripped to make it possible to build it up from scratch
37447         with reliable tests.
37448
37449         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
37450         fixes to permit overriding the default actions when configure and
37451         makefile are not available.
37452
37453 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
37454
37455         Sync from coreutils.
37456         * modules/lstat (Depends-on): Don't depend on xalloc.
37457         (License): Change from GPL to LGPL, since this is now simply a
37458         replacement for a libc function.
37459
37460 2006-02-14  Jim Meyering  <jim@meyering.net>
37461
37462         Sync from coreutils.
37463
37464         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
37465         failure on deficient systems, and simplify gnulib lgpl dependencies.
37466         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
37467         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
37468
37469         * lib/xalloc-die.c: Remove unused definition of N_.
37470
37471 2006-02-14  Jim Meyering  <jim@meyering.net>
37472
37473         Sync from coreutils.
37474         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
37475         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
37476         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
37477         double-quote uses of that variable, to accommodate the rare case in
37478         which getmntent is available in none of the libraries checked.  This
37479         happens at least on FreeBSD 5.0.
37480
37481 2006-02-13  Simon Josefsson  <jas@extundo.com>
37482
37483         * gnulib-tool (Usage): Fix --import, from
37484         karl@freefriends.org (Karl Berry).
37485
37486 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
37487
37488         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
37489
37490 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
37491
37492         * lib/argp-namefrob.h: Restore changes accidentally lost during the
37493         "autoupdate" on 2005-12-12.
37494
37495 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
37496
37497         * modules/closeout (Depends-on): Remove atexit.
37498
37499 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
37500
37501         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
37502         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
37503
37504 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
37505
37506         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
37507         __EXTENSIONS__ if this causes compilation to fail.  Problem
37508         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
37509         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
37510
37511 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
37512
37513         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
37514         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
37515         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
37516         All uses changed.
37517
37518 2006-01-26  Simon Josefsson  <jas@extundo.com>
37519
37520         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
37521         prototype is visible on mingw32.
37522
37523         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
37524         for mingw32.
37525
37526         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
37527         mingw32).
37528
37529 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
37530
37531         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
37532         attempt to open for write; this always fails, at least on POSIX
37533         hosts.  This reinstates the 2006-01-09 change, which was
37534         inadvertently removed.
37535
37536 2006-01-26  Bruno Haible  <bruno@clisp.org>
37537
37538         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
37539         Reported by Paul Eggert.
37540
37541 2006-01-26  Bruno Haible  <bruno@clisp.org>
37542             Paul Eggert  <eggert@cs.ucla.edu>
37543
37544         * lib/stdbool_.h (_Bool)
37545         [(! (defined __cplusplus || defined __BEOS__)
37546           && !defined __GNUC__
37547           && !(defined __HP_cc || defined __xlc__
37548                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
37549                || defined __sgi))]:
37550         #define to signed char in these cases too; this simplifies
37551         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
37552         etc., separately) and makes it more conservative.
37553
37554 2006-01-25  Simon Josefsson  <jas@extundo.com>
37555
37556         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
37557         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
37558         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
37559
37560 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
37561
37562         * lib/argp-namefrob.h: Bugfix. Remove stray #
37563
37564 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
37565
37566         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
37567         so that we test the test.
37568         Check for yet another HP-UX cc bug involving *bool |= bool.
37569
37570 2006-01-25  Karl Berry  <karl@gnu.org>
37571
37572         * config/srclist.txt (vasnprintf.c): sync lost.
37573
37574 2006-01-25  Jim Meyering  <jim@meyering.net>
37575
37576         Sync from the stable (b5) branch of coreutils:
37577
37578         * lib/fts.c (fts_children): Don't let close() clobber errno from
37579         failed fchdir().
37580
37581         * lib/fts.c (fts_stat): When following a symlink-to-directory,
37582         don't necessarily interpret stat-fails+lstat-succeeds as indicating
37583         a dangling symlink.  That can also happen at least for ELOOP.
37584         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
37585         FYI, this bug predates the inclusion of fts.c in coreutils.
37586
37587         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
37588         in their own block, so pre-c99 compilers don't object.
37589
37590         Avoid the double-free (first in fts_read, second in fts_close) that
37591         would occur when an `active' directory is made inaccessible (e.g.,
37592         via chmod a-x) during a traversal.
37593         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
37594         before returning.  Reproduce this failure by
37595         mkdir -p a/b; cd a; chmod a-x . b
37596         Reported by Stavros Passas.
37597
37598 2006-01-25  Jim Meyering  <jim@meyering.net>
37599
37600         * lib/fileblocks.c: Remove more useless parentheses.
37601         * lib/readutmp.h: Likewise.
37602
37603 2006-01-25  Bruno Haible  <bruno@clisp.org>
37604
37605         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
37606         warnings.
37607         Reported by Paul Eggert.
37608
37609 2006-01-25  Bruno Haible  <bruno@clisp.org>
37610
37611         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
37612         rid of a trap command. For Solaris sh.
37613         Reported by Mark D. Baushke <mdb@gnu.org>.
37614
37615 2006-01-24  Simon Josefsson  <jas@extundo.com>
37616
37617         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
37618         Bruno.
37619
37620 2006-01-24  Karl Berry  <karl@gnu.org>
37621
37622         * config/srclist.txt (argp-namefrob.h): sync lost.
37623
37624 2006-01-24  Jim Meyering  <jim@meyering.net>
37625
37626         * modules/openat (Files): Add lib/intprops.h.
37627         From Mark D. Baushke.
37628
37629 2006-01-24  Jim Meyering  <jim@meyering.net>
37630
37631         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
37632         Reported by Mark D. Baushke.
37633
37634 2006-01-24  Jim Meyering  <jim@meyering.net>
37635
37636         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
37637
37638 2006-01-24  Bruno Haible  <bruno@clisp.org>
37639
37640         * modules/strnlen (Maintainer): Change from glibc to all.
37641
37642 2006-01-24  Bruno Haible  <bruno@clisp.org>
37643
37644         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
37645         Patch by Paul Eggert.
37646
37647 2006-01-24  Bruno Haible  <bruno@clisp.org>
37648
37649         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
37650         already has it.
37651         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
37652         2005-11-26.
37653
37654         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
37655         'signed char' to avoid problems with the built-in _Bool type.
37656         Reported by Paul Eggert on 2005-11-26.
37657
37658 2006-01-24  Bruno Haible  <bruno@clisp.org>
37659
37660         * gnulib-tool (func_import): Avoid constructing complicated sed
37661         expressions inside backquote.
37662         Report and solution by Mark D. Baushke <mdb@gnu.org>.
37663
37664 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
37665
37666         These changes imported from libc.
37667         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
37668         test and two separate function calls.
37669         * lib/strndup.c (__strndup): Add libc_hidden_def.
37670
37671 2006-01-23  Simon Josefsson  <jas@extundo.com>
37672
37673         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
37674         Remove the test_*_SOURCES variable: automake infers it by default.
37675         * modules/tls-tests: Likewise.
37676
37677 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37678
37679         Work around porting bugs reported by Dieter in
37680         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
37681         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
37682         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
37683         Include "getopt.h" first, to check interface.
37684         (getenv): Declare only if defined HAVE_DECL_GETENV &&
37685         !HAVE_DECL_GETENV.
37686         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
37687         (__strndup): Revert to K&R-style function dfns, the glibc style.
37688         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
37689         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
37690         Include strnlen.h first, to get prototype properly.
37691         (strnlen): Renamed from __strnlen.
37692         Remove weak alias.
37693
37694 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37695
37696         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
37697
37698 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37699
37700         * config/srclist.txt: Adjust to reflect glibc reorganization.
37701         This affects only comments.
37702
37703 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
37704
37705          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
37706          Reported by Bruce Korb <bkorb@gnu.org>.
37707
37708 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
37709
37710         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
37711         to pacify gcc -Wswitch-default.
37712
37713 2006-01-22  Bruno Haible  <bruno@clisp.org>
37714
37715         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
37716         temporary buffer for sprintf, take into account the precision also
37717         for 'd', 'i', 'u', 'o', 'x', 'X'.
37718
37719 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
37720
37721         * modules/argp-tests: New module
37722         * tests/test-argp.c: New file
37723         * tests/test-argp-2.sh: New file
37724
37725 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
37726
37727         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
37728         (__argp_base_name): Removed
37729         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
37730         typo.
37731         (__argp_base_name): Provide macro definition or extern declaration
37732         depending on the configuration
37733
37734 2006-01-20  Simon Josefsson  <jas@extundo.com>
37735
37736         * modules/inet_ntop (Depends-on): Depend on sys_socket.
37737
37738 2006-01-20  Simon Josefsson  <jas@extundo.com>
37739
37740         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
37741
37742 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37743
37744         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
37745         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
37746         Suggested by Bruno Haible.
37747
37748 2006-01-20  Karl Berry  <karl@gnu.org>
37749
37750         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
37751         until changes propagate, I guess.
37752
37753 2006-01-19  Simon Josefsson  <jas@extundo.com>
37754
37755         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
37756
37757 2006-01-19  Simon Josefsson  <jas@extundo.com>
37758
37759         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
37760
37761 2006-01-19  Simon Josefsson  <jas@extundo.com>
37762
37763         * gnulib-tool: Set check_PROGRAMS.
37764
37765         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
37766         modules/des-tests, modules/gc-arcfour-tests,
37767         modules/gc-arctwo-tests, modules/gc-des-tests,
37768         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
37769         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
37770         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
37771         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
37772         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
37773         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
37774         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
37775         test_*_SOURCES.
37776
37777 2006-01-18  Simon Josefsson  <jas@extundo.com>
37778
37779         * modules/socklen (Depends-on): Depend on sys_socket.
37780
37781 2006-01-18  Simon Josefsson  <jas@extundo.com>
37782
37783         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
37784         modules/des-tests, modules/gc-arcfour-tests,
37785         modules/gc-arctwo-tests, modules/gc-des-tests,
37786         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
37787         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
37788         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
37789         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
37790         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
37791         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
37792         $(EXEEXT) to automake TESTS variable, for mingw32.
37793
37794 2006-01-17  Simon Josefsson  <jas@extundo.com>
37795
37796         * modules/socklen (Include): Need sys/socket.h.
37797
37798 2006-01-17  Bruno Haible  <bruno@clisp.org>
37799
37800         * modules/ssize_t (Include): Add <sys/types.h>.
37801
37802 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
37803
37804         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
37805         it's not portable and it doesn't work with cross-compiles.
37806         Problem reported by Bruno Haible.  Fix missing-$ typo in
37807         'test "gl_cv_ignore_unused_libraries" ...' that prevented
37808         -zignore from being used with Sun's C compiler.
37809
37810 2006-01-12  Simon Josefsson  <jas@extundo.com>
37811
37812         * lib/base64.c: Fix warning, reported by Bruno Haible
37813         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
37814
37815 2006-01-12  Bruno Haible  <bruno@clisp.org>
37816
37817         * modules/ldd: New file.
37818         * build-aux/ldd.sh.in: New file.
37819         * MODULES.html.sh (Support for building libraries and executables): Add
37820         ldd.
37821
37822 2006-01-12  Bruno Haible  <bruno@clisp.org>
37823
37824         * m4/ldd.m4: New file.
37825
37826 2006-01-12  Bruno Haible  <bruno@clisp.org>
37827
37828         * gnulib-tool (func_import, func_create_testdir): Don't go into an
37829         endless loop while replacing $auxdir with build-aux.
37830
37831 2006-01-11  Simon Josefsson  <jas@extundo.com>
37832
37833         * lib/stdint_.h (SIZE_MAX): Add missing (.
37834
37835 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
37836
37837         Sync from coreutils.
37838         * lib/md5.c: Fix commentary typos.
37839         (alignof, UNALIGNED_P): No need for a GCC-specific version.
37840         * lib/md5.h (__attribute__): Remove; unused.
37841         * lib/sha1.c: Fix commentary to match md5 better.
37842         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
37843         so that we don't need to worry about alignment.  All uses changed.
37844         This merges the 2005-10-28 md5 change into sha1.
37845
37846 2006-01-11  Jim Meyering  <jim@meyering.net>
37847
37848         Sync from coreutils.
37849         * lib/md5.c (OP): Fix spacing.
37850
37851 2006-01-11  Bruno Haible  <bruno@clisp.org>
37852
37853         Ensure automatic ordering between gl_LOCK and gl_ARGP.
37854         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
37855         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
37856
37857 2006-01-11  Bruno Haible  <bruno@clisp.org>
37858
37859         Ensure automatic ordering between gl_LOCK and gl_ARGP.
37860         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
37861         the "early" section as well.
37862
37863 2006-01-11  Bruno Haible  <bruno@clisp.org>
37864
37865         Avoid "ar: no archive members specified" error on MacOS X.
37866         * gnulib-tool (func_modules_add_dummy): New function.
37867         (func_import, func_create_testdir): Invoke it.
37868
37869 2006-01-11  Bruno Haible  <bruno@clisp.org>
37870
37871         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
37872         with $auxdir in AC_CONFIG_FILES statements.
37873
37874 2006-01-11  Bruno Haible  <bruno@clisp.org>
37875
37876         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37877         Initialize also noinst_HEADERS to empty.
37878
37879 2006-01-11  Bruno Haible  <bruno@clisp.org>
37880
37881         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
37882         variables.
37883         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
37884         autoreconf.
37885
37886 2006-01-11  Bruno Haible  <bruno@clisp.org>
37887
37888         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
37889         overridable by the user.
37890         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37891
37892 2006-01-10  Simon Josefsson  <jas@extundo.com>
37893
37894         * modules/sys_socket: New file.
37895
37896 2006-01-10  Simon Josefsson  <jas@extundo.com>
37897
37898         * m4/sys_socket_h.m4: New file.
37899
37900 2006-01-10  Simon Josefsson  <jas@extundo.com>
37901
37902         * lib/socket_.h: New file.
37903
37904 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
37905
37906         * modules/readutmp (Maintainer): Add myself.
37907
37908 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
37909
37910         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
37911         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
37912         People who are still concerned with buggy memcmp implementations
37913         can invoke gl_FUNC_MEMCMP themselves.
37914
37915 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
37916
37917         * lib/regex_internal.h (BITSET_WORD_BITS):
37918         Work around a bug in 64-bit PGC (before version 6.1-2), where the
37919         preprocessor mishandles large unsigned values as if they were signed.
37920         Problem reported by Claudio Fontana in
37921         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
37922
37923 2006-01-10  Jim Meyering  <jim@meyering.net>
37924
37925         Avoid the double-free (first in fts_read, second in fts_close) that
37926         would occur when an `active' directory is made inaccessible (e.g.,
37927         via chmod a-x) during a traversal.
37928         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
37929         before returning.  Reproduce this failure by
37930         mkdir -p a/b; cd a; chmod a-x . b
37931         Reported by Stavros Passas.
37932
37933         Sync from coreutils.
37934         * lib/sha1.c: Tweak grammar in a comment.
37935
37936 2006-01-10  Jim Meyering  <jim@meyering.net>
37937
37938         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
37939         Patch by Joerg Sonnenberger.
37940
37941 2006-01-10  Bruno Haible  <bruno@clisp.org>
37942
37943         * modules/readutmp: Depend on module free.
37944         * modules/strtok_r: Depend on module restrict.
37945
37946 2006-01-10  Bruno Haible  <bruno@clisp.org>
37947
37948         * modules/gettext (configure.ac): Add an invocation of
37949         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
37950
37951 2006-01-10  Bruno Haible  <bruno@clisp.org>
37952
37953         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
37954         Reported by Werner Lemberg <wl@gnu.org>.
37955
37956 2006-01-10  Bruno Haible  <bruno@clisp.org>
37957
37958         * lib/localcharset.c: Update from GNU gettext.
37959
37960 2006-01-10  Bruno Haible  <bruno@clisp.org>
37961
37962         * lib/argp.h (__const): Remove macro. Use const instead.
37963         * lib/argp-fmtstream.h (__const): Likewise.
37964         * lib/glob_.h (__const): Remove macro.
37965         * lib/glob-libc.h: Use const instead of __const.
37966
37967 2006-01-10  Bruno Haible  <bruno@clisp.org>
37968
37969         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
37970         variable.
37971         Needed to avoid an automake error regarding the 'gettext' module.
37972
37973 2006-01-09  Simon Josefsson  <jas@extundo.com>
37974
37975         * modules/inet_ntop (Depends-on): Add restrict.
37976
37977 2006-01-09  Simon Josefsson  <jas@extundo.com>
37978
37979         * modules/gc-rijndael-tests (License): Put under LGPL.
37980
37981         * modules/gc-des-tests (License): Likewise.
37982
37983         * modules/gc-arcfour-tests (License): Likewise.
37984
37985         * modules/gc-arctwo-tests (License): Likewise.
37986
37987         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
37988
37989         * modules/gc-hmac-sha1-tests (Files): Likewise.
37990
37991         * modules/gc-hmac-md5-tests (License): Likewise.
37992
37993         * modules/gc-sha1-tests (License): Likewise.
37994
37995         * modules/gc-md5-tests (License): Likewise.
37996
37997         * modules/gc-md4-tests (License): Likewise.
37998
37999         * modules/gc-md2-tests (License): Likewise.
38000
38001         * modules/gc-tests (License): Likewise.
38002
38003         * modules/des-tests (License): Likewise.
38004
38005         * modules/md4-tests (License): Likewise.
38006
38007         * modules/md2-tests (License): Likewise.
38008
38009 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
38010
38011         Sync from coreutils:
38012
38013         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
38014         * modules/lib-ignore: New file.
38015         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
38016         chdir-safer.m4, lchmod.m4.
38017         * modules/openat: Add mkdirat.c, openat-priv.h.
38018
38019 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
38020
38021         Sync from coreutils.
38022         * m4/lib-ignore.m4: New file.
38023         * m4/lchmod.m4: New file.
38024
38025 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
38026
38027         Sync from coreutils.
38028         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
38029         for write access: POSIX says that must fail.
38030         * lib/fts.c (diropen): Likewise.
38031         * lib/save-cwd.c (save_cwd): Likewise.
38032         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
38033         well, for minor improvements on hosts that lack O_DIRECTORY.
38034         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
38035         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
38036         Fall back on chown if open failed with EACCES.
38037
38038         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
38039         Report an error at compile-time if only a 1-second nominal clock
38040         resolution is found.
38041
38042         * lib/lchmod.h: New file.
38043         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
38044         (make_dir_parents): Use lchown rather than chown, and
38045         lchmod rather than chmod.
38046
38047         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
38048         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
38049         "proc" reported by n0dalus.
38050
38051         * lib/mountlist.c: Include <limits.h>.
38052         (dev_from_mount_options)
38053         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
38054         New function.  It no longer assumes "dev=" has the System V meaning
38055         on Linux (since it doesn't).  It also parses "dev=" more carefully.
38056         (read_file_system_list)
38057         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
38058         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
38059         dev= in that case.
38060
38061         * lib/posixtm.h (PDS_PRE_2000): New macro.
38062         * lib/posixtm.c (year): Arg is now syntax_bits rather than
38063         allow_century.  All usages changed.  Reject dates outside the range
38064         1969-1999 if PDS_PRE_2000 is used.
38065
38066 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
38067
38068         Sync from coreutils.
38069         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
38070         (Time of day items): Mention the possibility of leap seconds.
38071         Problem reported by Dr. David Alan Gilbert.
38072
38073 2006-01-09  Jim Meyering  <jim@meyering.net>
38074
38075         Sync from coreutils.
38076
38077         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
38078
38079         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
38080
38081         * lib/modechange.c (mode_compile): Reject an invalid mode string
38082         that starts with an octal digit.  From Andreas Gruenbacher.
38083
38084         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
38085         and dup to open_safer and dup_safer, respectively.
38086         (openat_permissive): Fix typo in comment.
38087
38088         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
38089         "gettext.h"; either no longer needed or are guaranteed by openat.h.
38090         (_): Remove; no longer needed.
38091         (openat): Renamed from rpl_openat; no need for rpl_openat
38092         since openat.h renames openat for us.
38093         Replace most of the body with a call to openat_permissive,
38094         to avoid duplicate code.
38095         Port to (probably hypothetical) environments were mode_t is
38096         wider than int.
38097         (openat_permissive): Require mode arg, so that we can check
38098         types better.  Put it just after flags.  Change cwd failure
38099         indicator from pointer-to-bool to pointer-to-errno-value.
38100         All callers changed.
38101         Invoke openat_save_fail and/or openat_restore_fail if
38102         cwd_errno is null, so that openat can call us.
38103         (openat_permissive, fdopendir, fstatat, unlinkat):
38104         Simplify errno handling to avoid some duplicate code,
38105         as it's OK to set errno on success.
38106         * lib/openat.h: Revamp code so that function macros depend on
38107         __OPENAT_PREFIX only, not also on AT_FDCWD.
38108         (openat_ro): Remove.  Caller changed to use openat_permissive.
38109         (openat_permissive): Now a macro, if not a function.
38110         (openat_restore_fail, openat_save_fail): Now always functions,
38111         since mkdirat needs them even if __OPENAT_PREFIX is defined.
38112
38113         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
38114         and openat.c.
38115         * lib/mkdirat.c: Include openat-priv.h.
38116         Remove definitions of macros defined therein.
38117         * lib/openat.c: Likewise.
38118
38119         * lib/mkdirat.c (mkdirat): New file and function.
38120         * lib/openat.h (mkdirat): Declare.
38121
38122         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
38123
38124         * lib/openat.h (openat_permissive): Declare.
38125         (openat_ro): Define.
38126
38127         * lib/openat.c (EXPECTED_ERRNO): New macro.
38128         (openat_permissive): New function -- used in remove.c rewrite.
38129         (all functions): Set errno just before returning, only if there
38130         was an actual failure.
38131         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
38132
38133         Emulate openat-family functions using Linux's procfs, if possible.
38134         Idea and some code based on Ulrich Drepper's glibc changes.
38135
38136         * lib/openat.c: (BUILD_PROC_NAME): New macro.
38137         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
38138         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
38139         before falling back on save_cwd and restore_cwd.
38140         (fdopendir, fstatat, unlinkat): Likewise.
38141
38142         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
38143         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
38144
38145         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
38146         as second argument to va_arg.  Otherwise, some versions of gcc
38147         warn that `if this code is reached, the program will abort'.
38148
38149 2006-01-09  Jim Meyering  <jim@meyering.net>
38150
38151         Sync from coreutils.
38152         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
38153         Require openat-priv.h.
38154
38155 2006-01-09  Bruno Haible  <bruno@clisp.org>
38156
38157         * modules/strnlen (Include): Use strnlen.h.
38158
38159 2006-01-09  Bruno Haible  <bruno@clisp.org>
38160
38161         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
38162
38163 2006-01-09  Bruno Haible  <bruno@clisp.org>
38164
38165         * lib/sysexit_.h (EX_OK): New macro.
38166         Suggested by Martin Lambers <marlam@marlam.de>.
38167
38168 2006-01-09  Bruno Haible  <bruno@clisp.org>
38169
38170         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
38171         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
38172
38173 2006-01-09  Bruno Haible  <bruno@clisp.org>
38174
38175         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
38176         numbers.
38177
38178 2006-01-09  Bruno Haible  <bruno@clisp.org>
38179
38180         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
38181         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
38182         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
38183         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
38184
38185 2006-01-09  Bruno Haible  <bruno@clisp.org>
38186
38187         * build-aux/javacomp.sh.in: New file, moved from lib/.
38188         * modules/javacomp-script (Files): Update.
38189         (configure.ac): Add AC_CONFIG_FILES invocation.
38190         (EXTRA_DIST): Remove variable.
38191
38192         * build-aux/javaexec.sh.in: New file, moved from lib/.
38193         * modules/javaexec (Files): Update.
38194         (configure.ac): Add AC_CONFIG_FILES invocation.
38195         (EXTRA_DIST): Remove javaexec.sh.in.
38196
38197         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
38198         * modules/csharpcomp-script (Files): Update.
38199         (configure.ac): Add AC_CONFIG_FILES invocation.
38200         (EXTRA_DIST): Remove variable.
38201
38202         * build-aux/csharpexec.sh.in: New file, moved from lib/.
38203         * modules/csharpexec (Files): Update.
38204         (configure.ac): Add AC_CONFIG_FILES invocation.
38205         (EXTRA_DIST): Remove csharpexec.sh.in.
38206
38207 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
38208
38209         Sync from coreutils.
38210
38211         Add POSIX ACL support
38212         * lib/acl.h (copy_acl, set_acl): Add declarations.
38213         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
38214         systems other than Linux.
38215         (chmod_or_fchmod): New function: use fchmod when possible,
38216         and chmod otherwise.
38217         (file_has_acl): Add a POSIX ACL implementation, with a
38218         Linux-specific subcase.
38219         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
38220         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
38221         acls are unsupported.
38222         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
38223         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
38224         are unsupported.
38225
38226 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
38227
38228         Sync from coreutils.
38229         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
38230
38231 2006-01-07  Bruno Haible  <bruno@clisp.org>
38232
38233         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
38234         gl_EARLY.
38235
38236 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38237
38238         * lib/strftime.c (tzname): Don't declare if it is already #defined.
38239         Problem reported for Mingw by Mark Junker.
38240
38241 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38242
38243         * README: Gnulib normally doesn't generate a tarball.
38244
38245 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
38246
38247         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
38248         long int, not int, for nanosecond counts, so that people who are
38249         used to POSIX struct timespec won't be surprised.  Reported by Jim
38250         Meyering.
38251
38252 2005-12-28  Bruno Haible  <bruno@clisp.org>
38253
38254         * build-aux/config.rpath: Update from GNU gettext.
38255
38256 2005-12-16  Jim Meyering  <jim@meyering.net>
38257
38258         * modules/fprintftime: New module.
38259         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
38260
38261 2005-12-16  Jim Meyering  <jim@meyering.net>
38262
38263         * m4/fprintftime.m4: New file.
38264
38265 2005-12-16  Jim Meyering  <jim@meyering.net>
38266
38267         * lib/fprintftime.c, lib/fprintftime.h: New files.
38268
38269 2005-12-15  Simon Josefsson  <jas@extundo.com>
38270
38271         * modules/socklen (configure.ac): Fix M4 macro name, to align with
38272         new m4/socklen.m4.
38273
38274 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
38275
38276         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
38277         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
38278
38279 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
38280
38281         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
38282         * lib/argp-help.c (fill_in_uparams): Check if the constructed
38283         struct uparams is valid. Fall back to the default values if it is
38284         not.
38285
38286 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38287
38288         * modules/argp (Files): Add argp-pin.c
38289         (Depends-on): dirname
38290         (lib_SOURCES): Add argp-pin.c
38291
38292 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38293
38294         * m4/argp.m4:  Check if program_invocation_name and
38295         program_invocation_short_name are declared and define appropriate
38296         macros if they are not.
38297
38298 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38299
38300         * lib/argp-help.c (__argp_base_name): New function
38301         (__argp_short_program_name): Rewrite using __argp_base_name
38302         * lib/argp-namefrob.h: Define program_invocation_name and
38303         program_invocation_short_name if requested
38304         (__argp_base_name): Add prototype
38305         * lib/argp-parse.c (argp_def): Use gettext wrappers
38306         (argp_default_parser): Use __argp_base_name
38307         * lib/argp-pin.c: New file. Defines program_invocation_name and
38308         program_invocation_short_name on systems that lack them.
38309
38310 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
38311
38312         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
38313         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
38314         porting problem reported by Georg Schwarz in
38315         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
38316
38317 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
38318
38319         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
38320         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
38321         porting problem reported by Georg Schwarz in
38322         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
38323
38324 2005-12-05  Bruno Haible  <bruno@clisp.org>
38325
38326         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
38327         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
38328         Reported by Mark Junker <mjscod@gmx.de>.
38329
38330 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
38331
38332         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
38333         Use implementation from Albert Chin, with some
38334         comments/corrections by Stepan Kasal and myself.
38335
38336 2005-12-02  Bruno Haible  <bruno@clisp.org>
38337
38338         * gnulib-tool (func_import): Accept GPLed build tool modules when
38339         --lgpl is given.
38340         * modules/csharpcomp-script: New file.
38341         * modules/csharpcomp: Depend on it.
38342         * modules/javacomp-script: New file.
38343         * modules/javacomp: Depend on it.
38344         Suggested by Simon Josefsson.
38345
38346 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
38347
38348         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
38349         statement, to work around an HP-UX 10.20 compiler bug reported by
38350         Peter O'Gorman.
38351
38352 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
38353
38354         * modules/savedir (Depends-on): Add openat.
38355
38356 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
38357
38358         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
38359         (uintmax_t) [defined uintmax_t]: Do not declare.
38360         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
38361         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
38362         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
38363         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
38364         sake of portability to weird hosts that C allows (though we don't
38365         know of any practical examples).
38366
38367         * lib/savedir.h (fdsavedir): New decl.
38368         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
38369         contains most of the former guts of savedir.
38370         (savedir): Use savedirstream.
38371         Include "openat.h".
38372
38373 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
38374
38375         * modules/obstack (Files): Add m4/ulonglong.m4.
38376         Problem reported by Davide Angelocola.
38377
38378 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
38379
38380         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
38381         coreutils no longer futzes with rounding modes.
38382
38383 2005-11-14  Jim Meyering  <jim@meyering.net>
38384
38385         * lib/mkstemp-safer.c: Include <config.h>, required for possible
38386         replacement of mkstemp.
38387
38388 2005-11-10  Simon Josefsson  <jas@extundo.com>
38389
38390         * lib/readline.c: Remove EOL.
38391
38392 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
38393
38394         * modules/gethrxtime (Depends-on): Add gettime.
38395
38396 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
38397
38398         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
38399         or gettimeofday; no longer needed.
38400
38401 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
38402
38403         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
38404         time business.
38405         (gethrxtime) [! (HAVE_NANOUPTIME
38406         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
38407         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
38408         our own approximation.
38409
38410 2005-11-08  Eric Blake  <ebb9@byu.net>
38411
38412         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
38413
38414 2005-11-08  Eric Blake  <ebb9@byu.net>
38415
38416         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
38417
38418 2005-11-04  Bruno Haible  <bruno@clisp.org>
38419
38420         * gnulib-tool: Implement --update mode.
38421
38422 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
38423
38424         Fix porting problem reported by Theodoros V. Kalamatianos.
38425         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
38426         Don't assume that futimes failing means we must fail.
38427
38428 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
38429
38430         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
38431         variables to suggest the intended function of the PATH_MAX check.
38432
38433 2005-10-30  Kean Johnston  <jkj@sco.com>
38434
38435         Trivial changes to support SCO systems.
38436         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
38437         as PATH_MAX.
38438         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
38439         where __ptr is null when no I/O is pending.
38440
38441 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38442
38443         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
38444         leave errno alone.  Problem reported by Dmitry V. Levin.
38445
38446 2005-10-28  Simon Josefsson  <jas@extundo.com>
38447
38448         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
38449         Test more.
38450
38451         * tests/test-gc-md2.c, tests/test-md2.c: New files.
38452
38453         * modules/md2, modules/md2-tests: New files.
38454
38455 2005-10-28  Simon Josefsson  <jas@extundo.com>
38456
38457         * m4/inet_ntop.m4: More tests.
38458
38459         * m4/gc-md2.m4, md2.m4: New file.
38460
38461 2005-10-28  Simon Josefsson  <jas@extundo.com>
38462
38463         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
38464         "restrict" keywords, as per POSIX.  Protect the function
38465         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
38466         Don't use K&R prototypes.  Check the sprintf return values.
38467         Re-define EAFNOSUPPORT if not present.  Indent.
38468
38469         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
38470         suggested by Bruno Haible <bruno@clisp.org>.
38471
38472         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
38473
38474         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
38475
38476         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
38477         libgcrypt).
38478
38479         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
38480
38481         * lib/md2.h, lib/md2.c: New files.
38482
38483 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
38484
38485         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
38486         errno alone.  Problem reported by Frederic Jolliton.
38487
38488 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
38489
38490         * modules/verify (License): Change from GPL to LGPL.  This is a
38491         tiny module and there are apparently near-equivalents that are
38492         under the BSD license.
38493
38494 2005-10-24  Simon Josefsson  <jas@extundo.com>
38495
38496         * modules/sha1: Relicense to LGPL.
38497
38498 2005-10-24  Simon Josefsson  <jas@extundo.com>
38499
38500         * lib/md4.h: Shrink buffer size, now that we changed the type.
38501
38502 2005-10-23  Simon Josefsson  <jas@extundo.com>
38503
38504         * gnulib-tool (func_import): Fix --tests-base.
38505
38506 2005-10-22  Simon Josefsson  <jas@extundo.com>
38507
38508         * modules/arcfour (Depends-on): Need stdint.
38509
38510 2005-10-22  Simon Josefsson  <jas@extundo.com>
38511
38512         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
38513         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
38514
38515 2005-10-22  Simon Josefsson  <jas@extundo.com>
38516
38517         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
38518         suggested by Bruno Haible <bruno@clisp.org>.
38519
38520 2005-10-22  Simon Josefsson  <jas@extundo.com>
38521
38522         * lib/crc.h: Include stddef.h, for size_t.
38523
38524 2005-10-22  Simon Josefsson  <jas@extundo.com>
38525
38526         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
38527         arcfour_context struct (simplify test vector testing in GNU
38528         Shishi).
38529
38530 2005-10-21  Simon Josefsson  <jas@extundo.com>
38531
38532         * modules/des, modules/des-tests: New files.
38533
38534         * modules/gc-des, modules/gc-des-tests: New files.
38535
38536         * tests/test-des.c, tests/test-gc-des.c: New file.
38537
38538 2005-10-21  Simon Josefsson  <jas@extundo.com>
38539
38540         * modules/arctwo, modules/arctwo-tests: New files.
38541
38542         * tests/test-arctwo.c: New file.
38543
38544         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
38545
38546         * tests/test-gc-arctwo.c: New file.
38547
38548 2005-10-21  Simon Josefsson  <jas@extundo.com>
38549
38550         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
38551         Bruno Haible <bruno@clisp.org>.
38552
38553         * m4/gc-des.m4: New file.
38554
38555 2005-10-21  Simon Josefsson  <jas@extundo.com>
38556
38557         * m4/arctwo.m4: New file.
38558
38559         * m4/gc-arctwo.m4: New file.
38560
38561 2005-10-21  Simon Josefsson  <jas@extundo.com>
38562
38563         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
38564         block.
38565
38566 2005-10-21  Simon Josefsson  <jas@extundo.com>
38567
38568         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
38569         <bruno@clisp.org>.
38570
38571         * lib/hmac-sha1.c (hmac_sha1): Likewise.
38572
38573         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
38574         Bruno Haible <bruno@clisp.org>.
38575
38576         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
38577         <bruno@clisp.org>.
38578
38579 2005-10-21  Simon Josefsson  <jas@extundo.com>
38580
38581         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
38582
38583 2005-10-21  Simon Josefsson  <jas@extundo.com>
38584
38585         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
38586
38587 2005-10-21  Simon Josefsson  <jas@extundo.com>
38588
38589         * lib/des.h, lib/des.c: New files.
38590
38591         * lib/gc-gnulib.c: Support DES.c
38592
38593 2005-10-21  Simon Josefsson  <jas@extundo.com>
38594
38595         * lib/arctwo.h, lib/arctwo.c: New files.
38596
38597         * lib/gc-gnulib.c: Support ARCTWO.
38598
38599 2005-10-21  Simon Josefsson  <jas@extundo.com>
38600
38601         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
38602         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38603
38604 2005-10-21  Simon Josefsson  <jas@extundo.com>
38605
38606         * gnulib-tool (func_import, func_create_testdir): Define automake
38607         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
38608         Makefile.am snippet),
38609         suggested by Bruno Haible <bruno@clisp.org>.
38610
38611         * modules/gc (Makefile.am): Use it.
38612
38613 2005-10-21  Bruno Haible  <bruno@clisp.org>
38614
38615         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
38616         patch.
38617
38618 2005-10-19  Simon Josefsson  <jas@extundo.com>
38619
38620         * tests/test-gc-rijndael.c: New file.
38621
38622         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
38623
38624 2005-10-19  Simon Josefsson  <jas@extundo.com>
38625
38626         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
38627         interface too.
38628
38629 2005-10-19  Simon Josefsson  <jas@extundo.com>
38630
38631         * tests/test-gc-arcfour.c: New file.
38632
38633         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
38634
38635 2005-10-19  Simon Josefsson  <jas@extundo.com>
38636
38637         * modules/gc-md4, modules/gc-md4-tests: New file.
38638
38639         * tests/test-gc-md4.c: New file.
38640
38641 2005-10-19  Simon Josefsson  <jas@extundo.com>
38642
38643         * m4/gc-md4.m4: New file.
38644
38645 2005-10-19  Simon Josefsson  <jas@extundo.com>
38646
38647         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
38648         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
38649         <kasal@ucw.cz>.
38650
38651 2005-10-19  Simon Josefsson  <jas@extundo.com>
38652
38653         * m4/gc-arcfour.m4: New file.
38654
38655         * m4/gc-rijndael.m4: New file.
38656
38657 2005-10-19  Simon Josefsson  <jas@extundo.com>
38658
38659         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
38660
38661 2005-10-19  Simon Josefsson  <jas@extundo.com>
38662
38663         * lib/gc-gnulib.c: Support ARCFOUR.
38664
38665 2005-10-19  Simon Josefsson  <jas@extundo.com>
38666
38667         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
38668         support.
38669
38670         * lib/gc.h: Add ECB enum type.
38671
38672         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
38673
38674 2005-10-18  Simon Josefsson  <jas@extundo.com>
38675
38676         * tests/test-md5.c: New file.
38677
38678         * modules/md5-tests: New file.
38679
38680 2005-10-18  Simon Josefsson  <jas@extundo.com>
38681
38682         * tests/test-md4.c: New file.
38683
38684         * modules/md4, modules/md4-tests: New files.
38685
38686 2005-10-18  Simon Josefsson  <jas@extundo.com>
38687
38688         * m4/md4.m4: New file.
38689
38690 2005-10-18  Simon Josefsson  <jas@extundo.com>
38691
38692         * lib/md4.h, lib/md4.c: New files, based on md5.?.
38693
38694 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
38695
38696         * gnulib-tool (func_create_testdir): Omit the second check whether
38697         BUILT_SOURCES in nonempty.
38698
38699 2005-10-17  Simon Josefsson  <jas@extundo.com>
38700
38701         * tests/test-rijndael.c: New file.
38702
38703 2005-10-17  Simon Josefsson  <jas@extundo.com>
38704
38705         * modules/sha1: Depend on stdint instead of md5.
38706
38707         * modules/md5: Depend on stdint, remove uint32_t.
38708
38709 2005-10-17  Simon Josefsson  <jas@extundo.com>
38710
38711         * modules/gc-sha1-tests: New file.
38712
38713         * tests/test-gc-sha1.c: New file.
38714
38715 2005-10-17  Simon Josefsson  <jas@extundo.com>
38716
38717         * m4/md5.m4: Remove call to uint32_t.m4.
38718
38719 2005-10-17  Simon Josefsson  <jas@extundo.com>
38720
38721         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
38722
38723         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
38724         md5.h.
38725
38726         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
38727
38728         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
38729
38730 2005-10-17  Simon Josefsson  <jas@extundo.com>
38731
38732         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
38733
38734 2005-10-17  Simon Josefsson  <jas@extundo.com>
38735
38736         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
38737
38738 2005-10-17  Simon Josefsson  <jas@extundo.com>
38739
38740         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
38741
38742         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
38743
38744 2005-10-17  Bruno Haible  <bruno@clisp.org>
38745
38746         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
38747         that it can also be used in a test.
38748
38749 2005-10-16  Bruno Haible  <bruno@clisp.org>
38750
38751         * gnulib-tool (func_emit_tests_Makefile_am): Also define
38752         TESTS_ENVIRONMENT, so that individual tests can augment it.
38753
38754         * gnulib-tool (func_create_testdir): Use an intermediate target for
38755         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
38756         macros, like $(ALLOCA_H), which cannot be passed through the command
38757         line.
38758
38759 2005-10-15  Simon Josefsson  <jas@extundo.com>
38760
38761         * modules/rijndael-tests: New file.
38762
38763         * modules/rijndael: New file.
38764
38765 2005-10-15  Simon Josefsson  <jas@extundo.com>
38766
38767         * m4/rijndael.m4: New file.
38768
38769 2005-10-15  Simon Josefsson  <jas@extundo.com>
38770
38771         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
38772
38773         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
38774
38775 2005-10-14  Simon Josefsson  <jas@extundo.com>
38776
38777         * tests/test-arcfour.c: New file.
38778
38779         * modules/arcfour, modules/arcfour-tests: New files.
38780
38781 2005-10-14  Simon Josefsson  <jas@extundo.com>
38782
38783         * m4/arcfour.m4: New file.
38784
38785 2005-10-14  Simon Josefsson  <jas@extundo.com>
38786
38787         * lib/arcfour.h, lib/arcfour.c: New files.
38788
38789 2005-10-14  Roland McGrath  <roland@redhat.com>
38790
38791         Import from libc.  [BZ #1331]
38792         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
38793         macro argument.
38794         Reported by Matej Vela <vela@debian.org>.
38795
38796 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
38797
38798         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
38799         include <wchar.h>; no longer needed.
38800
38801 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
38802
38803         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
38804
38805 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
38806         and  Ulrich Drepper  <drepper@redhat.com>
38807
38808         Import from libc.
38809         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
38810         instead of inline stream orientation test and two separate
38811         function calls.  Pay no attention to USE_IN_LIBIO.
38812
38813 2005-10-13  Simon Josefsson  <jas@extundo.com>
38814
38815         * modules/gc-hmac-md5-tests: New file.
38816
38817         * tests/test-gc-hmac-sha1.c: New file.
38818
38819         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
38820
38821         * modules/gc-hmac-md5-tests: New file.
38822
38823         * tests/test-gc-md5.c: New file.
38824
38825         * modules/gc-md5-tests: New file.
38826
38827 2005-10-13  Simon Josefsson  <jas@extundo.com>
38828
38829         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
38830         Move memory allocation outside of loop.
38831
38832 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
38833
38834         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
38835         intermediate directory is in a read-only file system.  Problem
38836         reported by Eric Blake.
38837
38838 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
38839
38840         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
38841
38842 2005-10-12  Simon Josefsson  <jas@extundo.com>
38843
38844         * tests/test-hmac-sha1.c: New file.
38845
38846         * modules/hmac-sha1-tests: New file.
38847
38848         * modules/hmac-sha1: New file.
38849
38850 2005-10-12  Simon Josefsson  <jas@extundo.com>
38851
38852         * modules/gc-sha1: New file.
38853
38854 2005-10-12  Simon Josefsson  <jas@extundo.com>
38855
38856         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
38857
38858         * tests/test-gc-pbkdf2-sha1.c: New file.
38859
38860 2005-10-12  Simon Josefsson  <jas@extundo.com>
38861
38862         * modules/gc-md5, modules/gc-hmac-md5: New files.
38863
38864         * modules/gc (Files): Remove md5, memxor and hmac files.
38865
38866 2005-10-12  Simon Josefsson  <jas@extundo.com>
38867
38868         * m4/gc-pbkdf2-sha1.m4: New file.
38869
38870         * m4/gc-hmac-sha1.m4: New file.
38871
38872         * m4/gc-sha1: New file.
38873
38874         * m4/hmac-sha1.m4: New file.
38875
38876 2005-10-12  Simon Josefsson  <jas@extundo.com>
38877
38878         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
38879
38880         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
38881
38882 2005-10-12  Simon Josefsson  <jas@extundo.com>
38883
38884         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
38885         suggested by Bruno Haible <bruno@clisp.org>.
38886
38887 2005-10-12  Simon Josefsson  <jas@extundo.com>
38888
38889         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
38890
38891 2005-10-12  Simon Josefsson  <jas@extundo.com>
38892
38893         * lib/gc-pbkdf2-sha1.c: New file.
38894
38895         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
38896
38897 2005-10-12  Simon Josefsson  <jas@extundo.com>
38898
38899         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
38900
38901         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
38902
38903 2005-10-12  Simon Josefsson  <jas@extundo.com>
38904
38905         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
38906         GC_USE_HMAC_MD5, respectively.
38907
38908         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
38909         (gc_md5): Fix typo.
38910
38911         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
38912
38913         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
38914
38915         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
38916
38917 2005-10-12  Bruno Haible  <bruno@clisp.org>
38918
38919         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
38920         Reported by Stepan Kasal <kasal@ucw.cz>.
38921
38922 2005-10-11  Simon Josefsson  <jas@extundo.com>
38923
38924         * tests/test-crc.c: New file.
38925
38926         * modules/crc, modules/crc-tests: New files.
38927
38928 2005-10-11  Simon Josefsson  <jas@extundo.com>
38929
38930         * m4/crc.m4: New file.
38931
38932 2005-10-11  Simon Josefsson  <jas@extundo.com>
38933
38934         * lib/gc.h: Add gc_hash and gc_hash_buffer.
38935
38936         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
38937
38938         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
38939
38940 2005-10-11  Simon Josefsson  <jas@extundo.com>
38941
38942         * lib/crc.h, lib/crc.c: New files.
38943
38944         * lib/gc.h (gc_hash_buffer): Add doc.
38945
38946 2005-10-11  Bruno Haible  <bruno@clisp.org>
38947
38948         * modules/c-strcasestr: New file.
38949         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
38950
38951 2005-10-11  Bruno Haible  <bruno@clisp.org>
38952
38953         * modules/c-strcase: New file.
38954         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
38955
38956 2005-10-11  Bruno Haible  <bruno@clisp.org>
38957
38958         * lib/strcasecmp.c: Include limits.h.
38959         (strcasecmp): Avoid integer overflow on exotic platforms.
38960         * lib/strncasecmp.c: Include limits.h.
38961         (strncasecmp): Avoid integer overflow on exotic platforms.
38962         Reported by Paul Eggert.
38963
38964 2005-10-11  Bruno Haible  <bruno@clisp.org>
38965
38966         * lib/c-strcasestr.h: New file, from GNU gettext.
38967         * lib/c-strcasestr.c: New file, from GNU gettext.
38968
38969 2005-10-11  Bruno Haible  <bruno@clisp.org>
38970
38971         * lib/c-strcase.h: New file, from GNU gettext.
38972         * lib/c-strcasecmp.c: New file, from GNU gettext.
38973         * lib/c-strncasecmp.c: New file, from GNU gettext.
38974
38975 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38976
38977         * modules/mempcpy (License): GPL -> LGPL.
38978         * modules/strchrnul (License): Likewise.
38979         * modules/sysexits (License): Likewise.
38980
38981 2005-10-08  Simon Josefsson  <jas@extundo.com>
38982
38983         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
38984
38985 2005-10-07  Simon Josefsson  <jas@extundo.com>
38986
38987         * m4/memxor.m4: Remove gl_C_RESTRICT call.
38988
38989 2005-10-06  Simon Josefsson  <jas@extundo.com>
38990
38991         * tests/test-hmac-md5.c: New file.
38992
38993         * modules/hmac-md5-tests: New file.
38994
38995         * modules/hmac-md5: New file.
38996
38997 2005-10-06  Simon Josefsson  <jas@extundo.com>
38998
38999         * m4/hmac-md5.m4: New file.
39000
39001         * m4/memxor.m4: Require gl_C_RESTRICT.
39002
39003 2005-10-06  Simon Josefsson  <jas@extundo.com>
39004
39005         * lib/memxor.c (memxor): Avoid casts and warnings.
39006
39007 2005-10-06  Simon Josefsson  <jas@extundo.com>
39008
39009         * lib/hmac-md5.c: New file.
39010
39011         * lib/hmac.h: New file.
39012
39013 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39014
39015         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
39016         promotes to int, not unsigned int, to catch the AIX 5.3
39017         compiler bug.
39018
39019 2005-10-05  Simon Josefsson  <jas@extundo.com>
39020
39021         * modules/memxor: New file.
39022
39023         * modules/iconv (Files): Move config.rpath to havelib, it is used
39024         there.
39025
39026         * modules/havelib (Files): Add config.rpath.
39027
39028 2005-10-05  Simon Josefsson  <jas@extundo.com>
39029
39030         * m4/memxor.m4: New file.
39031
39032 2005-10-05  Simon Josefsson  <jas@extundo.com>
39033
39034         * lib/memxor.c (memxor): Fix compiler error.
39035
39036         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
39037         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
39038
39039         * lib/memxor.h, lib/memxor.c: New files.
39040
39041         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
39042         we assume all systems have it, suggested by Jim Meyering
39043         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
39044         any systems lack sys/socket.h; mingw32 is known to lack it, but we
39045         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
39046         same reasons.
39047
39048 2005-10-05  Simon Josefsson  <jas@extundo.com>
39049
39050         * config/srclist.txt: Add glibc bug 1423 for md5.h.
39051
39052 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
39053
39054         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
39055         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
39056         needed, since the source code now assumes these .h files.
39057
39058 2005-10-05  Derek Price  <derek@ximbiot.com>
39059
39060         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
39061
39062 2005-10-05  Bruno Haible  <bruno@clisp.org>
39063
39064         * modules/stdint (License): Change to LGPL.
39065
39066 2005-10-04  Simon Josefsson  <jas@extundo.com>
39067
39068         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
39069         D. Baushke" <mdb@gnu.org>.
39070
39071 2005-10-04  Bruno Haible  <bruno@clisp.org>
39072
39073         * lib/verify.h (verify_true): Provide alternative definition for C++.
39074
39075 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
39076
39077         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
39078         (SSIZE_MAX): New macro, if not already defined.
39079         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
39080         than 2 GiB.
39081
39082 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
39083
39084         Sync from coreutils.
39085         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
39086         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
39087         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
39088         ULLONG_MAX doesn't work with 2.7.2.1.
39089
39090 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
39091
39092         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
39093         From Ben Pfaff.
39094
39095         * modules/exclude (Depends-on): Depend on verify.
39096         * modules/strtoimax (Depends-on): Likewise.
39097         * modules/utimecmp (Depends-on): Likewise.
39098
39099 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
39100
39101         * lib/exclude.c: Include verify.h.
39102         (verify): Remove.  All callers changed to use verify.h's version.
39103         * lib/strtoimax.c: Likewise.
39104         * lib/utimecmp.c: Likewis.e
39105
39106         Sync from coreutils.
39107         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
39108         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
39109         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
39110         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
39111         bother returning ENOSYS if settimeofday or stime fails; just let
39112         them return whatever errno they want to return.
39113         * lib/utimens.c: Include unistd.h, for dup2.
39114         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
39115         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
39116
39117 2005-10-02  Jim Meyering  <jim@meyering.net>
39118
39119         Sync from coreutils.
39120         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
39121         from glibc-2.2.5 that fails for read-only files.
39122
39123 2005-10-02  Jim Meyering  <jim@meyering.net>
39124
39125         Sync from coreutils.
39126         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
39127         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
39128         `#if HAVE_CONFIG_H'.
39129         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
39130         Remove AT_FDCWD test.
39131         Do not consume the fd unless successful.
39132         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
39133         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
39134         block, so that we don't even try to compile it if settimeofday is
39135         available.  This works around a compilation failure on OSF1 V5.1,
39136         due to stime requiring a `long int*' while tv_sec is `int'.
39137
39138 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
39139
39140         Sync from coreutils.
39141         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
39142         against `yes', rather than just testing for nonempty.
39143
39144 2005-10-01  Simon Josefsson  <jas@extundo.com>
39145
39146         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
39147         and Darwin.
39148
39149         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
39150         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
39151         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
39152         freeaddrinfo and gai_strerror are declared by the POSIX headers.
39153         Check if struct addrinfo is declared.
39154
39155 2005-10-01  Simon Josefsson  <jas@extundo.com>
39156
39157         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
39158         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
39159         AI_* and EAI_* definitions.  Protect function declarations.
39160
39161 2005-10-01  Jim Meyering  <jim@meyering.net>
39162
39163         Sync from coreutils.
39164
39165         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
39166         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
39167         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
39168         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
39169         in the inet and nsl libraries.  Required on Solaris 5.7.
39170
39171 2005-10-01  Jim Meyering  <jim@meyering.net>
39172
39173         Sync from coreutils.
39174         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
39175         in the inet and nsl libraries.  Required on Solaris 5.7.
39176
39177 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
39178
39179         * lib/getdelim.c (getdelim): Remove unused variables.
39180
39181 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
39182
39183         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
39184         so that the code works even with ancient cpp.  Portability problem
39185         with GCC 2.7.2.1 reported by Thomas M.Ott.
39186
39187 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
39188
39189         * modules/regex (Depends-on): Add strcase.
39190
39191         * modules/gethostname (Licence): Change from GPL to LGPL, since
39192         gethostname.c is a trivial implementation of a standard library
39193         function.
39194         * modules/poll (License): Change from GPL to LGPL, since it's
39195         derived from LGPL code.
39196
39197 2005-09-27  Jim Meyering  <jim@meyering.net>
39198
39199         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
39200         HAVE_CONFIG_H.
39201
39202         * lib/intprops.h (signed_type_or_expr__): Define.
39203         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
39204         for unsigned types.
39205
39206 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
39207
39208         * lib/verify.h (verify_expr): Remove, replacing with:
39209         (verify_true): New macro that returns true instead of void.
39210         (verify_type__): Remove.
39211         (verify): Use verify_true rather than verify_type__.
39212
39213 2005-09-26  Bruno Haible  <bruno@clisp.org>
39214
39215         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
39216         is necessary.
39217         (lib_SOURCES): Remove mbchar.c.
39218         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
39219         (Files): Add m4/mbrtowc.m4.
39220         * modules/mbiter: Likewise.
39221         * modules/mbuiter: Likewise.
39222
39223 2005-09-26  Bruno Haible  <bruno@clisp.org>
39224
39225         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
39226         compile mbchar.c if they are not both present.
39227         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
39228         * m4/mbiter.m4 (gl_MBITER): Likewise.
39229         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
39230         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
39231         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
39232
39233 2005-09-25  Jim Meyering  <jim@meyering.net>
39234
39235         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
39236         also uses socklen_t.
39237
39238 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
39239
39240         * lib/utimens.c (ENOSYS): Define if not already defined.
39241         (futimens): Support having a null PATH if the file descriptor
39242         is nonnegative.
39243
39244         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
39245         Remove.
39246         (__attribute): Define to empty unless GCC 3.1 or later.
39247         This works around a core dump on OpenBSD 3.4, which has GCC
39248         2.95.3, which dumps core when given __attribute__(()).  It also
39249         simplifies other tests, since we really don't want to bother with
39250         worrying about which ancient version of GCC supported what.
39251         Original problem reported by Yoann Vandoorselaere, with part of
39252         the fix suggested by Derek Price.
39253
39254 2005-09-24  Jim Meyering  <jim@meyering.net>
39255
39256         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
39257         so we can once again use a positive bitfield width of 1 -- now we
39258         don't have to explain why we were using a bitfield width of 2.
39259
39260 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
39261
39262         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
39263         and similarly for the other external symbols.  Problem reported
39264         by James Gallager.
39265
39266         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
39267         bug reported by Jim Meyering.
39268
39269         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
39270         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
39271         not needed, since socklen is a prerequisite module.
39272
39273 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
39274
39275         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
39276         Problem reported by Eric Blake.
39277         (getaddrinfo): Initialize se so that it's not garbage.
39278         Redo internal storage allocation so that it doesn't make unportable
39279         assumptions about alignment.
39280         Fix a memory leak.
39281
39282         * lib/utimens.c (futimens): Use futimesat if available.
39283         Prefer it to futimes since it doesn't have the futimes bug.
39284
39285         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
39286         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
39287         Instead, declare a function that returns a pointer to an array,
39288         and use verify_type__ to declare the size of the array.
39289         Problem and germ of a solution reported by Bruno Haible.
39290         (verify_type__): Use 2, not 1, for bitfield size, to avoid
39291         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
39292
39293 2005-09-23  Jim Meyering  <jim@meyering.net>
39294
39295         Sync from coreutils.
39296         Correct build failure (socklen_t not defined) on at least
39297         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
39298         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
39299
39300 2005-09-23  Jim Meyering  <jim@meyering.net>
39301
39302         * modules/getaddrinfo (Depends-on): Add socklen.
39303
39304 2005-09-23  Bruno Haible  <bruno@clisp.org>
39305
39306         * tests/test-verify.c: New file.
39307
39308 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
39309
39310         Sync from coreutils.
39311
39312         * modules/argmatch (Depends-on): Add verify.
39313         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
39314         unistd-safer.
39315         * modules/save-cwd (Depends-on): Likewise.
39316
39317         * modules/openat (Files): Add lib/openat-die.c.
39318         (Depends-on): Remove error, exitfail.
39319         Add dirname.
39320
39321         * modules/verify: New file.
39322         * MODULES.html.sh (Diagnostics <assert.h>): New section,
39323         with "verify" module.
39324
39325 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
39326
39327         Sync from coreutils.
39328
39329         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
39330         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
39331         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
39332         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
39333         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
39334         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
39335         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
39336         Don't bother checking for string.h, stdlib.h, unistd.h.
39337         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
39338         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
39339         module's job.
39340         * m4/jm-macros.m4 (gl_MACROS): Likewise.
39341         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
39342
39343         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
39344         (gl_GETDATE): Use it.
39345
39346         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
39347
39348 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
39349
39350         Sync from coreutils.
39351
39352         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
39353         stat-time.h.
39354         * lib/argmatch.h: Include verify.h
39355         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
39356         (ARGMATCH_ASSERT): Remove; unused.
39357         * lib/canonicalize.c: Assume STDC_HEADERS.
39358         * lib/exclude.c: Include "strcase.h".
39359         * lib/regex_internal.h [!defined _LIBC]: Likewise.
39360         * lib/getusershell.c: Include stdio--.h rather than stdio.h
39361         and stdio-safer.h.
39362         (getusershell): Call fopen, not fopen_safer.
39363         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
39364         Do not include unistd-safer.h.
39365         (save_cwd): Don't call fd_safer; no longer needed
39366         now that we include fcntl--.h.
39367
39368         * lib/getdate.y (relative_time): New type.
39369         (RELATIVE_TIME_0): New constant.
39370         (parser_control): Use relative_time instead of doing it ourselves.
39371         (%union): Add new relative_time rel member.
39372         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
39373         Now typeless.
39374         (relunit, relunit_snumber): Now of type rel.
39375         (zone, rel, relunit, get_date): Adjust to above changes.
39376
39377         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
39378         Do not include unistd-safer.h.
39379         (getloadavg): Don't call fd_safer; no longer needed
39380         now that we include fcntl--.h.
39381
39382         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
39383         (make_dir_parents): Treat ENOSYS like EEXIST.
39384
39385         Improve quality of diagnostics on restore_cwd failure.
39386         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
39387         (make_dir_parents): Last arg is now int * (for errno), not bool *.
39388         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
39389         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
39390         each time through the loop.  Do not diagnose restore_cwd failure;
39391         that is the caller's job (and perhaps the caller does not care).
39392
39393         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
39394         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
39395         If the file already exists but is not a directory, don't bother
39396         to try to make its parents.
39397         Close potential file descriptor leak if we can't chdir("/") (!).
39398         Don't always return true if chdir($PWD) fails; return true only
39399         if the requested action was done successfully (except for the
39400         chdir($PWD)).
39401         Don't log final directory unless we actually made it.
39402         Refactor to avoid duplicate code to fix up permissions.
39403         Don't attempt to fix up parent permissions if chdir($PWD) fails.
39404
39405         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
39406         to make it a bit faster and (I hope) clearer.
39407         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
39408         Fix bug in formats like %2N.
39409
39410         * lib/verify.h: New file.
39411
39412 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
39413
39414         Sync from coreutils.
39415         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
39416
39417 2005-09-22  Jim Meyering  <jim@meyering.net>
39418
39419         Sync from coreutils.
39420
39421         * m4/lstat.m4 (gl_FUNC_LSTAT):
39422         Use AC_LIBSOURCES to require lstat.c and lstat.h.
39423         Remove obsolete comment.
39424         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
39425         * m4/xstrtod.m4: Likewise.
39426
39427         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
39428
39429 2005-09-22  Jim Meyering  <jim@meyering.net>
39430
39431         Sync from coreutils.
39432
39433         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
39434
39435         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
39436         the .tm_year member, since otherwise gcc-4.0 would now warn about
39437         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
39438
39439         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
39440         order to avoid an unsuppressible warning from gcc on 64-bit systems.
39441
39442         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
39443         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
39444         when run in a time zone for which daylight savings time is in effect
39445         for the starting date.
39446
39447         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
39448         stop us from restricting permissions of just-created absolute-named
39449         directories.
39450         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
39451         to restore initial working directory.
39452         * lib/mkdir-p.c (make_dir_parents): New parameter:
39453         different_working_dir, to tell caller if/when we change the working
39454         directory and are unable to return to the initial one.
39455         * lib/mkdir-p.h (make_dir_parents): Update prototype.
39456         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
39457         `return false'.  This fixes a bug introduced on 2004-07-30.
39458
39459         * lib/openat.c (fdopendir): Be sure to close the supplied
39460         file descriptor before returning.  This makes our replacement
39461         implementation a little closer to Solaris's, where fdopendir
39462         ties the file descriptor to the returned DIR* pointer.
39463         * lib/openat.c (unlinkat): New function.
39464         * lib/openat.h (unlinkat): Add prototype.
39465         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
39466         (openat_restore_fail): Rename from openat_restore_die.
39467         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
39468
39469         Provide an alternative to exiting immediately upon save_cwd or
39470         restore_cwd failure.  Now, an application can arrange e.g.,
39471         to perform a longjump in that case.
39472         * lib/openat.c: Include dirname.h.
39473         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
39474         (rpl_openat, fdopendir, fstatat): Call openat_save_die
39475         and openat_restore_die rather than calling error directly.
39476         Don't include "error.h" or "exitfail.h"; they're no longer needed.
39477
39478         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
39479         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
39480         define.
39481
39482         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
39483         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
39484                             int utc, int nanoseconds);
39485         Background:
39486         date should not have to allocate a megabyte of virtual memory to
39487         handle a format argument like +%1048575T.  When implemented with
39488         strftime, it must allocate such a buffer, use strftime to fill it
39489         in, print it, then free it.
39490         With fprintftime, it simply prints everything and exits.
39491         With no need for memory allocation, that's one fewer way to fail.
39492         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
39493         optional field width, not before, so we accept %9:z, not %:9z.
39494         (my_strftime): Be sure to use L_('x') for literals.
39495
39496         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
39497         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
39498         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
39499         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
39500         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
39501         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
39502         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
39503         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
39504         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
39505         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
39506         * lib/xgethostname.c, lib/xreadlink.c:
39507         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
39508
39509         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
39510         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
39511         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
39512         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
39513         and don't include <sys/file.h>).
39514
39515 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
39516
39517         Sync from coreutils.
39518
39519         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
39520         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
39521         [!LDAV_DONE]: Avoid unused variable warning.
39522
39523 2005-09-21  Bruno Haible  <bruno@clisp.org>
39524
39525         * lib/unicodeio.h (unicode_to_mb): New declaration.
39526
39527 2005-09-20  Derek Price  <derek@ximbiot.com>
39528
39529         * lib/getaddrinfo.c: Don't include <netdb.h> included from
39530         getaddrinfo.h.
39531
39532 2005-09-20  Bruno Haible  <bruno@clisp.org>
39533
39534         * gnulib-tool: Remove trailing slashes from the values specified for
39535         --source-base, --m4-base, --tests-base, --aux-dir.
39536         Suggested by Simon Josefsson <jas@extundo.com>.
39537
39538 2005-09-20  Bruno Haible  <bruno@clisp.org>
39539
39540         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
39541         func_modules_to_filelist, func_import, func_create_testdir): Make all
39542         sorting results locale-independent, so that gnulib-cache.m4 doesn't
39543         change when gnulib-tool is invoked in a different locale.
39544
39545 2005-09-19  Simon Josefsson  <jas@extundo.com>
39546
39547         * m4/socklen.m4: Fix typo.
39548
39549 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39550
39551         Use a consistent style for including <config.h>.
39552         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
39553         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
39554         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
39555         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
39556         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
39557         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
39558         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
39559         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
39560         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
39561         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
39562         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
39563         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
39564         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
39565         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
39566         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
39567         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
39568         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
39569         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
39570         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
39571         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
39572         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
39573         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
39574         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
39575         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
39576         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
39577         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
39578         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
39579         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
39580         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
39581         lib/xstrtoumax.c, lib/yesno.c:
39582         Standardize inclusion of config.h.
39583         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
39584         lib/inttostr.h:  Removed inclusion of config.h from header files.
39585         * lib/inttostr.c:  Adjusted in-tree users.
39586         * lib/timespec.h: Remove superfluous warning to include config.h.
39587         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
39588         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
39589         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
39590         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
39591         config.h with HAVE_CONFIG_H.
39592
39593 2005-09-19  Jim Meyering  <jim@meyering.net>
39594
39595         * modules/pathmax (License): Change to LGPL.
39596
39597 2005-09-19  Derek Price  <derek@ximbiot.com>
39598
39599         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
39600
39601 2005-09-19  Bruno Haible  <bruno@clisp.org>
39602
39603         * gnulib-tool (import): Provide default for --tests-base.
39604
39605 2005-09-19  Bruno Haible  <bruno@clisp.org>
39606
39607         * doc/quote.texi: New file, extracted from gnulib.texi.
39608         * doc/ctime.texi: New file, extracted from gnulib.texi.
39609         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
39610         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
39611         * doc/gnulib.texi: Include them.
39612
39613 2005-09-18  Bruno Haible  <bruno@clisp.org>
39614
39615         Portability fix.
39616         * gnulib-tool (func_readlink): New function.
39617         (func_ln_if_changed): Use it.
39618
39619 2005-09-18  Bruno Haible  <bruno@clisp.org>
39620
39621         * gnulib-tool: Support --with-tests also with --import.
39622         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
39623         (func_import): Use variables $testsbase and $inctests. Emit a
39624         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
39625         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
39626         SUBDIRS += $testsdir.
39627         (func_create_testdir): Update.
39628
39629 2005-09-18  Bruno Haible  <bruno@clisp.org>
39630
39631         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
39632         instead of $dry_run.
39633         (func_cp_if_changed, func_mv_if_changed): Remove functions.
39634         (func_ln_if_changed): Don't handle dry-run here.
39635         (func_import): In dry-run mode, detect more precisely which actions
39636         would be performed, and don't use "...ing" verbs.
39637
39638 2005-09-18  Bruno Haible  <bruno@clisp.org>
39639
39640         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
39641         (func_import): Use join on two temporary files instead of three nested
39642         loops, in order to determine which files are new or old.
39643
39644 2005-09-18  Bruno Haible  <bruno@clisp.org>
39645
39646         * gnulib-tool (func_import): Comment out code that spits out the
39647         new files with --dry-run.
39648
39649 2005-09-18  Bruno Haible  <bruno@clisp.org>
39650
39651         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
39652
39653 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
39654
39655         * lib/stat-time.h: New file.
39656         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
39657         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
39658         in a different way.
39659         (timespec_cmp): New function.
39660         * lib/utimecmp.c: Include stat-time.h.
39661         (SYSCALL_RESOLUTION): Depend on whether various struct stat
39662         members exist, not on the obsolescent ST_MTIM_NSEC.
39663         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
39664
39665 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
39666
39667         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
39668
39669 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
39670
39671         * MODULES.html.sh (File system functions): Add stat-time.
39672         * modules/stat-time: New file.
39673         * modules/timespec (Files): Remove m4/st_mtim.m4; this
39674         is now done in a different way, by the stat-time module.
39675         * modules/utimecmp (Depends-on): Add stat-time.
39676
39677 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39678
39679         * m4/st_mtim.m4: Remove.  Superseded by...
39680         * m4/stat-time.m4: New file.
39681         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
39682         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
39683
39684 2005-09-15  Derek Price  <derek@ximbiot.com>
39685
39686         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
39687
39688 2005-09-15  Derek Price  <derek@ximbiot.com>
39689
39690         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
39691         * lib/regex_internal.c: Ditto, using this...
39692         (__GNUC_PREREQ): ...new macro.
39693         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
39694         using...
39695         (__GNUC_PREREQ): ...this new macro.
39696
39697         * lib/strstr.h: Include string.h. Define strstr as a macro here.
39698
39699 2005-09-15  Derek Price  <derek@ximbiot.com>
39700             Paul Eggert  <eggert@cs.ucla.edu>
39701
39702         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
39703         changes, consolidating in...
39704         * lib/regex_internal.h: ...this file.
39705
39706 2005-09-13  Jim Meyering  <jim@meyering.net>
39707
39708         * lib/canon-host.c: Filter through gnu indent and reword comments
39709         slightly.
39710         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
39711
39712 2005-09-13  Derek Price  <derek@ximbiot.com>
39713
39714         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
39715         failure.
39716         Reported by Jim Meyering  <jim@meyering.net>.
39717
39718 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
39719
39720         * lib/base64.c: Typo.
39721         (base64_encode): Put b64str in initialized data section.
39722
39723 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
39724
39725         Merge glibc and coreutils changes into gnulib, plus a few
39726         extra fixes.
39727         * lib/md5.c: Use #error rather than a string.
39728         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
39729         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
39730         (__attribute__): Define to empty for non recent-GCC.
39731         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
39732         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
39733         Renamed from their non-__ counterparts, with new macros replacing
39734         them if not _LIBC.  Add __THROW attribute.
39735         (rol): Remove.
39736         (struct md5_ctx): Align buffer if using GCC.
39737         * lib/sha1.h (struct sha1_ctx): Likewise.
39738         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
39739         The old name was backwards.
39740         (NOTSWAP): Remove; not used.
39741         (rol): New macro, moved here from md5.h.
39742         (sha1_process_block): Remove a FIXME that doesn't make sense.
39743
39744 2005-09-12  Derek Price  <derek@ximbiot.com>
39745
39746         Return usable errors from canon-host.
39747         * lib/canon-host.h: New file.
39748         * lib/canon-host.c (canon_host): Wrap...
39749         (canon_host_r): ...this new function, which now relies exclusively on
39750         getaddrinfo.
39751         (ch_strerror): New function.
39752         (last_cherror): New global.
39753         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
39754         interface.
39755         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
39756         void *.
39757         (freeaddrinfo): Free ai->ai_canonname when set.
39758
39759 2005-09-12  Derek Price  <derek@ximbiot.com>
39760
39761         Make canon-host require getaddrinfo.
39762         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
39763         AC_LIBSOURCE canon-host.h.  Call...
39764         (gl_PREREQ_CANON_HOST): ...this new function, which requires
39765         gl_GETADDRINFO.
39766         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
39767
39768 2005-09-12  Derek Price  <derek@ximbiot.com>
39769
39770         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
39771         LGPL.
39772         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
39773
39774 2005-09-12  Derek Price  <derek@ximbiot.com>
39775
39776         * lib/gai_strerror.c: Include config.h when available.  Include
39777         getaddrinfo.h before other headers to test interface.
39778         Reported by Larry Jones <lawrence.jones@ugs.com>.
39779
39780 2005-09-12  Derek Price  <derek@ximbiot.com>
39781             Paul Eggert  <eggert@cs.ucla.edu>
39782
39783         * modules/glob (Files): Add glob-libc.h.
39784
39785 2005-09-12  Derek Price  <derek@ximbiot.com>
39786             Paul Eggert  <eggert@cs.ucla.edu>
39787
39788         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
39789         glob_.h, glob-libc.h.
39790         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
39791
39792 2005-09-12  Derek Price  <derek@ximbiot.com>
39793             Paul Eggert  <eggert@cs.ucla.edu>
39794
39795         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
39796         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
39797         protecting things that should be done only in gnulib contexts.
39798         * lib/glob_.h: New file, containing only the glob things needed for
39799         gnulib.
39800         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
39801         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
39802         (glob, globfree, glob_pattern_p): Now defined simply in terms of
39803         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
39804         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
39805         and to respect the namespace rules better.
39806
39807 2005-09-08  Simon Josefsson  <jas@extundo.com>
39808
39809         * modules/socklen: New file.
39810
39811 2005-09-08  Simon Josefsson  <jas@extundo.com>
39812
39813         * m4/socklen.m4: New file.
39814
39815 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39816
39817         * modules/utimens (Files): Add m4/utimbuf.m4, since
39818         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
39819         Reported by Sergey Poznyakoff.
39820
39821 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39822
39823         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
39824         definitions, since that's the preferred style in glibc.
39825         Fix a minor spacing issue, and update copyright notice to match
39826         glibc's.
39827
39828 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39829
39830         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
39831
39832 2005-09-06  Simon Josefsson  <jas@extundo.com>
39833
39834         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
39835         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
39836
39837 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
39838
39839         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
39840         warning.
39841
39842 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
39843
39844         * config/srclist.txt: Add glibc bug 1302.
39845
39846 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
39847
39848         Change bitset word type from unsigned int to unsigned long int,
39849         as this has better performance on typical 64-bit hosts.
39850         Port bitset code to hosts with unusual word sizes.
39851         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
39852         (build_collating_symbol):
39853         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
39854         argument is a bitset.  This is merely a style issue, but it makes
39855         it clearer that an entire array is expected.
39856         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
39857         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
39858         Port to the case where bitset_word is not the same as unsigned int.
39859         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
39860         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
39861         Likewise.
39862         * lib/regexec.c (check_dst_limits_calc_pos_1,
39863         check_subexp_matching_top):
39864         (build_trtable, group_nodes_into_DFAstates):
39865         Likewise.
39866         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
39867         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
39868         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
39869         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
39870         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
39871         * lib/regcomp.c (optimize_subexps, lower_subexp):
39872         Work even if bitset_word has holes in its bitwise representation.
39873         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
39874         * lib/regexec.c (check_dst_limits_calc_pos_1,
39875         check_subexp_matching_top):
39876         Likewise.
39877         * lib/regex_internal.c (re_string_reconstruct):
39878         Don't assume UCHAR_MAX == 255.
39879         * lib/regex_internal.h (bitset_set_all): Likewise.
39880         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
39881         All uses changed.
39882         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
39883         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
39884         All uses changed.
39885         (BITSET_WORD_MAX): New macro.
39886         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
39887         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
39888         (bitset_empty, bitset_copy):
39889         Prefer sizeof (bitset) to multiplying it out ourselves.
39890         (bitset_not_merge): Remove; unused.
39891         (bitset_contain): Return bool, not unsigned int with one bit on.
39892         All callers changed.
39893         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
39894         alignment than re_node_set; do this by defining a new internal
39895         type struct dests_alloc and using it to allocate memory.
39896
39897 2005-09-05  Bruno Haible  <bruno@clisp.org>
39898
39899         * gnulib-tool (func_import): Fix comparison in handling of symbolic
39900         links.
39901
39902 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
39903
39904         * modules/size_max (Makefile.am): Add size_max.h
39905
39906 2005-09-04  Derek Price  <derek@ximbiot.com>
39907
39908         * gnulib-tool (func_import): Fix reversed $symbolic logic.
39909
39910 2005-09-03  Simon Josefsson  <jas@extundo.com>
39911
39912         * gnulib-tool: Fix typo.
39913
39914 2005-09-03  Simon Josefsson  <jas@extundo.com>
39915
39916         * config/srclist.txt: Add glibc bug 1293.
39917
39918 2005-09-03  Derek Price  <derek@ximbiot.com>
39919
39920         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
39921         From Larry Jones <lawrence.jones@ugs.com>.
39922
39923 2005-09-02  Simon Josefsson  <jas@extundo.com>
39924
39925         * modules/socklen: New file.
39926
39927 2005-09-02  Simon Josefsson  <jas@extundo.com>
39928
39929         * modules/havelib: New module.
39930
39931         * modules/gettext, modules/iconv, modules/lock, modules/readline:
39932         Use havelib.
39933
39934 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
39935
39936         Check for arithmetic overflow when calculating sizes, to prevent
39937         some buffer-overflow issues.  These patches are conservative, in the
39938         sense that when I couldn't determine whether an overflow was possible,
39939         I inserted a run-time check.
39940         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
39941         macros.
39942         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
39943         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
39944         (re_xnrealloc, re_x2nrealloc): New inline functions.
39945         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
39946         parse_bracket_exp):
39947         (build_equiv_class, build_charclass): Check for arithmetic overflow
39948         in size expression calculations.
39949         * lib/regex_internal.c (re_string_realloc_buffers):
39950         (build_wcs_upper_buffer, re_node_set_add_intersect):
39951         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
39952         (re_dfa_add_node, register_state): Likewise.
39953         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
39954         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
39955         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
39956         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
39957
39958 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
39959
39960         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
39961         m4/ulonglong.m4.  Problem reported by Martin Lambers.
39962
39963 2005-09-02  Bruno Haible  <bruno@clisp.org>
39964
39965         Support for lib vs. lib64 distinction on biarch platforms.
39966         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
39967         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
39968         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
39969
39970 2005-09-02  Bruno Haible  <bruno@clisp.org>
39971
39972         * gnulib-tool (import): In the other first-use case, provide defaults
39973         as well.
39974
39975 2005-09-02  Bruno Haible  <bruno@clisp.org>
39976
39977         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
39978         patches not yet found in the latest gettext release.
39979
39980 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39981
39982         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
39983         to avoid a collision with bits/local_lim.h in glibc.
39984         All uses changed.  Problem reported by Dmitry V. Levin in
39985         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
39986
39987         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
39988         bugs in int versus size_t comparisons.
39989         (re_string_context_at): Fix bug where the code assumed that
39990         Idx is signed.
39991
39992         Use bool where appropriate.
39993         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
39994         All callers changed.
39995         (calc_eclosure_iter): Likewise, for ROOT arg.
39996         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
39997         (build_charclass_op): Likewise, for NON_MATCH arg.
39998         * lib/regex_internal.c (re_string_allocate, re_string_construct):
39999         (re_string_construct_common): Likewise, for ICASE arg.
40000         * lib/regexec.c (re_search_2_stub, re_search_stub):
40001         Likewise, for RET_LEN arg.
40002         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
40003         (set_regs): Likewise, for FL_BACKTRACK arg.
40004         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
40005         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
40006         (calc_eclosure_iter, parse_bracket_exp):
40007         Use bool for internal variables that are booleans.
40008         * lib/regexec.c (re_search_internal, check_matching,
40009         proceed_next_node):
40010         (set_regs, build_sifted_states, sift_states_bkref):
40011         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
40012         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
40013         (find_collation_sequence_value):
40014         Likewise.
40015         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
40016         (re_node_set_compare):
40017         Return bool, not int. All callers changed.
40018         * lib/regexec.c (check_halt_node_context, check_dst_limits):
40019         (build_trtable, check_node_accept): Likewise.
40020         * lib/regex_internal.h: Include stdbool.h.
40021
40022         Fix bugs uncovered when converting to bool.
40023         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
40024         failure instead of charging ahead blindly.
40025         * lib/regex_internal.c (register_state): Likewise.
40026         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
40027         for freeing internal storage.
40028         (group_nodes_into_DFA_states): Use unsigned int, not int, for
40029         bitset pieces used as boolean, to avoid undefined behavior
40030         on hosts that do int overflow checking.
40031
40032 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40033
40034         * config/srclist.txt: Add glibc bugs 1285-1287.
40035
40036 2005-09-01  Jim Meyering  <jim@meyering.net>
40037
40038         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
40039         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
40040         Require gl_STAT_MACROS, too.
40041
40042 2005-09-01  Bruno Haible  <bruno@clisp.org>
40043
40044         * gnulib-tool (import): In the first-use case, provide defaults.
40045
40046 2005-09-01  Bruno Haible  <bruno@clisp.org>
40047
40048         * gnulib-tool (func_import): Remove the .tmp files.
40049
40050 2005-09-01  Bruno Haible  <bruno@clisp.org>
40051
40052         * gnulib-tool (func_import): Fix handling of symbolic links.
40053
40054 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40055
40056         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
40057         old glibc regex code mishandles strings longer than 2**31 bytes.
40058         This patch fixes this when the regex code is used in gnulib
40059         (i.e., outside glibc).
40060
40061         This patch should not affect the use of the regex code inside
40062         glibc.  No doubt this problem also needs to be handled for glibc
40063         as well, but the result will be an incompatible change to the
40064         glibc ABI, and the old ABI will have to be supported too.  That
40065         can be the the subject for another patch.
40066
40067         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
40068         governing whether the rest of this patch is active.  By default,
40069         the macro is disabled and the patch has no effect.
40070         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
40071         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
40072         (struct re_pattern_buffer, re_search, re_search_2, re_match):
40073         (re_match_2, re_set_registers): Use the new types.
40074         * lib/regex_internal.h (Idx, re_hashval_t): New types.
40075         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
40076         New macros.
40077         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
40078         (re_string_context_at, bin_tree_t, re_dfastate_t):
40079         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
40080         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
40081         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
40082         (re_string_char_size_at, re_string_wchar_at):
40083         (re_string_elem_size_at):
40084         Use the new types and macros to port to 64-bit hosts.
40085         Use unsigned types for internal values, so that the code
40086         mostly works even for arrays larger than SSIZE_MAX.
40087         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
40088         (search_duplicated_node, calc_eclosure_iter, fetch_number):
40089         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
40090         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
40091         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
40092         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
40093         (calc_inveclosure, parse_dup_op, build_range_exp):
40094         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
40095         (fetch_number, create_token_tree, mark_opt_subexp):
40096         Likewise.
40097         * lib/regex_internal.c (re_string_construct_common,
40098         create_ci_newstate):
40099         (create_cd_newstate, re_string_allocate, re_string_construct):
40100         (re_string_realloc_buffers, build_wcs_upper_buffer):
40101         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
40102         (re_string_reconstruct, re_string_peek_byte_case):
40103         (re_string_fetch_byte_case, re_string_context_at):
40104         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
40105         (re_node_set_init_copy, re_node_set_add_intersect):
40106         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
40107         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
40108         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
40109         (re_acquire_state, re_acquire_state_context, register_state):
40110         Likewise.
40111         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
40112         search_cur_bkref_entry):
40113         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
40114         (re_search_internal, re_search_2_stub, re_search_stub)
40115         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
40116         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
40117         (update_cur_sifted_state, check_dst_limits):
40118         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
40119         (check_subexp_limits, sift_states_bkref, merge_state_array):
40120         (check_subexp_matching_top, get_subexp, get_subexp_sub):
40121         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
40122         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
40123         (expand_bkref_cache, check_node_accept_bytes):
40124         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
40125         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
40126         (acquire_init_state_context, check_halt_node_context):
40127         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
40128         (sift_states_backward, clean_state_log_if_needed):
40129         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
40130         (find_recover_state, transit_state_sb, transit_state_mb):
40131         (transit_state_bkref, build_trtable, match_ctx_clean):
40132         Likewise.
40133         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
40134         to work around an assumption that REG_MISSING is negative.
40135
40136         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
40137         (seek_collating_symbol_entry) [defined _LIBC]:
40138         (lookup_collation_sequence_value) [defined _LIBC]:
40139         (build_range_exp, build_collating_symbol) [defined _LIBC]:
40140         Use prototypes rather than old-style function definitions.
40141         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
40142         (transit_state_sb) [0]:
40143         (find_collation_sequence_value) [defined _LIBC]: Likewise.
40144
40145         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
40146         rm_eo.
40147
40148         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
40149         (optimize_subexps, lower_subexp):
40150         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
40151         since the signed shift might overflow.  Use 1u<<31 instead.
40152         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
40153         Likewise.
40154         * lib/regexec.c (check_dst_limits_calc_pos_1,
40155         check_subexp_matching_top): Likewise.
40156
40157         * lib/regcomp.c (optimize_subexps, lower_subexp):
40158         Use CHAR_BIT rather than 8, for clarity.
40159         * lib/regexec.c (check_dst_limits_calc_pos_1):
40160         (check_subexp_matching_top): Likewise.
40161         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
40162         have to worry about portability issues when shifting it left.
40163         Remove no-longer-needed test for table_size > 0.
40164         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
40165         in a word, as the resulting behavior is undefined.
40166         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
40167         in one case, a <= should have been an <, and in another case the
40168         whole test was missing.
40169         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
40170         the standard name CHAR_BIT.
40171         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
40172         this is not true on one's complement and signed-magnitude hosts.
40173
40174         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
40175         next_last_offset.
40176         (struct re_dfa_t): Remove unused member states_alloc.
40177         * lib/regcomp.c (init_dfa): Don't initialize unused members.
40178
40179 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40180
40181         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
40182         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
40183         and large-file glibc and in 32-bit large-file Solaris.
40184
40185 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40186
40187         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
40188         lengths fit in regoff_t; this isn't true if regoff_t is the same
40189         width as size_t.
40190         * lib/regex.c (re_search_internal): 5th arg is LAST_START
40191         (= START + RANGE) instead of RANGE.  This avoids overflow
40192         problems when regoff_t is the same width as size_t.
40193         All callers changed.
40194         (re_search_2_stub): Check for overflow when adding the
40195         sizes of the two strings.
40196         (re_search_stub): Check for overflow when adding START
40197         to RANGE; if it occurs, substitute the extreme value.
40198
40199 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40200
40201         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
40202
40203 2005-08-31  Jim Meyering  <jim@meyering.net>
40204
40205         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
40206         a pointer-to-const.
40207         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
40208         (register_state): Likewise.
40209         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
40210         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
40211         (group_nodes_into_DFAstates): Likewise.
40212
40213 2005-08-31  Jim Meyering  <jim@meyering.net>
40214
40215         * check-module: Add a FIXME comment.
40216
40217 2005-08-31  Eric Blake  <ebb9@byu.net>
40218
40219         * modules/unistd-safer (Files): Add unistd--.h.
40220         * modules/stdio-safer (Files): Add stdio--.h.
40221
40222 2005-08-31  Derek Price  <derek@ximbiot.com>
40223
40224         * lib/getdelim.c (getdelim): Return EOF on EOF.
40225         Reported by Larry Jones <lawrence.jones@ugs.com>.
40226
40227 2005-08-31  Bruno Haible  <bruno@clisp.org>
40228
40229         Avoid unnecessary diffs in the generated lib/Makefile.am.
40230         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
40231         the generated files.
40232         (func_import): Don't set cmd.
40233
40234 2005-08-31  Bruno Haible  <bruno@clisp.org>
40235
40236         * lib/strstr.c: Include <stddef.h>, for NULL.
40237         * lib/strcasestr.c: Likewise.
40238         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
40239
40240 2005-08-31  Bruno Haible  <bruno@clisp.org>
40241
40242         * gnulib-tool: New option --macro-prefix.
40243         (func_import): Use macro_prefix.
40244         (import): Handle option --macro-prefix.
40245
40246 2005-08-31  Bruno Haible  <bruno@clisp.org>
40247
40248         * gnulib-tool (import): Rename most ac_* variables to cached_*.
40249         Also use new variables cached_lgpl, cached_libtool.
40250
40251 2005-08-31  Bruno Haible  <bruno@clisp.org>
40252
40253         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
40254         always instantiating them.
40255
40256 2005-08-31  Bruno Haible  <bruno@clisp.org>
40257
40258         * gnulib-tool (func_import): Read the previous cached settings
40259         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
40260         earlier added by gnulib but are now dropped. Warn when a gnulib file
40261         overwrites a non-gnulib file.
40262
40263 2005-08-31  Bruno Haible  <bruno@clisp.org>
40264
40265         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
40266         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
40267         projects that don't keep autogenerated files in CVS. Put into
40268         actioncmd only the specified modules, not the transitive closure.
40269
40270 2005-08-31  Bruno Haible  <bruno@clisp.org>
40271
40272         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
40273         Create directories that shall be filled.
40274         (import): Don't look for gl_* macros in configure.ac. Recurse across
40275         all directories containing a gnulib-cache.m4 files, if meaningful.
40276
40277 2005-08-31  Bruno Haible  <bruno@clisp.org>
40278
40279         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
40280         (import): Set seen_libtool when we see gl_LIBTOOL.
40281
40282 2005-08-31  Bruno Haible  <bruno@clisp.org>
40283
40284         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
40285         declaration macro definitions from generated gnulib.m4.
40286
40287 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
40288
40289         * lib/iconvme.h: Add prototype for iconv_alloc.
40290
40291 2005-08-29  Simon Josefsson  <jas@extundo.com>
40292
40293         * lib/iconvme.c: Fix errno.
40294
40295 2005-08-29  Bruno Haible  <bruno@clisp.org>
40296
40297         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
40298         that it works when the directory contains spaces.
40299
40300 2005-08-29  Bruno Haible  <bruno@clisp.org>
40301
40302         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
40303
40304 2005-08-29  Bruno Haible  <bruno@clisp.org>
40305
40306         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
40307         Emit more advice.
40308
40309 2005-08-29  Bruno Haible  <bruno@clisp.org>
40310         and Stepan Kasal  <kasal@ucw.cz>
40311
40312         * check-module: If more parameters are given, check each of them
40313         separately; add more exceptions, as noted by Jim Meyering.
40314         (check_module): New procedure.
40315         (%exempt_header): Now contains all exceptions.
40316
40317 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
40318
40319         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
40320
40321 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
40322
40323         * lib/iconvme.c: Split iconv_string into iconv_alloc.
40324
40325 2005-08-28  Bruno Haible  <bruno@clisp.org>
40326
40327         * m4/gnulib-tool.m4: New file.
40328
40329 2005-08-27  Jim Meyering  <jim@meyering.net>
40330
40331         * modules/unistd-safer (Files): Add pipe-safer.c.
40332         * modules/fcntl-safer (Files): Add creat-safer.c.
40333
40334 2005-08-27  Jim Meyering  <jim@meyering.net>
40335
40336         * m4/stdlib-safer.m4: New file.  From coreutils.
40337         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
40338         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
40339         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
40340         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
40341         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
40342
40343 2005-08-27  Jim Meyering  <jim@meyering.net>
40344
40345         * lib/fopen-safer.c: Merge minor changes from coreutils.
40346         * lib/dup-safer.c: Likewise.
40347         * lib/fd-safer.c: Likewise.
40348
40349         Merge from coreutils.
40350         * lib/stdio--.h: New file.
40351         * lib/stdlib--.h: New file.
40352         * lib/mkstemp-safer.c: New file.
40353
40354         GNU tar needs these.
40355         * lib/pipe-safer.c: New file.
40356         * lib/creat-safer.c: New file.
40357         * lib/fcntl--.h (creat): Define to creat_safer.
40358         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
40359         * lib/unistd--.h (pipe): Define to pipe_safer.
40360         * lib/unistd-safer.h: Declare pipe_safer.
40361
40362 2005-08-26  Simon Josefsson  <jas@extundo.com>
40363
40364         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
40365         Haible <bruno@clisp.org>.
40366
40367 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
40368
40369         * lib/regex_internal.h: Remove all references to
40370         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
40371         or better.
40372         (bitset_not, bitset_merge, bitset_not_merge):
40373         (bitset_mask, re_string_allocate, re_string_construct):
40374         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
40375         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
40376         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
40377         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
40378         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
40379         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
40380         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
40381         (re_acquire_state_context):
40382         Remove unnecessary forward decls.
40383         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
40384         Put __attribute at function definition,
40385         now that the function decl has been removed.
40386         * lib/regex_internal.c (re_string_peek_byte_case):
40387         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
40388         Likewise.
40389
40390 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
40391
40392         * m4/regex.m4: Add AC_PREREQ(2.50).
40393         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
40394
40395 2005-08-25  Simon Josefsson  <jas@extundo.com>
40396
40397         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
40398         __fsetlocking.
40399
40400 2005-08-25  Simon Josefsson  <jas@extundo.com>
40401
40402         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
40403         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
40404         GLIBC specific code.
40405
40406 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40407
40408         Make regex safe for g++.  This fixes one real bug (an "err"
40409         that should have been "*err").  g++ problem reported by
40410         Sam Steingold.
40411         * lib/regex_internal.h (re_calloc): New macro, consistent with
40412         re_malloc etc.  All callers of calloc changed to use re_calloc.
40413         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
40414         not int.  All callers changed.
40415         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
40416         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
40417         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
40418         (find_recover_state): Change "err" to "*err"; this fixes what
40419         appears to be a real bug.
40420         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
40421         versus int.
40422
40423 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40424
40425         * modules/regex (Depends-on): Add malloc, since the code
40426         assumes that !malloc(0) means failure.
40427
40428 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40429
40430         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
40431
40432         alloca modernization/simplification for regex.
40433         * lib/regex.c: Remove portability cruft for alloca.  This no longer
40434         needs to be at the start of the file, and can be moved into
40435         regex_internal.h and simplified.
40436         * lib/regex_internal.h: Include <alloca.h>.
40437         (__libc_use_alloca) [!defined _LIBC]: New macro.
40438         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
40439         now works outside glibc.
40440
40441 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40442
40443         * config/srclist.txt: Add glibc bugs 1241, 1245.
40444
40445 2005-08-25  Jim Meyering  <jim@meyering.net>
40446
40447         * lib/open-safer.c: Include <config.h>.
40448         Otherwise, we'd lose LARGEFILE support in any file using
40449         e.g. "fcntl--.h"
40450
40451 2005-08-25  Bruno Haible  <bruno@clisp.org>
40452
40453         * m4/minmax.m4: Require autoconf 2.52.
40454         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
40455         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
40456         alternatives of translit over the alphabet.
40457         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
40458
40459 2005-08-24  Simon Josefsson  <jas@extundo.com>
40460
40461         * tests/test-getpass.c: New file.
40462
40463 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40464
40465         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
40466         for GNU regex features.
40467
40468 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40469
40470         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
40471         * lib/regex.h (regerror): Likewise.
40472
40473         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
40474         requires this.  (The code never needed it.)
40475
40476         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
40477         All uses of recently-renamed identifiers changed to use the new,
40478         POSIX-compliant names.  The code will build and run just fine
40479         without these changes, but it's better to eat our own dog food
40480         and use the standard-conforming names.
40481
40482         * lib/regex.h: Fix a multitude of POSIX name space violations.
40483         These changes have an effect only for programs that define
40484         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
40485         do not change anything for programs compiled in the normal way.
40486         Also, there is no effect on the ABI.
40487
40488         (_REGEX_SOURCE): New macro.
40489         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
40490         defined and _GNU_SOURCE is not; this fixes a name space violation.
40491
40492         Rename the following macros to obey POSIX requirements.
40493         The old names are still visible as macros if _REGEX_SOURCE is defined.
40494         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
40495         RE_BACKSLASH_ESCAPE_IN_LISTS.
40496         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
40497         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
40498         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
40499         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
40500         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
40501         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
40502         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
40503         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
40504         (REG_INTERVALS): renamed from RE_INTERVALS.
40505         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
40506         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
40507         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
40508         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
40509         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
40510         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
40511         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
40512         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
40513         RE_UNMATCHED_RIGHT_PAREN_ORD.
40514         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
40515         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
40516         (REG_DEBUG): renamed from RE_DEBUG.
40517         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
40518         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
40519         unusual, since we can't clash with the POSIX REG_ICASE.
40520         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
40521         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
40522         (REG_NO_SUB): renamed from RE_NO_SUB.
40523         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
40524         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
40525         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
40526         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
40527         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
40528         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
40529         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
40530         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
40531         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
40532         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
40533         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
40534         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
40535         RE_SYNTAX_POSIX_MINIMAL_BASIC.
40536         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
40537         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
40538         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
40539         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
40540         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
40541         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
40542         (REG_FIXED): Renamed from REGS_FIXED.
40543         (REG_NREGS): Renamed from RE_NREGS.
40544
40545         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
40546         of other REG_* macros, since POSIX says the user is allowed to
40547         #undef these macros selectively.
40548
40549         (reg_errcode_t): Update comment stating what other tables need
40550         to be consistent.
40551
40552         Rename the following enum values to obey POSIX requirements.
40553         The old names are still visible as macros.
40554         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
40555         is not defined, since GNU is supposed to be a superset of POSIX as
40556         much as possible, and since we want reg_errcode_t to be a signed
40557         type for implementation consistency.
40558         (_REG_NOERROR): Renamed from REG_NOERROR.
40559         (_REG_NOMATCH): Renamed from REG_NOMATCH.
40560         (_REG_BADPAT): Renamed from REG_BADPAT.
40561         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
40562         (_REG_ECTYPE): Renamed from REG_ECTYPE.
40563         (_REG_EESCAPE): Renamed from REG_EESCAPE.
40564         (_REG_ESUBREG): Renamed from REG_ESUBREG.
40565         (_REG_EBRACK): Renamed from REG_EBRACK.
40566         (_REG_EPAREN): Renamed from REG_EPAREN.
40567         (_REG_EBRACE): Renamed from REG_EBRACE.
40568         (_REG_BADBR): Renamed from REG_BADBR.
40569         (_REG_ERANGE): Renamed from REG_ERANGE.
40570         (_REG_ESPACE): Renamed from REG_ESPACE.
40571         (_REG_BADRPT): Renamed from REG_BADRPT.
40572         (_REG_EEND): Renamed from REG_EEND.
40573         (_REG_ESIZE): Renamed from REG_ESIZE.
40574         (_REG_ERPAREN): Renamed from REG_ERPAREN.
40575         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
40576         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
40577         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
40578         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
40579
40580         (_REG_RE_NAME, _REG_RM_NAME): New macros.
40581         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
40582         changed.  But support the old name if the new one is not defined
40583         and if _REGEX_SOURCE.
40584
40585         Change the following member names in struct re_pattern_buffer.
40586         The old names are still supported if !_REGEX_SOURCE.
40587         The new names are always supported, regardless of _REGEX_SOURCE.
40588         (re_buffer): Renamed from buffer.
40589         (re_allocated): Renamed from allocated.
40590         (re_used): Renamed from used.
40591         (re_syntax): Renamed from syntax.
40592         (re_fastmap): Renamed from fastmap.
40593         (re_translate): Renamed from translate.
40594         (re_can_be_null): Renamed from can_be_null.
40595         (re_regs_allocated): Renamed from regs_allocated.
40596         (re_fastmap_accurate): Renamed from fastmap_accurate.
40597         (re_no_sub): Renamed from no_sub.
40598         (re_not_bol): Renamed from not_bol.
40599         (re_not_eol): Renamed from not_eol.
40600         (re_newline_anchor): Renamed from newline_anchor.
40601
40602         Change the following member names in struct re_registers.
40603         The old names are still supported if !_REGEX_SOURCE.
40604         The new names are always supported, regardless of _REGEX_SOURCE.
40605         (rm_num_regs): Renamed from num_regs.
40606         (rm_start): Renamed from start.
40607         (rm_end): Renamed from end.
40608
40609         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
40610         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
40611         Prepend __ to parameter names.
40612
40613         Undo yesterday's changes.
40614
40615 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40616
40617         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
40618         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
40619         lib/regex.c.
40620
40621 2005-08-24  Jim Meyering  <jim@meyering.net>
40622
40623         Sync from coreutils.
40624         * m4/fcntl-safer.m4: New file.
40625
40626         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
40627         and object files for this module.
40628
40629 2005-08-24  Jim Meyering  <jim@meyering.net>
40630
40631         Sync from coreutils.
40632         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
40633
40634 2005-08-24  Jim Meyering  <jim@meyering.net>
40635
40636         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
40637         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
40638
40639 2005-08-24  Jim Meyering  <jim@meyering.net>
40640
40641         * modules/fcntl-safer: New module.
40642         * modules/fts (Depends-on): Add fcntl-safer.
40643         * MODULES.html.sh (File descriptor based Input/Output):
40644         Add fcntl-safer.
40645
40646 2005-08-24  Bruno Haible  <bruno@clisp.org>
40647
40648         Support for unit test modules.
40649         * modules/README: Mention tests modules.
40650         * modules/TEMPLATE-TESTS: New file.
40651         * gnulib-tool: New options --extract-tests-module, --with-tests and
40652         --tests-base (unused for the moment).
40653         (testsbase, inctests): New variables.
40654         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
40655         (func_verify_module): Exclude TEMPLATE-TESTS.
40656         (func_verify_nontests_module, func_verify_tests_module): New functions.
40657         (func_get_dependencies): Add implicit dependency for tests modules.
40658         (func_get_tests_module): New function.
40659         (func_modules_transitive_closure): When --with-tests was specified,
40660         include the unit tests as well, unless explicitly avoided.
40661         (func_emit_lib_Makefile_am): Ignore the tests modules here.
40662         (func_emit_tests_Makefile_am): New function.
40663         (func_create_testdir): When --with-tests was specified, emit a
40664         tests/ directory.
40665         * MODULES.html.sh (Future developments): Update.
40666
40667 2005-08-24  Bruno Haible  <bruno@clisp.org>
40668
40669         * modules/tls-tests: New file.
40670         * tests/test-tls.c: New file, from GNU gettext.
40671
40672 2005-08-24  Bruno Haible  <bruno@clisp.org>
40673
40674         * modules/lock-tests: New file.
40675         * tests/test-lock.c: New file, from GNU gettext.
40676
40677 2005-08-24  Bruno Haible  <bruno@clisp.org>
40678
40679         * lib/lock.h: Add multiple inclusion guard.
40680         * lib/tls.h: Add multiple inclusion guard.
40681
40682 2005-08-24  Bruno Haible  <bruno@clisp.org>
40683
40684         * gnulib-tool: Add support for the --aux-dir option to
40685         --create-testdir, --create-megatestdir, --test, --megatest.
40686         (func_create_testdir, func_create_megatestdir): Optionally emit a
40687         AC_CONFIG_AUX_DIR directive.
40688         (create-testdir, create-megatestdir, test, megatest): Provide a
40689         default value for $auxdir.
40690
40691 2005-08-24  Bruno Haible  <bruno@clisp.org>
40692
40693         * gnulib-tool (import): Use compound statement instead of subshell
40694         where possible.
40695
40696 2005-08-24  Bruno Haible  <bruno@clisp.org>
40697
40698         * gnulib-tool (import): Change --aux-dir default to "build-aux".
40699
40700 2005-08-24  Bruno Haible  <bruno@clisp.org>
40701
40702         * gnulib-tool (func_version): Update.
40703
40704 2005-08-24  Bruno Haible  <bruno@clisp.org>
40705
40706         * gnulib-tool (func_import, func_create_testdir,
40707         func_create_megatestdir): Quote all autoconf macro arguments.
40708
40709 2005-08-24  Bruno Haible  <bruno@clisp.org>
40710
40711         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
40712         option --force, because --force causes the aclocal.m4 of each
40713         subdirectory to be newer than the corresponding config.h.in.
40714
40715 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40716
40717         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
40718         All contents moved to gl_REGEX.
40719         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
40720         assume that it does.
40721
40722 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40723
40724         * lib/regex.h (REG_NOSYS)
40725         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
40726         Define, since POSIX requires it as of 2001.
40727         (_REG_ENOSYS)
40728         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
40729         New private symbol, used to keep the enum signed in all cases.
40730         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
40731         Youngman in
40732         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
40733
40734         * lib/regex_internal.c (re_string_skip_chars, register_state):
40735         (calc_state_hash):
40736         Remove forward decls; no longer needed now that we use prototypes.
40737         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
40738         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
40739         (clean_state_log_if_needed): Likewise.
40740
40741 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40742
40743         * config/srclist.txt: Add glibc bugs 1231-1233.
40744
40745 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40746
40747         Fix problems reported by Sam Steingold in
40748         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
40749         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
40750         assumed that reg_errcode_t is a signed type, which is not
40751         necessarily true if _XOPEN_SOURCE is not defined.
40752         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
40753         since some compilers warn about it otherwise.
40754
40755 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40756
40757         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
40758         (init_word_char, create_initial_state, duplicate_node_closure):
40759         (fetch_token, peek_token_bracket, build_range_exp):
40760         (build_collating_symbol): Remove forward decls; no longer needed
40761         now that we use prototypes.
40762
40763         * lib/regcomp.c:
40764         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
40765         (re_compile_fastmap_iter, regcomp, regerror, regfree):
40766         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
40767         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
40768         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
40769         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
40770         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
40771         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
40772         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
40773         (build_range_exp, build_collating_symbol, parse_bracket_exp):
40774         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
40775         (build_charclass, build_charclass_op, fetch_number, create_tree):
40776         (create_token_tree, mark_opt_subexp, duplicate_tree):
40777         Use prototypes rather than old-style definitions.
40778
40779         * lib/regex_internal.c:
40780         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
40781         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
40782         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
40783         (re_string_reconstruct, re_string_peek_byte_case):
40784         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
40785         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
40786         (re_node_set_init_copy, re_node_set_add_intersect):
40787         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
40788         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
40789         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
40790         (re_acquire_state, re_acquire_state_context, register_state):
40791         (create_ci_newstate, create_cd_newstate, free_state):
40792         Likewise.
40793         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
40794         re_search_2):
40795         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
40796         (re_search_internal, prune_impossible_nodes):
40797         (acquire_init_state_context, check_matching, static):
40798         (check_halt_node_context, check_halt_state_context, proceed_next_node):
40799         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
40800         (update_regs, sift_states_backward, build_sifted_states):
40801         (clean_state_log_if_needed, merge_state_array):
40802         (update_cur_sifted_state, add_epsilon_src_nodes):
40803         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
40804         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
40805         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
40806         (find_recover_state, check_subexp_matching_top, transit_state_mb):
40807         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
40808         (check_arrival, check_arrival_add_next_nodes):
40809         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
40810         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
40811         (check_node_accept_bytes, check_node_accept, extend_buffers):
40812         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
40813         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
40814         (sift_ctx_init):
40815         Likewise.
40816
40817         * lib/regex_internal.h:
40818         (re_string_allocate, re_string_construct, re_string_reconstruct):
40819         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
40820         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
40821         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
40822         (re_string_context_at, re_string_peek_byte_case):
40823         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
40824         is defined, since we now use prototypes always.
40825
40826         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
40827         C89 or better.  All uses removed.
40828
40829 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40830
40831         * config/srclist.txt: Add glibc bugs 1220-1227.
40832
40833 2005-08-20  Jim Meyering  <jim@meyering.net>
40834
40835         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
40836         of unused local, dfa.
40837
40838 2005-08-20  Bruno Haible  <bruno@clisp.org>
40839
40840         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
40841
40842 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40843
40844         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
40845         (re_node_set_insert_last, re_dfa_add_node):
40846         Rename local variables to avoid GCC shadowing warnings.
40847
40848 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40849
40850         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
40851         [defined lint]: Suppress bogus uninitialized-variable warnings.
40852
40853         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
40854         and let the caller return REG_ESPACE if out of space.  This
40855         removes an uninitialied-variable warning with GCC 4.0.1, and also
40856         avoids taking the address of a local variable.  All callers
40857         changed.
40858
40859 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40860
40861         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
40862         $LIBCSRC/posix/regexec.c.
40863         Add glibc bug 1217 for regcomp.c.
40864
40865 2005-08-19  Jim Meyering  <jim@meyering.net>
40866
40867         * lib/regexec.c (proceed_next_node): Redo local variables to
40868         avoid GCC shadowing warnings.
40869
40870 2005-08-18  Bruno Haible  <bruno@clisp.org>
40871
40872         * lib/strstr.c (strstr): Fix return value in multibyte case.
40873         * lib/strcasestr.c (strcasestr): Likewise.
40874
40875 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40876
40877         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
40878
40879 2005-08-17  Jim Meyering  <jim@meyering.net>
40880
40881         Make the %s format (seconds since the epoch) work for a negative
40882         number and when used with a zero-padded field width, e.g. %015s.
40883
40884         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
40885         label so that it precedes the code to set `digits'.  Otherwise,
40886         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
40887         print `00-22'.  Now, it prints `-0022', as it should.
40888
40889 2005-08-17  Bruno Haible  <bruno@clisp.org>
40890
40891         * modules/strstr (Files): Add m4/mbrtowc.m4.
40892         (Depends-on): Add mbuiter.
40893
40894 2005-08-17  Bruno Haible  <bruno@clisp.org>
40895
40896         * modules/strcasestr: New file.
40897         * MODULES.html.sh (String handling, based on ANSI C 89): Add
40898         strcasestr.
40899
40900 2005-08-17  Bruno Haible  <bruno@clisp.org>
40901
40902         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
40903
40904 2005-08-17  Bruno Haible  <bruno@clisp.org>
40905
40906         * modules/mbuiter: New file.
40907         * MODULES.html.sh (Extended multibyte and wide character utilities):
40908         Add mbuiter.
40909
40910 2005-08-17  Bruno Haible  <bruno@clisp.org>
40911
40912         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
40913         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
40914
40915 2005-08-17  Bruno Haible  <bruno@clisp.org>
40916
40917         * m4/strcasestr.m4: New file.
40918
40919 2005-08-17  Bruno Haible  <bruno@clisp.org>
40920
40921         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
40922         * lib/strstr.c: Completely rewritten, with multibyte locale support.
40923
40924 2005-08-17  Bruno Haible  <bruno@clisp.org>
40925
40926         * lib/strcasestr.h: New file.
40927         * lib/strcasestr.c: New file.
40928
40929 2005-08-17  Bruno Haible  <bruno@clisp.org>
40930
40931         * lib/strcasecmp.c: Use mbuiter.h.
40932
40933 2005-08-17  Bruno Haible  <bruno@clisp.org>
40934
40935         * lib/mbuiter.h: New file.
40936
40937 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
40938
40939         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
40940         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
40941         and gl_GETOPT are both invoked via different paths (as happens
40942         with GNU tar CVS because it uses both argp and getopt), the former
40943         wins.
40944
40945 2005-08-16  Bruno Haible  <bruno@clisp.org>
40946
40947         * modules/tls: New file.
40948         * MODULES.html.sh (Multithreading): Add tls.
40949
40950 2005-08-16  Bruno Haible  <bruno@clisp.org>
40951
40952         * modules/strnlen1: New file.
40953         * MODULES.html.sh (String handling): Add strnlen1.
40954
40955 2005-08-16  Bruno Haible  <bruno@clisp.org>
40956
40957         * modules/strcase (Files): Add m4/mbrtowc.m4.
40958         (Depends-on): Add strnlen1, mbchar.
40959
40960 2005-08-16  Bruno Haible  <bruno@clisp.org>
40961
40962         * modules/mbiter: New file.
40963         * MODULES.html.sh (Extended multibyte and wide character utilities):
40964         Add mbiter.
40965
40966 2005-08-16  Bruno Haible  <bruno@clisp.org>
40967
40968         * modules/mbfile: New file.
40969         * MODULES.html.sh (Extended multibyte and wide character utilities):
40970         Add mbfile.
40971
40972 2005-08-16  Bruno Haible  <bruno@clisp.org>
40973
40974         * modules/mbchar: New file.
40975         * MODULES.html.sh (Extended multibyte and wide character utilities):
40976         New section.
40977
40978 2005-08-16  Bruno Haible  <bruno@clisp.org>
40979
40980         * m4/tls.m4: New file, from GNU gettext.
40981
40982 2005-08-16  Bruno Haible  <bruno@clisp.org>
40983
40984         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
40985         always.
40986         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
40987
40988 2005-08-16  Bruno Haible  <bruno@clisp.org>
40989
40990         * m4/mbiter.m4: New file.
40991
40992 2005-08-16  Bruno Haible  <bruno@clisp.org>
40993
40994         * m4/mbfile.m4: New file.
40995
40996 2005-08-16  Bruno Haible  <bruno@clisp.org>
40997
40998         * m4/mbchar.m4: New file.
40999
41000 2005-08-16  Bruno Haible  <bruno@clisp.org>
41001
41002         * lib/tls.h: New file, from GNU gettext.
41003         * lib/tls.c: New file, from GNU gettext.
41004
41005 2005-08-16  Bruno Haible  <bruno@clisp.org>
41006
41007         * lib/strnlen1.h: New file.
41008         * lib/strnlen1.c: New file.
41009
41010 2005-08-16  Bruno Haible  <bruno@clisp.org>
41011
41012         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
41013         (mbi_init): Update.
41014         (mbi_avail, mbi_advance): Let the iteration end before the terminating
41015         NUL byte, not after it.
41016
41017 2005-08-16  Bruno Haible  <bruno@clisp.org>
41018
41019         * lib/strcase.h (strcasecmp): Add note in comments.
41020         * lib/strncasecmp.c: Use code from strcasecmp.c.
41021         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
41022         (strcasecmp): Work correctly in multibyte locales.
41023
41024 2005-08-16  Bruno Haible  <bruno@clisp.org>
41025
41026         * lib/mbiter.h: New file.
41027
41028 2005-08-16  Bruno Haible  <bruno@clisp.org>
41029
41030         * lib/mbfile.h: New file.
41031
41032 2005-08-16  Bruno Haible  <bruno@clisp.org>
41033
41034         * lib/mbchar.h: New file.
41035         * lib/mbchar.c: New file.
41036
41037 2005-08-16  Bruno Haible  <bruno@clisp.org>
41038
41039         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
41040         the valid ones. Makes the comparison operations transitive:
41041         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
41042         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
41043
41044 2005-08-15  Simon Josefsson  <jas@extundo.com>
41045
41046         * modules/ssize_t (License): Change to 'unlimited'.
41047
41048         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
41049
41050 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41051
41052         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
41053         Add comments for each pending glibc patch.
41054
41055 2005-08-15  Bruno Haible  <bruno@clisp.org>
41056
41057         * lib/regex.h (__restrict_arr): Don't define to __restrict if
41058         __cplusplus is defined.
41059
41060 2005-08-14  Jim Meyering  <jim@meyering.net>
41061
41062         Sync from coreutils.
41063
41064         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
41065         Use the hash-table-based cycle-detection code not just when
41066         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
41067         Reported by James Youngman in
41068         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
41069         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
41070         FTS_TIGHT_CYCLE_CHECK.
41071         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
41072         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
41073         once again.
41074         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
41075         * lib/fts.c (fd_safer): Remove decl.
41076         Include fcntl--.h rather than unistd-safer.h
41077         (fts_safe_changedir): Don't call fd_safer; no longer needed
41078         now that we include fcntl--.h.
41079
41080 2005-08-12  Simon Josefsson  <jas@extundo.com>
41081
41082         * modules/getndelim2: Use ssize_t module.
41083         * modules/getnline: Likewise.
41084         * modules/safe-read: Likewise.
41085         * modules/xreadlink: Likewise.
41086
41087         * modules/ssize_t: New file.
41088
41089 2005-08-12  Simon Josefsson  <jas@extundo.com>
41090
41091         * m4/readline.m4: Look for termcap, curses or ncurses if required.
41092
41093 2005-08-12  Simon Josefsson  <jas@extundo.com>
41094
41095         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41096         ssize_t.
41097
41098 2005-08-12  Simon Josefsson  <jas@extundo.com>
41099
41100         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
41101         readline, getdelim and check_version.
41102         (Support for systems lacking ISO C 99: Sizes of integer types):
41103         Add size_max.
41104
41105 2005-08-12  Bruno Haible  <bruno@clisp.org>
41106
41107         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
41108
41109 2005-08-11  Simon Josefsson  <jas@extundo.com>
41110
41111         * modules/readline: New file.
41112
41113         * modules/strnlen (Files): Add strnlen.h.
41114
41115 2005-08-11  Simon Josefsson  <jas@extundo.com>
41116
41117         * m4/readline.m4: New file.
41118
41119 2005-08-11  Simon Josefsson  <jas@extundo.com>
41120
41121         * lib/readline.h, readline.c: New file.
41122
41123 2005-08-11  Simon Josefsson  <jas@extundo.com>
41124
41125         * doc/gnulib.texi (Initial import, Finishing touches): Mention
41126         gl_AVOID.
41127
41128 2005-08-11  Bruno Haible  <bruno@clisp.org>
41129
41130         * lib/strnlen.h (strnlen): Change parameter name to match comment.
41131
41132 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
41133
41134         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
41135
41136 2005-08-10  Simon Josefsson  <jas@extundo.com>
41137
41138         * tests/test-iconvme.c: New file.
41139
41140 2005-08-10  Simon Josefsson  <jas@extundo.com>
41141
41142         * m4/strnlen.m4: New file.
41143
41144         * m4/strndup.m4: Don't check for strnlen declaration, done in
41145         strnlen.m4.
41146
41147 2005-08-10  Simon Josefsson  <jas@extundo.com>
41148
41149         * lib/strndup.c: Use strnlen.h.
41150
41151         * lib/strnlen.h: New file.
41152
41153 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
41154
41155         * README: Typos.
41156
41157 2005-08-02  Simon Josefsson  <jas@extundo.com>
41158
41159         * modules/readline: New file.
41160
41161 2005-08-02  Simon Josefsson  <jas@extundo.com>
41162
41163         * modules/getdelim: New file.
41164
41165         * modules/getline: Rewrite, don't use getndelim2.
41166
41167 2005-08-02  Simon Josefsson  <jas@extundo.com>
41168
41169         * m4/getline.m4: Separate out getdelim stuff into separate module.
41170
41171         * m4/getdelim.m4: New file.
41172
41173 2005-08-02  Simon Josefsson  <jas@extundo.com>
41174
41175         * lib/getline.h, getline.c: Rewrite.
41176
41177         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
41178
41179 2005-07-31  Bruno Haible  <bruno@clisp.org>
41180
41181         * lib/lock.h (gl_lock_initializer): New macro.
41182         (gl_lock_define_initialized): Use it.
41183         (gl_rwlock_initializer): New macro.
41184         (gl_rwlock_define_initialized): Use it.
41185         (gl_recursive_lock_initializer): New macro.
41186         (gl_recursive_lock_define_initialized): Use it.
41187
41188 2005-07-30  Karl Berry  <karl@gnu.org>
41189
41190         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
41191         Report from Ben Pfaff, regarding getopt.
41192
41193 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
41194
41195         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
41196         normal way.
41197         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
41198         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
41199         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
41200         (gl_GETOPT): Use the new macros.  Most of the implementation
41201         is moved to the new macros.  This is for programs like Emacs
41202         that don't want all the functionality of gl_GETOPT.
41203
41204 2005-07-26  Bruno Haible  <bruno@clisp.org>
41205
41206         * m4/lock.m4: Update from GNU gettext.
41207
41208 2005-07-26  Bruno Haible  <bruno@clisp.org>
41209
41210         * lib/lock.h: Update from GNU gettext.
41211         * lib/lock.c: Update from GNU gettext.
41212
41213 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
41214
41215         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
41216         obsolescent AC_TRY_RUN.  Include the default includes files, for
41217         'exit'.
41218
41219 2005-07-24  Bruno Haible  <bruno@clisp.org>
41220
41221         * modules/visibility: New file.
41222         * MODULES.html.sh (Misc): Add visibility.
41223
41224 2005-07-24  Bruno Haible  <bruno@clisp.org>
41225
41226         * m4/visibility.m4: New file.
41227
41228 2005-07-24  Bruno Haible  <bruno@clisp.org>
41229
41230         * doc/visibility.texi: New file.
41231
41232 2005-07-22  Bruno Haible  <bruno@clisp.org>
41233
41234         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
41235         $(ALLOCA_H), redundant through BUILT_SOURCES.
41236         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
41237         redundant through BUILT_SOURCES.
41238         * modules/byteswap (Makefile.am): Remove explicit dependency on
41239         $(BYTESWAP_H), redundant through BUILT_SOURCES.
41240         * modules/fnmatch (Makefile.am): Remove explicit dependency on
41241         $(FNMATCH_H), redundant through BUILT_SOURCES.
41242         * modules/getopt (Makefile.am): Remove explicit dependency on
41243         $(GETOPT_H), redundant through BUILT_SOURCES.
41244         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
41245         redundant through BUILT_SOURCES.
41246         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
41247         redundant through BUILT_SOURCES.
41248         * modules/stdbool (Makefile.am): Remove explicit dependency on
41249         $(STDBOOL_H), redundant through BUILT_SOURCES.
41250         * modules/stdint (Makefile.am): Remove explicit dependency on
41251         $(STDINT_H), redundant through BUILT_SOURCES.
41252         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
41253         Remove explicit dependency on $(SYSEXITS_H).
41254         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
41255
41256 2005-07-18  Simon Josefsson  <jas@extundo.com>
41257
41258         * lib/check-version.c (check_version): Accept identical versions too.
41259
41260 2005-07-18  Bruno Haible  <bruno@clisp.org>
41261
41262         * modules/lock: New file.
41263         * MODULES.html.sh (Multithreading): New section.
41264
41265 2005-07-18  Bruno Haible  <bruno@clisp.org>
41266
41267         * m4/lock.m4: New file, from GNU gettext.
41268
41269 2005-07-18  Bruno Haible  <bruno@clisp.org>
41270
41271         * lib/lock.h: New file, from GNU gettext.
41272         * lib/lock.c: New file, from GNU gettext.
41273
41274 2005-07-18  Bruno Haible  <bruno@clisp.org>
41275
41276         * lib/lock.h (gl_once_t): New type.
41277         (gl_once_define, gl_once): New macros.
41278         * lib/lock.c (fresh_once): New variable.
41279         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
41280         functions.
41281
41282 2005-07-16  Simon Josefsson  <jas@extundo.com>
41283
41284         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
41285         workaround, suggested by Bruno.
41286
41287 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
41288
41289         * modules/xalloc (Depends-on): Add xalloc-die.
41290         * modules/xvasprintf (Depends-on): Add xalloc-die.
41291
41292 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
41293
41294         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
41295         with a minor change.
41296
41297 2005-07-15  Bruno Haible  <bruno@clisp.org>
41298
41299         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
41300         When using lib/poll.c, define poll as rpl_poll.
41301
41302 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
41303
41304         * modules/argp (Depends-on): Remove unlocked-io.
41305
41306 2005-07-14  Derek Price  <derek@ximbiot.com>
41307
41308         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
41309         for glob symlink bug.
41310
41311 2005-07-14  Bruno Haible  <bruno@clisp.org>
41312
41313         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
41314         Instead, test for *_unlocked function declarations directly.
41315
41316 2005-07-11  Simon Josefsson  <jas@extundo.com>
41317
41318         * modules/size_max: New file.
41319
41320         * modules/xsize: Depend on size_max module for size_max.m4.
41321
41322 2005-07-11  Simon Josefsson  <jas@extundo.com>
41323
41324         * lib/size_max.h: New file.
41325
41326 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
41327
41328         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
41329         copyright symbol and the year.
41330         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
41331         (version_etc_va): Use parameterized copyright notice.
41332         Reword to conform to the current GNU coding standards.
41333
41334 2005-07-11  Karl Berry  <karl@gnu.org>
41335
41336         * doc/gnulib.texi (Quoting): new node.
41337         (Initial import): more info, from Patrice.
41338
41339 2005-07-11  Bruno Haible  <bruno@clisp.org>
41340
41341         * gnulib-tool (func_usage): Document option --avoid.
41342         (Command line options): Handle --avoid.
41343         (func_acceptable): New function.
41344         (func_modules_transitive_closure): Use it.
41345
41346 2005-07-11  Bruno Haible  <bruno@clisp.org>
41347
41348         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
41349         Reported by Jim Meyering.
41350
41351 2005-07-10  Bruno Haible  <bruno@clisp.org>
41352
41353         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
41354         Needed when size_t is smaller than 'unsigned int'.
41355         Reported by Paul Eggert.
41356
41357 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
41358
41359         * modules/argp (Depends-on): Add unlocked-io
41360
41361 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
41362
41363         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
41364         block of defines.
41365
41366 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
41367
41368         * config/srclist.txt: Comment out regcomp.c, since we have a porting
41369         fix now.
41370
41371 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
41372         and Paul Eggert  <eggert@cs.ucla.edu>
41373
41374         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
41375         in wint_t, not wchar_t.  Remove now-unnecessary cast.
41376
41377 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
41378
41379         * modules/regex (Files): Add lib/regex_internal.c,
41380         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
41381         (Depends-on): Add extensions.
41382         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
41383
41384 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
41385
41386         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
41387         pathconf.
41388         * m4/same.m4 (gl_SAME): Likewise.
41389         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
41390
41391         * m4/regex.m4: Adjust to new libc regex implementation.
41392         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
41393         all the .c and .h parts of (the new) regex.
41394         Quote the m4 stuff better.
41395         Check for RE_ICASE bug of old gnulib.
41396         Check for REG_STARTEND of recent libc.
41397         Rename local variables from jm_* to gl_*.
41398         Quote operand of "test -f".
41399         Say "recent enough" version of libc, not "version 2".
41400         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
41401         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
41402         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
41403         Remove check for btowc, isascii.
41404         Require AM_LANGINFO_CODESET.
41405
41406 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
41407
41408         * lib/regex.c, regex.h: Sync from libc.
41409         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
41410         * lib/regexec.c:
41411         New files, synced from libc, except that regex_internal.h
41412         currently has a small porting fix.
41413
41414 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
41415
41416         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
41417         regex_internal.c, regexec.c.
41418         Add regex_internal.h too, but as a comment, since the libc version
41419         is currently broken in gnulib mode.
41420
41421 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41422
41423         Support programs like Emacs that use gnulib but not gettext.
41424         * MODULES.html.sh (Internationalization functions): Add gettext-h.
41425         * modules/gettext-h: New file.
41426         * modules/gettext (Files): Remove lib/gettext.h.
41427         (Depends-on): Add gettext-h.
41428         (Makefile.am): Remove lib_SOURCES.
41429         * modules/argmatch, modules/c-stack, modules/closeout:
41430         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
41431         * modules/execute, modules/file-type, modules/getaddrinfo:
41432         * modules/getopt, modules/human, modules/javacomp:
41433         * modules/javaexec, modules/mkdir-p, modules/obstack:
41434         * modules/openat, modules/pagealign_alloc, modules/pipe:
41435         * modules/quotearg, modules/regex, modules/rpmatch:
41436         * modules/unicodeio, modules/userspec, modules/version-etc:
41437         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
41438         * modules/xsetenv:
41439         Depend on gettext-h, not gettext.
41440
41441 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
41442
41443         * gnulib-tool (func_import): Add support for 'public domain' license.
41444         * modules/alloca, modules/atexit, modules/memmove:
41445         Now public domain, not GPL.
41446         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
41447         * modules/realloc, modules/strerror, modules/strtod:
41448         Now LGPL, not GPL.
41449
41450 2005-07-05  Bruno Haible  <bruno@clisp.org>
41451
41452         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
41453         autoconf CVS. Needed for mingw.
41454
41455 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41456
41457         Remove the dependency of the strftime module on the tzset module.
41458         * modules/strftime (Depends-on): Remove dependency on tzset.
41459
41460 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41461
41462         Remove the dependency of the strftime module on the tzset module.
41463         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
41464         gl_FUNC_TZSET_CLOBBER.
41465
41466 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41467
41468         Remove the dependency of the strftime module on the tzset module.
41469         * lib/strftime.c (my_strftime)
41470         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
41471         Copy the input structure, to work around some of the bug with
41472         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
41473         Solaris releases, you should also use the tzset module, but we won't
41474         require it as a dependency any more since we don't want LGPLed code
41475         to depend on GPLed code.
41476
41477 2005-07-02  Jim Meyering  <jim@meyering.net>
41478
41479         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
41480         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
41481         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
41482         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
41483
41484 2005-07-02  Jim Meyering  <jim@meyering.net>
41485
41486         * lib/backupfile.c (backup_args): Change a `0' to NULL.
41487
41488 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
41489
41490         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
41491         declares only 'struct timespec;' (!).
41492
41493 2005-07-01  Jim Meyering  <jim@meyering.net>
41494
41495         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
41496         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
41497         * lib/save-cwd.c, tempname.c:
41498         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
41499         and don't include <sys/file.h>).
41500
41501 2005-06-29  Jim Meyering  <jim@meyering.net>
41502
41503         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
41504         type name.  Use the variable name instead.
41505         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
41506         Likewise.
41507
41508 2005-06-28  Simon Josefsson  <jas@extundo.com>
41509
41510         * modules/check-version (Files): Add check-version.m4.
41511
41512 2005-06-28  Simon Josefsson  <jas@extundo.com>
41513
41514         * m4/check-version.m4: New file, suggested by Jim Meyering
41515         <jim@meyering.net>.
41516
41517 2005-06-28  Simon Josefsson  <jas@extundo.com>
41518
41519         * lib/check-version.h, lib/check-version.c: New files.
41520
41521 2005-06-28  Simon Josefsson  <jas@extundo.com>
41522
41523         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
41524         collision with global variable.  Better indentation.  Don't
41525         increment buffer pointer beyond buffer end.  Based on comments
41526         from Paul Eggert <eggert@cs.ucla.edu>.
41527
41528         * lib/base64.h: Indent.
41529
41530 2005-06-28  Simon Josefsson  <jas@extundo.com>
41531
41532         * doc/gnulib.texi (Library version handling): New section.
41533
41534 2005-06-28  Jim Meyering  <jim@meyering.net>
41535
41536         * check-module (find_included_lib_files): Hard-code another
41537         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
41538         but modules/fts-lgpl (correctly) does not list those files.
41539
41540         * modules/canonicalize (Files): Add lib/pathmax.h.
41541
41542 2005-06-25  Simon Josefsson  <jas@extundo.com>
41543
41544         * modules/check-version: New file.
41545
41546 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
41547
41548         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
41549         initializer of struct addrinfo, as an indication that we don't
41550         care how many members the structure has.
41551
41552 2005-06-24  Derek Price  <derek@ximbiot.com>
41553         and Bruno Haible  <bruno@clisp.org>
41554
41555         Remove stat module & update lstat.
41556         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
41557         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
41558         * m4/stat.m4: Remove this file.
41559
41560 2005-06-24  Derek Price  <derek@ximbiot.com>
41561         and Bruno Haible  <bruno@clisp.org>
41562
41563         Remove stat module & update lstat.
41564         * lib/stat.c: Remove this file...
41565         (slash_aware_lstat): ...moving this content and its support...
41566         * lib/lstat.c (rpl_lstat): ...into here.
41567         * lib/lstat.h: New file.
41568
41569 2005-06-24  Derek Price  <derek@ximbiot.com>
41570         and Bruno Haible  <bruno@clisp.org>
41571
41572         Remove stat module & update lstat.
41573         * config/srclist.txt (libc sources): Remove stat.
41574
41575 2005-06-24  Derek Price  <derek@ximbiot.com>
41576         and Bruno Haible  <bruno@clisp.org>
41577
41578         Remove stat module & update lstat.
41579         * MODULES.html.sh (stat): Remove.
41580         * MODULES.html: Regenerated.
41581         * modules/lstat (Description): Correct function name.
41582         (Files): Add "lstat.h".
41583         (Depends-on): Remove stat, add xalloc, stat-macros.
41584         * modules/stat: Remove this file.
41585         (Include): Add "lstat.h", remove <sys/stat.h>.
41586
41587 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
41588
41589         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
41590         (ranged_convert): Don't save conversion in a temporary struct.
41591         This causes a warning with GCC 4.0.0, and anyway in the typical
41592         case it's not worth the extra 100 bytes or so of code.
41593         (ranged_convert, __mktime_internal): When calling a function via a
41594         pointer P, use P () rather than (*P) (), as we now assume C89 or
41595         better.
41596
41597 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
41598
41599         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
41600         "who -r" failed to give output.  Problem reported by Tim Waugh.
41601
41602         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
41603         (xcalloc): Use it to avoid needless tests.
41604         Problem reported by Jim Meyering.
41605
41606 2005-06-20  Derek Price  <derek@ximbiot.com>
41607
41608         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
41609         unnecessary for Autoconfs > 2.59c.
41610
41611 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41612
41613         * lib/argp.h (__option_is_short): Check upper limit of
41614         __key. Isprint() requires its argument to have the value
41615         of an unsigned char or EOF.
41616
41617 2005-06-16  Jim Meyering  <jim@meyering.net>
41618
41619         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
41620         when either N or S is zero.
41621
41622 2005-06-16  Derek Price  <derek@ximbiot.com>
41623
41624         * m4/bison.m4: Declare YACC & YFLAGS precious.
41625
41626 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
41627
41628         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
41629         multibyte string or pattern, fall back on unibyte matching.
41630         Problem reported by James Youngman.
41631
41632 2005-06-08  Bruno Haible  <bruno@clisp.org>
41633
41634         * modules/csharpcomp: New file.
41635         * MODULES.html.sh (C#): Add csharpcomp.
41636
41637 2005-06-08  Bruno Haible  <bruno@clisp.org>
41638
41639         * m4/csharpcomp.m4: New file, from GNU gettext.
41640
41641 2005-06-08  Bruno Haible  <bruno@clisp.org>
41642
41643         * lib/csharpcomp.h: New file, from GNU gettext.
41644         * lib/csharpcomp.c: New file, from GNU gettext.
41645         * lib/csharpcomp.sh.in: New file, from GNU gettext.
41646
41647 2005-06-08  Bruno Haible  <bruno@clisp.org>
41648
41649         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
41650         warning on mingw.
41651
41652 2005-06-07  Derek Price  <derek@ximbiot.com>
41653
41654         Sync from CVS.
41655         * lib/glob_.h: Indent nested #ifdef.
41656
41657 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
41658
41659         Sync from coreutils.
41660         Use "file name" when talking about file names, instead of "filename"
41661         or "path", as per the GNU coding standards.
41662         * lib/mkdir-p.c: Renamed from makepath.c.
41663         (make_dir_parents): Renamed from make_path.  All callers changed.
41664         * lib/mkdir-p.h: Likewise.  All includers changed.
41665         * lib/filenamecat.c: Renamed from path-concat.c.
41666         (file_name_concat): Renamed from path_concat.  All callers changed.
41667         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
41668         * lib/filenamecat.h: Likewise.  All includers changed.
41669         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
41670         in comments or local variable names.
41671         * lib/basename.c: Likewise.
41672         * lib/canonicalize.c, canonicalize.h: Likewise.
41673         * lib/dirname.c, dirname.h: Likewise.
41674         * lib/euidaccess.c: Likewise.
41675         * lib/exclude.c: Likewise
41676         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
41677         * lib/fsusage.c, fsuage.h: Likewise.
41678         * lib/fts.c, fts_.h: Likewise.
41679         * lib/getcwd.c: Likewise.
41680         * lib/getloadavg.c: Likewise.
41681         * lib/mkstemp.c: Likewise.
41682         * lib/mountlist.c, mountlist.h: Likewise.
41683         * lib/openat.c, openat.h: Likewise.
41684         * lib/readlink-stub.c: Likewise.
41685         * lib/readutmp.c, readutmp.h: Likewise.
41686         * lib/rename.c: Likewise.
41687         * lib/rmdir.c: Likewise.
41688         * lib/same.c: Likewise.
41689         * lib/savedir.c: Likewise.
41690         * lib/stripslash.c: Likewise.
41691         * lib/tempname.c: Likewise.
41692         * lib/xreadlink.c: Likewise.
41693         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
41694         All uses changed.
41695         * lib/exclude.h: Likewise.
41696
41697         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
41698         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
41699         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
41700         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
41701         * lib/pathmax.h: Include <limits.h> unconditionally, since other
41702         files have been getting away with it for years (MORE/BSD 4.3
41703         is extinct now).
41704         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
41705         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
41706
41707         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
41708         Define to 256, not 255, as per modern POSIX.
41709
41710 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
41711
41712         Sync from coreutils.
41713         Use "file name" when talking about file names, instead of "filename"
41714         or "path", as per the GNU coding standards.
41715         * MODULES.html.sh: mkdir-p renamed from makepath.
41716         filenamecat renamed from path-concat.
41717         * modules/filenamecat: Renamed from modules/path-concat.
41718         (Files): filenamecat.h and filenamecat.c renamed from
41719         path-concat.h and path-concat.c.
41720         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
41721         (Include): filenamecat.h, not path-concat.h.
41722         * modules/mkdir-p: Renamed from modules/makepath.
41723         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
41724         makepath.c.
41725         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
41726         (Include): mkdir-p.h, not makepath.h.
41727
41728 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
41729
41730         Sync from coreutils.
41731         * m4/mkdir-p.m4: Renamed from makepath.m4.
41732         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
41733         Rename files from makepath.c to mkdir-p.c, and from
41734         makepath.h to mkdir-p.h.
41735         * m4/filenamecat.m4: Renamed from path-concat.m4.
41736         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
41737         Rename files from path-concat.c to filenamecat.c,
41738         and from path-concat.h to filenamecat.h.
41739         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
41740         "file name" in local variables or comments.
41741         * m4/rename.m4: Likewise.
41742
41743 2005-06-01  Bruno Haible  <bruno@clisp.org>
41744
41745         * modules/csharpexec: New file.
41746         * MODULES.html.sh (C#): New section.
41747
41748 2005-06-01  Bruno Haible  <bruno@clisp.org>
41749
41750         * m4/csharp.m4: New file, from GNU gettext.
41751         * m4/csharpexec.m4: New file, from GNU gettext.
41752
41753 2005-06-01  Bruno Haible  <bruno@clisp.org>
41754
41755         * lib/csharpexec.h: New file, from GNU gettext.
41756         * lib/csharpexec.c: New file, from GNU gettext.
41757         * lib/csharpexec.sh.in: New file, from GNU gettext.
41758
41759 2005-05-31  Derek Price  <derek@ximbiot.com>
41760             Paul Eggert  <eggert@cs.ucla.edu>
41761
41762         Sync from cvs.
41763         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
41764
41765 2005-05-31  Derek Price  <derek@ximbiot.com>
41766             Paul Eggert  <eggert@cs.ucla.edu>
41767
41768         Sync from cvs.
41769         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
41770
41771 2005-05-29  Derek Price  <derek@ximbiot.com>
41772
41773         * config/srclist.txt (glob_.h, glob.c): Add these files.
41774
41775 2005-05-29  Derek Price  <derek@ximbiot.com>
41776
41777         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
41778         * modules/glob: New file.
41779         * modules/getlogin_r: Add link to POSIX spec in description.
41780
41781 2005-05-29  Derek Price  <derek@ximbiot.com>
41782             Paul Eggert  <eggert@cs.ucla.edu>
41783
41784         * m4/glob.m4: New file.
41785
41786 2005-05-29  Derek Price  <derek@ximbiot.com>
41787             Paul Eggert  <eggert@cs.ucla.edu>
41788
41789         * lib/glob_.h, lib/glob.c: New files.
41790
41791 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
41792
41793         * modules/fts (Files): Remove m4/inttypes-pri.m4.
41794         * modules/fts-lgpl (Depends-on): Remove gettext.
41795
41796 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
41797
41798         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
41799         and don't require gt_INTTYPES_PRI.
41800
41801 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
41802
41803         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
41804
41805         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
41806         the configuration hassle isn't worth it.
41807         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
41808         (LONGEST_MODIFIER, PRIuMAX): Remove.
41809
41810 2005-05-27  Bruno Haible  <bruno@clisp.org>
41811
41812         * lib/getlogin_r.h: Remove second include of <stddef.h>.
41813
41814 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
41815
41816         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
41817         _POSIX_PTHREAD_SEMANTICS for Solaris.
41818
41819 2005-05-25  Derek Price  <derek@ximbiot.com>
41820
41821         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
41822
41823 2005-05-25  Derek Price  <derek@ximbiot.com>
41824             Paul Eggert  <eggert@cs.ucla.edu>
41825
41826         * modules/getlogin_r, m4/getlogin_r.m4: New files.
41827         * lib/getlogin_r.c, getlogin_r.h: New files.
41828
41829 2005-05-25  Bruno Haible  <bruno@clisp.org>
41830             Derek Price  <derek@ximbiot.com>
41831
41832         * lib/getlogin_r.h: Simplify API documentation.
41833
41834 2005-05-23  Derek Price  <derek@ximbiot.com>
41835
41836         * modules/minmax (Files): Add m4/minmax.m4.
41837         (configure.ac): Add gl_MINMAX.
41838
41839 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41840
41841         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
41842         so that unistd-safer.h (GPL'ed code) need not be included.
41843
41844 2005-05-22  Bruno Haible  <bruno@clisp.org>
41845
41846         * m4/minmax.m4: New file.
41847         Based on a patch by Derek Price <derek@ximbiot.com>.
41848
41849 2005-05-22  Bruno Haible  <bruno@clisp.org>
41850
41851         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
41852         (INT64_MIN): Fix definition.
41853         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
41854
41855         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
41856         NEED_SIGNED_INT_TYPES.
41857
41858         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
41859         HAVE_SYSTEM_INTTYPES.
41860
41861 2005-05-22  Bruno Haible  <bruno@clisp.org>
41862
41863         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
41864         Also include <sys/param.h> if it defines MIN, MAX.
41865         Based on a patch by Derek Price <derek@ximbiot.com>.
41866
41867 2005-05-21  Jim Meyering  <jim@meyering.net>
41868
41869         * modules/fts (Files): Add m4/inttypes-pri.m4.
41870         (Depends-on): Add lstat and remove gettext.  Alphabetize.
41871
41872 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
41873
41874         New fts module.
41875         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
41876         (setup_dir, free_dir): New functions.
41877         (enter_dir, leave_dir): Define trivial
41878         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
41879         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
41880         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
41881         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
41882         Move to fts-cycle.c.
41883         (fts_open): Use setup_dir.
41884         (fts_close): Use free_dir.
41885         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
41886         This adds a label and some gotos, but the alternatives were messier.
41887         Check for memory allocation failure when entering a dir.
41888         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
41889         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
41890         (FTS): New member fts_cycle, that is a union that contains the
41891         old active_dir_ht and cycle_state.  All uses changed to mention
41892         fts_cycle.ht and fts_cycle.state.
41893         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
41894         fts.c, with the following changes:
41895         (setup_dir, free_dir): New functions.
41896         (enter_dir): Now returns bool.  Return true if successful, false
41897         if memory exhausted.  All callers changed.
41898         Do not bother partly cleaning up on
41899         memory allocation failure; that is free_dir's job.
41900         However, free ad if hash_insert fails, to avoid memory leak.
41901         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
41902         fts->fts_options to see which union member to use.
41903
41904 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
41905
41906         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
41907         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
41908
41909 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
41910
41911         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
41912
41913 2005-05-20  Jim Meyering  <jim@meyering.net>
41914
41915         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
41916         Now a macro, to pacify GCC.
41917
41918 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
41919
41920         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
41921         of -1.
41922
41923 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
41924
41925         * lib/chown.c (rpl_chown): Return -1 on failure.
41926
41927 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
41928
41929         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
41930         Don't check for stddef.h.
41931         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
41932         don't use its results.
41933         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
41934         since we include them unconditionally.  Don't require
41935         AM_STDBOOL_H, since stdbool is a prerequisite.
41936         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
41937         since we assume C89 or better.
41938         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
41939         as we don't use their results.
41940         Don't check for fchdir, memmove, memset, strrchr, as we use
41941         them unconditionally.
41942         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
41943         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
41944
41945 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
41946
41947         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
41948         Include <stddef.h> unconditionally, since we assume C89 now.
41949         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
41950         * lib/fts.c: Include fts_.h first, to check interface.
41951         Do not include intprops.h; no longer needed.
41952         Include cycle-check.h and hash.h, since fts_.h no longer does.
41953         Remove unnecessary casts of closedir to void.
41954         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
41955         decide whether to decrement nlinks.
41956         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
41957         (FTS): Use struct hash_table * instead of Hash_table, so that
41958         we no longer need to include hash.h here.
41959
41960 2005-05-18  Jim Meyering  <jim@meyering.net>
41961
41962         * modules/dirfd (License): Change to LGPL.  Most of the code
41963         is already in the public domain.
41964
41965 2005-05-18  Jim Meyering  <jim@meyering.net>
41966
41967         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
41968         Reported by Yoann Vandoorselaere.
41969
41970 2005-05-17  Jim Meyering  <jim@meyering.net>
41971
41972         * m4/fts.m4: New file, from coreutils.
41973
41974 2005-05-17  Jim Meyering  <jim@meyering.net>
41975
41976         * lib/fts.c, lib/fts_.h: New files, from coreutils.
41977
41978 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41979
41980         Sync from coreutils.
41981         * m4/unlinkdir.m4: New file.
41982
41983 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41984
41985         Sync from coreutils.
41986         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
41987         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
41988         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
41989         White space changes only.
41990         * lib/makepath.c (make_path): Port to hosts where leading "//" is
41991         special.
41992         * lib/yesno.c: Include getline.h, not ctype.h.
41993         (yesno): Don't remove leading white space; POSIX doesn't allow it.
41994         Use getline to remove arbitrary restriction on response length.
41995
41996 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41997
41998         * config/srclist-update: Spell out "Street" in FSF postal
41999         mail address; this is the style the FSF seems to prefer.
42000
42001         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
42002         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
42003         this updates FSF postal mail address.
42004
42005         Sync from coreutils.
42006         * modules/unlinkdir: New file.
42007         * modules/yesno (Depends-on): Add getline.
42008         * MODULES.html.sh (File system functions): Add unlinkdir.
42009
42010 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42011
42012         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
42013         lib/strsep.h:
42014         Change the initial comment to refer to GPL, not LGPL.
42015         gnulib-tool will change it to LGPL as needed.
42016
42017         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
42018         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
42019         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
42020         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
42021         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
42022         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
42023         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
42024         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
42025         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
42026         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
42027         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
42028         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
42029         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
42030         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
42031         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
42032         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
42033         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
42034         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
42035         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
42036         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
42037         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
42038         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
42039         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
42040         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
42041         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
42042         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
42043         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
42044         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
42045         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
42046         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
42047         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
42048         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
42049         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
42050         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
42051         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
42052         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
42053         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
42054         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
42055         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
42056         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
42057         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
42058         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
42059         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
42060         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
42061         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
42062         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
42063         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
42064         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
42065         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
42066         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
42067         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
42068         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
42069         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
42070         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
42071         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
42072         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
42073         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
42074         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
42075         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
42076         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
42077         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
42078         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
42079         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
42080         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
42081         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
42082         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
42083         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
42084         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
42085         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
42086         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
42087         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
42088         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
42089         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
42090         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
42091         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
42092         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
42093         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
42094         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
42095         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
42096         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
42097         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
42098         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
42099         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
42100         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
42101         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
42102         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
42103         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
42104         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
42105         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
42106         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
42107         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
42108         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
42109         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
42110         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
42111         lib/yesno.c, lib/yesno.h:
42112         Update FSF postal mail address.
42113
42114 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42115
42116         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
42117         tests/test-memmem.c, tests/test-stpncpy.c:
42118         Update FSF postal mail address.
42119
42120 2005-05-13  Bruno Haible  <bruno@clisp.org>
42121
42122         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
42123         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
42124         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
42125         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
42126         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
42127         Add support for 64-bit integers in the MSVC compiler.
42128
42129 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42130
42131         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
42132
42133 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
42134
42135         * gnulib-tool (func_import): Sort and uniquify recommended includes.
42136
42137 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
42138
42139         * doc/getdate.texi (General date syntax): Don't say that date
42140         date --iso-8601=ns generates acceptable dates; it doesn't yet.
42141         Problem reported by Nic Ferrier.
42142
42143 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42144
42145         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
42146         specified in ai_socktype. Fix invalid ai_protocol
42147         check. ai_protocol is usually set to 0 or depending on
42148         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
42149         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
42150         ai_socktype / ai_protocol in the returned addrinfo structure.
42151
42152 2005-05-10  Simon Josefsson  <jas@extundo.com>
42153
42154         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
42155         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
42156
42157 2005-05-10  Karl Berry  <karl@gnu.org>
42158
42159         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
42160         (from http://www.gnu.org/licenses).
42161         * doc/COPYING.LIB: also rename to COPYING.LESSER.
42162         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
42163         fdl.texi suffices.
42164
42165 2005-05-10  Karl Berry  <karl@gnu.org>
42166
42167         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
42168         (COPYING.DOC): remove.
42169
42170         * config/srclist-update: new FSF address.
42171
42172 2005-05-10  Derek Price  <derek@ximbiot.com>
42173
42174         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
42175         possible.
42176
42177 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42178             Bruno Haible  <bruno@clisp.org>
42179
42180         * modules/inet_ntop: New file.
42181         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42182         inet_ntop.
42183
42184 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42185             Bruno Haible  <bruno@clisp.org>
42186
42187         * m4/inet_ntop.m4: New file.
42188
42189 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42190             Bruno Haible  <bruno@clisp.org>
42191
42192         * lib/inet_ntop.h: New file.
42193         * lib/inet_ntop.c: New file, from glibc with modifications.
42194
42195 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
42196
42197         * modules/time_r (License): Change to LGPL.
42198         * modules/extensions (License): Change to LGPL.  Actually,
42199         the license is more permissive than that, but currently gnulib-tool
42200         doesn't know how to handle more-permissive licenses.
42201
42202         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
42203         Problem reported by Dave Love.
42204
42205 2005-05-08  Jim Meyering  <jim@meyering.net>
42206
42207         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
42208         blank.
42209
42210 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
42211
42212         * modules/argmatch (Depends-on): Add stdbool.
42213         * modules/backupfile (Depends-on): Likewise.
42214         * modules/chdir-long (Depends-on): Likewise.
42215         * modules/closeout (Depends-on): Likewise.
42216         * modules/cycle-check (Depends-on): Likewise.
42217         * modules/dirname (Depends-on): Likewise.
42218         * modules/fnmatch (Depends-on): Likewise.
42219         * modules/fsusage (Depends-on): Likewise.
42220         * modules/fwriteerror (Depends-on): Likewise.
42221         * modules/getcwd (Depends-on): Likewise.
42222         * modules/getloadavg (Depends-on): Likewise.
42223         * modules/hard-locale (Depends-on): Likewise.
42224         * modules/makepath (Depends-on): Likewise.
42225         * modules/mountlist (Depends-on): Likewise.
42226         * modules/nanosleep (Depends-on): Likewise.
42227         * modules/posixtm (Depends-on): Likewise.
42228         * modules/quotearg (Depends-on): Likewise.
42229         * modules/readtokens (Depends-on): Likewise.
42230         * modules/readtokens0 (Depends-on): Likewise.
42231         * modules/readutmp (Depends-on): Likewise.
42232         * modules/save-cwd (Depends-on): Likewise.
42233         * modules/strftime (Depends-on): Likewise.
42234         * modules/userspec (Depends-on): Likewise.
42235         * modules/utimecmp (Depends-on): Likewise.
42236         * modules/xgetcwd (Depends-on): Likewise.
42237         * modules/xnanosleep (Depends-on): Likewise.
42238         * modules/xstrtod (Depends-on): Likewise.
42239         * modules/yesno (Depends-on): Likewise.
42240
42241 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
42242
42243         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
42244         needless checks.
42245
42246 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
42247
42248         Merge from coreutils.  Among other things,
42249         add bulletproofing for cases where stdin, stdout, or stderr are closed.
42250         * lib/fd-safer.c: New file.
42251         * lib/fcntl-safer.h, open-safer.c: Remove.
42252         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
42253         * lib/dup-safer.c: Include unistd-safer.h first.
42254         Don't include errno.h.
42255         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
42256         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
42257         * lib/file-type.c: Rely on file-type.h change.
42258         * lib/getloadavg.c: Include unistd-safer.h.
42259         (getloadavg): Use safer open.
42260         * lib/getusershell.c: Include "stdio-safer.h".
42261         (getusershell): Use safer fopen.
42262         * lib/long-options.c (long_options): Use NULL rather than 0.
42263         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
42264         'free'.
42265         * lib/modechange.c: Likewise.
42266         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
42267         (MODE_DONE): New constant.
42268         (struct mode_change): Remove 'next' member.
42269         (make_node_op_equals): New function; like the old one of the
42270         same name, except it allocates an array.
42271         (mode_compile, mode_create_from_ref): Use it.
42272         (mode_compile): Allocate result as an array, not a linked list.
42273         Parse octal string ourself, so that we catch mistakes like "+0".
42274         (mode_adjust): Arg is an array, not a linked list.
42275         * lib/modechange.c: Include stat-macros.h, xalloc.h.
42276         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
42277         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
42278         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
42279         Remove.  This is now stat-macros.h's job.
42280         (talloc): Remove.  All callers replaced by xalloc, so that
42281         our invokers don't have to worry about reporting memory failures.
42282         (make_node_op_equals): Remove.
42283         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
42284         New constants.
42285         (struct mode_change): Moved here from modechange.h.
42286         (mode_append_entry): Remove.
42287         (mode_compile): Remove MASKED_OPS arg, since it encouraged
42288         apps to have incorrect behavior.  Use simpler algorithm for head
42289         and tail.  Don't futz with umask; that's now the job of mode_adjust.
42290         Detect more invalid usages rather than having somewhat-random behavior.
42291         Don't insert an "a=" action, as that leads to incorrect behavior.
42292         (mode_compile, mode_create_from_ref): Return NULL on error instead
42293         of an enum, since now there's only one way to have an error.  All
42294         callers changed.
42295         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
42296         at the correct time.  Simplify calculation of "+u" and its ilk.
42297         Don't mishandle "+X".
42298         (mode_free): Remove "register" and localize decls.
42299         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
42300         (struct mode_change): Move to modechange.c; callers don't
42301         need to see this stuff.
42302         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
42303         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
42304         (mode_change, mode_adjust): Reflect the new signatures noted above.
42305         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
42306         that might redefine system include files.
42307         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
42308         (my_usleep): Use NULL rather than (void *) 0.
42309         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
42310         Use siginterrupt to specify that system calls should be interrupted.
42311         (rpl_nanosleep): Move initialization of suspended closer to call of
42312         my_usleep.
42313         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
42314         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
42315         (desirable_utmp_entry): New function.
42316         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
42317         using x2nrealloc, to simplify logic.
42318         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
42319         size calculation.  Do not assume utmp file is a regular file.
42320         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
42321         (READ_UTMP_CHECK_PIDS): New constant.
42322         * lib/save-cwd.c: Include unistd-safer.h.
42323         (save_cwd): Use fd_safer.
42324         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
42325         [!_LIBC] Include "stat-macros.h" instead.
42326         * lib/unistd-safer.h (fd_safer): New decl.
42327
42328 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
42329
42330         * modules/getloadavg (Depends-on): Add unistd-safer.
42331         * modules/getusershell (Depends-on): Add stdio-safer.
42332         * modules/lstat (Depends-on): Remove xalloc.
42333         * modules/mkstemp (Depends-on): Add stat-macros.
42334         * modules/modechange (Depends-on): Remove xstrtol.
42335         Add stat-macros, xalloc.
42336         * modules/save-cwd (Depends-on): Add unistd-safer.
42337         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
42338         * modules/unistd-safer (Files): Add lib/fd-safer.c
42339         (Makefile.am): Remove lib_SOURCES.
42340
42341         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
42342         Remove fcntl-safer; unistd-safer supersedes it.
42343
42344 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
42345
42346         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
42347         AC_HEADER_STAT.
42348         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
42349         (gl_PREREQ_CHOWN): Remove.
42350         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
42351         it.  Don't require AC_HEADER_STAT.
42352         (gl_PREREQ_LSTAT): Remove.
42353         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
42354         Don't require AC_HEADER_STAT.
42355         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
42356         (gl_PREREQ_RMDIR): Remove.
42357         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
42358         mention stat-macros.h or AC_HEADER_STAT, since we'll make
42359         the stat-macros module a prerequisite.
42360         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
42361         * m4/filemode.m4 (gl_FILEMODE): Likewise.
42362         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
42363         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
42364         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
42365         variable names.
42366         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
42367         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
42368         variable prefixes.
42369         * m4/fcntl-safer.m4: Remove.
42370         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
42371         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
42372         Invoke gl_PREREQ_FD_SAFER.
42373         (gl_PREREQ_FD_SAFER): New macro.
42374         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
42375         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
42376         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
42377         Remove duplicate call to AC_LIBOBJ(readutmp).
42378         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
42379
42380         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
42381         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
42382
42383 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
42384
42385         * MODULES.html.sh (Misc): Add byteswap.
42386
42387 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
42388
42389         * modules/getcwd (Depends-on): Add extensions.
42390         * modules/openat (Depends-on): Likewise.
42391
42392 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
42393
42394         * modules/byteswap: New file.
42395
42396 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
42397
42398         * m4/byteswap.m4: New file.
42399
42400 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
42401
42402         * lib/byteswap_.h: New file.
42403
42404 2005-04-25  Karl Berry  <karl@gnu.org>
42405
42406         * m4/gettext.m4: Update from GNU gettext 0.14.4.
42407
42408 2005-04-25  Albert Chin  <china@thewrittenword.com>
42409
42410         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
42411         Toolkit C bug.
42412
42413 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
42414
42415         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
42416         (func_ln_if_changed) Remove forcibly for no error message
42417         in case file does not exist.
42418
42419 2005-04-19  Simon Josefsson  <jas@extundo.com>
42420
42421         * gnulib-tool (Options): Make --symlink mean --symbolic.
42422
42423 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
42424
42425         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
42426
42427 2005-04-16  Simon Josefsson  <jas@extundo.com>
42428
42429         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
42430
42431 2005-04-15  Simon Josefsson  <jas@extundo.com>
42432
42433         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
42434
42435 2005-04-15  Simon Josefsson  <jas@extundo.com>
42436
42437         * gnulib-tool: Rename --symlink to --symbolic.
42438
42439 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
42440
42441         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
42442         symbolic links to files instead of copying/moving.  Add --aux-dir,
42443         specifying directory relative --dir where auxiliary build tools
42444         are placed.
42445
42446 2005-04-14  Bruno Haible  <bruno@clisp.org>
42447
42448         * modules/allocsa (License): Change to LGPL.
42449         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
42450
42451 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
42452
42453         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
42454         that "UTC +1 second" continues to work.  Problem reported
42455         by Dmitry V. Levin.
42456         (relunit_snumber): New rule.
42457         (relunit): Use it.
42458
42459 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
42460
42461         * lib/getdate.y (universal_time_zone_table): New constant.
42462         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
42463         universal_time_zone_table.
42464         (lookup_zone): Prefer universal_time_zone_table to
42465         local_time_zone_table, so that "GMT" time stamps are allowed in
42466         London during the summer.  Problem reported by Ian Abbott.
42467
42468 2005-04-12  Jim Meyering  <jim@meyering.net>
42469
42470         * lib/human.c (humblock): Set *options even when returning due to
42471         xstrtoumax conversion failure.  Thanks to a used-uninitialized
42472         warning from gcc-4.
42473
42474 2005-04-09  Jim Meyering  <jim@meyering.net>
42475
42476         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
42477         -Wuninitialized: initialize tm0.tm_year.
42478
42479 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
42480
42481         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
42482         count, since there's no maximum.  All uses changed.
42483         Add member dsts_seen.
42484         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
42485         not being INT_MAX.
42486         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
42487         Use pc_rels_seen to decide whther a date is absolute.
42488
42489         * lib/getdate.y (number): Don't overwrite year.
42490         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
42491         check.
42492
42493 2005-04-02  Simon Josefsson  <jas@extundo.com>
42494
42495         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
42496         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
42497
42498 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
42499
42500         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
42501         where no absolute path name can be longer than PATH_MAX.
42502
42503 2005-03-27  Jim Meyering  <jim@meyering.net>
42504
42505         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
42506
42507 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
42508
42509         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
42510         "one's complement" -> "ones' complement" in comment, as per Knuth.
42511         "value of type" -> "type or expression" in comment.
42512         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
42513
42514 2005-03-26  Jim Meyering  <jim@meyering.net>
42515
42516         Comment nits.
42517         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
42518         Correct typos: s/or/of/.
42519
42520 2005-03-26  Jim Meyering  <jim@meyering.net>
42521
42522         * modules/check-include-files: Move to ../ and rename to...
42523         * check-module: ...this.
42524
42525 2005-03-25  Jim Meyering  <jim@meyering.net>
42526
42527         * modules/xvasprintf (Files): Add xalloc.h.
42528
42529 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
42530
42531         * modules/gettext (Files): config/config.rpath ->
42532         build-aux/config.rpath
42533         * modules/iconv (Files): Likewise.
42534         Problem reported by Oskar Liljeblad.
42535
42536 2005-03-23  Jim Meyering  <jim@meyering.net>
42537
42538         * modules/check-include-files: New script to check for
42539         missing dependencies, multiple includes, etc.
42540
42541         * modules/c-strtold (Depends-on): Add xalloc.
42542         * modules/c-strtod (Depends-on): Add xalloc.
42543         * modules/hash (Depends-on): Add xalloc.
42544         (Files): Remove lib/xalloc.h.
42545
42546         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
42547         * modules/userspec (Files): Add lib/inttostr.h.
42548
42549 2005-03-23  Jim Meyering  <jim@meyering.net>
42550
42551         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
42552
42553 2005-03-22  Jim Meyering  <jim@meyering.net>
42554
42555         * modules/stat-macros: New module.
42556         * modules/canonicalize, modules/euidaccess, modules/file-type,
42557         * modules/filemode, modules/lchown, modules/makepath,
42558         * modules/rmdir, modules/stat: Depend on new stat-macros module
42559         rather than listing lib/stat-macros.h manually.
42560         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
42561
42562 2005-03-22  Jim Meyering  <jim@meyering.net>
42563
42564         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
42565
42566 2005-03-22  Bruno Haible  <bruno@clisp.org>
42567
42568         * config/srclist.txt: Replace target directory 'config' with
42569         'build-aux'.
42570         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
42571         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
42572         ../build-aux/.
42573
42574 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
42575
42576         * modules/chdir-long (Depends-on): Add mempcpy.
42577
42578         * modules/acl, modules/backupfile, modules/c-strtod,
42579         modules/c-strtold, modules/canon-host, modules/canonicalize,
42580         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
42581         modules/exclude, modules/exitfail, modules/file-type,
42582         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
42583         modules/getdate, modules/getline, modules/getpagesize,
42584         modules/getpass, modules/getugroups, modules/group-member,
42585         modules/hard-locale, modules/hash, modules/human, modules/idcache,
42586         modules/inttostr, modules/long-options, modules/makepath,
42587         modules/md5, modules/memcasecmp, modules/memcoll,
42588         modules/modechange, modules/mountlist, modules/path-concat,
42589         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
42590         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
42591         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
42592         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
42593         modules/strftime, modules/strndup, modules/strverscmp,
42594         modules/timespec, modules/unlocked-io, modules/userspec,
42595         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
42596         modules/yesno:
42597         Remove lib_SOURCES line from Makefile.am section, as this is now
42598         done automatically by the corresponding Autoconf macro.
42599
42600 2005-03-21  Jim Meyering  <jim@meyering.net>
42601
42602         Changes imported from coreutils.
42603
42604         * lib/cycle-check.c: Don't include xalloc.h.
42605
42606         * lib/path-concat.c: Don't include assert.h.
42607         (path_concat): Remove assertion that would have triggered
42608         for ABASE starting with more than one slash.
42609         Reported by Andreas Schwab.
42610
42611         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
42612         properly when ABASE is an absolute file name.
42613         Correct the description of this function.
42614         Include <assert.h>.
42615         Add an assertion and a test driver.
42616         This fixes a bug introduced on 2004-07-02.
42617         Andreas Schwab reported the resulting failure of cp --parents:
42618         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
42619
42620 2005-03-21  Jim Meyering  <jim@meyering.net>
42621
42622         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
42623         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
42624
42625 2005-03-21  Jim Meyering  <jim@meyering.net>
42626         and  Paul Eggert  <eggert@cs.ucla.edu>
42627
42628         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
42629         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
42630         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
42631         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
42632         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
42633         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
42634         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
42635         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
42636         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
42637         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
42638         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
42639         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
42640         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
42641         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
42642         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
42643         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
42644         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
42645         for these modules.
42646
42647 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
42648
42649         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
42650         (which shouldn't happen), generate nothing instead of returning 0
42651         immediately, so that nstrftime (NULL, ...) doesn't return 0.
42652
42653 2005-03-16  Bruno Haible  <bruno@clisp.org>
42654
42655         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
42656         HAVE_LONGLONG_64BIT.
42657
42658 2005-03-16  Bruno Haible  <bruno@clisp.org>
42659
42660         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
42661         HAVE_LONGLONG_64BIT.
42662
42663 2005-03-16  Bruno Haible  <bruno@clisp.org>
42664
42665         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
42666         HAVE_LONGLONG_64BIT.
42667
42668 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
42669
42670         * lib/strftime.c (my_strftime): Prepend space to format so that we can
42671         reliably distinguish strftime failure from empty output on POSIX
42672         hosts.
42673
42674 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
42675
42676         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
42677         (iconv_string): Don't guess a size-zero buffer, as that might cause
42678         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
42679         result would be 'too large', where 'too large' is (heuristically)
42680         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
42681         overflow concerns.  This will prevent some unwanted malloc failures
42682         when the inputs are very large.
42683
42684 2005-03-15  Karl Berry  <karl@gnu.org>
42685
42686         * config/srclist.txt (config.rpath): from gettext.
42687         * config/config.rpath: update.
42688
42689 2005-03-15  Bruno Haible  <bruno@clisp.org>
42690
42691         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
42692         to 'negate'.
42693
42694         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
42695         variable.
42696
42697         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
42698         results.
42699
42700 2005-03-14  Simon Josefsson  <jas@extundo.com>
42701
42702         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
42703         <fx@gnu.org>.
42704
42705 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
42706
42707         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
42708         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
42709         intprops.h.
42710         * lib/strtol.c: Likewise.
42711
42712 2005-03-14  Jim Meyering  <jim@meyering.net>
42713
42714         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
42715         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
42716         to be nonzero so that we (and caller) can detect the difference
42717         between a valid zero-length expansion and an error return, even
42718         when the underlying strftime fails before writing anything into
42719         that location.
42720
42721 2005-03-14  Bruno Haible  <bruno@clisp.org>
42722
42723         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
42724         Update from GNU gettext 0.14.3.
42725
42726 2005-03-10  Jim Meyering  <jim@meyering.net>
42727
42728         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
42729
42730 2005-03-10  Jim Meyering  <jim@meyering.net>
42731
42732         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
42733         so that this module works on systems without fchdir.
42734
42735 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
42736
42737         Factor int-properties macros into a single file, except for
42738         glibc-related files.
42739         * lib/intprops.h: New file.
42740         * lib/getloadavg.c: Include it instead of limits.h.
42741         (INT_STRLEN_BOUND): Remove.
42742         * lib/human.c: Include intprops.h.
42743         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
42744         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
42745         302/1000.
42746         * lib/inttostr.h: Include intprops.h instead of limits.h.
42747         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
42748         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
42749         for consistency with intprops.h.
42750         (time_t_is_integer, twos_complement_arithmetic): Use them.
42751         * lib/sig2str.h: Include <signal.h>, intprops.h.
42752         (INT_STRLEN_BOUND): Remove.
42753         * lib/strftime.c (TYPE_SIGNED): Remove.
42754         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
42755         * lib/strtol.c: Adjust comments to match intprops.h.
42756         * lib/userspec.c: Include intprops.h.
42757         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
42758         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
42759         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
42760         instead of rolling our own expressions.
42761         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
42762
42763         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
42764         instead of int.
42765         (my_strftime): Do not mishandle years close to INT_MAX, by doing
42766         the right thing even if adding 1900 would overflow.  Similarly
42767         for tm_mon + 1 and tm_yday + 1.
42768         Make %Y always equivalent to %C%y, and similarly for %G and %g.
42769         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
42770         (DO_SIGNED_NUMBER): New macro.
42771         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
42772
42773 2005-03-07  Bruno Haible  <bruno@clisp.org>
42774
42775         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
42776
42777 2005-03-07  Bruno Haible  <bruno@clisp.org>
42778
42779         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
42780
42781 2005-03-04  Derek R. Price  <derek@ximbiot.com>
42782
42783         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
42784         (func_import): Only replace files via --import when they have actually
42785         changed.
42786
42787 2005-03-03  Derek R. Price  <derek@ximbiot.com>
42788
42789         * m4/mmap-anon.m4: New file.
42790         * m4/pagealign_alloc.m4: New file.
42791
42792 2005-03-03  Derek R. Price  <derek@ximbiot.com>
42793             Bruno Haible  <bruno@clisp.org>
42794
42795         * modules/pagealign_alloc: New file.
42796         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
42797
42798 2005-03-03  Derek R. Price  <derek@ximbiot.com>
42799             Bruno Haible  <bruno@clisp.org>
42800
42801         * lib/pagealign_alloc.h: New file.
42802         * lib/pagealign_alloc.c: New file.
42803
42804 2005-03-03  Bruno Haible  <bruno@clisp.org>
42805
42806         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
42807         Use an all-permissive copyright notice, recommended by RMS.
42808
42809 2005-03-02  Bruno Haible  <bruno@clisp.org>
42810
42811         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
42812         of AIX, the replacement has to be done only after <string.h> is
42813         included, therefore not in config.h. stpncpy.h does the replacement,
42814         and stpncpy.c uses it.
42815
42816 2005-03-02  Bruno Haible  <bruno@clisp.org>
42817
42818         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
42819         stpncpy.c uses it.
42820
42821 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42822
42823         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
42824         The workaround isn't strictly needed for POSIX conformance, and
42825         it's too much of a pain to configure and maintain.  We'll ask
42826         people to fix their kernels instead.
42827         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
42828         (NANOSLEEP_BUG_WORKAROUND): Remove.
42829         (xnanosleep): Remove the workaround.
42830
42831 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42832
42833         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
42834         Reported by Derek Price.
42835         (Include): Add "timespec.h".
42836
42837         * modules/xnanosleep (Depends-on): Remove gethrxtime.
42838
42839 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
42840
42841         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
42842         to detect nanosleep bug.
42843
42844 2005-03-01  Bruno Haible  <bruno@clisp.org>
42845
42846         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
42847
42848 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
42849
42850         * modules/gethrxtime: New file.
42851         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
42852         (Depends-on): Add gethrxtime.
42853         (configure.ac): Add gl_XNANOSLEEP.
42854         (Makefile.am): Remove lib_SOURCES line.
42855
42856 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
42857
42858         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
42859         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
42860
42861 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
42862
42863         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
42864         * lib/timespec.h (gettime): Return void, since it always
42865         succeeds now.  All uses changed.
42866         * lib/gettime.c (gettime) Likewise.
42867         [HAVE_NANOTIME]: Prefer nanotime.
42868         Assume gettimeofday succeeds, as POSIX requires.
42869         Assime time () succeeds, since other code already does.
42870         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
42871         (timespec_subtract): Remove.
42872         (NANOSLEEP_BUG_WORKAROUND): New constant.
42873         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
42874         things considerably.  Use it only on GNU/Linux hosts, since the
42875         workaround shouldn't be needed elsewhere.
42876
42877 2005-02-24  Bruno Haible  <bruno@clisp.org>
42878
42879         * modules/gettext (Files): Add m4/glibc2.m4.
42880
42881 2005-02-24  Bruno Haible  <bruno@clisp.org>
42882
42883         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
42884         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
42885         * m4/progtest.m4:
42886         Update from GNU gettext 0.14.2.
42887         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
42888
42889 2005-02-24  Bruno Haible  <bruno@clisp.org>
42890
42891         * lib/localcharset.c: Update from GNU gettext 0.14.2.
42892         * lib/config.charset: Update from GNU gettext 0.14.2.
42893
42894 2005-02-24  Bruno Haible  <bruno@clisp.org>
42895
42896         * lib/gettext.h: Update from GNU gettext 0.14.2.
42897
42898 2005-02-23  Simon Josefsson  <jas@extundo.com>
42899
42900         * m4/iconvme.m4: New file.
42901
42902 2005-02-23  Jim Meyering  <jim@meyering.net>
42903
42904         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
42905         change.
42906         Thanks to Bruno Haible for catching it.
42907
42908 2005-02-22  Simon Josefsson  <jas@extundo.com>
42909
42910         * modules/iconvme: New file.
42911
42912         * MODULES.html.sh: Add iconvme.
42913
42914 2005-02-22  Simon Josefsson  <jas@extundo.com>
42915
42916         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
42917
42918 2005-02-22  Simon Josefsson  <jas@extundo.com>
42919
42920         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
42921
42922 2005-02-22  Jim Meyering  <jim@meyering.net>
42923
42924         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
42925         s/ifndef/ifdef/.
42926
42927 2005-02-20  Neil Conway  <neilc@samurai.com>
42928
42929         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
42930         returned by OSX/Darwin if the specified buffer is not large
42931         enough for the hostname.
42932
42933 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42934
42935         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
42936         pass it to _help, otherwise the latter coredumps trying to
42937         dereference state.root_argp.
42938
42939 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
42940
42941         * modules/chdir-long (Depends-on): Add memrchr.
42942         * modules/memrchr (Files): Add lib/memrchr.h.
42943         (Include): "memrchr.h".
42944
42945 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
42946
42947         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
42948
42949 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
42950
42951         * lib/memrchr.h: New file.
42952         * lib/chdir-long.c: Include it.
42953         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
42954         Don't bother including stddef.h.
42955
42956 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
42957
42958         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
42959         inclusion.
42960         Include <sys/types.h>, for dev_t.
42961         (ME_DUMMY, ME_REMOTE): Move from here....
42962         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
42963         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
42964         Dmitry V. Levin.
42965         Include mountlist.h first, to test the interface.
42966
42967 2005-01-29  Bruno Haible  <bruno@clisp.org>
42968
42969         * lib/progname.c (program_name): Initialize.
42970         Needed when linking statically on MacOS X.
42971
42972 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
42973
42974         Sync from coreutils.
42975         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
42976         (Depends-on): Add c-strtod.
42977         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
42978
42979 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
42980
42981         Sync from coreutils.
42982         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
42983
42984         Remove files that are specific to coreutils.
42985         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
42986
42987 2005-01-28  Bruno Haible  <bruno@clisp.org>
42988
42989         * modules/javacomp: New file.
42990         * MODULES.html.sh (Java): Add javacomp.
42991
42992 2005-01-28  Bruno Haible  <bruno@clisp.org>
42993
42994         * m4/javacomp.m4: New file, from GNU gettext.
42995
42996 2005-01-28  Bruno Haible  <bruno@clisp.org>
42997
42998         * lib/javacomp.sh.in: New file, from GNU gettext.
42999         * lib/javacomp.h: New file, from GNU gettext.
43000         * lib/javacomp.c: New file, from GNU gettext.
43001
43002 2005-01-26  Simon Josefsson  <jas@extundo.com>
43003
43004         * lib/gai_strerror.c: Use GPL in header.
43005
43006 2005-01-26  Bruno Haible  <bruno@clisp.org>
43007
43008         * modules/javaexec: New file.
43009         * MODULES.html.sh (Java): Add javaexec.
43010
43011 2005-01-26  Bruno Haible  <bruno@clisp.org>
43012
43013         * m4/javaexec.m4: New file, from GNU gettext.
43014
43015 2005-01-26  Bruno Haible  <bruno@clisp.org>
43016
43017         * lib/javaexec.sh.in: New file, from GNU gettext.
43018         * lib/javaexec.h: New file, from GNU gettext.
43019         * lib/javaexec.c: New file, from GNU gettext.
43020
43021 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43022
43023         * modules/lchown (Depends-on): Remove lchown.h
43024
43025 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43026
43027         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
43028         must be defined if the header file was not found, in order
43029         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
43030
43031 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43032
43033         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
43034         initializers for struct pentry_state.
43035         (__argp_error): Check return value of __asprintf
43036         (__argp_failure): Translate error message
43037
43038         * lib/argp-parse.c: Removed braces around the expansion of N_()
43039
43040 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43041
43042         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
43043         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
43044         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
43045         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
43046         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
43047         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
43048         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
43049         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
43050         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
43051         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
43052         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
43053         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
43054         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
43055         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
43056         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
43057         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
43058         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
43059         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
43060         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
43061         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
43062         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
43063         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
43064         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
43065         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
43066         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
43067         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
43068         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
43069         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
43070         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
43071         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
43072         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
43073         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
43074         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
43075         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
43076         xstrtol.m4, xstrtoumax.m4, yesno.m4:
43077         Use an all-permissive copyright notice, recommended by RMS.
43078
43079 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
43080
43081         * modules/chdir-long (Depends-on): Remove mempcpy.
43082
43083 2005-01-21  Jim Meyering  <jim@meyering.net>
43084
43085         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
43086         same value as for Solaris 9.
43087
43088         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
43089         component length.  This included changing the parameter to be
43090         of type `char *' rather than `char const *'.
43091         * lib/chdir-long.h (chdir_long): Update prototype.
43092
43093         * lib/openat.c (fdopendir, fstatat): New functions.
43094         * lib/openat.h: Include headers required for use of DIR and struct
43095         stat.
43096         [AT_SYMLINK_NOFOLLOW]: Define.
43097         (fdopendir, fstatat): Add prototypes.
43098
43099 2005-01-21  Bruno Haible  <bruno@clisp.org>
43100
43101         * modules/classpath: New file.
43102         * MODULES.html.sh (Java): Add classpath.
43103
43104 2005-01-21  Bruno Haible  <bruno@clisp.org>
43105
43106         * lib/classpath.h: New file, from GNU gettext.
43107         * lib/classpath.c: New file, from GNU gettext.
43108
43109 2005-01-20  Simon Josefsson  <jas@extundo.com>
43110
43111         * modules/version-etc-fsf: New file.
43112
43113 2005-01-20  Simon Josefsson  <jas@extundo.com>
43114
43115         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
43116         * lib/version-etc.c: Remove version_etc_copyright.
43117         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
43118         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
43119
43120 2005-01-20  Simon Josefsson  <jas@extundo.com>
43121
43122         * lib/base64.h (isbase64): Add.
43123
43124         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
43125         using a unsigned prototype, don't inline.
43126         (base64_decode): Use it.
43127
43128 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
43129
43130         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
43131         it.
43132
43133 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
43134
43135         * lib/save-cwd.c (save_cwd): Remove code to support the case
43136         where fchdir is missing or flaky.
43137
43138 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
43139
43140         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
43141
43142 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
43143
43144         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
43145         AC_LIBSOURCES now does this.
43146         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
43147         with new ullong_max module.
43148
43149 2005-01-19  Bruno Haible  <bruno@clisp.org>
43150
43151         * modules/sh-quote: New file.
43152         * MODULES.html.sh (Executing programs): Add sh-quote.
43153
43154 2005-01-19  Bruno Haible  <bruno@clisp.org>
43155
43156         * lib/sh-quote.h: New file, from GNU gettext.
43157         * lib/sh-quote.c: New file, from GNU gettext.
43158
43159 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
43160
43161         Merge from coreutils.
43162         * m4/ullong_max.m4: New file.
43163         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
43164         (gl_MACROS): Assume localeconv exists.
43165
43166 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
43167
43168         Merge changes from coreutils, as described below in several
43169         changelogs dated today.
43170
43171         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
43172         (O_DIRECTORY): Remove; not needed here, since "." must be
43173         a directory.  All uses removed.
43174         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
43175         universal on Suns, and we also need to test for IRIX.
43176         Revamp code to use 'if' rather than '#if'.
43177         Avoid unnecessary comparison of cwd->desc to 0.
43178
43179         * lib/utimens.c (futimens): Robustify the previous patch, by checking
43180         for known valid error numbers rather than observed invalid ones.
43181
43182 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
43183
43184         * modules/ullong_max: New file.
43185
43186         * modules/chdir-long, modules/openat: New files.
43187         * modules/save-cwd (Depends-on): Depend on chdir-long.
43188         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
43189
43190 2005-01-18  Jim Meyering  <jim@meyering.net>
43191
43192         Merge from coreutils.
43193         * m4/chdir-long.m4, m4/openat.m4: New files.
43194         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
43195         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
43196         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
43197         is sane and DOES follow symlinks.  Besides, testing 20 different
43198         systems found no broken chown implementations.
43199         Prompted by a change in rsync's copy of this macro.
43200         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
43201
43202         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
43203
43204         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
43205         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
43206         NULL-means-set-to-current-time semantics.
43207         Remove temporary file immediately, rather than waiting
43208         for configure's at-exit trap code to do it.
43209
43210 2005-01-18  Jim Meyering  <jim@meyering.net>
43211
43212         * lib/version-etc.c (version_etc_copyright): Update copyright date.
43213
43214         * lib/utimens.c (futimens): Account for the fact that futimes
43215         can also fail with errno == ENOSYS or errno == ENOENT.
43216         Patch from Dmitry V. Levin.
43217
43218         Change the name of the robust chdir function from chdir to chdir_long.
43219         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
43220         (restore_cwd): Use chdir_long, not chdir.
43221         * lib/chdir-long.c: Renamed from chdir.c.
43222         * lib/chdir-long.h: Renamed from chdir.h.
43223         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
43224         Hurd.
43225
43226 2005-01-18  Bruno Haible  <bruno@clisp.org>
43227
43228         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
43229         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
43230         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
43231         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
43232         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
43233         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
43234         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
43235         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
43236         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
43237         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
43238         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
43239         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
43240         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
43241         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
43242         Use an all-permissive copyright notice, recommended by RMS.
43243
43244 2005-01-18  Bob Proulx  <bob@proulx.com>
43245
43246         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
43247         simplify offsetof() macro construct to avoid compile failure with
43248         native HP-UX 11.0 ANSI C compiler.
43249
43250 2005-01-17  Bruno Haible  <bruno@clisp.org>
43251
43252         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
43253         redundant because stpncpy.m4 takes care of it.
43254
43255 2005-01-17  Bruno Haible  <bruno@clisp.org>
43256
43257         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
43258
43259 2005-01-17  Bruno Haible  <bruno@clisp.org>
43260
43261         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
43262         used.
43263
43264 2005-01-17  Bruno Haible  <bruno@clisp.org>
43265
43266         * lib/fwriteerror.h (fwriteerror): Change specification to include
43267         fclose.
43268         * lib/fwriteerror.c: Include <stdbool.h>.
43269         (fwriteerror): At the end, close the file stream. Record whether
43270         stdout was already closed.
43271
43272 2005-01-17  Bruno Haible  <bruno@clisp.org>
43273
43274         * lib/execute.c (environ): Declare if needed.
43275         * lib/pipe.c (environ): Likewise.
43276         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
43277
43278 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43279
43280         * modules/argp: Depend on vsnprintf
43281
43282 2005-01-10  Jim Meyering  <jim@meyering.net>
43283
43284         * modules/closeout (Depends-on): Add atexit.
43285
43286 2005-01-06  Bruno Haible  <bruno@clisp.org>
43287
43288         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
43289
43290 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
43291
43292         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
43293         definitions to be after all include files, to avoid collisions.
43294         Problem reported by Bob Proulx.
43295
43296 2005-01-04  Jim Meyering  <jim@meyering.net>
43297
43298         Changes imported from coreutils.
43299         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
43300         as the mkstemp template, use a temporary directory and an
43301         8.3-friendly template to avoid trouble on systems like DJGPP.
43302         Reported by Juan M. Guerrero via Stepan Kasal.
43303         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
43304         close. Remove the temporary directory right away, rather than waiting
43305         for configure's at-exit trap code to do it.
43306         Suggestion from Stepan Kasal.
43307
43308 2005-01-01  Simon Josefsson  <jas@extundo.com>
43309
43310         * gnulib-tool: Print #include directives when --import'ing.
43311
43312 2004-12-28  Simon Josefsson  <jas@extundo.com>
43313
43314         * tests/test-base64.c: Include required header files.  Remove
43315         unused variables.
43316
43317 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
43318
43319         * modules/error (Depends-on): Remove gettext.
43320
43321 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
43322
43323         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
43324         not needed.  This removes a dependency on the gettext module.
43325         [defined _LIBC]: Do not include <libintl.h>; not needed.
43326
43327 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
43328
43329         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
43330         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
43331
43332 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
43333
43334         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
43335         HAVE_DECL_STRTOLD.
43336
43337 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
43338
43339         * modules/getdate (Depends-on): Remove alloca-opt.
43340
43341 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
43342
43343         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
43344
43345 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
43346
43347         * lib/argp-parse.c: Include <stddef.h>.
43348         (alignof, alignto): New macros.
43349         (parser_init): Don't assume that void * is aligned sufficiently
43350         for struct option.
43351
43352         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
43353         need to extend the stack.
43354         (YYINITDEPTH): New macro, so that the initial stack isn't overly
43355         large.
43356
43357 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43358
43359         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
43360
43361 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
43362
43363         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
43364         (2004-10-24) change.  Apparently this was a false alarm.
43365
43366         * modules/getdate: Depend on alloca-opt, not alloca.
43367
43368 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
43369
43370         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
43371         Remove now-obsolete comment about AIX.
43372         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
43373         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
43374         (YYMAXDEPTH): New macro.
43375
43376 2004-12-18  Simon Josefsson  <jas@extundo.com>
43377
43378         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
43379
43380 2004-12-18  Bruno Haible  <bruno@clisp.org>
43381
43382         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
43383
43384 2004-12-18  Bruno Haible  <bruno@clisp.org>
43385
43386         * lib/fatal-signal.c (fatal_signals): Make non-const.
43387         (init_fatal_signals): New function.
43388         (uninstall_handlers, install_handlers): Ignore signals that were set to
43389         SIG_IGN.
43390         (at_fatal_signal): Call init_fatal_signals.
43391         (init_fatal_signal_set): Likewise. Ignore signals that were set to
43392         SIG_IGN.
43393         Reported by Paul Eggert.
43394
43395 2004-12-18  Bruno Haible  <bruno@clisp.org>
43396
43397         * doc/alloca.texi: New file.
43398         * doc/alloca-opt.texi: New file.
43399
43400 2004-12-17  Jim Meyering  <jim@meyering.net>
43401
43402         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
43403         Otherwise, install-sh could exit with improper exit status when
43404         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
43405
43406 2004-12-16  Simon Josefsson  <jas@extundo.com>
43407
43408         * tests/test-base64.c: Add license.
43409
43410 2004-12-15  Stepan Kasal  <address@hidden>
43411
43412         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
43413
43414 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
43415
43416         * modules/getcwd (Files): Add m4/d-ino.m4.
43417         Suggested by Mark D. Baushke.
43418
43419 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
43420
43421         * lib/getdate.y (textint): New member "negative".
43422         (time_zone_hhmm): New function.
43423         Expect 14 shift-reduce conflicts, not 13.
43424         (o_colon_minutes): New rule.
43425         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
43426         (yylex): Set the "negative" member of signed numbers.
43427
43428 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
43429
43430         * doc/getdate.texi (Time of day items, Time zone items):
43431         Describe new formats +00:00, UTC+00:00.
43432
43433 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
43434
43435         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
43436         spurious "-l"s.  Problem reported by Stepan Kasal.
43437
43438 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
43439
43440         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
43441         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
43442
43443 2004-12-04  Simon Josefsson  <jas@extundo.com>
43444
43445         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
43446         Vandoorselaere <yoann@prelude-ids.org>.
43447
43448 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
43449
43450         Changes imported from coreutils.
43451         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
43452         exist.
43453         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
43454
43455 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
43456
43457         Changes imported from coreutils.
43458         * lib/hard-locale.c: Assume <locale.h> exists.
43459         Include "strdup.h".
43460         (GLIBC_VERSION): New macro.
43461         (hard_locale): Assume setlocale exists.
43462         Rewrite to avoid #ifdef.
43463         Use strdup rather than malloc + strcpy.
43464         * lib/human.c: Assume <locale.h> exists.
43465         (human_readable): Assume localeconv exists.
43466
43467 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
43468
43469         * modules/hard-locale (Depends-on): Add strdup.
43470
43471 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
43472
43473         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
43474         convert T2, not T.  (Imported from libc.)
43475
43476 2004-11-30  Simon Josefsson  <jas@extundo.com>
43477
43478         * modules/restrict (License): Change to LGPL.
43479
43480 2004-11-30  Simon Josefsson  <jas@extundo.com>
43481
43482         * m4/restrict.m4: Add copyright and copying conditions.
43483
43484 2004-11-30  Simon Josefsson  <jas@extundo.com>
43485
43486         * m4/base64.m4: New file.
43487
43488 2004-11-30  Simon Josefsson  <jas@extundo.com>
43489
43490         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
43491         base64.
43492
43493         * tests/test-base64.c: New file.
43494
43495         * modules/base64: New file.
43496
43497 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
43498
43499         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
43500         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
43501
43502         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
43503
43504 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
43505
43506         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
43507         (__getcwd.c): Don't restore errno; glibc doesn't.
43508         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
43509         first, falling back to our code only if its results look suspicious.
43510         Ensure that the resulting buffer is only as large as necessary.
43511
43512         * lib/readutmp.c: Include readutmp.h first.
43513         Include <errno.h>, since readutmp.h no longer does that.
43514         * lib/readutmp.h: Don't include <errno.h>,
43515         <sys/param.h>, <time.h>; not needed to establish interface.
43516         (errno): Remove decl.
43517         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
43518         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
43519         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
43520
43521 2004-11-28  Simon Josefsson  <jas@extundo.com>
43522
43523         * lib/base64.h, base64.c: New file.
43524
43525 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
43526
43527         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
43528
43529 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
43530
43531         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
43532         (Depends-on): Remove pathmax, same.  Add mempcpy.
43533         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
43534         (Makefile.am): Append getcwd.h to lib_SOURCES.
43535         (Include): Add getcwd.h.
43536         (Maintainer): Change from Jim Meyering to "all, glibc",
43537         since getdate now uses intended-for-glibc code.
43538         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
43539         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
43540
43541 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
43542
43543         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
43544         HP's ANSI C compiler.
43545         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
43546         Declaring int functions causes warnings on some modern systems and
43547         shouldn't be needed to compile on ancient ones.
43548         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
43549         defined.
43550
43551         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
43552         with the following changes.
43553         (__set_errno): Parenthesize properly.
43554         Include <stdbool.h>.
43555         (MIN, MAX, MATCHING_INO): New macros.
43556         (__getcwd): Define with prototype, not K&R form.
43557         Use heuristics to allocate default buffer on stack if possible.
43558         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
43559         behavior, and to avoid the PATH_MAX limit when computing
43560         ../../../../...
43561         Use MATCHING_INO to compare inode number to file.
43562         Check for arithmetic overflow in size calculations.
43563         Fix bug in reallocation of dot array that caused getcwd to fail
43564         on directories nested deeper than 75.
43565         Be more careful about saving errno on error.
43566         Do not use realloc; use only free+malloc, as this is a bit
43567         more flexible and avoids a needless copy operation.
43568         Do not inspect st_dev and st_ino for symbolic links; POSIX
43569         doesn't specify the latter.
43570         Check for closedir errors.
43571         Avoid needless casts.
43572         Use "#ifdef weak_alias" around weak_alias, to be like other
43573         glibc code.
43574         The following changes to getcwd.c have effect only when used in
43575         gnulib; they have no effect inside glibc proper.
43576         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
43577         as alloca isn't used.
43578         (alloca, __alloca): Likewise.
43579         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
43580         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
43581         unconditionally, as gnulib assumes C89 or better.
43582         Do not include <sys/param.h>.
43583         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
43584         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
43585         better.
43586         (NULL) [!defined NULL]: Remove; we assume C89 or better.
43587         Include <dirent.h> in a way that is compatible with modern Autoconf.
43588         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
43589         New macros, if not already defined.
43590         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
43591         Use "_LIBC", not "defined _LIBC", for consistency.
43592         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
43593         a mempcpy module.
43594         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
43595         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
43596         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
43597         credit only to Jim Meyering and adjust the copyright dates.
43598         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
43599         <stdlib.h>, <unistd.h>, "pathmax.h".
43600         Instead, include "xgetcwd.h" (first) and "getcwd.h".
43601         (INITIAL_BUFFER_SIZE): Remove.
43602         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
43603
43604 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
43605
43606         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
43607         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
43608         Use the _ONCE methods, for efficiency.
43609         Check for fcntl.h.  In test program, include <errno.h>
43610         and <fcntl.h> if available.  Remove old K&R cruft from
43611         test program.  Check for common errors in GNU/Linux,
43612         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
43613         don't do AC_LIBOBJ, as that's getcwd.m4's job.
43614         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
43615         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
43616         name accordingly.
43617         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
43618         accommodate new getcwd.c.
43619         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
43620         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
43621         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
43622         that's all we need now.
43623
43624 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43625
43626         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
43627         argp-parse.c depends on getopt internals, that means we should
43628         always use our getopt, to be on the safe side.
43629         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
43630         order not to spoil the result of an eventual previous invocation
43631         of gl_GETOPT_SUBSTITUTE.
43632
43633 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43634
43635         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
43636         redefinition warnings. To avoid them, include the defines
43637         in `#if !defined __need_getopt ... #endif'. The only place
43638         where __getopt_argv_const is used is in definitions
43639         of getopt_long and getopt_long_only below, which are as well
43640         protected by `#ifndef __need_getopt'.
43641         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
43642         __need_getopt after including <stdio.h> and <unistd.h> These
43643         headers might have defined it.
43644
43645 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
43646
43647         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
43648
43649 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
43650
43651         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
43652         (futimens): New function, which uses futimes if available.
43653         (futimens, utimens): Support timespec==NULL, with same semantics
43654         as utime and utimens.
43655         * lib/utimens.h (futimens): New decl.
43656
43657 2004-11-23  Jim Meyering  <jim@meyering.net>
43658
43659         * lib/getopt_.h: Remove trailing blanks.
43660
43661 2004-11-23  Jim Meyering  <jim@meyering.net>
43662
43663         * lib/__fpending.c: Add comment.
43664
43665 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
43666
43667         * modules/canonicalize (Depends-on): Add xreadlink.
43668         Problem reported by James Youngman.
43669
43670 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
43671
43672         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
43673         New macros.
43674         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
43675         optopt): Use them instead of invoking ## directly; otherwise, the
43676         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
43677
43678 2004-11-19  Bruno Haible  <bruno@clisp.org>
43679
43680         * lib/strtok_r.c: Move comments from here...
43681         * lib/strtok_r.h: ... to here.
43682
43683 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
43684
43685         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
43686         implementations that mishandle size_t overflow.
43687
43688 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
43689
43690         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
43691         might fail.  Problem reported by Yoann Vandoorselaere.
43692         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
43693         implementations that mishandle size_t overflow.
43694
43695 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
43696
43697         * modules/canon-host (Depends-on): Add strdup.
43698
43699 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
43700
43701         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
43702
43703 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
43704
43705         * lib/canon-host.c: Include "strdup.h".
43706         (canon_host): Use getaddrinfo if available, so that IPv6 works.
43707         Use strdup instead of malloc/strcpy to duplicate strings.
43708
43709         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
43710         (human_space_before_unit): New constant.
43711         * lib/human.c (human_readable): Support it.
43712
43713         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
43714         (xgetcwd): Set errno correctly when failing.
43715         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
43716         the failure is actually due to a PATH_MAX problem.
43717
43718         Further getopt changes to make it more likely that glibc will
43719         buy the changes back.
43720         * lib/getopt.c (POSIXLY_CORRECT): New constant.
43721         (getopt): Use it, so to preserve glibc semantic
43722         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
43723         when compiling for libc.
43724         * lib/getopt_.h (__getopt_argv_const): Bring it back.
43725         (getopt_long, getopt_long_only): Use it.
43726
43727         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
43728         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
43729         (getopt): Argv is now char * const *, as per standard.
43730         (_getopt_internal_r, _getopt_internal): Argv is now char **,
43731         not char *__getopt_argv_const *.
43732         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
43733         _getopt_long_only_r): Likewise.
43734         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
43735         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
43736         _getopt_long_r, _getopt_long_only_r): Likewise.
43737         * lib/getopt_.h (__getopt_argv_const): Remove.
43738         (getopt): Argv is now char * const *, as per standard.
43739
43740         * lib/getdate.y (tORDINAL): New token.
43741         (day, relunit): Allow it for relative times.
43742         (relative_time_table): Use tORDINAL for ordinals.
43743
43744 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
43745
43746         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
43747         Document that "second" isn't allowed as an ordinal number.
43748
43749 2004-11-16  Jim Meyering  <jim@meyering.net>
43750
43751         * modules/closeout (Depends-on): Add fpending.
43752
43753 2004-11-15  Jim Meyering  <jim@meyering.net>
43754
43755         * lib/closeout.c: Include "__fpending.h" once again.
43756         Include <stdbool.h>.
43757         (close_stdout): Don't fail just because stdout was closed initially,
43758         since some programs don't write to stdout in the normal course of
43759         operation (other than --version and --help), and we don't want this
43760         function to make e.g. `touch file >&-' fail.
43761         But do fail if it was closed and someone has tried to write to it.
43762         E.g., `printf foo >&-' must fail.
43763
43764 2004-11-13  Jim Meyering  <jim@meyering.net>
43765
43766         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
43767
43768 2004-11-12  Simon Josefsson  <jas@extundo.com>
43769
43770         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
43771         small doc fix is still pending.
43772
43773 2004-11-11  Simon Josefsson  <jas@extundo.com>
43774
43775         * modules/strtok_r: New file.
43776
43777         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43778         strtok_r.
43779
43780 2004-11-11  Simon Josefsson  <jas@extundo.com>
43781
43782         * m4/strtok_r.m4: New file.
43783
43784         * m4/getopt.m4: Replace opterr.
43785
43786 2004-11-11  Simon Josefsson  <jas@extundo.com>
43787
43788         * lib/strtok_r.h, strtok_r.c: New file.
43789
43790 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
43791
43792         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
43793         of replacing opterr, getopt, etc.  This should handle the
43794         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
43795
43796 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
43797
43798         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
43799         we can stop lying to compilers about the constness of argv when we
43800         are compiled outside glibc.
43801         (getopt, getopt_long, getopt_long_only): Use it.
43802         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
43803         _getopt_internal, getopt): Likewise.
43804         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
43805         _getopt_long_only_r): Likewise.
43806         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
43807         _getopt_long_r, _getopt_long_only_r): Likewise.
43808
43809         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
43810         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
43811         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
43812         the other external symbols.
43813         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
43814         declaration, since the above renaming now works around collisions.
43815
43816 2004-11-11  Jim Meyering  <jim@meyering.net>
43817
43818         * lib/linebreak.c: Remove trailing blanks.
43819         * lib/alloca_.h: Likewise.
43820         * lib/acosl.c: Likewise.
43821         * lib/euidaccess.c: Likewise.
43822         * lib/allocsa.h: Likewise.
43823
43824 2004-11-10  Simon Josefsson  <jas@extundo.com>
43825
43826         * m4/getaddrinfo.m4: New file.
43827
43828 2004-11-10  Simon Josefsson  <jas@extundo.com>
43829
43830         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
43831
43832 2004-11-10  Simon Josefsson  <jas@extundo.com>
43833
43834         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43835         getaddrinfo.
43836
43837         * modules/getaddrinfo: New file.
43838
43839 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43840
43841         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
43842
43843 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
43844
43845         * lib/mktime.c (SHR): New macro, which is a portable
43846         substitute for >> that should work even on Crays.
43847         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
43848         Problem reported by Mark D. Baushke in
43849         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
43850         * lib/getdate.y (SHR): Likewise.
43851         (tm_diff): Use it.
43852         * lib/strftime.c (SHR): Likewise.
43853         (tm_diff): Use it.
43854         * lib/quotearg.c (struct quoting_options): Use unsigned int for
43855         quote_these_too, so that right shifts are well defined.  All uses
43856         changed.
43857
43858 2004-11-10  Jim Meyering  <jim@meyering.net>
43859
43860         Ensure that no close failure goes unreported.
43861         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
43862         return early when it seems there's nothing to flush.
43863         Don't include __fpending.h.
43864
43865 2004-11-10  Jim Meyering  <jim@meyering.net>
43866
43867         * modules/closeout (Depends-on): Remove fpending.
43868
43869 2004-11-10  Jim Meyering  <jim@meyering.net>
43870
43871         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
43872
43873 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
43874
43875         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
43876         gl_FUNC_STRFTIME.
43877         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
43878         and AC_REQUIRE when possible, to avoid duplicate checks.
43879         Check for <wchar.h>.
43880
43881 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
43882
43883         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
43884
43885 2004-11-09  Bruno Haible  <bruno@clisp.org>
43886
43887         * m4/sockpfaf.m4: New file.
43888
43889 2004-11-05  Bruno Haible  <bruno@clisp.org>
43890
43891         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
43892         Reported by Mark D. Baushke <mdb@cvshome.org>.
43893
43894 2004-11-04  Bruno Haible  <bruno@clisp.org>
43895
43896         2004-09-11  Bruno Haible  <bruno@clisp.org>
43897                 * allocsa.valgrind: New file.
43898         2004-02-06  Bruno Haible  <bruno@clisp.org>
43899                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
43900                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
43901                 Reported by Christopher Seip <chris.seip@hp.com>.
43902
43903 2004-11-04  Bruno Haible  <bruno@clisp.org>
43904
43905         * modules/allocsa (Files): Add lib/allocsa.valgrind.
43906         (Makefile.am): Distribute it.
43907
43908 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
43909
43910         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
43911         with errno == ERANGE if the buffer is too small.
43912         Problem reported by Mark D. Baushke.
43913
43914 2004-11-03  Albert Chin  <china@thewrittenword.com>
43915             Paul Eggert  <eggert@cs.ucla.edu>
43916
43917         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
43918         equivalent, substitute $ac_type for equivalent type rather than
43919         blindly using uint32_t *always* which won't work if uint32_t is not
43920         available.  Define _UINT32_T to work around typedef of uint32_t if
43921         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
43922         2.5.1.
43923
43924 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
43925
43926         * m4/jm-macros.m4: Sync from coreutils.
43927         (gl_MACROS): Check for mbrlen, for pathchk.
43928         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
43929
43930 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
43931
43932         * lib/xreadlink.c (MAXSIZE): New macro.
43933         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
43934         size does not exceed MAXSIZE.  Avoid cast.
43935         As suggested by Mark D. Baushke in
43936         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
43937         if readlink fails with buffer size just under MAXSIZE, try again
43938         with MAXSIZE.
43939
43940 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
43941
43942         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
43943
43944 2004-11-02  Derek R. Price  <derek@ximbiot.com>
43945         and  Paul Eggert  <eggert@cs.ucla.edu>
43946
43947         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
43948         (get_date): Overparenthesize to avoid GCC warning.
43949
43950 2004-11-02  Bruno Haible  <bruno@clisp.org>
43951
43952         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
43953         returns void.
43954
43955 2004-11-02  Bruno Haible  <bruno@clisp.org>
43956
43957         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
43958         function returns void.
43959
43960 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
43961
43962         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
43963         fflush_unlocked, flockfile, funlockfile, funlockfile,
43964         fputs_unlocked, putc_unlocked.
43965
43966 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
43967
43968         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
43969         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
43970         already declared.
43971
43972 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43973
43974         * modules/getdate (Files): Add doc/getdate.texi.
43975         (Depends-on): Add setenv, xalloc.
43976
43977 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43978
43979         * lib/getdate.y: Add support for TZ="foo" within a date string.
43980         Fix some bugs near time_t boundaries.  Reject dates with
43981         out-of-range components, e.g., "Sept 31".
43982         Include <stdlib.h>, "setenv.h", "xalloc.h".
43983         (ISDIGIT_LOCALE): Remove; unused.
43984         Note that the TZ and time functions used here are not reentrant.
43985         (mktime_ok, get_tz): New functions.
43986         (TZBUFSIZE): New constant.
43987         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
43988         This requires that we sometimes generate our own TZ="XXX..." setting.
43989
43990 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43991
43992         * doc/getdate.texi: New file, from coreutils with modifications for
43993         the new TZ parsing.
43994
43995 2004-10-27  Derek R. Price  <derek@ximbiot.com>
43996
43997         * lib/mktime.c (not_equal_tm): Remove redundant check.
43998
43999 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
44000
44001         * modules/regex (lib_SOURCES): Add regex.c.
44002         Reported by James Youngman in
44003         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
44004
44005 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
44006
44007         * lib/getdate.y: Use Bison 1.875 features, and some minor
44008         code cleanups.  This change does not affect semantics.
44009         Don't include <stdlib.h>; no longer needed.
44010         Don't include unlocked-io.h; only the "#if TEST" code uses
44011         stdio, and performance isn't crucial there.
44012         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
44013         Bison 1.875 features as described below.
44014         All uses of "PC." replaced by "pc->".
44015         (YYSTYPE): Add a forward declaration.
44016         (yylex, yyerror): Use full prototypes in forward decls.
44017         Use "%pure-parser" rather than obsolescent "%pure_parser".
44018         Use %parse-param and %lex-param instead of obsolescent
44019         YYPARSE_PARAM and YYLEX_PARAM.
44020         (meridian_table, month_and_day_table, time_units_table,
44021         relative_time_table, time_zone_table, military_table,
44022         lookup_zone, lookup_word, get_date):
44023         Use NULL instead of 0 where appropriate.
44024         (to_hour): Avoid abort (), to avoid a dependency on
44025         stdlib.h.
44026         (yyerror, yylex): Now accepts parser_control * arg.
44027         (main) [TEST]: Use '\0' rather than 0 for char.
44028
44029 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
44030
44031         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
44032
44033 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
44034
44035         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
44036         It's now the caller's responsibility to handle the case where
44037         !HAVE_GETPAGESIZE && !defined getpagesize.
44038
44039         * lib/mktime.c (leapyear): Arg is long int, not int.
44040
44041 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
44042
44043         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
44044
44045 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
44046
44047         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
44048         missing.  Problem reported by James Youngman.
44049
44050 2004-10-16  Simon Josefsson  <jas@extundo.com>
44051
44052         * gnulib-tool: Fix comments.  Fix parse problem.
44053         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
44054
44055 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
44056
44057         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
44058         implementation of getopt_long.  Problem reported by Alexander Taler in:
44059         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
44060
44061 2004-10-15  Bruno Haible  <bruno@clisp.org>
44062
44063         * gnulib-tool: Untabify. Initialize supplied_libname.
44064         (func_usage): More homogenous output.
44065         (func_modules_transitive_closure, func_modules_to_filelist,
44066         func_emit_lib_Makefile_am): New functions.
44067         (func_import): New function, extracted from big case statement. Use
44068         func_get_license, func_modules_transitive_closure,
44069         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
44070         opt_lgpl. Don't use test -a, as it's not portable.
44071         (func_create_testdir): Use func_modules_transitive_closure,
44072         func_modules_to_filelist, func_emit_lib_Makefile_am.
44073
44074 2004-10-15  Bruno Haible  <bruno@clisp.org>
44075
44076         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
44077
44078 2004-10-15  Bruno Haible  <bruno@clisp.org>
44079
44080         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
44081         the portions belonging to each module.
44082         Suggested by Derek Robert Price <derek@ximbiot.com>.
44083
44084 2004-10-12  Simon Josefsson  <jas@extundo.com>
44085
44086         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
44087         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
44088         to real functions.
44089
44090 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44091
44092         * modules/vsnprintf: New file.
44093
44094 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44095
44096         * m4/vsnprintf.m4: New file.
44097
44098 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44099
44100         * lib/vsnprintf.h: New file.
44101         * lib/vsnprintf.c: New file.
44102
44103 2004-10-11  Bruno Haible  <bruno@clisp.org>
44104
44105         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
44106         vsnprintf.
44107
44108 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
44109
44110         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
44111
44112 2004-10-07  Bruno Haible  <bruno@clisp.org>
44113
44114         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
44115         fits into the provided buffer.
44116
44117 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
44118
44119         * lib/diacrit.c, diacrit.h: Add GPL notice.
44120
44121         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
44122         notice.
44123         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
44124         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
44125         This avoids a potential constant-folding bug.
44126
44127 2004-10-05  Bruno Haible  <bruno@clisp.org>
44128
44129         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
44130         for the declaration of strsep.
44131
44132 2004-10-05  Bruno Haible  <bruno@clisp.org>
44133
44134         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
44135
44136 2004-10-04  Simon Josefsson  <jas@extundo.com>
44137
44138         * modules/memmem: New file.
44139         * tests/test-memmem.c: New file.
44140         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
44141
44142 2004-10-04  Simon Josefsson  <jas@extundo.com>
44143
44144         * m4/memmem.m4: New file.
44145
44146 2004-10-04  Simon Josefsson  <jas@extundo.com>
44147
44148         * lib/memmem.h: New file.
44149         * lib/memmem.c: New file, taken from glibc.
44150
44151 2004-10-04  Simon Josefsson  <jas@extundo.com>
44152
44153         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
44154         '#ifdef USE_UNLOCKED_IO'.
44155
44156 2004-10-04  Simon Josefsson  <jas@extundo.com>
44157
44158         * config/srclist.txt: Add memmem from glibc.
44159
44160 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
44161
44162         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
44163
44164         * modules/argmatch, modules/argp, modules/closeout, modules/error,
44165         modules/exclude, modules/getdate, modules/getline,
44166         modules/getndelim2, modules/getpass, modules/getpass-gnu,
44167         modules/getusershell, modules/linebuffer, modules/md5,
44168         modules/mountlist, modules/posixtm, modules/readtokens,
44169         modules/readutmp, modules/regex, modules/sha1,
44170         modules/version-etc, modules/yesno:
44171         Remove dependency on unlocked-io.
44172
44173 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
44174
44175         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
44176
44177         * m4/unlocked-io.m4: Add copyright notice.
44178         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
44179
44180 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
44181
44182         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
44183         * lib/xmalloc.c (xmemdup): Likewise.
44184         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
44185         XFREE): Remove these long-obsolescent macros.
44186         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
44187         * lib/xstrdup.c: Remove.
44188
44189         * lib/regex.c (re_comp): Cast gettext return value to char *,
44190         Problem reported by Martin Neitzel via Mark D. Baushke.
44191
44192 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
44193
44194         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
44195         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
44196         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
44197         regex.c, sha1.c, version-etc.c, yesno.c:
44198         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
44199         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
44200         the includer's responsibility.
44201
44202         Sync from coreutils.
44203
44204         * lib/modechange.c (mode_compile): Don't decrement a pointer that
44205         points to the start of a string, as the C Standard says the
44206         resulting behavior is undefined.
44207
44208         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
44209         simple -> simple_backups, numbered_existing ->
44210         numbered_existing_backups, numbered -> numbered_backups
44211         to avoid shadowing problems.  All uses changed.
44212         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
44213         * lib/backupfile.c (check_extension, numbered_backup):
44214         Rename locals to avoid shadowing 'basename'.
44215         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
44216         once.
44217
44218         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
44219         * lib/.cvsignore: Add getopt.h.
44220
44221 2004-10-04  Bruno Haible  <bruno@clisp.org>
44222
44223         * modules/README: New file.
44224         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
44225         not a module.
44226
44227 2004-10-02  Jim Meyering  <jim@meyering.net>
44228
44229         * lib/dirfd.h, getpagesize.h: Add copyright notice.
44230
44231 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44232
44233         * modules/strsep: New file.
44234
44235 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44236
44237         * m4/strsep.m4: New file.
44238
44239 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44240
44241         * lib/strsep.h: New file.
44242         * lib/strsep.c: New file.
44243
44244 2004-10-01  Simon Josefsson  <jas@extundo.com>
44245
44246         * lib/snprintf.c (snprintf): Handle size==0.
44247
44248 2004-10-01  Simon Josefsson  <jas@extundo.com>
44249             Bruno Haible  <bruno@clisp.org>
44250
44251         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
44252         (snprintf): Declare 'args'.
44253
44254 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
44255
44256         * lib/snprintf.c: Remove comments as to why each header is needed.
44257
44258 2004-10-01  Bruno Haible  <bruno@clisp.org>
44259
44260         * MODULES.html.sh: Add strsep.
44261
44262 2004-09-30  Simon Josefsson  <jas@extundo.com>
44263
44264         * modules/snprintf: New file.
44265
44266 2004-09-30  Simon Josefsson  <jas@extundo.com>
44267
44268         * m4/snprintf.m4: New file.
44269
44270 2004-09-30  Simon Josefsson  <jas@extundo.com>
44271
44272         * lib/snprintf.h, lib/snprintf.c: New files.
44273
44274 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44275
44276         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
44277         (hol_entry_help): Never translate an empty string.
44278         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
44279         * lib/argp.h (OPTION_NO_TRANS): New option.
44280
44281 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
44282
44283         * modules/argp (Maintainer): Replace Simon Josefsson
44284         by Sergey Poznyakoff.
44285
44286 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
44287
44288         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
44289         changes merged back into glibc.
44290
44291 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
44292
44293         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
44294
44295 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
44296
44297         * lib/xvasprintf.c: Include xalloc.h.
44298         (xvasprintf): Use xalloc_die, not xmalloc_die.
44299
44300 2004-09-29  Bruno Haible  <bruno@clisp.org>
44301
44302         * modules/alloca-opt: New file, derived from modules/alloca.
44303         * modules/allocsa: Depend on alloca-opt instead of alloca.
44304         * modules/setenv: Likewise.
44305         * modules/vasnprintf: Likewise.
44306         * MODULES.html.sh: Add alloca-opt.
44307
44308 2004-09-28  Simon Josefsson  <jas@extundo.com>
44309
44310         * gnulib-tool: New parameter --lgpl, to asseert that modules are
44311         LGPL, and to replace license template from GPL to LGPL.
44312
44313 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
44314
44315         * modules/dummy: Change license to LGPL.
44316
44317 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
44318
44319         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
44320
44321 2004-09-24  Simon Josefsson  <jas@extundo.com>
44322
44323         * modules/minmax (License): Change from GPL to LGPL.
44324
44325 2004-09-23  Simon Josefsson  <jas@extundo.com>
44326
44327         * gnulib-tool (--import): Typo.
44328
44329 2004-09-23  Simon Josefsson  <jas@extundo.com>
44330
44331         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
44332
44333 2004-09-22  Bruno Haible  <bruno@clisp.org>
44334
44335         * modules/*: Add 'License' field.
44336         * gnulib-tool: Accept --extract-license option.
44337         (func_get_license): New function.
44338
44339 2004-09-21  Bruno Haible  <bruno@clisp.org>
44340
44341         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
44342         Reported by Simon Josefsson.
44343
44344 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
44345
44346         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
44347         gl_AC_TYPE_LONG_LONG.
44348
44349 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
44350
44351         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
44352
44353 2004-09-18  Simon Josefsson  <jas@extundo.com>
44354         and  Paul Eggert  <eggert@cs.ucla.edu>
44355
44356         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
44357         calls with autoreconf.  Define GL_LIB.
44358
44359 2004-09-14  Karl Berry  <karl@gnu.org>
44360
44361         * config/srclist.txt: unsync setenv.c, sigh.
44362
44363 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44364
44365         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
44366         Problem reported by Bruno Haible in:
44367         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
44368
44369 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44370
44371         * config/srclist.txt: Comment out argp-pvh.c.
44372
44373 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
44374
44375         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
44376         in case some system header has #define'd it.  Problem reported by
44377         Soeren D. Schulze in
44378         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
44379
44380 2004-09-09  Karl Berry  <karl@gnu.org>
44381
44382         * regex.[ch]: delete from the root.  These were supposed to be
44383                 synced with emacs cvs, but this has not happened for about
44384                 a year, and anyway nothing else uses emacs regex.[ch].
44385                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
44386                 lib/regex[.ch] is untouched.
44387
44388 2004-09-09  Bruno Haible  <bruno@clisp.org>
44389
44390         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
44391
44392 2004-09-09  Bruno Haible  <bruno@clisp.org>
44393
44394         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
44395         modifications.
44396         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
44397
44398 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
44399
44400         * modules/xvasprintf: New file.
44401         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
44402
44403 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
44404
44405         * lib/xvasprintf.h: New file.
44406         * lib/xvasprintf.c: New file.
44407         * lib/xasprintf.c: New file.
44408
44409 2004-09-08  Bruno Haible  <bruno@clisp.org>
44410
44411         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
44412
44413 2004-09-08  Bruno Haible  <bruno@clisp.org>
44414
44415         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
44416         length is > INT_MAX.
44417         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
44418         more.
44419
44420 2004-09-08  Bruno Haible  <bruno@clisp.org>
44421
44422         * lib/stdint_.h: New file, taken from GNU clisp.
44423
44424 2004-09-08  Bruno Haible  <bruno@clisp.org>
44425             Oskar Liljeblad  <oskar@osk.mine.nu>
44426
44427         * modules/stdint: New file.
44428         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
44429
44430 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44431
44432         Import from coreutils.
44433         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
44434         strings on unbounded length.  alloca's performance benefits aren't
44435         that important here.
44436         (V_STRDUP): Remove.
44437         (parse_with_separator): New function, with most of the internals
44438         of the old parse_user_spec.  Allow user to omit both user and group,
44439         for compatibility with FreeBSD.
44440         Clone only the user name, not the entire spec.
44441         Do not set *uid, *gid unless entirely successful.
44442         Avoid memory leak in some failing cases.
44443         Fix regression for USER.GROUP reported by Dmitry V. Levin in
44444         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
44445         (parse_user_spec): Rewrite to use parse_with_separator.
44446
44447 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44448
44449         * modules/userspec: Don't depend on alloca.
44450
44451 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44452
44453         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
44454
44455 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44456
44457         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
44458         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
44459         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
44460
44461 2004-08-16  Simon Josefsson  <jas@extundo.com>
44462
44463         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
44464         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
44465         Add --dry-run for --import.
44466         Let user provided command line parameters override configure.ac
44467         settings.
44468
44469 2004-08-12  Simon Josefsson  <jas@extundo.com>
44470
44471         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
44472         as discussed with Paul Eggert in threads rooted at
44473         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
44474         and
44475         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
44476         Before, the test was empty, and relied on ELIDE_CODE in source
44477         code.)
44478         (gl_PREREQ_GETOPT): New macro.
44479         (gl_GETOPT): Use them.
44480
44481 2004-08-12  Simon Josefsson  <jas@extundo.com>
44482
44483         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
44484         * lib/getopt_.h: Renamed from getopt.h.
44485
44486 2004-08-12  Simon Josefsson  <jas@extundo.com>
44487
44488         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
44489         Change default library name from libfoo to libgnu.
44490         Now, if you have a configure.ac that says:
44491                 gl_SOURCE_BASE(gl)
44492                 gl_M4_BASE(gl/m4)
44493                 gl_MODULES(error getopt etcetera)
44494                 gl_INIT
44495         you can import all you need by running:
44496                 ../gnulib/gnulib-tool --import
44497
44498         * modules/getopt (Files): Rename getopt.h to getopt_.h.
44499         (Makefile.am): Rewrite, use logic from argz.
44500         (Include): Use <getopt.h> instead of "getopt.h".
44501
44502 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
44503
44504         * modules/argp (Files): Add m4/unlocked-io.m4.
44505         (Depends-on): Add extensions.
44506
44507 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
44508
44509         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
44510         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
44511         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
44512         Check for program_invocation_name, program_invocation_short_name,
44513         flockfile, funlockfile, features.h, _getopt_long_only_r.
44514
44515 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
44516
44517         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
44518         its complicated substitute.
44519         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
44520         and program_invocation_name.
44521         (__argp_basename) [!_LIBC]: Remove; the only use was
44522         replaced by its body.
44523         (__argp_short_program_name): Change condition from
44524         !defined __argp_short_program_name to
44525         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
44526         to match argp-namefrob.h.
44527         (__argp_failure): Don't assume strerror_r returns char *.
44528         * lib/argp-parse.c (N_): Define unconditionally.
44529         (argp_default_options): Fill out initializers with 0 to avoid
44530         gcc warnings.
44531
44532 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
44533
44534         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
44535         getopt1.c.
44536
44537 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44538
44539         Merge from coreutils.
44540
44541         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
44542
44543         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
44544         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
44545
44546 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44547
44548         Merge from coreutils.
44549
44550         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
44551         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
44552         for Reliant Unix 5.43.
44553
44554         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
44555         (union fooround): Use uintmax_t, not long int.
44556         The rest is a merge from libc:
44557         [defined _LIBC]: Include <shlib-compat.h>.
44558         (_obstack) [defined _LIBC]: Remove after 2.3.4.
44559
44560         * lib/settime.c (settime): Recode to avoid warning with
44561         Sun Forte C 6U2.
44562
44563         * lib/strverscmp.c: Convert to UTF-8.
44564
44565 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44566
44567         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
44568         m4/uintmax_t.m4.
44569
44570 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44571
44572         * modules/xalloc-die: New file.
44573         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
44574
44575         * modules/md5 (Files): Add m4/uint32_t.m4.
44576         * modules/sha1: Renamed from modules/sha.
44577         (Files):
44578         Rename lib/sha.h to lib/sha1.h.
44579         Rename lib/sha.c to lib/sha1.c.
44580         Rename m4/sha.m4 to m4/sha1.m4.
44581         (lib_SOURCES): Likewise.
44582         (configure.ac): Rename gl_SHA to gl_SHA1.
44583         (Include): sha.h -> sha1.h.
44584
44585 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44586
44587         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
44588         * m4/sha1.m4: Renamed from sha.m4.
44589         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
44590
44591 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44592
44593         * lib/obstack.h (obstack_empty_p):
44594         Don't assume that chunk->contents is suitably aligned.
44595         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
44596         Likewise. Problem reported by Benno in
44597         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
44598
44599         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
44600         readable.  This could be improved further but it'd take some work.
44601
44602 2004-08-08  Simon Josefsson  <jas@extundo.com>
44603
44604         * modules/xgethostname (Depends-on): Remove exit and error (not
44605         used).
44606
44607         * modules/getpass-gnu: Add getpass.h.
44608         (Depends-on): Add stdbool.
44609         * modules/getpass: Add getpass.h.
44610
44611 2004-08-08  Simon Josefsson  <jas@extundo.com>
44612
44613         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
44614         Check getpass declaration.
44615
44616 2004-08-08  Simon Josefsson  <jas@extundo.com>
44617
44618         * lib/xgethostname.c: Don't include error.h (not used).
44619
44620         * lib/getpass.h: Add.
44621         * lib/getpass.c: Include getpass.h first.
44622
44623 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
44624
44625         * lib/xalloc-die.c: New file.
44626         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
44627         All uses removed.
44628         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
44629         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
44630         xalloc-die.c.
44631         (_, N_, xalloc_die): Move to xalloc-die.c.
44632         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
44633         so that we needn't mess with xalloc_msg_memory_exhausted.
44634
44635         * lib/sha1.h: Renamed from sha.h.
44636         (SHA1_H): Renamed from _SHA_H.
44637         (sha1_ctx): Renamed from sha_ctx.
44638         (sha1_init_ctx): Renamed from sha_init_ctx.
44639         (sha1_process_block): Renamed from sha_process_block.
44640         (sha1_process_bytes): Renamed from sha_process_bytes.
44641         (sha1_finish_ctx): Renamed from sha_finish_ctx.
44642         (sha1_read_ctx): Renamed from sha_read_ctx.
44643         (sha1_stream): Renamed from sha_stream.
44644         (sha1_buffer): Renamed from sha_buffer.
44645         * lib/sha1.c: Likewise; renamed from sha.c.
44646         Do not include <sys/types.h>.
44647         Include <stddef.h> rather than <stdlib.h>.
44648
44649 2004-08-08  Bruno Haible  <bruno@clisp.org>
44650
44651         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
44652         FILESYSTEM_PREFIX_LEN.
44653         * lib/progreloc.c: Likewise.
44654         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
44655
44656 2004-08-06  Simon Josefsson  <jas@extundo.com>
44657
44658         * modules/progname (Depends-on): Don't depend on stdbool.
44659
44660 2004-08-06  Simon Josefsson  <jas@extundo.com>
44661
44662         * modules/getsubopt: New file.
44663         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
44664         getsubopt.
44665
44666 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
44667
44668         More merge from coreutils.
44669
44670         * m4/utimens.m4, m4/utimecmp.m4: New files.
44671         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
44672         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
44673         prereq.m4, sha.m4: Import changes from coreutils.
44674
44675 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
44676
44677         More merge from coreutils.
44678         * modules/raise, modules/readtokens0, modules/utimens:
44679         * modules/utimecmp, module/xnanosleep: New files.
44680         * modules/strftime: Add lib/strftime.h.
44681         Change include from <time.h> to "strftime.h".
44682         * modules/yesno: Add lib/yesno.h.
44683         * modules/backupfile: Remove lib/addext.c.
44684         * modules/euidaccess: Add stat-macros.h.
44685         * modules/canonicalize, modules/euidaccess,
44686         modules/filemode, modules/lchown, modules/makepath,
44687         modules/rmdir, modules/stat: Likewise.
44688
44689 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
44690
44691         Merge from tar.
44692         * lib/argp-help.c (make_hol, hol_append): Don't assume that
44693         SIZE_MAX is a valid preprocessor constant.
44694         (__argp_basename): Change from "#ifndef _LIBC"
44695         to "#ifndef __argp_short_program_name", so that
44696         we don't compile these functions for tar.
44697
44698         More merges from coreutils.
44699         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
44700         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
44701         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
44702         * lib/addext.c: Remove; no longer needed.
44703         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
44704         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
44705         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
44706         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
44707         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
44708         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
44709         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
44710         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
44711         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
44712         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
44713         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
44714         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
44715         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
44716         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
44717         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
44718         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
44719         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
44720         Import changes from coreutils.
44721
44722 2004-08-05  Simon Josefsson  <jas@extundo.com>
44723
44724         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
44725
44726 2004-08-05  Simon Josefsson  <jas@extundo.com>
44727
44728         * m4/getsubopt.m4: New file.
44729
44730 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
44731
44732         Merge from coreutils.
44733
44734         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
44735         * m4/getcwd-path-max.m4: New files.
44736
44737         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
44738         FILESYSTEM_PREFIX_LEN ->
44739         FILE_SYSTEM_PREFIX_LEN.
44740         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
44741         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
44742         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
44743         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
44744
44745         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
44746         prerequisite modules now handle the DOS stuff.
44747         Don't check for unistd.h.
44748
44749 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
44750
44751         Merge from coreutils.
44752
44753         * lib/.gdb-history: Remove; this doesn't belong here.
44754
44755         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
44756         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
44757         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
44758         * lib/getcwd.c: New files.
44759
44760         * lib/dirname.h: Include <stdbool.h>.
44761         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
44762         for consistency with POSIX terminology.  All uses changed.
44763         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
44764         (strip_trailing_slashes): Use bool for booleans.
44765         * lib/stripslash.c (strip_trailing_slashes): Likewise.
44766
44767         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
44768         sometimes returns a positive errno value even when it succeeds.
44769         (print_errno_message) [!LIBC]: Fall back on strerror if
44770         __strerror_r fails.
44771
44772         * lib/path-concat.c (mempcpy): Don't define if a system header defines
44773         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
44774         (longest_relative_suffix): New function.
44775         (path_concat): Use it.  Assume first argument is not NULL.
44776         Port to DOS.  Omit redundant separators.
44777         Report an error instead of returning NULL.
44778         Use mempcpy instead of memcpy.
44779         (xpath_concat): Remove: not declared or used.
44780
44781         * lib/same.h: Include <stdbool.h>
44782         (same_name): Return bool, not int.
44783         * lib/same.c (same_name): Likewise.
44784         (errno): Don't declare; we assume C89 or better now.
44785
44786         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
44787         if not already defined.
44788
44789         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
44790         * lib/dup-safer.c (errno): Likewise.
44791
44792 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
44793
44794         Merge from coreutils.
44795         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
44796         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
44797         * modules/path-concat: Don't depend on strdup.
44798
44799 2004-08-03  Simon Josefsson  <jas@extundo.com>
44800
44801         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
44802         * lib/progname.h: Don't include stdbool.h.
44803
44804 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
44805
44806         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
44807         * MODULES.html.sh (func_all_modules): Remove fatal.
44808
44809 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
44810
44811         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
44812
44813 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
44814
44815         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
44816         working.
44817
44818 2004-08-02  Simon Josefsson  <jas@extundo.com>
44819
44820         * lib/getsubopt.h: New file, with comments from Bruno Haible.
44821         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
44822         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
44823
44824 2004-08-01  Simon Josefsson  <jas@extundo.com>
44825
44826         * lib/xgetdomainname.c: Include stdlib.h, for free().
44827
44828 2004-07-19  Bruno Haible  <bruno@clisp.org>
44829
44830         * MODULES.html.sh (func_all_modules): Add dummy.
44831
44832 2004-07-16  Simon Josefsson  <jas@extundo.com>
44833
44834         * modules/dummy: New file.
44835
44836 2004-07-16  Simon Josefsson  <jas@extundo.com>
44837
44838         * lib/dummy.c: New file.
44839
44840 2004-07-16  Bruno Haible  <bruno@clisp.org>
44841
44842         * lib/backupfile.h: Add extern "C" for C++.
44843         * lib/closeout.h: Likewise.
44844         * lib/copy-file.h: Likewise.
44845         * lib/findprog.h: Likewise.
44846         * lib/full-write.h: Likewise.
44847         * lib/pathname.h: Likewise.
44848         * lib/progname.h: Likewise.
44849         * lib/stpcpy.h: Likewise.
44850         * lib/stpncpy.h: Likewise.
44851         * lib/strcase.h: Likewise.
44852         * lib/strstr.h: Likewise.
44853         * lib/xalloc.h: Likewise.
44854
44855         * lib/mbswidth.h: Add extern "C" for C++.
44856         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
44857
44858 2004-07-13  Robert Millan  <robertmh@gnu.org>
44859
44860         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
44861
44862 2004-07-09  Simon Josefsson  <jas@extundo.com>
44863
44864         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
44865         failed without this.)
44866
44867 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44868
44869         * modules/chown (Files): Add lib/fchown-stub.c, since
44870         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
44871
44872 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44873
44874         * lib/fchown-stub.c: New file.
44875
44876 2004-06-24  Jim Meyering  <jim@meyering.net>
44877
44878         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
44879
44880 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44881
44882         * modules/argz: Omit "#include".
44883
44884         * MODULES.html.sh (func_all_modules): Add calloc, to match
44885         2004-06-01 addition of calloc module.
44886
44887 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44888
44889         * m4/argz.m4: New file, which is autoupdated from libtool.
44890
44891 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44892
44893         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
44894         libtool.
44895
44896 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44897
44898         * config/srclist-update: Don't insist on "USA." before the
44899         close-comment, as libtool omits the period and puts the */ on a
44900         separate line.
44901         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
44902         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
44903
44904 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
44905
44906         * modules/argz: New file.
44907         * MODULES.html.sh (func_all_modules): Add argz.
44908
44909 2004-06-12  Jim Meyering  <jim@meyering.net>
44910         and  Paul Eggert  <eggert@cs.ucla.edu>
44911
44912         * modules/hash (Files): Add lib/xalloc.h.
44913         * modules/pipe (Depends-on): Add wait-process.
44914         * modules/stat (Depends-on): Add xalloc.
44915         * modules/userspec (Files): Add lib/userspec.h.
44916         * modules/xstrto
44917
44918         Upgrade from gettext-0.13.
44919         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
44920         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
44921         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
44922
44923 2004-06-10  Jim Meyering  <jim@meyering.net>
44924
44925         * lib/calloc.c: New file.
44926
44927 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
44928
44929         * lib/getdate.y (yylex): Allow space between sign and number.
44930         Problem reported by Dan Jacobson.
44931
44932 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
44933
44934         Merge from coreutils CVS.
44935
44936         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
44937         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
44938         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
44939         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
44940         xstrtol.m4: Fix copyright date and/or serial number.
44941
44942         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
44943         See if we need an fchown replacement.
44944         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
44945         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
44946         and use the replacement function if we detect either defect.
44947
44948         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
44949         gl_UTIMECMP.
44950
44951 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
44952         and  Jim Meyering  <jim@meyering.net>
44953
44954         Merge from coreutils CVS.
44955
44956         * lib/stat-macros.h: New file, with contents from file-type.h
44957         and coreutils' system.h.
44958         * lib/file-type.c: Include "stat-macros.h".
44959         * lib/file-type.h (file_type): Move all macro definitions to new file,
44960         stat-macros.h.
44961
44962         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
44963         Wrap old code with this conditional.
44964         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
44965         function that does not dereference symlinks.
44966         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
44967
44968         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
44969         dependency problems.
44970         (xreadlink): Accept new arg SIZE, for efficiency.
44971         All decls and uses changed.
44972         * lib/xreadlink.h: Include <stddef.h>, for size_t.
44973
44974         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
44975         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
44976
44977         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
44978         sysexits.h.
44979
44980 2004-06-01  Jim Meyering  <jim@meyering.net>
44981
44982         * m4/calloc.m4: New file.
44983
44984 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
44985
44986         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
44987         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
44988         Also, fix a typo in a diagnostic.
44989
44990 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
44991
44992         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
44993         or AC_FUNC_REALLOC.
44994
44995 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
44996
44997         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
44998         macros to be defined.
44999         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
45000         the allocator returns NULL because the requested size is zero.
45001
45002 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
45003
45004         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
45005         var.  Add comment explaining why libc still defines it.  This
45006         merges the following patch from glibc:
45007         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
45008
45009 2004-05-20  Andreas Schwab  <schwab@suse.de>
45010
45011         * m4/free.m4: Replace free if it not known to work, not the other
45012         way round.
45013
45014 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
45015
45016         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
45017         present in glibc since revision 1.1 of this file.
45018         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
45019         obstack_alignment_mask, obstack_alloc, obstack_base,
45020         obstack_blank, obstack_blank_fast, obstack_chunk_size,
45021         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
45022         obstack_grow0, obstack_init, obstack_int_grow,
45023         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
45024         obstack_next_free, obstack_object_size, obstack_ptr_grow,
45025         obstack_ptr_grow_fast, obstack_room): Remove declarations of
45026         nonexistent functions.
45027
45028 2004-05-18  Karl Berry  <karl@gnu.org>
45029
45030         * config/srclist.txt: break link for vasnprintf.c.
45031
45032 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
45033
45034         Port obstack to the AS/400, where pointers are 16 bytes wide and
45035         you cannot cast an integer to a valid pointer.  This patch is
45036         currently waiting to be integrated into glibc; see
45037         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
45038
45039         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
45040         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
45041         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
45042         (struct obstack): temp member is now a union of a pointer and
45043         an integer, instead of an integer.  All integer uses changed.
45044         This does not affect the physical layout of struct obstack,
45045         except on hosts (like the AS/400) where the size or alignment of
45046         void * is greater than that of ptrdiff_t.
45047         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
45048         __STDC__)]: Store temporary in pointer member of union, not
45049         integer member.
45050         * lib/obstack.c: Include <stddef.h>, for offsetof.
45051         (struct fooalign): Remove; it doesn't need a name.
45052         (union fooround): Change double to long double, and add void *.
45053         (DEFAULT_ALIGNMENT): Use offsetof to compute.
45054         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
45055         not a macro.  Hence the values are always int; so remove all
45056         casts-to-int in uses.
45057
45058 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
45059
45060         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
45061         we can get this patch merged into glibc.
45062
45063 2004-05-17  Derek R. Price  <derek@ximbiot.com>
45064             Paul Eggert  <eggert@cs.ucla.edu>
45065
45066         * m4/argp: Depend on alloca.
45067
45068 2004-05-17  Derek R. Price  <derek@ximbiot.com>
45069             Paul Eggert  <eggert@cs.ucla.edu>
45070
45071         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
45072         freecoding.
45073
45074 2004-05-17  Bruno Haible  <bruno@clisp.org>
45075
45076         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
45077         precision that consists of a '.' followed by an empty digit string.
45078         Patch by Tor Lillqvist <tml@iki.fi>.
45079
45080 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
45081
45082         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
45083         for backward compatibility with older code.  We need our own
45084         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
45085         it under some other name, and our alloca.h will define it.
45086
45087 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
45088             Derek Price  <derek@ximbiot.com>
45089
45090         * lib/alloca.c: Include <alloca.h>, to get our interface.
45091         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
45092         include <alloca.h> first.  Use C89 prototype for alloca; this
45093         requires including <stddef.h> for size_t.  Use extern "C" if C++.
45094         Use #elif for simplicity, since we can assume C89 now.
45095         Don't try to source the system alloca.h since it will not be found
45096         and to prevent recursively including its replacement.
45097         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
45098         * lib/regex.c: Likewise.
45099
45100 2004-05-16  Derek Price  <derek@ximbiot.com>
45101             Paul Eggert  <eggert@cs.ucla.edu>
45102
45103         getline cleanup.  This changes the getndelim2 API: both order of
45104         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
45105         no delimiter).
45106
45107         * lib/getline.c: Don't include stddef.h or stdio.h, since our
45108         interface does that.
45109         (getline): Always use getdelim, so that we don't have two
45110         copies of this code.
45111         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
45112         if available.
45113         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
45114         (GETNDELIM2_MAXIMUM): New macro.
45115         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
45116         instead of the old practice of delim2==0.  All callers changed.
45117         Return -1 on overflow, instead of returning junk.
45118         Do not set *linesize unless allocation succeeds.
45119         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
45120         that we include sys/types.h.
45121         * lib/getnline.h: Likewise.
45122         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
45123         (getndelim2): Reorder arguments.
45124         * lib/getnline.c (getnline, getndelim):
45125         Don't discard the NMAX argument.
45126         (getnline): Invoke getndelim, to avoid code duplication.
45127         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
45128         of (size_t) -1 by callers of the getnline family.
45129
45130 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
45131
45132         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
45133         Check for gettimeofday.
45134         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
45135         Check for settimeofday, stime.
45136
45137 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
45138
45139         * lib/nanosleep.c (suspended): Change its type from int to
45140         sig_atomic_t volatile.
45141         (first_call): Make it private to rpl_nanosleep, and have it
45142         be zero initially as that's a bit faster.
45143         (my_usleep): Round up fractional times instead of truncating them,
45144         as this is the usual meaning for 'sleep'.
45145
45146         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
45147         doesn't work.
45148         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
45149         (ENOSYS): Define if not defined.
45150         (settime): Fall back on stime if it exists and settimeofday fails.
45151         But don't bother with fallbacks if a method fails with errno == EPERM.
45152
45153 2004-05-11  Jim Meyering  <jim@meyering.net>
45154
45155         Prior to this change, the save_cwd caller required read access to the
45156         current directory on most systems (ones with the fchdir function).
45157
45158         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
45159         fails, try write-only, and finally, resort to using xgetcwd.
45160
45161 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
45162
45163         * lib/obstack.c, obstack.h: Import changes from libc.
45164
45165 2004-04-28  Bruno Haible  <bruno@clisp.org>
45166
45167         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
45168         also implicitly appends .exe to executables.
45169         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
45170         accepts Windows pathnames.
45171         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
45172         Treat Cygwin like Windows, since it now accepts Windows pathnames.
45173         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
45174         Treat Cygwin like Windows, since it now accepts Windows pathnames.
45175         Reported by Derek Robert Price <derek@ximbiot.com>.
45176
45177 2004-04-21  Karl Berry  <karl@gnu.org>
45178
45179         * config/srclist.txt (localcharset.c): break sync.
45180
45181 2004-04-20  Paul Eggert  <eggert@twinsun.com>
45182
45183         * m4/host-os.m4: Add a copyright notice.
45184
45185 2004-04-20  Jim Meyering  <jim@meyering.net>
45186
45187         Change UTILS_ to gl_ in AC_DEFINE'd names.
45188         Change utils_- and jm_-prefixed variables, too.
45189         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
45190         UTILS_FUNC_MKDIR_TRAILING_SLASH.
45191         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
45192
45193         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
45194         Don't emit trailing blanks.
45195         Also rename jm_-prefixed variables to have gl_ prefix.
45196
45197         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
45198         Also rename jm_-prefixed variables to have gl_ prefix.
45199
45200         * m4/jm-macros.m4: Reflect the renamings.
45201         * m4/prereq.m4: Likewise.
45202
45203 2004-04-20  Jim Meyering  <jim@meyering.net>
45204
45205         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
45206         memory.
45207
45208 2004-04-20  Jim Meyering  <jim@meyering.net>
45209             Bruno Haible  <bruno@clisp.org>
45210
45211         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
45212         memory when realloc fails.
45213
45214 2004-04-19  Jim Meyering  <jim@meyering.net>
45215
45216         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
45217         now that readutmp.c may call `free (0)'.
45218
45219 2004-04-19  Bruno Haible  <bruno@clisp.org>
45220
45221         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
45222         * m4/inttypes_h.m4: Likewise.
45223         * m4/stdint_h.m4: Likewise.
45224         * m4/intmax_t.m4: Likewise.
45225         * m4/uintmax_t.m4: Likewise.
45226
45227 2004-04-18  Jim Meyering  <jim@meyering.net>
45228
45229         * m4/prereq.m4: Don't forbid jm_ prefix.
45230
45231         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
45232         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
45233         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
45234         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
45235         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
45236         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
45237         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
45238         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
45239         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
45240         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
45241         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
45242         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
45243         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
45244         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
45245         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
45246         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
45247         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
45248         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
45249         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
45250
45251 2004-04-18  Jim Meyering  <jim@meyering.net>
45252
45253         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
45254         failure, don't leak memory and do call END_UTMP_ENT.
45255
45256 2004-04-16  Jim Meyering  <jim@meyering.net>
45257
45258         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
45259         coreutils' stat program.
45260         (gl_PREREQ): Don't require jm_PREREQ_STAT.
45261
45262 2004-04-11  Paul Eggert  <eggert@twinsun.com>
45263
45264         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
45265         C89.
45266         (CHAR_BIT): Remove, since we assume C89.
45267         Include <stdint.h> if available, as per current Autoconf CVS advice.
45268
45269 2004-03-31  Jim Meyering  <jim@meyering.net>
45270
45271         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
45272         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
45273         * m4/xalloc.m4: Likewise.
45274
45275 2004-03-30  Paul Eggert  <eggert@twinsun.com>
45276
45277         Merge from coreutils.
45278
45279         * m4/inttostr.m4: New file.
45280         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
45281         Require AM_STDBOOL_H and gl_TIMESPEC instead.
45282         Require gl_CLOCK_TIME.
45283         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
45284
45285 2004-03-30  Paul Eggert  <eggert@twinsun.com>
45286
45287         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
45288         not bool, to be more consistent with Unix conventions.
45289         Suggested by Bruno Haible.
45290
45291         Merge from coreutils.
45292
45293         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
45294         * lib/umaxtostr.c: New files.
45295
45296         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
45297         the usual <time.h> dance.
45298         (get_date): Change signature to support fractional time stamps.
45299         All callers changed.
45300         * lib/getdate.y: Include "getdate.h" first, as we can now
45301         assume C89 and don't need to worry about 'const'.
45302         Similarly, include "unlocked-io.h" near start, not in middle.
45303         Include <limits.h>.
45304         (textint.value): Use long int rather than int.
45305         (textint.digits): Use size_t rather than int.
45306         (BILLION, LOG10_BILLION): New constants.
45307         (parser_control): New member rel_ns.  Members day_ordinal,
45308         time_zone, month, day, hour, minutes, rel_year, rel_month,
45309         rel_day, rel_hour, rel_minutes, rel_seconds
45310         are now long int, not int.  Member seconds is now struct timespec,
45311         not int.  New member timespec_seen.  Members dates_seen, days_seen,
45312         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
45313         not int.
45314         (%union.intval): Now long int, not int.
45315         New member timespec.
45316         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
45317         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
45318         (spec): Now is a timespec or an item list.
45319         (timespec, items): New nonterminals.
45320         (time, rel, relunit, number, get_date):
45321         Add support for fractional seconds.
45322         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
45323         (gmtime, localtime, mktime): Remove decls; not needed with C89.
45324         (to_hour): First arg is now long int, not int.
45325         (to_year): Returns long int, not int.
45326         Don't treat year -70 like 70.
45327         (tm_diff): Returns long int, not int.
45328         (lookup_word): Use bool instead of int when appropriate.
45329         (yylex): Use size_t for count, not int.
45330         Detect overflow when parsing large integer constants.
45331         Add support for fractions.
45332         (get_date): Make pointers 'const' if possible.
45333         Use more-portable code to detect integer overflow.
45334         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
45335         Don't use ctime; it's not reliable if the year has >4 digits.
45336
45337         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
45338         This is for compatibility with BSD.
45339
45340         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
45341         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
45342         From coreutils' system.h.
45343
45344         * lib/userspec.c: Don't include "posixver.h".
45345         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
45346         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
45347         compatible extension.  Simplify code by removing a boolean int
45348         that was always nonzero if a string was nonnull.
45349
45350 2004-03-30  Jim Meyering  <jim@meyering.net>
45351
45352         Merge from coreutils.
45353
45354         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
45355         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
45356         on some systems one must include <grp.h> before it.
45357         Reported by Christian Krackowizer.
45358
45359 2004-03-30  Jim Meyering  <jim@meyering.net>
45360
45361         Merge from coreutils.
45362
45363         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
45364
45365         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
45366         an empty input stream.
45367
45368         * lib/readtokens.c: Include <stdbool.h>.
45369         (readtoken): Use `size_t' rather than int/long.
45370         All callers adjusted.
45371         Use `bool' rather than `int' where appropriate.
45372         Use memset rather than an explicit loop.
45373         Use x2nrealloc rather than xrealloc.
45374         Allow the use of `\0' as a delimiter.
45375         (readtokens): Likewise.
45376         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
45377
45378 2004-03-30  Jim Meyering  <jim@meyering.net>
45379
45380         * m4/realloc.m4: Remove file, since now it does no more than
45381         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
45382         the `configure.ac' section of module/realloc.
45383         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
45384
45385 2004-03-30  Bruno Haible  <bruno@clisp.org>
45386
45387         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
45388         nonnull.
45389
45390 2004-03-29  Paul Eggert  <eggert@twinsun.com>
45391
45392         Merge changes to getloadavg.c from coreutils and Emacs.
45393
45394         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
45395         Define to an expression, not to the empty string.
45396         Include cloexec.h and xalloc.h.
45397         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
45398         Use set_cloexec_flag rather than rolling our own.
45399         * lib/cloexec.c, lib/cloexec.h: New files.
45400
45401 2004-03-29  Paul Eggert  <eggert@twinsun.com>
45402
45403         * m4/cloexec.m4: New file.
45404
45405 2004-03-18  Paul Eggert  <eggert@twinsun.com>
45406
45407         * lib/getopt.h: Sync with libc CVS.
45408
45409 2004-03-18  Paul Eggert  <eggert@twinsun.com>
45410             Bruno Haible  <bruno@clisp.org>
45411
45412         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
45413         mbswidth.
45414
45415 2004-03-18  Paul Eggert  <eggert@twinsun.com>
45416             Bruno Haible  <bruno@clisp.org>
45417
45418         * lib/mbswidth.h: Include <wchar.h> only if
45419         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
45420         <wchar.h>.
45421         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
45422
45423 2004-03-09  Paul Eggert  <eggert@twinsun.com>
45424
45425         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
45426         Sync with libc CVS.
45427         * lib/getopt_int.h: New file, also synced from libc.
45428
45429 2004-03-09  Paul Eggert  <eggert@twinsun.com>
45430
45431         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
45432         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
45433         Bring back getopt.c, getopt.h, getopt1.c.
45434
45435 2004-03-07  Paul Eggert  <eggert@twinsun.com>
45436
45437         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
45438         All uses changed.  Check for sa_sigaction member; this fixes
45439         a bug first reported by Jason Andrade in
45440         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
45441
45442 2004-03-07  Paul Eggert  <eggert@twinsun.com>
45443
45444         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
45445         '#if' expressions.  Unlike the code it replaces, it does not
45446         depend on (defined _SC_PAGESIZE).  However, it does depend on
45447         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
45448         first reported by Jason Andrade in
45449         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
45450
45451 2004-02-25  Simon Josefsson  <jas@extundo.com>
45452
45453         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
45454
45455 2004-02-25  Simon Josefsson  <jas@extundo.com>
45456
45457         * lib/strdup.h: New file.
45458         * lib/strdup.c: Include it.
45459         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
45460         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
45461
45462 2004-02-23  Karl Berry  <karl@gnu.org>
45463
45464         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
45465         (from fencepost.gnu.org:/gd/gnuorg).
45466
45467 2004-02-23  Karl Berry  <karl@gnu.org>
45468
45469         * config/srclistvars.sh (GNUORG) [karl]: redefine.
45470         * config/srclist.txt: add maintain/standards documents.
45471
45472 2004-02-18  Bruno Haible  <bruno@clisp.org>
45473
45474         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
45475         Reported by Derek Robert Price <derek@ximbiot.com>.
45476
45477 2004-02-16  Karl Berry  <karl@gnu.org>
45478
45479         * config/mkinstalldirs, install-sh: update from automake.
45480
45481 2004-02-06  Karl Berry  <karl@gnu.org>
45482
45483         * m4/po.m4: update from gettext 0.14.1.
45484
45485 2004-02-06  Karl Berry  <karl@gnu.org>
45486
45487         * lib/config.charset: update from gettext 0.14.1.
45488
45489 2004-02-05  Paul Eggert  <eggert@twinsun.com>
45490
45491         Add comments and code, prompted by suggestions from Bruno Haible
45492         for sh-quote.
45493         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
45494         describing the enum quoting_style values.
45495         * lib/quotearg.c (quotearg_alloc): New function.
45496         (quotearg_buffer_restyled): Treat lone { and } as special.
45497         Treat = as special.  Work around bug with older shells
45498         that "see" a '\' that is really the 2nd byte of a multibyte char.
45499         Quote empty string with shell_quoting_style.
45500
45501 2004-02-03  Bruno Haible  <bruno@clisp.org>
45502
45503         * m4/pipe.m4: New file, from GNU gettext.
45504
45505 2004-02-03  Bruno Haible  <bruno@clisp.org>
45506
45507         * lib/pipe.h: New file, from GNU gettext.
45508         * lib/pipe.c: New file, from GNU gettext.
45509
45510 2004-01-27  Bruno Haible  <bruno@clisp.org>
45511
45512         * m4/execute.m4: New file, from GNU gettext.
45513
45514 2004-01-27  Bruno Haible  <bruno@clisp.org>
45515
45516         * lib/execute.h: New file, from GNU gettext.
45517         * lib/execute.c: New file, from GNU gettext.
45518         * lib/w32spawn.h: New file, from GNU gettext.
45519
45520 2004-01-24  Paul Eggert  <eggert@twinsun.com>
45521
45522         Merge from diffutils.
45523
45524         * lib/file-type.c (file_type): Add typed memory objects.
45525         * lib/file-type.h (S_TYPEISTMO): New macro.
45526
45527         * lib/c-stack.h (c_stack_action): Remove argv argument.
45528         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
45529         (die): Don't calculate message unless segv_action returns.
45530         (get_stack_location, min_address_from_argv, max_address_from_argv,
45531         volatile stack_base, volatile_stack_size): Remove.
45532         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
45533         that every segmentation violation is a stack overflow.  (Ouch!)
45534         See Debian bug 136249 (still outstanding) for more info about why
45535         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
45536
45537 2004-01-24  Paul Eggert  <eggert@twinsun.com>
45538
45539         Exit-status fix from coreutils.
45540
45541         Use exit_failure consistently in place of EXIT_FAILURE,
45542         so that program exit statuses are consistent on failure.
45543
45544         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
45545         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
45546         * lib/argmatch.h: Comment fix to match the above.
45547         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
45548         Now a macro referring to exit_failure, instead of a separate
45549         variable.  Include "exitfail.h" to get it.
45550         * lib/xstrtol.h: Include "exitfail.h".
45551         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
45552
45553         * lib/long-options.c (parse_long_options): Use prototype
45554         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
45555         for clarity.
45556
45557 2004-01-21  Jim Meyering  <jim@meyering.net>
45558
45559         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
45560         so as not to conflict with a different-sized __mktime_internal
45561         function in GNU libc.
45562         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
45563         Problem building statically-linked `ls' reported by Michael Brunnbauer.
45564
45565 2004-01-20  Karl Berry  <karl@gnu.org>
45566
45567         * config/config.guess: update from config.
45568
45569         * config/srclistvars.sh: GNUWWWLICENSES for karl.
45570
45571 2004-01-20  Bruno Haible  <bruno@clisp.org>
45572
45573         Safer stack allocation.
45574         * lib/setenv.c: Include allocsa.h.
45575         (alloca): Remove fallback definition.
45576         (freea): Remove macro.
45577         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
45578         instead of freea.
45579
45580 2004-01-20  Bruno Haible  <bruno@clisp.org>
45581
45582         * m4/eealloc.m4: New file, from GNU gettext.
45583
45584 2004-01-20  Bruno Haible  <bruno@clisp.org>
45585
45586         * m4/allocsa.m4: New file, from GNU gettext.
45587
45588 2004-01-20  Bruno Haible  <bruno@clisp.org>
45589
45590         * lib/xallocsa.h: New file, from GNU gettext.
45591         * lib/xallocsa.c: New file, from GNU gettext.
45592
45593 2004-01-20  Bruno Haible  <bruno@clisp.org>
45594
45595         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
45596
45597 2004-01-20  Bruno Haible  <bruno@clisp.org>
45598
45599         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
45600         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
45601         specially.
45602
45603 2004-01-20  Bruno Haible  <bruno@clisp.org>
45604
45605         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
45606         patch.
45607
45608 2004-01-20  Bruno Haible  <bruno@clisp.org>
45609
45610         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
45611
45612 2004-01-20  Bruno Haible  <bruno@clisp.org>
45613
45614         * lib/eealloc.h: New file.
45615
45616 2004-01-20  Bruno Haible  <bruno@clisp.org>
45617
45618         * lib/binary-io.h: Avoid warnings on Cygwin.
45619
45620 2004-01-20  Bruno Haible  <bruno@clisp.org>
45621
45622         * lib/allocsa.h: New file, from GNU gettext.
45623         * lib/allocsa.c: New file, from GNU gettext.
45624
45625 2004-01-18  Karl Berry  <karl@gnu.org>
45626
45627         * doc/gpl.texi, doc/lgpl.texi: new files.
45628
45629 2004-01-18  Karl Berry  <karl@gnu.org>
45630
45631         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
45632         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
45633
45634 2004-01-15  Paul Eggert  <eggert@twinsun.com>
45635
45636         Merge from coreutils.
45637
45638         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
45639         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
45640         (gl_DEFAULT_POSIX2_VERSION): Move
45641         the documentation from 'configure' into 'config.hin',
45642         so that 'configure --help' isn't burdened by it and
45643         we don't have to worry about its formatting there.
45644         Reword the documentation so that it's more succinct
45645         and can be run together into a single paragraph.
45646         * m4/same.m4 (gl_SAME): Check for pathconf.
45647
45648 2004-01-15  Paul Eggert  <eggert@twinsun.com>
45649
45650         Merge from coreutils.
45651
45652         * lib/posixver.c: Include posixver.h.
45653
45654         * lib/same.c: Include <stdbool.h>, <limits.h>.
45655         (_POSIX_NAME_MAX): Define if not defined.
45656         (MIN): New macro.
45657         (same_name): If file names are silently truncated, report
45658         that the file names are the same if they are the same after
45659         the silent truncation.
45660
45661         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
45662         conversion function.
45663         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
45664         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
45665         longer needed.
45666
45667 2004-01-15  Jim Meyering  <jim@meyering.net>
45668
45669         Merge from coreutils.
45670
45671         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
45672         if no library is required.
45673         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
45674         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
45675         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
45676         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
45677         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
45678         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
45679         value, $ac_cv_search_crypt, if it's "none required".
45680         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
45681         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
45682         not gl_FUNC_GETLOADAVG.
45683         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
45684         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
45685
45686 2004-01-15  Jim Meyering  <jim@meyering.net>
45687
45688         Merge from coreutils.
45689
45690         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
45691         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
45692         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
45693
45694         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
45695         optional configure-time default.
45696
45697         * lib/version-etc.c (version_etc_copyright): Update copyright date.
45698
45699         * lib/xreadlink.c (xreadlink): Correct outdated comment.
45700
45701 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
45702
45703         Merge from coreutils.
45704
45705         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
45706         value, $ac_cv_search_nanosleep, if it's "none required".
45707
45708 2004-01-14  Paul Eggert  <eggert@twinsun.com>
45709
45710         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
45711         with like-named macro in fnmatch.c.
45712         (EXT): Use an internal constant instead.
45713
45714         Merge fnmatch patches from glibc.
45715         * lib/fnmatch.c (mbsinit): Remove define.
45716         Add libc_hidden_ver (__fnmatch, fnmatch).
45717         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
45718         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
45719
45720 2004-01-14  Karl Berry  <karl@gnu.org>
45721
45722         * config/install-sh: update from automake.
45723
45724 2004-01-13  Karl Berry  <karl@gnu.org>
45725
45726         * config/install-sh: update from automake.
45727
45728 2004-01-09  Karl Berry  <karl@gnu.org>
45729
45730         * config/install-sh: update from automake.
45731
45732 2004-01-05  Karl Berry  <karl@gnu.org>
45733
45734         * config/config.{sub,guess}: update from config.
45735
45736 2003-12-31  Karl Berry  <karl@gnu.org>
45737
45738         * config/depcomp: update from automake.
45739
45740 2003-12-14  Karl Berry  <karl@gnu.org>
45741
45742         * lib/config.charset: update from gettext-runtime.
45743
45744 2003-12-03  Paul Eggert  <eggert@twinsun.com>
45745
45746         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
45747         Bug reported by Alfred M. Szmidt.
45748
45749 2003-12-03  Bruno Haible  <bruno@clisp.org>
45750
45751         * m4/gettext.m4: Upgrade from gettext-0.13.
45752         * m4/po.m4: Upgrade from gettext-0.13.
45753         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
45754         * m4/intmax.m4: New file, from gettext-0.13.
45755         * m4/printf-posix.m4: New file, from gettext-0.13.
45756
45757 2003-11-29  Karl Berry  <karl@gnu.org>
45758
45759         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
45760
45761 2003-11-25  Paul Eggert  <eggert@twinsun.com>
45762             Bruno Haible  <bruno@clisp.org>
45763
45764         * lib/printf-parse.h: Don't include sys/types.h.
45765         (ARG_NONE): New macro.
45766         (char_directive): Change type of *arg_index fields to size_t.
45767         * lib/printf-parse.c: Don't include sys/types.h.
45768         (SSIZE_MAX): Remove macro.
45769         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
45770         Remove unnecessary overflow check.
45771         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
45772         fields.
45773
45774 2003-11-25  Bruno Haible  <bruno@clisp.org>
45775
45776         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
45777
45778 2003-11-25  Bruno Haible  <bruno@clisp.org>
45779
45780         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
45781         gt_TYPE_SSIZE_T.
45782
45783 2003-11-24  Paul Eggert  <eggert@twinsun.com>
45784
45785         * modules/alloca: Remove dependency on xalloc.
45786
45787 2003-11-24  Paul Eggert  <eggert@twinsun.com>
45788
45789         * lib/alloca.c: Remove dependency on xalloc module.
45790         (xalloc_die): Remove.
45791         (memory_full) [!defined emacs]: New macro.
45792         [!defined emacs]: Don't include xalloc.h.
45793         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
45794         address arithmetic overflows.  Change datatypes a bit to avoid
45795         unnecessary casts.
45796
45797 2003-11-22  Jim Meyering  <jim@meyering.net>
45798
45799         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
45800         s/size/size_t/.
45801
45802 2003-11-21  Karl Berry  <karl@gnu.org>
45803
45804         * config/config.{sub,guess}: update from config.
45805
45806 2003-11-18  Karl Berry  <karl@gnu.org>
45807
45808         * config/config.{sub,guess}: update from config.
45809
45810         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
45811
45812 2003-11-17  Paul Eggert  <eggert@twinsun.com>
45813
45814         * README: Mention that S+T cannot overflow if S is the size of
45815         an existing object and T is sufficiently small.
45816
45817 2003-11-17  Jim Meyering  <jim@meyering.net>
45818
45819         On systems without utime and without a utimes function capable of
45820         dealing with a NULL struct utimbuf* argument, this utime replacement
45821         could -- in unusual circumstances -- leak a file descriptor.
45822         * lib/utime.c: Include <unistd.h> and <errno.h>.
45823         (utime_null): Be sure to close `fd' and to preserve errno.
45824         Reported by Geoff Collyer via Arnold Robbins.
45825
45826 2003-11-17  Bruno Haible  <bruno@clisp.org>
45827
45828         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
45829         (Depends-on): Add xsize.
45830
45831 2003-11-17  Bruno Haible  <bruno@clisp.org>
45832
45833         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
45834
45835 2003-11-17  Bruno Haible  <bruno@clisp.org>
45836
45837         * lib/vasnprintf.c (alloca): Remove fallback definition.
45838         (freea): Remove definition.
45839         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
45840         Reported by Paul Eggert.
45841
45842 2003-11-16  Paul Eggert  <eggert@twinsun.com>
45843             Bruno Haible  <bruno@clisp.org>
45844
45845         Protect against address arithmetic overflow.
45846         * lib/printf-args.h: Include stddef.h.
45847         (arguments): Change type of field 'count' to size_t.
45848         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
45849         'unsigned int' where appropriate.
45850         * lib/printf-parse.h: Include sys/types.h.
45851         (char_directive): Change type of *arg_index fields to ssize_t.
45852         (char_directives): Change type of fields 'count', max_*_length to
45853         size_t.
45854         * lib/printf-parse.c: Include sys/types.h and xsize.h.
45855         (SSIZE_MAX): Define fallback value.
45856         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
45857         instead of 'int' where appropriate. Check a_allocated, d_allocated
45858         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
45859         * lib/vasnprintf.c: Include xsize.h.
45860         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
45861         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
45862         overflow. Avoid wraparound when converting a width or precision from
45863         decimal to binary.
45864
45865 2003-11-16  Bruno Haible  <bruno@clisp.org>
45866
45867         Update from GNU gettext.
45868         * lib/printf-parse.c: Generalize to it can be compiled for wide
45869         strings.
45870         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
45871         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
45872         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
45873         SNPRINTF): New macros.
45874         Don't include <alloca.h> if the file is used inside libintl.
45875         (local_wcslen): New function, for Solaris 2.5.1.
45876         (VASNPRINTF): Use it instead of wcslen.
45877
45878 2003-11-16  Bruno Haible  <bruno@clisp.org>
45879
45880         * lib/xsize.h (xmax): New function.
45881         (xsum, xsum3, xsum4): Declare as "pure" functions.
45882
45883 2003-11-12  Paul Eggert  <eggert@twinsun.com>
45884
45885         * modules/xalloc (Files): Undo latest change, since xalloc.h
45886         no longer needs SIZE_MAX or PTRDIFF_MAX.
45887
45888 2003-11-12  Paul Eggert  <eggert@twinsun.com>
45889
45890         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
45891         gl_PTRDIFF_MAX.
45892
45893 2003-11-12  Paul Eggert  <eggert@twinsun.com>
45894
45895         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
45896         "return", to pacify some unknown compiler.  Problem reported
45897         by Joerg Schilling.
45898
45899 2003-11-12  Paul Eggert  <eggert@twinsun.com>
45900
45901         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
45902         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
45903         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
45904         heuristic is just as accurate as far as we know, and it removes a
45905         dependency on size_max.m4 and ptrdiff_max.m4.
45906
45907 2003-11-11  Bruno Haible  <bruno@clisp.org>
45908
45909         * modules/xsize (Files): Add m4/size_max.m4.
45910         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
45911
45912 2003-11-11  Bruno Haible  <bruno@clisp.org>
45913
45914         * m4/size_max.m4: New file.
45915         * m4/ptrdiff_max.m4: New file.
45916         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
45917         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
45918         (gl_XALLOC): Invoke it.
45919
45920 2003-11-11  Bruno Haible  <bruno@clisp.org>
45921
45922         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
45923         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
45924         defined.
45925
45926 2003-11-10  Paul Eggert  <eggert@twinsun.com>
45927
45928         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
45929         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
45930         rejected some allocations of exactly SIZE_MAX - 2 bytes.
45931         From Bruno Haible.
45932         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
45933         not (size_t) -1, since it's defined here.
45934
45935 2003-11-09  Karl Berry  <karl@gnu.org>
45936
45937         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
45938
45939 2003-11-06  Paul Eggert  <eggert@twinsun.com>
45940
45941         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
45942         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
45943         Reject sizes of exactly SIZE_MAX bytes.
45944         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
45945         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
45946
45947 2003-11-05  Bruno Haible  <bruno@clisp.org>
45948
45949         * lib/xsize.h: Include limits.h, to avoid a possible collision with
45950         SIZE_MAX defined in <limits.h> on Solaris.
45951
45952 2003-11-04  Jim Meyering  <jim@meyering.net>
45953
45954         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
45955         variable names, rather than @VAR@.
45956         * modules/poll: Likewise.
45957
45958 2003-11-04  Bruno Haible  <bruno@clisp.org>
45959
45960         * modules/xsize: New file.
45961         * modules/linebreak: Depend on xsize.
45962         * MODULES.html.sh (func_all_modules): Add xsize.
45963
45964 2003-11-04  Bruno Haible  <bruno@clisp.org>
45965
45966         * m4/xsize.m4: New file.
45967
45968 2003-11-04  Bruno Haible  <bruno@clisp.org>
45969
45970         * lib/xsize.h: New file.
45971         * lib/linebreak.c: Include xsize.h.
45972         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
45973         argument for overflow.
45974         Suggested by Paul Eggert.
45975
45976 2003-11-03  Karl Berry  <karl@gnu.org>
45977
45978         * config/config.{guess,sub}: update from config.
45979
45980 2003-11-03  Jim Meyering  <jim@meyering.net>
45981
45982         * modules/userspec (lib_SOURCES): Add userspec.h.
45983         (Include): Add "userspec.h".
45984         Improve description.
45985
45986 2003-11-03  Jim Meyering  <jim@meyering.net>
45987
45988         * lib/userspec.c: Include "userspec.h".
45989         * lib/userspec.h: New file.
45990
45991 2003-11-03  Bruno Haible  <bruno@clisp.org>
45992
45993         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
45994
45995 2003-11-03  Bruno Haible  <bruno@clisp.org>
45996
45997         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
45998         available, to avoid (extremely rare) race condition.
45999         Suggested by Paul Eggert.
46000
46001 2003-11-02  Karl Berry  <karl@gnu.org>
46002
46003         * config/srclist.txt (vasprintf.c): sync broken, sigh.
46004
46005 2003-10-31  Paul Eggert  <eggert@twinsun.com>
46006
46007         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
46008         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
46009         (read_filesystem_list): Set and use me_type_malloced.
46010         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
46011         whatever the type happens to be), for brevity and consistency.
46012         Check for size calculation overflow on Alphas running OSF/1.
46013
46014 2003-10-31  Jim Meyering  <jim@meyering.net>
46015
46016         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
46017
46018         * lib/linebuffer.c: Include <string.h> for declaration of memset.
46019
46020 2003-10-30  Paul Eggert  <eggert@twinsun.com>
46021             Bruno Haible  <bruno@clisp.org>
46022
46023         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
46024         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
46025
46026 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
46027
46028         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
46029         netbsd*-gnu*.  Suggested by Robert Millan.
46030
46031 2003-10-29  Paul Eggert  <eggert@twinsun.com>
46032
46033         * modules/group-member: Depend on stdbool.
46034
46035 2003-10-29  Paul Eggert  <eggert@twinsun.com>
46036
46037         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
46038
46039 2003-10-29  Paul Eggert  <eggert@twinsun.com>
46040
46041         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
46042         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
46043         after the 'gnu' in these cases.  This fixes some bugs in the
46044         previous change, and is based on suggestions by Robert Millan.
46045
46046 2003-10-29  Paul Eggert  <eggert@twinsun.com>
46047
46048         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
46049         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
46050         no longer needed.
46051         * lib/quotearg.c (quotearg_n_options): Use it.
46052         * lib/group-member.c: Include <stdbool.h>.
46053         (free_group_info): Arg is now const *; don't free arg.
46054         (get_group_info): Now returns bool and accepts struct group_info *,
46055         rather than returning a malloc'ed struct group_info *.
46056         All uses changed.  Check for overflow in internal size calculation.
46057
46058         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
46059         rather than xmalloc/xrealloc.
46060         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
46061         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
46062         conformance bug: the old code used a pointer after freeing the
46063         storage that it addressed.
46064         * lib/hash.c (hash_initialize): Simplify the code by using
46065         xalloc_oversized rather than doing it by hand.
46066         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
46067         the buffer preserved.  Use free and xmalloc instead.
46068         * lib/quotearg.c (quotearg_n_options): Likewise.
46069         Use a simpler test for size overflow.  Don't use xalloc_oversized
46070         because unsigned int might be wider than size_t (!); this suggests
46071         that we should switch from unsigned int to size_t for slot numbers.
46072
46073 2003-10-28  Paul Eggert  <eggert@twinsun.com>
46074
46075         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
46076         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
46077         NetBSD kernels.  Requested by Richard Stallman.
46078
46079 2003-10-27  Paul Eggert  <eggert@twinsun.com>
46080
46081         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
46082         to allocate the returned structure.  Do not allocate a subarray,
46083         as x2nrealloc will do that.
46084         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
46085         instead of xnrealloc.
46086         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
46087
46088 2003-10-27  Bruno Haible  <bruno@clisp.org>
46089
46090         * lib/stdbool_.h: Better support for BeOS.
46091
46092 2003-10-26  Paul Eggert  <eggert@twinsun.com>
46093
46094         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
46095         now uses inline.
46096
46097 2003-10-26  Paul Eggert  <eggert@twinsun.com>
46098
46099         * lib/xalloc.h (xalloc_oversized): New static inline function, for
46100         callers that want to do their own size-overflow checking.  Include
46101         <stdbool.h>, since xalloc_oversized returns bool.
46102         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
46103         to use xalloc_oversized.
46104
46105         Add two functions x2realloc, x2nrealloc, for programs that grow
46106         arrays dynamically by doubling their sizes.
46107         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
46108         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
46109         New functions.
46110
46111         Port to C99 semantics for 'inline' of external functions.
46112         Bug reported by Bruno Haible.
46113         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
46114         with the old contents of xnmalloc.
46115         (xnmalloc, xmalloc): Use it.
46116         (xnrealloc_inline): New static inline function,
46117         with the old contents of xnrealloc.
46118         (xnrealloc, xrealloc): Use it.
46119
46120         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
46121         that.
46122
46123 2003-10-26  Karl Berry  <karl@gnu.org>
46124
46125         * config/srclist.txt (COPYING.DOC): no longer available from
46126         /gd/gnuorg; don't know where the ultimate source is.
46127
46128 2003-10-25  Paul Eggert  <eggert@twinsun.com>
46129
46130         Fix several address-calculation bugs in the hash modules,
46131         plus some minor code cleanup.
46132
46133         * lib/hash.h: Include <stdbool.h>, for bool.
46134         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
46135         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
46136         hash_get_n_entries, hash_get_max_bucket_length,
46137         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
46138         hash_rehash): Use size_t rather than unsigned.
46139         * lib/hash.c (struct hash_table, hash_get_n_buckets,
46140         hash_get_n_buckets_used, hash_get_n_entries,
46141         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
46142         hash_get_entries, hash_do_for_each, hash_string, is_prime,
46143         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
46144         Likewise.
46145         (SIZE_MAX): Define if not defined.
46146         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
46147         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
46148         hash_print):
46149         Use const * when possible.
46150         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
46151         (check_tuning): Fix bug: if tuning parameters were very close to
46152         0 or 1, rounding errors could have caused subscript violations.
46153         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
46154         (hash_initialize): Add 'fail:' label
46155         to free table and return NULL, and use it to simplify code.
46156         Use calloc rather than clearing the storage ourself.
46157         (hash_initialize, hash_rehash): Check for arithmetic overflow in
46158         buffer size calculations.
46159         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
46160         Include <stddef.h>, for size_t.
46161         * lib/hash-pjw.c (hash_pjw): Likewise.
46162         Switch to method described by Bruno Haible.
46163         Include <limits.h>, for CHAR_BIT.
46164         (SIZE_BITS): New macro.
46165
46166 2003-10-23  Paul Eggert  <eggert@twinsun.com>
46167
46168         * m4/getline.m4 (AM_FUNC_GETLINE):
46169         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
46170         hosts.  Problem reported by Derek Robert Price in
46171         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
46172         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
46173         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
46174
46175 2003-10-21  Paul Eggert  <eggert@twinsun.com>
46176
46177         * lib/getndelim2.c (getndelim2): When size calculation overflows,
46178         ceiling the allocation at NMAX bytes rather than silently
46179         discarding input bytes before NMAX is reached.  This makes
46180         a difference only if NMAX exceeds SIZE_MAX / 2.
46181
46182         * lib/obstack.c: Merge from glibc.
46183         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
46184         Add libc_hidden_def (_obstack_newchunk).
46185         (_obstack_free) [! defined _LIBC]: Remove.
46186         [defined _LIBC]: Make a strong alias from obstack_free, rather than
46187         a clone of the function body.
46188         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
46189         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
46190
46191         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
46192         glibc.
46193         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
46194         arg to memcpy.
46195
46196         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
46197         (obstack_ptr_grow_fast, obstack_int_grow_fast):
46198         Don't use lvalue casts, as GCC plans to remove support for them
46199         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
46200         was also present in the non-GCC version, indicating that this
46201         code had always been buggy and had never been widely used.
46202         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
46203         Use the fast variant of each macro, rather than copying the
46204         definiens of the fast variant; that way, we'll be more likely to
46205         catch future bugs in the fast variants.
46206
46207 2003-10-20  Bruno Haible  <bruno@clisp.org>
46208
46209         * modules/wait-process: New file.
46210         * MODULES.html.sh (func_all_modules): Add wait-process.
46211
46212 2003-10-20  Bruno Haible  <bruno@clisp.org>
46213
46214         * m4/wait-process.m4: New file.
46215
46216 2003-10-20  Bruno Haible  <bruno@clisp.org>
46217
46218         * lib/wait-process.h: New file, from GNU gettext.
46219         * lib/wait-process.c: New file, from GNU gettext.
46220
46221 2003-10-19  Jim Meyering  <jim@meyering.net>
46222
46223         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
46224         HPUX 10.20.
46225
46226 2003-10-18  Karl Berry  <karl@gnu.org>
46227
46228         * config/config.guess: update from config.
46229
46230 2003-10-16  Paul Eggert  <eggert@twinsun.com>
46231
46232         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
46233         (getgroups): First arg is int, not size_t.
46234         Don't let 'free' mangle errno.
46235
46236 2003-10-16  Paul Eggert  <eggert@twinsun.com>
46237
46238         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
46239
46240 2003-10-16  Karl Berry  <karl@gnu.org>
46241
46242         * config/config.{guess,sub}: update from config.
46243
46244 2003-10-16  Jim Meyering  <jim@meyering.net>
46245
46246         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
46247         memcpy.
46248
46249 2003-10-15  Paul Eggert  <eggert@twinsun.com>
46250
46251         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
46252         (SIZE_MAX): Remove.
46253         (new_exclude, add_exclude_file): Initial size no longer needs to
46254         be a power of 2.
46255         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
46256         our own address arithmetic overflow checking.
46257
46258         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
46259         (fnmatch): Do not alloca more than 2000 wide characters;
46260         instead, use malloc for large buffers.
46261         Check for address arithmetic overflow, and return -1
46262         with errno set to ENOMEM in that case.
46263         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
46264         (NEW_PATTERN): Do not alloca more than 8000 bytes;
46265         instead, return -1.  Check for address arithmetic overflow.
46266
46267 2003-10-14  Paul Eggert  <eggert@twinsun.com>
46268
46269         Handle invalid suffixes and overflow independently, so that
46270         callers can treat them independently as needed.  Fix some bugs in
46271         suffix handling, e.g., "100k@" was not diagnosed as an invalid
46272         suffix for a human-readable blocksize.  The major caller-visible
46273         change is the addition of a new
46274         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
46275         that both overflow and suffix chars were found.
46276
46277         * lib/human.c (humblock): Don't check separately for invalid suffix
46278         char; that is xstrtoumax's job (now that its bug is fixed).
46279         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
46280         INTMAX_MAX]: New macros.
46281         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
46282         TYPE_MAXIMUM): New macros.
46283         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
46284         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
46285         if overflow occurs, as it's what __strtol does and it's more useful
46286         in practice.
46287         (__xstrtol): If __strtol reports some error other than ERANGE,
46288         reflect it to the caller as LONGINT_INVALID.  If it reports
46289         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
46290         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
46291         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
46292         value.
46293         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
46294         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
46295         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
46296         [defined UINTMAX_MAX]: New macros.
46297
46298 2003-10-14  Bruno Haible  <bruno@clisp.org>
46299
46300         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
46301
46302 2003-10-14  Bruno Haible  <bruno@clisp.org>
46303
46304         * m4/sig_atomic_t: New file, from GNU gettext.
46305         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
46306
46307 2003-10-14  Bruno Haible  <bruno@clisp.org>
46308
46309         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
46310         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
46311         Also use volatile where needed.
46312
46313 2003-10-12  Paul Eggert  <eggert@twinsun.com>
46314
46315         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
46316         Change maintainer from Bruno Haible to 'all'.
46317
46318 2003-10-12  Paul Eggert  <eggert@twinsun.com>
46319
46320         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
46321
46322 2003-10-12  Paul Eggert  <eggert@twinsun.com>
46323
46324         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
46325         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
46326         and define in terms of the other primitives.
46327         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
46328         (SIZE_MAX): Define if not already defined.
46329         (array_size_overflow): New function.
46330         (xalloc_die): Abort instead of exiting if 'error' returns.
46331         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
46332         (xmalloc, xrealloc): Use them.
46333         (xcalloc): Check for address arithmetic overflow.
46334         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
46335         a bit faster than strcpy.
46336
46337 2003-10-10  Simon Josefsson  <jas@extundo.com>
46338
46339         * modules/argp (Depends-on): Add restrict and strcase.
46340
46341 2003-10-10  Simon Josefsson  <jas@extundo.com>
46342
46343         * m4/argp.m4: Add AC_C_INLINE.
46344
46345 2003-10-08  Paul Eggert  <eggert@twinsun.com>
46346
46347         Merge getpass from libc, plus a few fixes.
46348
46349         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
46350         Include <stdbool.h>.
46351         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
46352         __fsetlocking to empty.
46353         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
46354         do include <bits/libc-lock.h>.
46355         Do not include <fcntl.h>; not needed.
46356         [_LIBC]: Include <wchar.h>.
46357         (NOTCANCEL_MODE): New macro.
46358         (flockfile, funlockfile) [_LIBC]: New macros.
46359         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
46360         [!_LIBC]: New macros.
46361         (call_fclose): New function.
46362         (getpass): Use it.  Save tty stream separately; this simplifies the
46363         code and makes it more reliable if stdin happens to equal stdout.
46364         Invoke __fsetlocking on tty.
46365         Handle thread cancellation if needed.
46366         Namespace cleanup (use __tcgetattr, __getline).
46367         Use bool for Booleans.
46368         [USE_IN_LIBIO]: Handle wide streams.
46369         [!_LIBC]: Unconditionally do the fseek, since we don't know what
46370         stream might go where.
46371
46372         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
46373         doesn't have to include <stdio.h> before us.
46374         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
46375         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
46376         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
46377         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
46378         if not declared, so that we can use getpass.c code from libc without
46379         rewriting it.
46380         (flockfile, ftrylockfile, funlockfile): New macros.
46381
46382 2003-10-08  Paul Eggert  <eggert@twinsun.com>
46383
46384         * modules/getpass: Depend on stdbool.
46385
46386 2003-10-08  Paul Eggert  <eggert@twinsun.com>
46387
46388         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
46389
46390 2003-10-07  Karl Berry  <karl@gnu.org>
46391
46392         * config/config.{guess,sub}: update from config.
46393
46394 2003-10-06  Jim Meyering  <jim@meyering.net>
46395             Bruno Haible  <bruno@clisp.org>
46396
46397         This lets translators provide better translations for the
46398         "Written by ..." part of --version output.
46399         * lib/version-etc.h: Include stdarg.h.
46400         (version_etc_copyright): Declare as readonly.
46401         (version_etc): Make this function variadic with a NULL-terminated list
46402         of author name strings.
46403         (version_etc_va): New declaration.
46404         * lib/version-etc.c: Include stdarg.h, stdlib.h.
46405         (version_etc_copyright): Declare as readonly.
46406         (version_etc_va): New function. Provide a different translatable string
46407         for each possible number of authors < 10. Abbreviate when there are 10
46408         authors or more.
46409         (version_etc): Make this function variadic. Call version_etc_va.
46410         Suggestion from Gary V. Vaughan.
46411
46412         * lib/long-options.h (parse_long_options): Change prototype: the
46413         authors string is moved to the end and becomes variadic.
46414         * lib/long-options.c: Include stdarg.h.
46415         (parse_long_options): Make this function variadic, too.
46416         Call version_etc_va, not version_etc.
46417
46418 2003-10-06  Bruno Haible  <bruno@clisp.org>
46419
46420         * modules/version-etc-2: Remove file.
46421         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
46422
46423 2003-10-06  Bruno Haible  <bruno@clisp.org>
46424
46425         * modules/fatal-signal: New file.
46426         * MODULES.html.sh (func_all_modules): Add fatal-signal.
46427
46428 2003-10-06  Bruno Haible  <bruno@clisp.org>
46429
46430         * m4/fatal-signal.m4: New file.
46431         * m4/signalblocking.m4: New file, from GNU gettext.
46432
46433 2003-10-06  Bruno Haible  <bruno@clisp.org>
46434
46435         * lib/version-etc-2.h: Remove file.
46436         * lib/version-etc-2.c: Remove file.
46437
46438 2003-10-06  Bruno Haible  <bruno@clisp.org>
46439
46440         * lib/fatal-signal.h: New file, from GNU gettext.
46441         * lib/fatal-signal.c: New file, from GNU gettext.
46442
46443 2003-10-05  Paul Eggert  <eggert@twinsun.com>
46444
46445         * README: Rework advice for preventing empty .o files.
46446         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
46447         not <sys/types.h>.
46448
46449 2003-10-04  Karl Berry  <karl@gnu.org>
46450
46451         * lib/argp*: update from libc.
46452
46453 2003-10-04  Karl Berry  <karl@gnu.org>
46454
46455         * config/config.{guess,sub}: update from config.
46456
46457 2003-10-02  Bruno Haible  <bruno@clisp.org>
46458
46459         * modules/lchown (Include): Add lchown.h.
46460         * modules/time_r (Include): Use "..." syntax.
46461         * modules/xgetdomainname (Include): Add xgetdomainname.h.
46462
46463 2003-10-01  Simon Josefsson  <jas@extundo.com>
46464
46465         * MODULES.html.sh (func_all_modules): Move gethostname from section
46466         'based on' to section 'lacking' POSIX:2001.
46467
46468 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
46469
46470         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
46471         to output mode on the same stream.
46472
46473 2003-09-29  Paul Eggert  <eggert@twinsun.com>
46474
46475         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
46476         Fix arg typo in previous patch.
46477
46478 2003-09-28  Jim Meyering  <jim@meyering.net>
46479
46480         * lib/error.c: Correct cpp indentation.
46481
46482 2003-09-27  Paul Eggert  <eggert@twinsun.com>
46483
46484         * modules/free: New file.
46485
46486 2003-09-27  Paul Eggert  <eggert@twinsun.com>
46487
46488         * m4/free.m4: New file.
46489
46490 2003-09-27  Paul Eggert  <eggert@twinsun.com>
46491
46492         * lib/minmax.h (MIN, MAX)
46493         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
46494         Omit the special code that used __typeof__, since we worry that
46495         it could be more trouble than it's worth.  See:
46496         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
46497         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
46498
46499         * lib/free.c: New file.
46500
46501 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
46502
46503         Trivial fixes to Makefile.am parts of module listings.
46504         * modules/strstr: Append strstr.h to lib_SOURCES.
46505         * modules/strcase: Likewise, for strcase.h.
46506
46507 2003-09-27  Karl Berry  <karl@gnu.org>
46508
46509         * config/mkinstalldirs: update from automake.
46510
46511 2003-09-26  Paul Eggert  <eggert@twinsun.com>
46512
46513         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
46514         (error_tail): Do not loop, reallocating temporary buffer, since
46515         the output cannot contain more wide characters than the input
46516         contains bytes, the size must be big enough already.  This avoids
46517         one potential size overflow calculation.  Check for size overflow
46518         when calculating temporary buffer size.  Free temporary buffer
46519         when done, if it was allocated with malloc; this plugs a memory
46520         leak.  Remove casts from void * to pointers, that are no longer
46521         needed now that we're assuming C89 or better.
46522
46523         Merge error changes from glibc.
46524
46525         * lib/error.c, error.h: Update copyright notice header to match glibc.
46526         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
46527         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
46528         Disable cancellation while printing error.
46529         * lib/error.h: Prepend __ to parameter names.
46530
46531 2003-09-26  Jim Meyering  <jim@meyering.net>
46532
46533         * lib/error.c (error_tail): Move some declarations
46534         into inner scope where the local variables are used.
46535
46536 2003-09-26  Bruno Haible  <bruno@clisp.org>
46537
46538         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
46539         stpncpy().
46540         Don't define stpncpy through config.h; it's now done through stpncpy.h.
46541
46542 2003-09-26  Bruno Haible  <bruno@clisp.org>
46543
46544         * lib/stpncpy.h (gnu_stpncpy): New declaration.
46545         (stpncpy): Define as alias for gnu_stpncpy.
46546         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
46547
46548 2003-09-25  Simon Josefsson  <jas@extundo.com>
46549
46550         * lib/xgetdomainname.h: New file.
46551         * lib/xgetdomainname.c: New file.
46552
46553 2003-09-25  Simon Josefsson  <jas@extundo.com>
46554             Bruno Haible  <bruno@clisp.org>
46555
46556         * modules/getdomainname: New file.
46557         * modules/xgetdomainname: New file.
46558         * MODULES.html.sh (func_all_modules): Add getdomainname,
46559         xgetdomainname.
46560
46561 2003-09-25  Simon Josefsson  <jas@extundo.com>
46562             Bruno Haible  <bruno@clisp.org>
46563
46564         * m4/getdomainname.m4: New file.
46565
46566 2003-09-25  Simon Josefsson  <jas@extundo.com>
46567             Bruno Haible  <bruno@clisp.org>
46568
46569         * lib/getdomainname.h: New file.
46570         * lib/getdomainname.c: New file.
46571
46572 2003-09-25  Karl Berry  <karl@gnu.org>
46573
46574         * lib/argp-fmtstream.c, argp-help.c: update from libc.
46575
46576 2003-09-25  Karl Berry  <karl@gnu.org>
46577
46578         * config/install-sh: update from automake.
46579
46580 2003-09-25  Bruno Haible  <bruno@clisp.org>
46581
46582         * modules/version-etc-2: New file, from modules/version-etc with
46583         modifications.
46584         * MODULES.html.sh (func_all_modules): Add version-etc-2.
46585
46586 2003-09-25  Bruno Haible  <bruno@clisp.org>
46587
46588         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
46589         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
46590
46591 2003-09-24  Simon Josefsson  <jas@extundo.com>
46592
46593         * modules/xgethostname: Add xgethostname.h.
46594
46595 2003-09-24  Paul Eggert  <eggert@twinsun.com>
46596
46597         * lib/linebuffer.c (freebuffer): Don't free the argument, just
46598         the buffer associated with the argument.  Bug reported by
46599         Simon Josefsson.
46600
46601 2003-09-24  Paul Eggert  <eggert@twinsun.com>
46602
46603         * README: Document assumptions that 'int' is at least 32 bits
46604         wide, that integer arithmetic is 2's complement without overflow,
46605         that there are no holes in integer values, that adding sizes of
46606         two nonoverlapping objects can't overflow, and that all-bits-zero
46607         yields scalar zero.  Fix spelling and capitalization typos.
46608
46609 2003-09-19  Karl Berry  <karl@gnu.org>
46610
46611         * lib/argp.h: update from libc.
46612
46613 2003-09-17  Paul Eggert  <eggert@twinsun.com>
46614
46615         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
46616         to avoid spurious warnings like "AC_RUN_IFELSE was called before
46617         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
46618
46619 2003-09-17  Paul Eggert  <eggert@twinsun.com>
46620
46621         * gnulib-tool: Use "test -h", not "test -L", for portability
46622         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
46623         (tags_regexp): Remove, since \| doesn't conform to POSIX.
46624         (sed_extract_prog): Issue s commands one-by-one, rather than
46625         using \| in one s command.
46626
46627 2003-09-16  Paul Eggert  <eggert@twinsun.com>
46628
46629         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
46630         input error, instead of returning NULL the next time we are called
46631         (and therefore losing track of errno).
46632
46633 2003-09-16  Bruno Haible  <bruno@clisp.org>
46634
46635         * gnulib-tool (func_create_testdir): Warn about duplicated
46636         dependencies.
46637
46638 2003-09-15  Paul Eggert  <eggert@twinsun.com>
46639
46640         * modules/argmatch, modules/fatal, modules/obstack,
46641         modules/xalloc, modules/xgethostname: Sort dependencies by
46642         importance, not alphabetically.
46643
46644 2003-09-15  Paul Eggert  <eggert@twinsun.com>
46645
46646         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
46647         fails, so that the caller gets the proper errno.
46648
46649         * lib/readutmp.c (read_utmp): Likewise.
46650         Check for fstat error.  Close stream and free storage
46651         when failing.
46652
46653 2003-09-14  Karl Berry  <karl@gnu.org>
46654
46655         * config/srclist.txt (strdup.c): disable for c89 changes.
46656
46657 2003-09-14  Jim Meyering  <jim@meyering.net>
46658
46659         * lib/getloadavg.c: Correct cpp indentation.
46660         * lib/strdup.c: Likewise.
46661         * lib/vasnprintf.c: Likewise.
46662
46663 2003-09-14  Bruno Haible  <bruno@clisp.org>
46664
46665         * modules/fwriteerror: New file.
46666         * MODULES.html.sh (func_all_modules): Add fwriteerror.
46667
46668 2003-09-14  Bruno Haible  <bruno@clisp.org>
46669
46670         * lib/fwriteerror.h: New file.
46671         * lib/fwriteerror.c: New file.
46672
46673 2003-09-12  Paul Eggert  <eggert@twinsun.com>
46674
46675         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
46676         modules/xgethostname, modules/xalloc: Depend on exit.
46677
46678 2003-09-12  Paul Eggert  <eggert@twinsun.com>
46679
46680         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
46681
46682         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
46683         and AC_MINIX, too, so that their extensions are available.
46684
46685         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
46686         This macro has been superseded by gl_BACKUPFILE.
46687
46688         More patches to assume C89 or better.
46689
46690         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
46691
46692         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
46693         unconditionally.
46694         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
46695         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
46696         Include <string.h>, <stdlib.h> unconditionally.
46697         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
46698         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
46699         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
46700         headers or for string.h.
46701         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
46702         or strtoul.
46703
46704         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
46705         headers.
46706         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
46707         * m4/userspec.m4 (gl_USERSPEC): Likewise.
46708         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
46709         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
46710         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46711         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
46712         memcpy, memset.
46713         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
46714         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
46715         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
46716         strtol.
46717         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
46718         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
46719         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
46720         strtoul.
46721
46722 2003-09-12  Paul Eggert  <eggert@twinsun.com>
46723
46724         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
46725         * lib/obstack.c [!defined _LIBC]: Likewise.
46726         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
46727         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
46728         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
46729
46730         More changes to assume C89 or better.
46731
46732         * lib/error.c (error_tail): Assume vprintf.
46733
46734         * lib/argmatch.c (getenv): Remove decl.
46735         * lib/progreloc.c (get_full_program_name): Define via prototype.
46736         * lib/setenv.c (clearenv): Likewise.
46737         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
46738         needed.
46739         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
46740         (malloc, memcpy): Remove decls.
46741         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
46742         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
46743         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
46744         (memcpy): Remove macro.
46745         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
46746         (__P): Remove.  All uses removed.
46747         (PTR): Remove.  All uses changed to void *.
46748         (CHAR_BIT, NULL): Remove.
46749         (spaces, zeros, memset_space, memset_zero)
46750         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
46751         Remove.
46752         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
46753         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
46754         Define with prototype.
46755         Remove now-unnecessary prototype decl.
46756         (extra_args_spec): Assume ANSI C.  All uses changed.
46757         (extra_args_spec_iso): Remove.
46758         (my_strftime, emacs_strftimeu): Define via prototype.
46759         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
46760         unconditionally.
46761         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
46762         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
46763         (strtoul, strtol): Remove decls.
46764         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
46765         LONG_MAX): Remove.
46766         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
46767         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
46768         (LOCALE_PARAM_PROTO): New macro.
46769         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
46770         (INTERNAL (strtol), strtol): Define with a prototype.
46771         (PARAMS): Remove.  All uses removed.
46772         * lib/tempname.c: Include <string.h> unconditionally.
46773         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
46774         * lib/xgethostname.c (main): Define with a prototype.
46775         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
46776         Include <stdlib.h> unconditionally.
46777         (calloc, malloc, realloc, free): Remove decls.
46778         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
46779         Include <stdlib.h> unconditionally.  Sort include file names.
46780         (strtod): Remove.
46781         (xstrtod): Define with a prototype.
46782         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
46783         (strtol, strtoul): Remove decls.
46784
46785 2003-09-11  Paul Eggert  <eggert@twinsun.com>
46786
46787         More patches to assume C89 or better.
46788         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
46789         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
46790         string.h, memchr, STDC_HEADERS.
46791
46792 2003-09-11  Paul Eggert  <eggert@twinsun.com>
46793
46794         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
46795         Include <stdlib.h>, <string.h> unconditionally.
46796         Remove now-unnecessary cast to char *.
46797         * lib/strnlen.c: Include <string.h> unconditionally.
46798         * lib/yesno.c (yesno): Define with a prototype.
46799
46800 2003-09-11  Bruno Haible  <bruno@clisp.org>
46801
46802         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
46803
46804 2003-09-10  Jim Meyering  <jim@meyering.net>
46805
46806         * lib/error.c: Correct indentation of cpp directives.
46807
46808 2003-09-10  Bruno Haible  <bruno@clisp.org>
46809
46810         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
46811         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
46812         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
46813         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
46814         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
46815         <stdlib.h> and <string.h> checks.
46816         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
46817         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
46818
46819 2003-09-10  Bruno Haible  <bruno@clisp.org>
46820
46821         * lib/strcspn.c: Include <string.h> unconditionally.
46822         * lib/strpbrk.c: Include <string.h> unconditionally.
46823         * lib/strstr.c: Include <string.h> unconditionally.
46824         * lib/unicodeio.c: Include <string.h> unconditionally.
46825         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
46826         * lib/unsetenv.c: Likewise.
46827         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
46828         * lib/yesno.c: Include <stdlib.h> unconditionally.
46829         (rpmatch): Add prototype.
46830
46831 2003-09-09  Paul Eggert  <eggert@twinsun.com>
46832
46833         More patches to assume C89 or better.
46834         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
46835         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
46836         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
46837         or for string.h.
46838         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
46839         stdlib.h.
46840         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
46841         C headers.
46842         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
46843         string.h.
46844         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
46845         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
46846         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
46847         or for string.h.
46848         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
46849         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
46850         C headers.
46851         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
46852         memcpy.
46853         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
46854         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
46855         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
46856         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
46857         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
46858         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
46859         string.h, free.
46860         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
46861         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
46862         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
46863         C headers, or for string.h.
46864         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
46865         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
46866         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
46867         headers, memory.h, stdlib.h, string.h, strings.h.
46868         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
46869         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
46870         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
46871         strchr.
46872         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
46873         headers, memory.h, string.h.
46874         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
46875         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
46876         free.
46877         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
46878         headers.
46879         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
46880         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
46881         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
46882         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
46883         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
46884
46885 2003-09-09  Paul Eggert  <eggert@twinsun.com>
46886
46887         More K&R removal.
46888
46889         * lib/acosl.c (main): Use a prototype.
46890         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
46891         tanl.c: Likewise.
46892
46893         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
46894
46895         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
46896         (getopt, etopt_long, getopt_long_only, _getopt_internal)
46897         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
46898         with a prototype.
46899         * lib/getopt.c (const): Remove macro.
46900         Include <string.h> unconditionally.
46901         (my_index): Remove; all uses changed to strchr.
46902         (strlen): Remove decl.
46903         (exchange): Remove forward decl; no longer needed.
46904         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
46905         Define with prototype.
46906         * lib/getopt1.c (const): Remove macro.
46907         (getopt_long, getopt_long_only, main): Define with prototype.
46908
46909         * lib/getugroups.c: Include <string.h> unconditionally.
46910
46911         * lib/getusershell.c: Include <stdlib.h> unconditionally.
46912         (getusershell, setusershell, endusershell, readname, main):
46913         Define with prototypes.
46914
46915         * lib/group-member.c: Include group-member.h first.
46916         Include <stdlib.h> unconditionally.
46917
46918         * lib/hard-locale.c: Include hard-locale.h first.
46919         Include <stdlib.h>, <string.h> unconditionally.
46920
46921         * lib/hash.c (free, malloc): Remove decls.
46922         Include <stdlib.h> unconditionally.
46923
46924         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
46925         (getenv): Do not declare.
46926
46927         * lib/idcache.c: Include <string.h> unconditionally.
46928
46929         * lib/long-options.c: Include long-options.h first, to test interface.
46930         Include <stdlib.h> unconditionally.
46931
46932         * lib/makepath.c: Include makepath.h first, to test interface.
46933         Include <stdlib.h> and <string.h> unconditionally.
46934
46935         * lib/linebuffer.c: Include <stdlib.h>.
46936         (free): Remove decl.
46937
46938         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
46939         stddef.h. rpl_malloc returns void *, not char *.
46940         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
46941         prototype.
46942
46943         * lib/md5.h: Include <limits.h> unconditionally.
46944         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
46945         (__P): Remove; all uses removed.
46946         * lib/md5.c: Include "md5.h" first.
46947         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
46948         md5_buffer, md5_process_bytes, md5_process_block):
46949         Define with prototypes.
46950         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
46951         * lib/sha.c: Include "sha.h" first.
46952         Include <stdlib.h>, <string.h> unconditionally.
46953
46954         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
46955         * lib/memcmp.c (__ptr_t): Likewise.
46956         * lib/memrchr.c (__ptr_t): Likewise.
46957         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
46958         Include <string.h> unconditionally.
46959         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
46960         * lib/memchr.c: Include <stdlib.h> unconditionally.
46961         * lib/memchr.c (LONG_MAX): Remove.
46962         * lib/memrchr.c (LONG_MAX): Likewise.
46963         * lib/memchr.c (__memchr): Define via a prototype.
46964         * lib/memrchr.c (__memrchr): Likewise.
46965         * lib/memcmp.c (__P): Remove, and remove all uses.
46966         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
46967         Remove forward decls; no longer needed.
46968         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
46969         Use types required by C89 in prototype.
46970
46971         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
46972         * lib/savedir.c: Likewise.
46973         * lib/mkdir.c (free): Remove decl.
46974         * lib/rmdir.c (rmdir): Define with a prototype.
46975         * lib/savedir.c: Include savedir.h first, to test interface.
46976
46977         * lib/mktime.c (STDC_HEADERS): Remove.
46978         Include <stdlib.h>, <string.h> unconditionally.
46979
46980         * lib/modechange.c: Include <stdlib.h> unconditionally.
46981         (malloc): Remove decl.
46982
46983         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
46984         (free): Remove decl.
46985
46986         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
46987         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
46988         (This type really should be intptr_t, but that's a C99ism.)
46989         (_obstack_memcpy): Remove: all uses changed to memcpy.
46990         Include <string.h> unconditionally.
46991         (struct obstack): Assume __STDC__ for types of members
46992         chunkfun, freefun, extra_arg.
46993         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
46994         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
46995         obstack_begin, obstack_specify_allocation,
46996         obstack_specify_allocation_with_arg, obstack_chunkfun,
46997         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
46998         Remove unprototyped decls and the macros that use them.
46999         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
47000         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
47001         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
47002         (defined __STDC__ && __STDC__)]:
47003         Remove nonprototyped code.
47004         Include <stdlib.h> unconditionally.
47005         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
47006         _obstack_allocated_p, _obstack_free, obstack_free,
47007         _obstack_memory_used, print_and_abort):
47008         Define using prototypes.
47009         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
47010         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
47011         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
47012         obstack_next_free, obstack_object_size, obstack_room) [0]:
47013         Remove unused, unprototyped code.
47014
47015         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
47016
47017         * lib/physmem.c (physmem_total, physmem_available, main): Define
47018         with prototypes.
47019
47020         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
47021         (main): Define with a prototype.
47022
47023         * lib/posixver.c (getenv): Remove decl.
47024
47025         * lib/putenv.c (malloc): Returns void *, not char *.
47026         Include <string.h> unconditionally.
47027         (strchr, memcpy, NULL): Do not define.
47028
47029         * lib/readtokens.c: Include readtokens.h first, to test interface.
47030         Include <stdlib.h>, <string.h> unconditionally.
47031         (init_tokenbuffer): Define with a prototype.
47032
47033         * lib/regex.c (PARAMS): Remove.  All uses removed.
47034         All uses of _RE_ARGS removed, too.
47035         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
47036         unconditionally.
47037         (bzero): Assume memset exists.
47038         (memcmp, memcpy, NULL): Remove.
47039         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
47040         char, or assignments to local vars of type signed char.
47041         (init_syntax_once, PREFIX(extract_number_and_incr),
47042         PREFIX(print_partial_compiled_pattern),
47043         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
47044         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
47045         PREFIX(regex_grow_registers), PREFIX(regex_compile),
47046         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
47047         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
47048         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
47049         wcs_compile_range, byte_compile_range, truncate_wchar,
47050         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
47051         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
47052         count_mbs_length, wcs_re_match_2_internal,
47053         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
47054         PREFIX(alt_match_null_string_p),
47055         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
47056         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
47057         regfree, PREFIX(extract_number)): Define with prototype.  Remove
47058         now-unnecessary declaration, if any.
47059         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
47060         regcomp, regexec):
47061         Remove now-unnecessary casts among pointer types.
47062         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
47063
47064         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
47065         (free): Remove decl.
47066
47067         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
47068
47069         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
47070         (free): Remove decl.
47071
47072         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
47073         * lib/xgetcwd.c: Likewise.
47074
47075         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
47076         (free): Remove decl.
47077
47078         * lib/strchrnul.c (strchrnul): Define with a prototype.
47079         Fix bug: c_in was not converted to char before searching.
47080
47081         The following changes are not K&R related:
47082
47083         * lib/group-member.h: Include <sys/types.h>, so that this file is
47084         self-contained.
47085         * lib/makepath.h: Likewise.
47086
47087         * lib/getusershell.c (readname, default_index, line_size, readname):
47088         Use size_t, not int, for sizes.
47089         (readname): If the size overflows, report an error instead of
47090         looping forever.
47091
47092 2003-09-09  Paul Eggert  <eggert@twinsun.com>
47093
47094         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
47095         libc.
47096
47097 2003-09-09  Paul Eggert  <eggert@twinsun.com>
47098
47099         * README: New section: portability guidelines.
47100
47101 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
47102
47103         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
47104         C89 spec.
47105
47106 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
47107
47108         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
47109
47110 2003-09-08  Paul Eggert  <eggert@twinsun.com>
47111
47112         Assume C89 or better; remove K&R cruft.
47113         A few of these changes were first proposed by Derek Robert Price
47114         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
47115
47116         * lib/addext.c: Include <string.h> unconditionally.
47117         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
47118         Don't declare getenv or malloc.
47119
47120         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
47121         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
47122         (NULL): Remove.
47123         (find_stack_direction, alloca): Use prototypes.
47124
47125         * lib/atexit.c (atexit): Define using a prototype.
47126
47127         * lib/basename.c, dirname.c, stripslash.c:
47128         Include <string.h> unconditionally.
47129
47130         * lib/bcopy.c: Include <stddef.h>.
47131         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
47132
47133         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
47134
47135         * lib/error.h (error, error_at_line, error_print_progname)
47136         [! (defined (__STDC__) && __STDC__)]: Remove decls.
47137         * lib/error.c: Include error.h first, to check interface.
47138         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
47139         (VA_START): Remove; all uses changeed to va_start.
47140         (exit, strerror): Remove decls.
47141         (error_print_progname): Prototype uncondionally.
47142         Don't include <errno.h>; no longer needed.
47143         (private_strerror): Remove.
47144         (error_tail): Always define.
47145         (error, error_at_line): Assume C89 or better; always use prototypes.
47146         * lib/fatal.c: Include "fatal.h" first, to test interface.
47147         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
47148         (VA_START): Remove; all uses changed to va_start.
47149         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
47150         this case.
47151         (exit): Remove decl.
47152         (fatal): Prototype unconditionally.  Assume va_start works.
47153         Abort at end, to pacify gcc.
47154
47155         * lib/euidaccess.c (main): Define with a prototype.
47156
47157         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
47158
47159         * lib/exitfail.c: Include <stdlib.h> unconditionally.
47160
47161         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
47162         prototypes.
47163         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
47164         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
47165         (getenv): Remove decl.
47166         (fnmatch): Define using a prototype.
47167         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
47168         (FCT): Define using a prototype.
47169
47170         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
47171
47172         * lib/gethostname.c: Include <stddef.h>.
47173         (gethostname): Define with prototype.  Length is size_t, not int.
47174
47175 2003-09-08  Paul Eggert  <eggert@twinsun.com>
47176
47177         Assume C89 or better; remove K&R cruft.
47178         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
47179         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
47180         string.h, getenv, malloc.
47181         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
47182         headers.
47183         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
47184         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
47185         do not check for strerror.
47186         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
47187         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
47188         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
47189         do not check for doprnt or vprintf.
47190         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
47191         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
47192
47193 2003-09-08  Paul Eggert  <eggert@twinsun.com>
47194
47195         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
47196         getversion.c should have been removed then, but was accidentally
47197         preserved.
47198
47199         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
47200         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
47201
47202 2003-09-08  Karl Berry  <karl@gnu.org>
47203
47204         * config/config.sub, config.guess, srclistvars.sh: update from savannah
47205                 config, forget about prep.
47206
47207         * config/depcomp, missing: update from automake.
47208
47209 2003-09-07  Paul Eggert  <eggert@twinsun.com>
47210
47211         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
47212         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
47213
47214 2003-09-07  Paul Eggert  <eggert@twinsun.com>
47215
47216         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
47217         copy_tm_result.  Bug reported by Simon Josefsson in
47218         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
47219
47220 2003-09-06  Paul Eggert  <eggert@twinsun.com>
47221
47222         * m4/time_r.m4: New file.
47223         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
47224         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
47225         is. Check for timegm declaration.
47226         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
47227         Do not check for gmtime_r.
47228         Replace mktime if __mktime_internal does not exist and if mktime
47229         hasn't been replaced already.
47230
47231 2003-09-06  Paul Eggert  <eggert@twinsun.com>
47232
47233         * lib/time_r.c, lib/time_r.h: New files.
47234
47235         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
47236         __localtime_r.
47237         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
47238         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
47239
47240         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
47241         __gmtime_r.
47242         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
47243         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
47244         Include <time_r.h>.
47245
47246         * lib/timegm.c: Switch to glibc implementation, with the following
47247         changes:
47248         [defined HAVE_CONFIG_H]: Include <config.h>.
47249         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
47250         (__mktime_internal) [!defined _LIBC]: New decl.
47251         (__gmtime_r) [!defined _LIBC]: New macro and function.
47252         (timegm): Use a prototype, since gnulib assumes C89.
47253         Do not bother declaring tmp to be const, as it's not really usefu.
47254         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
47255         (timegm): Declare only if HAVE_DECL_TIMEGM.
47256
47257 2003-09-06  Paul Eggert  <eggert@twinsun.com>
47258
47259         * MODULES.html.sh (func_all_modules): Add time_r.
47260         * modules/time_r: New file.
47261         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
47262         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
47263
47264 2003-09-03  Paul Eggert  <eggert@twinsun.com>
47265
47266         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
47267         Bug reported by Lute Kamstra in
47268         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
47269
47270         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
47271         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
47272         course with correspondingly smaller numbers for tomorrow and
47273         yesterday.  From Tadayoshi Funaba.  Originally installed into
47274         sh-utils on 1999-08-07, but the patch got lost (I guess during the
47275         coreutils merge?).
47276
47277 2003-08-31  Simon Josefsson  <jas@extundo.com>
47278
47279         * modules/timegm: New file.
47280         * MODULES.html.sh (func_all_modules): Add timegm.
47281
47282 2003-08-31  Simon Josefsson  <jas@extundo.com>
47283
47284         * m4/timegm.m4: New file.
47285
47286 2003-08-31  Simon Josefsson  <jas@extundo.com>
47287
47288         * lib/timegm.h: New file.
47289         * lib/timegm.c: New file.  Based on
47290         wget-1.8.2/src/http.c:mktime_from_utc.
47291
47292 2003-08-31  Karl Berry  <karl@gnu.org>
47293
47294         * lib/argp.h: update from libc.
47295
47296 2003-08-28  Bruno Haible  <bruno@clisp.org>
47297
47298         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
47299         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
47300         followed by '#define fnmatch fnmatch_posix' gives an error.
47301
47302 2003-08-28  Bruno Haible  <bruno@clisp.org>
47303
47304         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
47305         warning on QNX, which defines O_BINARY to 000000.
47306
47307 2003-08-27  Jim Meyering  <jim@meyering.net>
47308
47309         * m4/mkstemp.m4: Require that the system mkstemp be able to create
47310         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
47311         would fail after 32.  Reported by Danny Levinson.  Details here:
47312         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
47313
47314 2003-08-24  Bruno Haible  <bruno@clisp.org>
47315
47316         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
47317         MSVC7 <stdio.h> is included later.
47318
47319 2003-08-22  Simon Josefsson  <jas@extundo.com>
47320
47321         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
47322
47323 2003-08-20  Karl Berry  <karl@gnu.org>
47324
47325         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
47326
47327 2003-08-20  Bruno Haible  <bruno@clisp.org>
47328
47329         * modules/progname: New file.
47330         * MODULES.html.sh (func_all_modules): Add progname.
47331
47332 2003-08-20  Bruno Haible  <bruno@clisp.org>
47333
47334         * lib/progname.h: New file, from GNU gettext.
47335         * lib/progname.c: New file, from GNU gettext.
47336         * lib/progreloc.c: New file, from GNU gettext.
47337
47338 2003-08-19  Jim Meyering  <jim@meyering.net>
47339
47340         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
47341         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
47342
47343 2003-08-19  Bruno Haible  <bruno@clisp.org>
47344
47345         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
47346         more.
47347
47348 2003-08-19  Bruno Haible  <bruno@clisp.org>
47349
47350         * lib/xstrdup.c: Assume <string.h> exists.
47351
47352 2003-08-18  Paul Eggert  <eggert@twinsun.com>
47353
47354         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
47355         in makefile rules.
47356
47357 2003-08-18  Jim Meyering  <jim@meyering.net>
47358
47359         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
47360         * m4/lib-ld.m4: Likewise.
47361
47362 2003-08-18  Jim Meyering  <jim@meyering.net>
47363
47364         * lib/setenv.h: Indent nested cpp directive.
47365         * lib/vasnprintf.c: Remove trailing blanks.
47366
47367 2003-08-17  Simon Josefsson  <jas@extundo.com>
47368
47369         * modules/xstrndup: New file.
47370         * MODULES.html.sh (func_all_modules): Add xstrndup.
47371
47372 2003-08-17  Simon Josefsson  <jas@extundo.com>
47373
47374         * modules/argp: Fix autoconf macro name. Add more dependencies.
47375
47376 2003-08-17  Simon Josefsson  <jas@extundo.com>
47377
47378         * m4/xstrndup.m4: New file.
47379
47380 2003-08-17  Simon Josefsson  <jas@extundo.com>
47381
47382         * m4/argp.m4: New file.
47383
47384 2003-08-17  Simon Josefsson  <jas@extundo.com>
47385             Bruno Haible  <bruno@clisp.org>
47386
47387         * lib/xstrndup.h: New file.
47388         * lib/xstrndup.c: New file.
47389
47390 2003-08-17  Bruno Haible  <bruno@clisp.org>
47391
47392         * modules/strndup (Files, Include): Add lib/strndup.h.
47393
47394 2003-08-17  Bruno Haible  <bruno@clisp.org>
47395
47396         * modules/euidaccess (Files): Add lib/euidaccess.h.
47397
47398 2003-08-17  Bruno Haible  <bruno@clisp.org>
47399
47400         * lib/strndup.h: New file.
47401
47402 2003-08-17  Bruno Haible  <bruno@clisp.org>
47403
47404         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
47405         like AC_GNU_SOURCE.
47406         * modules/extensions (configure.ac): Comment out the invocation of
47407         gl_USE_SYSTEM_EXTENSIONS.
47408
47409 2003-08-16  Paul Eggert  <eggert@twinsun.com>
47410
47411         Merges from coreutils, etc.
47412         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
47413         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
47414         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
47415         fixing a typo.
47416         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
47417         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
47418
47419 2003-08-16  Paul Eggert  <eggert@twinsun.com>
47420
47421         Document merge from coreutils.
47422         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
47423         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
47424         * modules/utime: Add m4/utimes-null.m4.
47425
47426 2003-08-16  Paul Eggert  <eggert@twinsun.com>
47427
47428         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
47429         space, undoing this 2003-08-12 change:
47430         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
47431
47432 2003-08-16  Paul Eggert  <eggert@twinsun.com>
47433
47434         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
47435         strtoul.c from libc, undoing this 2003-08-12 change:
47436         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
47437
47438 2003-08-16  Jim Meyering  <jim@meyering.net>
47439
47440         Merges from coreutils.
47441         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
47442         prefix.  Adjust cache variables similarly.  Create 500 rather than
47443         just 300 files, to exercise bug on Darwin6.5, too.
47444         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
47445         $missing_dir.
47446         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
47447         AM_SYS_POSIX_TERMIOS.
47448         Reported by mkc@mathdogs.com.
47449         Also change use of $am_cv_sys_posix_termios
47450         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
47451         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
47452         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
47453         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
47454         in /proc/mounts until it finds one with matching device number.  This
47455         is unnecessary when the FILE argument *is* a mount point.  No stat call
47456         is necessary in that case.  So, disable the statvfs-testing code on
47457         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
47458         as RedHat bug# 84846.
47459         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
47460         to 1MB, so as not to render systems with no stack size limit (e.g.,
47461         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
47462         Include <unistd.h>.  On some systems,
47463         it is required for the definition of _SC_PAGESIZE.
47464
47465 2003-08-16  Jim Meyering  <jim@meyering.net>
47466
47467         Merge from coreutils.
47468         * lib/xstrtoimax.c: #else #if -> #elif.
47469         * lib/xstrtoumax.c: Likewise.
47470
47471 2003-08-16  Jim Meyering  <jim@meyering.net>
47472
47473         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
47474         * m4/utimes.m4: Removed.
47475         * m4/utimes-null.m4: Renamed from utimes.m4.
47476
47477         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
47478         to 1MB, so as not to render systems with no stack size limit (e.g.,
47479         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
47480         Include <unistd.h>.  On some systems,
47481         it is required for the definition of _SC_PAGESIZE.
47482
47483 2003-08-16  Jim Meyering  <jim@meyering.net>
47484         and Paul Eggert  <eggert@cs.ucla.edu>
47485
47486         Merges from coreutils, etc.
47487
47488         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
47489         using the latest version from cvs.  This avoids problems with #line
47490         directives using a vendor (Sun) compiler.
47491         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
47492         Don't set GETGROUPS_LIB here; now it's
47493         done via getgroups.m4's wrapper function.
47494         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
47495         rather than just in sh-util/configure.in, so that the
47496         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
47497         same.
47498         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
47499         AC_FUNC_GETLOADAVG where to find getloadavg.c.
47500         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
47501         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
47502         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
47503         Remove code that is now done by the newly-required macros.
47504         Append $(EXEEXT) to DF_PROG.
47505         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
47506         Do not invoke or require the following here,
47507         since prereq.m4 or some gnulib .m4 now does this for us:
47508         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
47509         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
47510         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
47511         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
47512         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
47513         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
47514         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
47515         AC_FUNC_OBSTACK.
47516         Do not replace the following functions, as this is now the job
47517         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
47518         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
47519         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
47520         atexit getpass, strdup, getpagesize.
47521         Replace 'raise'.
47522         Do not check for the following functions, as this is now the job
47523         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
47524         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
47525         setregid.
47526         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
47527         Check for sys/sysctl.h.
47528         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
47529         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
47530         of checking for ssize_t ourselves.
47531
47532         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
47533         Require every macro that gnulib/modules/* suggests for us.
47534         (jm_PREREQ_ADDEXT): New macro.
47535         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
47536         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
47537
47538         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
47539         (gl_PHYSMEM): Use it.
47540         Also check for `table' function.
47541         Check for new headers and functions.
47542         Add check for sys/sysmp.h.
47543         With suggestions from Kaveh Ghazi.
47544         Ignore headers that are present but cannot be compiled.  This
47545         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
47546         C 5.4.
47547
47548 2003-08-15  Paul Eggert  <eggert@twinsun.com>
47549
47550         Document merge from coreutils.
47551         * modules/userspec: Depend on posixver.
47552         * modules/strftime: Depend on tzset.
47553
47554 2003-08-15  Paul Eggert  <eggert@twinsun.com>
47555
47556         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
47557         rather than tab, after '#' in shell-script copyright notices.
47558         Suggested by Bruno Haible.
47559
47560 2003-08-15  Paul Eggert  <eggert@twinsun.com>
47561
47562         * config/srclist-update: Use three spaces, rather than tab, after '#'
47563         in shell-script copyright notices.  Suggested by Bruno Haible.
47564         Remove unnecessary parenthesization in regular expression.
47565
47566 2003-08-15  Jim Meyering  <jim@meyering.net>
47567
47568         Merge from coreutils.
47569         * lib/xgethostname.c: Include <stdlib.h>.
47570         (xghostname): Don't exit for anything other than memory-related
47571         failure; just return NULL.
47572         * lib/userspec.c: Include "posixver.h".
47573         (parse_user_spec): Accept `.' as a separator only
47574         in pre-POSIX-200112 mode.
47575         * lib/strtoimax.c: Use #elif rather than #else #if.
47576         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
47577         Remove function, now that we can rely on a working tzset function.
47578         [!_LIBC]: Ensure that the required autoconf test has been run.
47579         [!defined _NL_CURRENT && HAVE_STRFTIME]:
47580         Use underlying_strftime for %r.
47581         * lib/sha.c: Merge in some clean-up and optimization changes from
47582         glibc.
47583         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
47584         Ensure that it is a multiple of 64.
47585         Rearrange loop exit tests so as to avoid performing an
47586         additional fread after encountering an error or EOF.
47587         * lib/realloc.c: Update copyright date.
47588
47589 2003-08-15  Jim Meyering  <jim@meyering.net>
47590         and Paul Eggert  <eggert@twinsun.com>
47591
47592         Merge from coreutils.
47593         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
47594         member but strut utmpx does not.  Needed for AIX 4.3.3.
47595         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
47596
47597 2003-08-15  Jim Meyering  <jim@meyering.net>
47598         and Paul Eggert  <eggert@cs.ucla.edu>
47599
47600         Merges from coreutils, etc.
47601         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
47602         Require gl_FUNC_TZSET_CLOBBER.
47603         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
47604         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
47605         members.
47606
47607 2003-08-14  Paul Eggert  <eggert@twinsun.com>
47608
47609         Help the merge from coreutils.
47610         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
47611         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
47612         * m4/tzset.m4: Use it too.
47613
47614 2003-08-14  Paul Eggert  <eggert@twinsun.com>
47615
47616         * modules/tzset: New file.
47617
47618 2003-08-14  Jim Meyering  <jim@meyering.net>
47619
47620         Merges from coreutils.
47621         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
47622         variable names, rather than @FNMATCH_H@.
47623         * modules/alloca: Likewise for $(ALLOCA_H).
47624
47625         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
47626         the three copies of the literal target, `fnmatch.h'.
47627         * modules/alloca (alloca.h): Likewise.
47628
47629 2003-08-14  Jim Meyering  <jim@meyering.net>
47630
47631         Merge from coreutils.
47632         * m4/tzset.m4: New file.
47633         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
47634         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
47635         otherwise, AIX 5.1 systems would end up using the latter.
47636         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
47637         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
47638         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
47639         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
47640
47641 2003-08-14  Jim Meyering  <jim@meyering.net>
47642
47643         Merge from coreutils.
47644         * lib/obstack.h: Whitespace changes.
47645         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
47646         and xcalloc return values.
47647         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
47648         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
47649         hang on OSF/1 5.1 for DIR on both local and remote file systems.
47650         Reported by (and fix confirmed by) Nelson H. F. Beebe.
47651         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
47652         error from mntctl.
47653         Use mntctl's return value to drive the entry-processing loop, since
47654         we can't rely on the value of the vmt_length member in the last
47655         entry.  On some systems doing so could result in exhausting
47656         virtual memory.  Based in part on a patch from Mike Jetzer.
47657
47658 2003-08-14  Jim Meyering  <jim@meyering.net>
47659         and Paul Eggert  <eggert@twinsun.com>
47660
47661         Merges from coreutils, plus other fixes.
47662         * lib/physmem.c: Merge in portability changes from gcc/libiberty
47663         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
47664         for credits and details.  Thanks to Kaveh Ghazi for helping
47665         to keep these files in sync.
47666         (ARRAY_SIZE): Define it.
47667         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
47668         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
47669         (memcasecmp): Don't assume size_t fits in unsigned int.
47670         Remove casts and duplicate code.
47671         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
47672         (memcpy): Remove definition.
47673         Merge in some clean-up and optimization changes from glibc.
47674         [BLOCKSIZE]: Move definition to top of file.
47675         Ensure that it is a multiple of 64.
47676         Rearrange loop exit tests so as to avoid performing an
47677         additional fread after encountering an error or EOF.
47678         * lib/md5.h (md5_uintptr): Define.
47679         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
47680         return to the initial working directory.  Preserve errno
47681         for caller.
47682         * lib/idcache.c: Include "xalloc.h".
47683         (xmalloc, xrealloc): Remove decls.
47684         (getuser): Remove casts no longer required in C89.
47685         * lib/human.c: Include stdio.h, for sprintf.
47686         * lib/group-member.c: Include "xalloc.h".
47687         (xmalloc, xrealloc): Remove decls.
47688         (get_group_info): Remove casts no longer required in C89.
47689         * lib/getusershell.c (readname): Remove casts no longer required in
47690         C89.
47691         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
47692         * lib/getline.c: Whitespace fix, from coreutils.
47693
47694 2003-08-13  Paul Eggert  <eggert@twinsun.com>
47695
47696         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
47697         Check for isascii.
47698
47699         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
47700         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
47701         Undo previous (whitespace-only) change.
47702
47703 2003-08-13  Paul Eggert  <eggert@twinsun.com>
47704
47705         * lib/exclude.c: Include <ctype.h>
47706         (IN_CTYPE_DOMAIN): New macro.
47707         (is_space): New fn.
47708         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
47709         and empty lines.
47710
47711         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
47712         Undo previous (whitespace-only) change.
47713
47714 2003-08-13  Paul Eggert  <eggert@twinsun.com>
47715
47716         * config/srclist-update: Change update back to the old behavior,
47717         leaving whitespace alone.  Use one 'sed' command rather than a
47718         pipeline.
47719         (fixlicense): Now a variable, not a function.
47720         (remove_trailing_blanks): Remove.
47721         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
47722         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
47723         Undo previous (whitespace-only) change.
47724
47725 2003-08-12  Paul Eggert  <eggert@twinsun.com>
47726
47727         Merge from coreutils.
47728         * modules/euidaccess: Add lib_SOURCES, include for new
47729         file euidaccess.h
47730
47731 2003-08-12  Paul Eggert  <eggert@twinsun.com>
47732
47733         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
47734         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
47735         Normalize leading white space and remove trailing white space.
47736
47737         Merge from coreutils
47738         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
47739
47740         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
47741         0.12.1.  These files are now being upgraded automatically by
47742         ../config/srclist-update.
47743
47744 2003-08-12  Paul Eggert  <eggert@twinsun.com>
47745
47746         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
47747         Normalize leading white space and remove trailing white space.
47748         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
47749         notice, as per ../config/srclist-update.
47750
47751         Merge from coreutils.
47752         * lib/euidaccess.h: New file.
47753         * lib/euidaccess.c: Include it.
47754         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
47755         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
47756         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
47757
47758 2003-08-12  Paul Eggert  <eggert@twinsun.com>
47759
47760         * config/srclist-update: Add copyright notice.
47761         (remove_id_lines, remove_trailing_blanks): New constants.
47762         (fixfile): Use them to normalize spacing a bit in copied files.
47763         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
47764         Normalize leading white space and remove trailing white space.
47765
47766         * config/texinfo.tex: Sync with texinfo.
47767
47768         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
47769         strtoul.c from libc, to merge coreutils whitespace changes.
47770
47771         * config/srclist.txt: Get the following m4 files from gettext:
47772         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
47773         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
47774         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
47775         wint_t.m4.
47776
47777 2003-08-12  Karl Berry  <karl@gnu.org>
47778
47779         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
47780         been made.
47781
47782 2003-08-11  Paul Eggert  <eggert@twinsun.com>
47783
47784         * modules/gnu-source, m4/gnu-source.m4:
47785         Remove; we're assuming Autoconf 2.54 or later now.
47786         Suggested by Bruno Haible.
47787         * MODULES.html.sh (func_all_modules): Remove gnu-source.
47788
47789 2003-08-11  Bruno Haible  <bruno@clisp.org>
47790
47791         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
47792
47793 2003-08-11  Bruno Haible  <bruno@clisp.org>
47794
47795         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
47796         (vasnprintf): Use it instead of wcslen.
47797
47798 2003-08-11  Bruno Haible  <bruno@clisp.org>
47799
47800         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
47801         value to ensure that _Bool promotes to int. Use #define for _Bool when
47802         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
47803
47804 2003-08-10  Karl Berry  <karl@gnu.org>
47805
47806         * lib/regex.h: update from libc (whitespace fix).
47807
47808 2003-08-09  Paul Eggert  <eggert@twinsun.com>
47809
47810         Merge some files from coreutils.  These changes were
47811         originally made by Jim Meyering.
47812         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
47813         many older Unixes require this.
47814         * lib/alloca.c (alloca): Remove cast to argument of free;
47815         no longer needed in C89.
47816         * lib/alloca_.h, regex.h: Fix white space to match
47817         what GNU indent does.
47818
47819 2003-08-09  Paul Eggert  <eggert@twinsun.com>
47820
47821         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
47822         apparently Emacs's Unicode mode got confused before my 2003-08-05
47823         checkin.
47824
47825 2003-08-08  Paul Eggert  <eggert@twinsun.com>
47826
47827         * m4/extensions.m4: New file.
47828         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
47829         Require gl_USE_SYSTEM_EXTENSIONS.
47830         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
47831         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
47832
47833 2003-08-08  Paul Eggert  <eggert@twinsun.com>
47834
47835         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
47836         * modules/extensions, modules/gnu-source: New files.
47837         * modules/timespec, modules/unlocked-io: Depend on extensions.
47838
47839 2003-08-07  Paul Eggert  <eggert@twinsun.com>
47840
47841         * modules/restrict: New file.
47842         * MODULES.html.sh (func_all_modules): Add restrict.
47843         * modules/regex: Depend on restrict.
47844
47845 2003-08-07  Paul Eggert  <eggert@twinsun.com>
47846
47847         * m4/restrict.m4: New file.
47848         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
47849
47850 2003-08-07  Bruno Haible  <bruno@clisp.org>
47851
47852         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
47853         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
47854
47855 2003-08-07  Bruno Haible  <bruno@clisp.org>
47856
47857         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
47858         makes the module 'getndelim2' compatible with the module 'getline'.
47859
47860 2003-08-05  Paul Eggert  <eggert@twinsun.com>
47861
47862         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
47863         byte with "\201" to avoid glitches when editing that source file
47864         with multi-gnome-terminal.
47865
47866 2003-08-05  Paul Eggert  <eggert@twinsun.com>
47867
47868         * lib/bumpalloc.h: Remove.
47869
47870 2003-08-05  Paul Eggert  <eggert@twinsun.com>
47871
47872         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
47873         * modules/bumpalloc: Remove.
47874
47875 2003-08-04  Paul Eggert  <eggert@twinsun.com>
47876
47877         * lib/getloadavg.c: Change copyright notice and spacing to conform to
47878         GNU coding style.
47879
47880         Merge from coreutils.
47881         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
47882         1. From glibc.
47883         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
47884         from Karl Berry, implemented by Jim Meyering.
47885         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
47886         from Dmitry V. Levin.
47887         Remove anachronistic cast of xrealloc.
47888         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
47889         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
47890         type. Otherwise, it wouldn't compile with at least /bin/cc on
47891         ymp-cray-unicos9.0.2.X.
47892         Combine two mostly-identical uses of alloca into one.
47893         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
47894
47895 2003-08-04  Dave Love  <d.love@dl.ac.uk>
47896
47897         [From Emacs.]
47898
47899         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
47900         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
47901         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
47902         obsolete NLIST_NAME_UNION.
47903         [__GNU__]: Undef BSD and FSCALE.
47904         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
47905
47906 2003-08-03  Paul Eggert  <eggert@twinsun.com>
47907
47908         * lib/stdbool_.h (_Bool): Make it signed char, instead of
47909         an enum type, so that it's guaranteed to promote to int.  See:
47910         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
47911
47912 2003-08-03  Karl Berry  <karl@gnu.org>
47913
47914         * config/depcomp: update from automake.
47915
47916 2003-07-31  Paul Eggert  <eggert@twinsun.com>
47917
47918         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
47919         (strerror): Don't assume that a printable int fits in 14 bytes.
47920
47921 2003-07-31  Bruno Haible  <bruno@clisp.org>
47922
47923         * modules/getpass-gnu: New file.
47924         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
47925
47926 2003-07-31  Bruno Haible  <bruno@clisp.org>
47927
47928         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
47929
47930 2003-07-24  Karl Berry  <karl@gnu.org>
47931
47932         * config/missing: update from automake.
47933
47934 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
47935             Bruno Haible  <bruno@clisp.org>
47936
47937         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
47938         * lib/getline.c (getline, getdelim): Likewise.
47939         Remove _GNU_SOURCE define; now it's defined in config.h through
47940         m4/getline.m4.
47941
47942 2003-07-23  Karl Berry  <karl@gnu.org>
47943
47944         * config/config.sub: update from prep.
47945
47946 2003-07-22  Paul Eggert  <eggert@twinsun.com>
47947
47948         * modules/xalloc (Depends-on): Add exitfail.
47949         * modules/xmemcoll: Likewise.
47950
47951 2003-07-22  Paul Eggert  <eggert@twinsun.com>
47952
47953         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
47954         over-parenthesization in macros.
47955
47956         Sync with coreutils.
47957
47958         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
47959         required by C99.
47960
47961         Use `exit_failure' for xalloc and xmemcoll instead of their own
47962         private exit-failure variables.
47963         * lib/xalloc.h (xalloc_exit_failure): Remove.
47964         * lib/xmalloc.c: Likewise.  Include exitfail.h.
47965         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
47966         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
47967         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
47968         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
47969
47970 2003-07-20  Jim Meyering  <jim@meyering.net>
47971
47972         * modules/closeout (Depends-on): Add exitfail.
47973         Suggestion from Bruno Haible.
47974
47975 2003-07-19  Karl Berry  <karl@gnu.org>
47976
47977         * config/config.sub: update from prep.
47978
47979 2003-07-18  Paul Eggert  <eggert@twinsun.com>
47980
47981         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
47982         Remove.
47983         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
47984         to test that it can stand by itself.  Include "exitfail.h".
47985         Clients should set exit_failure instead.
47986         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
47987
47988 2003-07-18  Bruno Haible  <bruno@clisp.org>
47989
47990         * modules/getndelim2: New file.
47991         * modules/getline: Share files with module getndelim2.
47992         * modules/getnline: Depend on getndelim2 instead of sharing files with
47993         it. Add getnline.c to lib_SOURCES.
47994         * MODULES.html.sh (func_all_modules): Add getndelim2.
47995
47996 2003-07-18  Bruno Haible  <bruno@clisp.org>
47997
47998         * m4/getndelim2.m4: New file.
47999         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
48000         invoke gl_PREREQ_GETNDELIM2.
48001         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
48002         gl_PREREQ_GETNDELIM2.
48003         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
48004         gl_GETNDELIM2.
48005
48006 2003-07-18  Bruno Haible  <bruno@clisp.org>
48007
48008         * lib/getndelim2.h: New file.
48009         * lib/getndelim2.c: Make into a module of its own. Include config.h,
48010         getndelim2.h.
48011         (getndelim2): Make non-static. Change return type to ssize_t.
48012         * lib/getline.h: Change argument names.
48013         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
48014         * lib/getnline.c: Include getndelim2.h.
48015
48016 2003-07-18  Andreas Schwab  <schwab@suse.de>
48017
48018         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
48019
48020 2003-07-17  Karl Berry  <karl@gnu.org>
48021
48022         * config/config.sub: update from prep.
48023
48024 2003-07-17  Bruno Haible  <bruno@clisp.org>
48025
48026         * modules/getnline: New file.
48027         * modules/getline: Add lib/getndelim2.c to source file list.
48028         * MODULES.html.sh (func_all_modules): Add getnline.
48029
48030 2003-07-17  Bruno Haible  <bruno@clisp.org>
48031
48032         * m4/getnline.m4: New file.
48033
48034 2003-07-17  Bruno Haible  <bruno@clisp.org>
48035
48036         * m4/Makefile.am.in: Remove file.
48037         * m4/Makefile.am: Remove file.
48038         * m4/Makefile.in: Remove file.
48039
48040 2003-07-17  Bruno Haible  <bruno@clisp.org>
48041
48042         * lib/getnline.h: New file.
48043         * lib/getnline.c: New file.
48044         * lib/getndelim2.c: New file, extracted from getline.c.
48045         (getndelim2): Renamed from getdelim2, with added nmax argument.
48046         * lib/getline.c: Include getndelim2.c.
48047         (getdelim2): Moved out to getndelim2.c.
48048         (getline, getdelim): Update.
48049
48050 2003-07-17  Bruno Haible  <bruno@clisp.org>
48051
48052         * lib/Makefile.am: Remove file.
48053         * lib/Makefile.in: Remove file.
48054
48055 2003-07-17  Bruno Haible  <bruno@clisp.org>
48056
48057         * configure.in: Remove file.
48058         * Makefile.in: Remove file.
48059
48060 2003-07-17  Bruno Haible  <bruno@clisp.org>
48061
48062         * MODULES.html.sh: Put the </BODY> right before </HTML>.
48063
48064 2003-07-16  Karl Berry  <karl@gnu.org>
48065
48066         * config/srclist-update: was running fixlicense twice, which caused
48067                 texinfo.tex to be nullified for some reason.  Simplify,
48068                 $gplsrc is no longer needed as far as I can see?
48069
48070 2003-07-16  Jim Meyering  <jim@meyering.net>
48071
48072         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
48073
48074 2003-07-15  Paul Eggert  <eggert@twinsun.com>
48075
48076         * config/srclist.txt: Get the following files from gettext-runtime/intl
48077         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
48078         ref-del.sin.  From Bruno Haible.
48079         * config/srclist-update (fixfile): Change grep pattern again, since the
48080         previous fix didn't work (there was another trailing $).  Use
48081         '[$]' to escape the $s.
48082
48083 2003-07-15  Karl Berry  <karl@gnu.org>
48084
48085         * lib/vasnprintf.c: update from gettext.
48086
48087 2003-07-15  Karl Berry  <karl@gnu.org>
48088
48089         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
48090         gets expanded when surrounded by '$'.
48091
48092 2003-07-15  Jim Meyering  <jim@meyering.net>
48093
48094         * modules/save-cwd: Don't depend on error.  From Derek Price.
48095
48096 2003-07-15  Jim Meyering  <jim@meyering.net>
48097
48098         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
48099
48100 2003-07-14  Simon Josefsson  <jas@extundo.com>
48101
48102         * modules/mempcpy: New file.
48103         * MODULES.html.sh (func_all_modules): Add mempcpy.
48104
48105 2003-07-14  Simon Josefsson  <jas@extundo.com>
48106
48107         * m4/mempcpy.m4: New file.
48108
48109 2003-07-14  Simon Josefsson  <jas@extundo.com>
48110
48111         * lib/mempcpy.h: New file.
48112         * lib/mempcpy.c: New file.
48113
48114 2003-07-14  Paul Eggert  <eggert@twinsun.com>
48115
48116         * modules/getdate, modules/posixtm: Depend on mktime.
48117
48118 2003-07-14  Paul Eggert  <eggert@twinsun.com>
48119
48120         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
48121         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
48122         unicodeio.c, unicodeio.h, unlocked-io.h:
48123         Switch from LGPL to GPL.
48124
48125 2003-07-14  Paul Eggert  <eggert@twinsun.com>
48126
48127         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
48128         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
48129         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
48130         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
48131         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
48132         updated automatically by ../config/srclist-update.  This changes
48133         their license from LPGL to GPL.
48134
48135 2003-07-14  Paul Eggert  <eggert@twinsun.com>
48136
48137         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
48138         assumed to refer to the root of the most recent stable gettext version.
48139         * config/srclistvars.sh: Add defaults for eggert.
48140         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
48141         Match "This program" as well as "The program".  This is needed
48142         for gettext.
48143
48144 2003-07-14  Jim Meyering  <jim@meyering.net>
48145
48146         Don't emit diagnostics.  Let callers do that.
48147         * lib/save-cwd.c: Don't include "error.h".
48148         (save_cwd): Don't call error.  Ensure that errno is valid
48149         when returning nonzero.
48150
48151         * lib/save-cwd.h (restore_cwd): Update prototype.
48152         * lib/save-cwd.c (restore_cwd): Remove two parameters.
48153         Simplify.  Don't call error upon failure.  Let callers do that.
48154         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
48155         when auditing is enabled.  But don't bother updating the #if.
48156
48157 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
48158
48159         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
48160         it breaks C++ compilation.
48161         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
48162
48163 2003-07-10  Simon Josefsson  <jas@extundo.com>
48164
48165         * modules/strchrnul (Makefile.am): Add strchrnul.h.
48166
48167 2003-07-10  Jim Meyering  <jim@meyering.net>
48168
48169         * m4/clock_time.m4: Remove trailing blank.
48170         * m4/intmax_t.m4: Likewise.
48171
48172 2003-07-10  Jim Meyering  <jim@meyering.net>
48173
48174         * lib/vasnprintf.c: Remove trailing blanks.
48175         Make cpp indentation consistent.
48176
48177 2003-07-09  Paul Eggert  <eggert@twinsun.com>
48178
48179         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
48180         posixver.c, strftime.c, strnlen.c, strverscmp.c:
48181         Switch from LGPL to GPL.
48182
48183 2003-07-09  Paul Eggert  <eggert@twinsun.com>
48184
48185         * config/srclist.txt: Sort sublists.  Add
48186         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
48187         that differ from gnulib for one reason or another; we'd like this list
48188         to be smaller but for now let's document what we have.
48189
48190 2003-07-08  Paul Eggert  <eggert@twinsun.com>
48191
48192         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
48193         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
48194         and sweeter "eval x=$x".
48195         * config/srclist.txt: Get lib/argp* from glibc.
48196
48197 2003-07-07  Paul Eggert  <eggert@twinsun.com>
48198
48199         * lib/mktime.c: Fix some boundary cases and remove need for floating
48200         point.
48201
48202         Issue a compile-time diagnostic if time_t is floating point, or if
48203         two's complement arithmetic is not in effect, or if arithmetic
48204         right shift does not propagate the sign.  These assumptions were
48205         all in the original code but they weren't checked.
48206
48207         (TIME_T_MIDPOINT, verify): New macros.
48208         (__isleap): Remove; it has integer overflow problems.
48209         (leapyear): New function, without those problems.
48210         (ydhms_tm_diff): Remove; splitting into two parts.
48211         (ydhms_diff): New function, containing the arithmetic part of
48212         the old ydhms_tm_diff function.  Issue a compile-time
48213         diagnostic if we are not using C99 integer division.
48214         Avoid casts when possible.
48215         (guess_time_tm): New function, containing the checking part of
48216         the old ydhms_tm_diff function.  Return the new value, rather than
48217         the difference between it and the old.  Accept a new argument T
48218         so that *T specifies the old value.  Check for overflow in the result.
48219
48220         (__mktime_internal): Use a time_t offset, not a long int offset.
48221         This undoes the 2003-06-04 change, which is no longer needed now
48222         that we have better overflow checking.
48223         (localtime_offset): Likewise.
48224
48225         (__mktime_internal): Avoid harmful overflow on hosts where time_t
48226         and long are 64-bit but int is only 32-bit.
48227         (ydhms_diff): Use long int to store year1 and yday1.
48228         Issue a compile-time diagnostic if long int is not wide enough.
48229
48230         (__mktime_internal): Use long int to store adjusted year and yday.
48231         Use plain C rather than preprocessor commands, if that doesn't
48232         affect efficiency.
48233         Check for overflow (and try to repair) after each probe
48234         rather than checking only at the very end.  This avoids some bugs
48235         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
48236         does not equal GMT offset at maximum time).
48237         Use integer to check for overflow rather than floating point; this
48238         is more portable to non-IEEE hosts, and is a tad faster.
48239         When we detect that we are oscillating between two values,
48240         don't check whether tm_isdst has the requested value, since
48241         we already know the answer.  When tm_isdst has the wrong value,
48242         use a different heuristic to find the right one, based on the
48243         extreme values actually observed in practice in tz2003a,
48244         rather than the (overly optimistic) "previous 3 calendar quarters".
48245
48246         (not_equal_tm, print_tm, check_result): Use "const T" rather than
48247         "T const" to accommodate glibc style.
48248         (check_result): Use less-confusing report format.  "long" -> "long int.
48249         (main): Likewise.
48250         Don't loop if the iteration overflows time_t.
48251         Allow a negative step in the iteration.
48252
48253 2003-07-06  Karl Berry  <karl@gnu.org>
48254
48255         * config/depcomp: update from automake.
48256         * config/config.sub: update from prep.
48257
48258 2003-07-03  Karl Berry  <karl@gnu.org>
48259
48260         * config/config.guess: update from prep.
48261
48262 2003-07-01  Paul Eggert  <eggert@twinsun.com>
48263
48264         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
48265         xreadlink.c now includes it unconditionally.
48266
48267 2003-07-01  Paul Eggert  <eggert@twinsun.com>
48268
48269         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
48270         having it depend on HAVE_SYS_TYPES_H.
48271
48272 2003-07-01  Bruno Haible  <bruno@clisp.org>
48273
48274         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
48275         <sys/types.h> should be sufficient.
48276         Reported by Paul Eggert.
48277
48278 2003-06-26  Karl Berry  <karl@gnu.org>
48279
48280         * config/depcomp: update from automake.
48281
48282 2003-06-26  Bruno Haible  <bruno@clisp.org>
48283
48284         * modules/human: Depend on module stdbool.
48285
48286 2003-06-25  Bruno Haible  <bruno@clisp.org>
48287
48288         * modules/readlink: New file.
48289         * modules/xreadlink: Depend on it.
48290         * MODULES.html.sh (func_all_modules): Add readlink.
48291
48292 2003-06-25  Bruno Haible  <bruno@clisp.org>
48293
48294         * m4/readlink.m4: New file.
48295
48296 2003-06-25  Bruno Haible  <bruno@clisp.org>
48297
48298         * lib/readlink.c: New file.
48299
48300 2003-06-22  Karl Berry  <karl@gnu.org>
48301
48302         * config/srclist.txt: update mkinstalldirs from automake.
48303         * config/mkinstalldirs: update.
48304
48305 2003-06-22  Bruno Haible  <bruno@clisp.org>
48306
48307         Portability to mingw32.
48308         * m4/ssize_t.m4: New file, from GNU gettext.
48309         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
48310         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
48311
48312 2003-06-22  Bruno Haible  <bruno@clisp.org>
48313
48314         * modules/safe-read: Add m4/ssize_t.m4.
48315         * modules/xreadlink: Add m4/ssize_t.m4.
48316
48317 2003-06-20  Bruno Haible  <bruno@clisp.org>
48318
48319         Assume C89, so PARAMS isn't needed.
48320         * lib/unicodeio.h (PARAMS): Remove.
48321         * lib/unicodeio.c: Don't use PARAMS.
48322
48323 2003-06-18  Karl Berry  <karl@gnu.org>
48324
48325         * config/config.{guess,sub}: update from prep.
48326
48327 2003-06-18  Jim Meyering  <jim@meyering.net>
48328
48329         Merge changes from coreutils.
48330         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
48331         Remove explicit declarations of xmalloc and realloc.
48332         Include xalloc.h.
48333         (read_utmp): Remove anachronistic cast of xmalloc.
48334
48335 2003-06-17  Paul Eggert  <eggert@twinsun.com>
48336
48337         Assume C89, so PARAMS isn't needed.
48338         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
48339         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
48340         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
48341         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
48342         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
48343         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
48344         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
48345         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
48346         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
48347         lib/xstrtod.h, lib/xstrtol.h: Likewise.
48348         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
48349         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
48350         no longer needed. Anyway, config.h should always be included before any
48351         other file.
48352
48353 2003-06-11  Simon Josefsson  <jas@extundo.com>
48354
48355         * modules/sysexits: New file.
48356         * MODULES.html.sh (func_all_modules): Add sysexits.
48357
48358 2003-06-11  Simon Josefsson  <jas@extundo.com>
48359
48360         * lib/sysexit_.h: New file.
48361
48362 2003-06-11  Derek Price  <derek@ximbiot.com>
48363
48364         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
48365         necessary.
48366
48367 2003-06-11  Bruno Haible  <bruno@clisp.org>
48368
48369         * m4/sysexits.m4: New file.
48370
48371 2003-06-10  Simon Josefsson  <jas@extundo.com>
48372
48373         * lib/argp.h: New file, from glibc.
48374         * lib/argp-ba.c: New file, from glibc.
48375         * lib/argp-eexst.c: New file, from glibc.
48376         * lib/argp-fmtstream.c: New file, from glibc.
48377         * lib/argp-fmtstream.h: New file, from glibc.
48378         * lib/argp-fs-xinl.c: New file, from glibc.
48379         * lib/argp-help.c: New file, from glibc.
48380         * lib/argp-namefrob.h: New file, from glibc.
48381         * lib/argp-parse.c: New file, from glibc.
48382         * lib/argp-pv.c: New file, from glibc.
48383         * lib/argp-pvh.c: New file, from glibc.
48384         * lib/argp-xinl.c: New file, from glibc.
48385
48386 2003-06-10  Simon Josefsson  <jas@extundo.com>
48387
48388         * modules/strchrnul: New file.
48389
48390 2003-06-10  Simon Josefsson  <jas@extundo.com>
48391
48392         * modules/argp: New file.
48393
48394 2003-06-10  Simon Josefsson  <jas@extundo.com>
48395
48396         * m4/strchrnul.m4: New file.
48397
48398 2003-06-10  Simon Josefsson  <jas@extundo.com>
48399
48400         * lib/strchrnul.h: New file.
48401         * lib/strchrnul.c: New file.
48402
48403 2003-06-10  Bruno Haible  <bruno@clisp.org>
48404
48405         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
48406
48407 2003-06-07  Karl Berry  <karl@gnu.org>
48408
48409         * config/config.{guess,sub}: update from prep.
48410
48411 2003-06-07  Jim Meyering  <jim@meyering.net>
48412
48413         * modules/strtod: Use $(...) notation, not @...@ for
48414         AC_REPLACE'd variables.
48415         * modules/localcharset: Likewise.
48416
48417 2003-06-07  Jim Meyering  <jim@meyering.net>
48418
48419         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
48420         in place of my name in the copyright comment.
48421         Remove definition and uses of __P.
48422
48423         From coreutils.
48424         * lib/stat.c: Don't declare xmalloc explicitly.
48425         Instead, include "xalloc.h".
48426         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
48427         xrealloc, and xcalloc return values.
48428         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
48429         Improve comment.
48430         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
48431
48432 2003-06-07  Bruno Haible  <bruno@clisp.org>
48433
48434         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
48435         avoid AC_CONFIG_LINKS.
48436         * modules/fnmatch (Makefile.am): Use explicit creation rule for
48437         fnmatch.h, to avoid AC_CONFIG_LINKS.
48438         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
48439
48440 2003-06-07  Bruno Haible  <bruno@clisp.org>
48441
48442         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
48443         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
48444         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
48445         directory.
48446         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
48447         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
48448         directory.
48449
48450 2003-06-06  Jim Meyering  <jim@meyering.net>
48451
48452         Merge from coreutils.
48453         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
48454         Consolidate declarations and initializations of *_base* locals.
48455
48456         Merge from coreutils.
48457         This avoids a core dump on systems without GNU putenv,
48458         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
48459         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
48460         (unsetenv): New static function, from GNU libc.
48461         (rpl_putenv): Use it.
48462
48463         * lib/modechange.c: Remove trailing blanks.
48464
48465         Merge from coreutils.
48466         * lib/fsusage.c: Remove declaration of statfs.
48467         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
48468
48469         * lib/posixtm.c: Include <stdbool.h> unconditionally.
48470
48471 2003-06-06  Jim Meyering  <jim@meyering.net>
48472
48473         * lib/stdbool_.h: Renamed from stdbool.h.in.
48474
48475 2003-06-06  Jim Meyering  <jim@meyering.net>
48476             Bruno Haible  <bruno@clisp.org>
48477
48478         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
48479         Adjust Makefile.am snippet not to redirect directly to target.
48480         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
48481
48482 2003-06-05  Paul Eggert  <eggert@twinsun.com>
48483
48484         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
48485         mismatch, look in future quarters as well as past.  This fixes a
48486         bug when processing fall-backwards gaps immediately after a long
48487         period of daylight-saving time.
48488
48489         * lib/mktime.c: Assume freestanding C89 or better.
48490         (HAVE_LIMITS_H): Remove.  Assume it's 1.
48491         (__P): Remove; not used.
48492         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
48493         (mktime, not_equal_tm, print_tm, check_result,
48494         main): Use prototypes.  Use const * where appropriate.
48495         (main): Fix typo in testing code that uncovered by above changes.
48496         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
48497
48498 2003-06-04  Paul Eggert  <eggert@twinsun.com>
48499
48500         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
48501         locale.h, localeconv.  This merges changes from coreutils.
48502
48503         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
48504         It can be removed after the next Autoconf is released.
48505         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
48506         needed.
48507
48508 2003-06-04  Paul Eggert  <eggert@twinsun.com>
48509
48510         * lib/mktime.c: Fix Debian bug 177940
48511         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
48512         (localtime_offset): Now long int, not time_t, because we want it
48513         to be guaranteed to be signed.  All uses changed.
48514         (__mktime_internal): If overflow would occur when adding offset,
48515         don't add it.
48516
48517         Merge 'human' changes from coreutils.  Rewrite to support
48518         locale-specific notations like thousands separators.
48519         * lib/human.c: Simplify authorship notice.
48520         Include human.h immediately after config.h.
48521         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
48522         <limits.h>: Do not include, since human.h does.
48523         (SIZE_MAX, UINTMAX_MAX): New macros.
48524         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
48525         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
48526         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
48527         (power_letter): Renamed from suffixes.
48528         (generate_suffix_backwards): Remove.
48529         (adjust_value): Now takes int style (because of human.h changes)
48530         and long double value (for greater precision on some platforms).
48531         (group_number): New function.
48532         (human_readable): Use it.  Use integer options, not enum.
48533         Put the options before the sizes in the arg list.
48534         Support all the new options.
48535         The old human_readable function has been removed;
48536         use inttostr.h instead.
48537         (human_readable, default_block_size, humblock):
48538         Use uintmax_t, not int, for block sizes.
48539         (human_readable_inexact, block_size_types): Remove.
48540         (block_size_opts): New constant.
48541         (human_options): Renamed from human_block_size, with new signature
48542         that allows block sizes up to UINTMAX_MAX.  All callers changed.
48543         * lib/human.h: Add copyright and authorship notice.
48544         Include <limits.h> and <stdbool.h> unconditionally.
48545         (PARAMS): Remove.  All uses removed.
48546         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
48547         (enum human_inexact_style): Remove tag; now a nameless enum.
48548         (human_floor, human_ceiling, human_round_to_even): Now have
48549         values 2, 0, 1 rather than -1, 1, 0.
48550         (human_group_digits, human_suppress_point_zero, human_autoscale,
48551         human_base_1024, human_SI, human_B): New constants.
48552         (human_readable_inexact, human_block_size): Remove.
48553         (human_readable): Size args are now uintmax_t, not int.
48554         (human_options): New decl.
48555
48556         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
48557         unnecessary now that we assume C89 or better.  This change
48558         imported from coreutils.
48559
48560         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
48561         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
48562         in the 2003-05-30 sync from glibc.
48563
48564         .h files should stand alone, but we shouldn't include <sys/types.h>
48565         if we can get away with just <stddef.h>.
48566
48567         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
48568         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
48569         rather than <sys/types.h>, as we merely need size_t.
48570         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
48571         to get size_t.
48572         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
48573         Include <stdio.h>, to get FILE.
48574         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
48575         memcasecmp.h has included <stddef.h> and all we need is size_t.
48576         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
48577         our interface, instead of including <sys/types.h>
48578
48579 2003-06-04  Paul Eggert  <eggert@twinsun.com>
48580
48581         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
48582         now, as glibc mktime is buggy on non-glibc systems.
48583
48584 2003-06-03  Karl Berry  <karl@gnu.org>
48585
48586         * config/config.sub: update from prep.
48587
48588 2003-06-02  Paul Eggert  <eggert@twinsun.com>
48589
48590         [from coreutils]
48591         Fix some minor time-related bugs with POSIX time arguments.
48592         Some valid time stamps were being rejected (notably -1, and
48593         time stamps before 1900 on 64-bit hosts).  And some invalid
48594         time stamps were being accepted, e.g. September 31.
48595
48596         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
48597         that we can return (time_t) -1 successfully.
48598         * lib/posixtm.c: Likewise.
48599         [HAVE_STDBOOL_H]: Include <stdbool.h>.
48600         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
48601         (t): Remove static var.
48602         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
48603         of static var.  All uses changed.
48604         (year): Do not reject years before 1900; they can occur with
48605         64-bit time_t.
48606         (posix_time_parse): Do not check for out-of-range components;
48607         that is now the caller's responsibility, since our checks were
48608         only approximations.
48609         (posixtime): Use mktime to check for out-of-range components,
48610         since it knows them exactly.
48611         If mktime returns (time_t) -1, check whether an error actually occurred
48612         by invoking localtime on -1.
48613         (main) [TEST_POSIXTIME]: Check for input data errors, and report
48614         posixtime failures better.
48615         Improve the test data (in comments only).
48616
48617 2003-06-02  Karl Berry  <karl@gnu.org>
48618
48619         * config/mkinstalldirs (version): new variable.
48620         (--version): new option.
48621         (usage): improve message.
48622
48623 2003-05-30  Karl Berry  <karl@gnu.org>
48624
48625         * lib/mktime.c: update from libc.
48626
48627 2003-05-30  Bruno Haible  <bruno@clisp.org>
48628
48629         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
48630         * config/config.rpath: Upgrade to gettext-0.12.1.
48631
48632 2003-05-30  Bruno Haible  <bruno@clisp.org>
48633
48634         * m4/gettext.m4: Upgrade to gettext-0.12.1.
48635         * m4/nls.m4: New file, from gettext-0.12.1.
48636         * m4/po.m4: New file, from gettext-0.12.1.
48637         * m4/progtest.m4: Upgrade to gettext-0.12.1.
48638
48639 2003-05-30  Bruno Haible  <bruno@clisp.org>
48640
48641         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
48642         * lib/localcharset.h: Likewise.
48643         * lib/localcharset.c: Likewise.
48644
48645 2003-05-29  Karl Berry  <karl@gnu.org>
48646
48647         * config/config.rpath: update from gettext.
48648
48649 2003-05-28  Paul Eggert  <eggert@twinsun.com>
48650
48651         Assume the headers required for C89 freestanding compilers.
48652         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
48653         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
48654         * m4/human.m4 (gl_HUMAN): Likewise.
48655         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
48656         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
48657         * m4/userspec.m4 (gl_USERSPEC): Likewise.
48658         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
48659         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
48660         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
48661
48662 2003-05-28  Paul Eggert  <eggert@twinsun.com>
48663
48664         Assume the headers required for C89 freestanding compilers.
48665         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
48666         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
48667         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
48668         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
48669         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
48670         define, since <limits.h> is guaranteed to do that.
48671         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
48672         * lib/exclude.c: Include <stdbool.h> unconditionally.
48673         * lib/tempname.c: Include <stddef.h> unconditionally.
48674         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
48675         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
48676         <stddef.h> does that.
48677         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
48678         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
48679         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
48680         needed.
48681         * lib/xstrtol.c: Likewise.
48682         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
48683         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
48684
48685         * lib/addext.c (addext): Use assignment rather than cast, to avoid
48686         warnings on some platforms.
48687
48688         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
48689         arbitrarily.
48690
48691 2003-05-26  Jim Meyering  <jim@meyering.net>
48692
48693         Merge in a change from coreutils:
48694         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
48695         that is guaranteed to be `no'.  Use `no_such_member' to indicate
48696         that condition, rather than `-1' which is slightly misleading.
48697         Change the name of the cache variable to have the gl_ prefix.
48698         Prompted by a patch from Richard Dawe for DJGPP.
48699
48700 2003-05-24  Karl Berry  <karl@gnu.org>
48701
48702         * config/config.guess: update from prep.
48703
48704 2003-05-22  Karl Berry  <karl@gnu.org>
48705
48706         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
48707
48708 2003-05-20  Karl Berry  <karl@gnu.org>
48709
48710         * config/config.guess: update from prep.
48711
48712 2003-05-18  Karl Berry  <karl@gnu.org>
48713
48714         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
48715         might actually be set by the user.
48716
48717         * config/depcomp, install-sh, mdate-sh: update from automake.
48718
48719 2003-05-17  Bruno Haible  <bruno@clisp.org>
48720
48721         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
48722         invalid expansion for AC_EGREP_CPP.
48723         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
48724         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
48725         Suggested by Akim Demaille <akim@epita.fr> in
48726         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
48727
48728 2003-05-12  Jim Meyering  <jim@meyering.net>
48729
48730         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
48731         the space-padded-by-default conversion specifiers, %e, %k, %l.
48732
48733 2003-05-12  Bruno Haible  <bruno@clisp.org>
48734
48735         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
48736         the string is longer than 4 KB.
48737
48738 2003-05-11  Karl Berry  <karl@gnu.org>
48739
48740         * config/config.{guess,sub}: update from prep.
48741
48742 2003-05-09  Bruno Haible  <bruno@clisp.org>
48743
48744         * modules/error: Add m4/strerror_r.m4 to file list.
48745
48746 2003-05-03  Bruno Haible  <bruno@clisp.org>
48747
48748         Upgrade to Unicode-4.0.
48749         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
48750         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
48751         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
48752         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
48753         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
48754         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
48755         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
48756         Change width of U+E0100..U+E01EF from 1 to 0.
48757
48758 2003-04-25  Jim Meyering  <jim@meyering.net>
48759
48760         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
48761         of type size_t, not int.
48762
48763 2003-04-25  Bruno Haible  <bruno@clisp.org>
48764
48765         * lib/copy-file.c: Include <stddef.h>, for size_t.
48766
48767 2003-04-21  Paul Eggert  <eggert@twinsun.com>
48768
48769         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
48770         code which expansion is under static control.  Patch imported from
48771         Akim Demaille's patch to Bison; see
48772         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
48773
48774 2003-04-14  Bruno Haible  <bruno@clisp.org>
48775
48776         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
48777
48778 2003-04-11  Jim Meyering  <jim@meyering.net>
48779
48780         Merge changes from Coreutils.
48781
48782         2003-03-22  Jim Meyering  <jim@meyering.net>
48783
48784         * lib/strftime.c (widen): Cast alloca return value to proper type.
48785
48786         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
48787
48788         From GNU libc.
48789         * lib/strftime.c (my_strftime): Handle very large width
48790         specifications for numeric values correctly.  Improve checks for
48791         overflow.
48792
48793         2003-01-19  Jim Meyering  <jim@meyering.net>
48794
48795         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
48796         definitions.
48797         (nl_get_alt_digit) [! defined my_strftime]: Define.
48798         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
48799         _nl_get_alt_digit and _nl_get_walt_digit.
48800
48801         * lib/strftime.c (my_strftime): Merge in locale-related changes from
48802         libc. These changes have no effect outside of _LIBC.
48803
48804 2003-04-10  Bruno Haible  <bruno@clisp.org>
48805
48806         * modules/findprog: New file.
48807         * MODULES.html.sh (func_all_modules): Add it.
48808
48809 2003-04-10  Bruno Haible  <bruno@clisp.org>
48810
48811         * m4/findprog.m4: New file.
48812         * m4/eaccess.m4: New file.
48813
48814 2003-04-10  Bruno Haible  <bruno@clisp.org>
48815
48816         * lib/findprog.h: New file, from GNU gettext.
48817         * lib/findprog.c: New file, from GNU gettext.
48818
48819 2003-04-05  Jim Meyering  <jim@meyering.net>
48820
48821         Merge changes from Coreutils.
48822
48823         * lib/exclude.h (PARAMS): Remove definition and uses.
48824         * lib/exclude.c: Remove uses of `PARAMS'.
48825
48826         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
48827         Add test-cases for DOS filenames. Declare program_name.
48828         (main): Set up program_name.  Patch by Rich Dawe.
48829
48830         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
48831         error from mntctl.
48832         Use mntctl's return value to drive the entry-processing loop, since
48833         we can't rely on the value of the vmt_length member in the last
48834         entry.  On some systems doing so could result in exhausting
48835         virtual memory.  Based in part on a patch from Mike Jetzer.
48836
48837 2003-04-04  Bruno Haible  <bruno@clisp.org>
48838
48839         * modules/linebreak: New file.
48840         * MODULES.html.sh (func_all_modules): Add it.
48841
48842 2003-04-04  Bruno Haible  <bruno@clisp.org>
48843
48844         * m4/linebreak.m4: New file.
48845
48846 2003-04-04  Bruno Haible  <bruno@clisp.org>
48847
48848         * lib/linebreak.h: New file, from GNU gettext.
48849         * lib/linebreak.c: New file, from GNU gettext with slight
48850         modifications.
48851         * lib/lbrkprop.h: New file, from GNU gettext.
48852
48853 2003-04-03  Bruno Haible  <bruno@clisp.org>
48854
48855         * modules/utf8-ucs4: New file.
48856         * modules/utf16-ucs4: New file.
48857         * modules/ucs4-utf8: New file.
48858         * modules/ucs4-utf16: New file.
48859         * MODULES.html.sh (func_all_modules): Add them.
48860
48861 2003-04-03  Bruno Haible  <bruno@clisp.org>
48862
48863         * m4/utf-ucs4.m4: New file.
48864         * m4/ucs4-utf.m4: New file.
48865
48866 2003-04-03  Bruno Haible  <bruno@clisp.org>
48867
48868         * lib/utf8-ucs4.h: New file, from GNU gettext.
48869         * lib/utf16-ucs4.h: New file, from GNU gettext.
48870         * lib/ucs4-utf8.h: New file, from GNU gettext.
48871         * lib/ucs4-utf16.h: New file, from GNU gettext.
48872
48873 2003-04-02  Bruno Haible  <bruno@clisp.org>
48874
48875         * modules/binary-io: New file.
48876         * MODULES.html.sh (func_all_modules): Add it.
48877
48878 2003-04-02  Bruno Haible  <bruno@clisp.org>
48879
48880         * lib/binary-io.h: New file, from GNU gettext.
48881
48882 2003-04-01  Bruno Haible  <bruno@clisp.org>
48883
48884         * modules/pathname: New file.
48885         * MODULES.html.sh (func_all_modules): Add it.
48886
48887 2003-04-01  Bruno Haible  <bruno@clisp.org>
48888
48889         * lib/pathname.h: New file, from GNU gettext.
48890         * lib/concatpath.c: New file, from GNU gettext.
48891
48892 2003-03-30  Bruno Haible  <bruno@clisp.org>
48893
48894         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
48895
48896 2003-03-30  Bruno Haible  <bruno@clisp.org>
48897
48898         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
48899         function chown() doesn't exist.
48900
48901 2003-03-28  Bruno Haible  <bruno@clisp.org>
48902
48903         * modules/copy-file: New file.
48904         * MODULES.html.sh (func_all_modules): Add it.
48905
48906 2003-03-28  Bruno Haible  <bruno@clisp.org>
48907
48908         * m4/copy-file.m4: New file.
48909
48910 2003-03-28  Bruno Haible  <bruno@clisp.org>
48911
48912         * lib/copy-file.h: New file, from GNU gettext.
48913         * lib/copy-file.c: New file, from GNU gettext.
48914
48915 2003-03-18  Jim Meyering  <jim@meyering.net>
48916
48917         * lib/quote.c (quote_n): Fix typo in comment.
48918
48919 2003-03-18  Bruno Haible  <bruno@clisp.org>
48920
48921         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
48922         checking.
48923         * m4/onceonly_2_57.m4: Likewise.
48924
48925 2003-03-17  Bruno Haible  <bruno@clisp.org>
48926
48927         * m4/onceonly.m4: Require autoconf 2.54 or newer.
48928         (m4_quote): Remove macro.
48929         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
48930
48931 2003-03-14  Jim Meyering  <jim@meyering.net>
48932
48933         Merge changes from Coreutils.
48934         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
48935         to be const, in order to avoid warnings.
48936         (obstack_room): Likewise.
48937         (obstack_empty_p): Likewise.
48938
48939 2003-03-14  Bruno Haible  <bruno@clisp.org>
48940
48941         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
48942         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
48943
48944 2003-03-13  Paul Eggert  <eggert@twinsun.com>
48945
48946         Merge changes from Bison.
48947         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
48948         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
48949         when compiling Bison 1.875's `bitset bset = obstack_alloc
48950         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
48951         * lib/hash.c: Include <stdbool.h> unconditionally.
48952
48953 2003-03-13  Paul Eggert  <eggert@twinsun.com>
48954
48955         * m4/onceonly.m4 (m4_quote): New macro.
48956         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
48957         Quote AC_FOREACH variable-expansions properly.
48958
48959 2003-03-13  Paul Eggert  <eggert@twinsun.com>
48960
48961         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
48962
48963 2003-03-09  Paul Eggert  <eggert@twinsun.com>
48964
48965         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
48966         Reported by Bruce Becker; see:
48967         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
48968
48969 2003-03-03  Paul Eggert  <eggert@twinsun.com>
48970             Bruno Haible  <bruno@clisp.org>
48971
48972         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
48973         Reported by John Hughes, see
48974         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
48975
48976 2003-02-20  Bruno Haible  <bruno@clisp.org>
48977
48978         * MODULES.html.sh (func_all_modules): Add poll.
48979
48980 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
48981
48982         * modules/poll: New file.
48983
48984 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
48985
48986         * lib/poll_.h: New file.
48987         * lib/poll.c: New file.
48988
48989 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
48990
48991         * m4/poll.m4: New file.
48992
48993 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
48994
48995         * modules/mathl: New file.
48996
48997 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
48998
48999         * lib/mathl.h: New file.
49000         * lib/acosl.c: New file.
49001         * lib/asinl.c: New file.
49002         * lib/atanl.c: New file.
49003         * lib/ceill.c: New file.
49004         * lib/cosl.c: New file.
49005         * lib/expl.c: New file.
49006         * lib/floorl.c: New file.
49007         * lib/frexpl.c: New file.
49008         * lib/ldexpl.c: New file.
49009         * lib/logl.c: New file.
49010         * lib/sincosl.c: New file.
49011         * lib/sinl.c: New file.
49012         * lib/sqrtl.c: New file.
49013         * lib/tanl.c: New file.
49014         * lib/trigl.c: New file.
49015         * lib/trigl.h: New file.
49016
49017 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
49018
49019         * m4/mathl.m4: New file.
49020
49021 2003-02-18  Bruno Haible  <bruno@clisp.org>
49022
49023         * MODULES.html.sh (func_all_modules): Add mathl.
49024
49025 2003-02-17  Bruno Haible  <bruno@clisp.org>
49026
49027         * modules/mkdtemp: New module.
49028         * MODULES.html.sh (func_all_modules): Add it.
49029
49030 2003-02-17  Bruno Haible  <bruno@clisp.org>
49031
49032         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
49033
49034 2003-02-17  Bruno Haible  <bruno@clisp.org>
49035
49036         * lib/mkdtemp.h: New file, from GNU gettext.
49037         * lib/mkdtemp.c: New file, from GNU gettext.
49038
49039 2003-02-02  Jim Meyering  <jim@meyering.net>
49040
49041         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
49042         e.g. glibc-2.2.93.
49043
49044 2003-01-31  Bruno Haible  <bruno@clisp.org>
49045
49046         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
49047         'rpl_rename'.
49048         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
49049         'rpl_strnlen'.
49050         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
49051         'rpl_strtod'.
49052         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
49053         'rpl_utime'.
49054
49055 2003-01-31  Bruno Haible  <bruno@clisp.org>
49056
49057         * lib/rename.c: #undef rename before defining rpl_rename.
49058         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
49059
49060 2003-01-30  Bruno Haible  <bruno@clisp.org>
49061
49062         * modules/vasnprintf, modules/vasprintf: New modules.
49063         * MODULES.html.sh (func_all_modules): Add them.
49064
49065 2003-01-30  Bruno Haible  <bruno@clisp.org>
49066
49067         * m4/signed.m4: New file, from GNU gettext.
49068         * m4/longdouble.m4: New file, from GNU gettext.
49069         * m4/wchar_t.m4: New file, from GNU gettext.
49070         * m4/wint_t.m4: New file, from GNU gettext.
49071         * m4/vasnprintf.m4: New file.
49072         * m4/vasprintf.m4: New file.
49073
49074 2003-01-30  Bruno Haible  <bruno@clisp.org>
49075
49076         * lib/printf-args.h: New file, from GNU gettext.
49077         * lib/printf-args.c: New file, from GNU gettext.
49078         * lib/printf-parse.h: New file, from GNU gettext.
49079         * lib/printf-parse.c: New file, from GNU gettext.
49080         * lib/vasnprintf.h: New file, from GNU gettext.
49081         * lib/vasnprintf.c: New file, from GNU gettext.
49082         * lib/asnprintf.c: New file, from GNU gettext.
49083         * lib/vasprintf.h: New file, from GNU gettext with modifications.
49084         * lib/vasprintf.c: New file, from GNU gettext.
49085         * lib/asprintf.c: New file, from GNU gettext.
49086
49087 2003-01-29  Bruno Haible  <bruno@clisp.org>
49088
49089         * modules/stpncpy: New module.
49090         * MODULES.html.sh (func_all_modules): Add it.
49091
49092 2003-01-29  Bruno Haible  <bruno@clisp.org>
49093
49094         * m4/stpncpy.m4: New file.
49095
49096 2003-01-29  Bruno Haible  <bruno@clisp.org>
49097
49098         * lib/stpncpy.h: New file, from GNU gettext with modifications.
49099         * lib/stpncpy.c: New file, from GNU gettext with modifications.
49100
49101 2003-01-28  Bruno Haible  <bruno@clisp.org>
49102
49103         * modules/c-ctype: New module.
49104         * MODULES.html.sh (func_all_modules): Add it.
49105
49106 2003-01-28  Bruno Haible  <bruno@clisp.org>
49107
49108         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
49109         Paul Eggert.
49110         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
49111         Paul Eggert.
49112
49113 2003-01-27  Bruno Haible  <bruno@clisp.org>
49114
49115         * modules/xsetenv: New module.
49116         * MODULES.html.sh (func_all_modules): Add it.
49117
49118 2003-01-27  Bruno Haible  <bruno@clisp.org>
49119
49120         * lib/xsetenv.h: New file, from GNU gettext.
49121         * lib/xsetenv.c: New file, from GNU gettext.
49122
49123 2003-01-23  Jim Meyering  <jim@meyering.net>
49124
49125         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
49126         from working on systems without dirfd (at least Irix and OSF1/Tru64).
49127
49128 2003-01-23  Bruno Haible  <bruno@clisp.org>
49129
49130         * modules/minmax: New module.
49131         * MODULES.html.sh (func_all_modules): Add it.
49132
49133 2003-01-23  Bruno Haible  <bruno@clisp.org>
49134
49135         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
49136         Eggert.
49137
49138 2003-01-22  Bruno Haible  <bruno@clisp.org>
49139
49140         * modules/exit: New module.
49141         * MODULES.html.sh (func_all_modules): Add it.
49142
49143 2003-01-22  Bruno Haible  <bruno@clisp.org>
49144
49145         * lib/exit.h: New file, from GNU gettext.
49146
49147 2003-01-19  Bruno Haible  <bruno@clisp.org>
49148
49149         * gnulib-tool: Recognize option --extract-maintainer.
49150         (func_get_maintainer): New function.
49151         * modules/*: Add Maintainer entry.
49152
49153 2003-01-16  Jim Meyering  <jim@meyering.net>
49154
49155         * m4/regex.m4: The `regex' struct is both input and output.
49156         Initialize it before each use.  Patch by Tim Waugh.
49157
49158 2003-01-16  Bruno Haible  <bruno@clisp.org>
49159
49160         * MODULES.html.sh: Add a table of contents. Add the module name as
49161         leftmost column. Add hyperlinks.
49162
49163 2003-01-15  Bruno Haible  <bruno@clisp.org>
49164
49165         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
49166
49167 2003-01-15  Bruno Haible  <bruno@clisp.org>
49168
49169         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
49170         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
49171         suffix.
49172
49173 2003-01-15  Bruno Haible  <bruno@clisp.org>
49174
49175         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
49176
49177 2003-01-15  Bruno Haible  <bruno@clisp.org>
49178
49179         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
49180         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
49181
49182 2003-01-14  Jim Meyering  <jim@meyering.net>
49183
49184         * lib/same.c (same_name): Tweak a comment.
49185
49186 2003-01-14  Bruno Haible  <bruno@clisp.org>
49187
49188         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
49189         when a string comparison is sufficient.
49190
49191 2003-01-14  Bruno Haible  <bruno@clisp.org>
49192
49193         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
49194         'unsigned int'.
49195
49196 2003-01-14  Bruno Haible  <bruno@clisp.org>
49197
49198         * lib/hash-pjw.c: Add comment about low quality of this function.
49199
49200 2003-01-13  Bruno Haible  <bruno@clisp.org>
49201
49202         * modules/stpcpy: Distribute lib/stpcpy.h.
49203         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
49204
49205 2003-01-13  Bruno Haible  <bruno@clisp.org>
49206
49207         * modules/*: Add a description.
49208         * modules/strpbrk: Fix Makefile.am snippet.
49209         * modules/strtoimax: Fix dependencies.
49210         * modules/strtoumax: Likewise.
49211
49212 2003-01-13  Bruno Haible  <bruno@clisp.org>
49213
49214         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
49215         * modules/alloca (Makefile.am): All object files depend on alloca.h.
49216         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
49217
49218 2003-01-13  Bruno Haible  <bruno@clisp.org>
49219
49220         * gnulib-tool (func_create_testdir): Store config/* files in the main
49221         directory.
49222         * config.rpath: Move to ...
49223         * config/config.rpath: ... here.
49224         * modules/gettext: Contains config/config.rpath, not config.rpath.
49225         * modules/iconv: Likewise.
49226
49227 2003-01-12  Paul Eggert  <eggert@twinsun.com>
49228
49229         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
49230         to avoid collisions with libcurses and libreadline.
49231
49232         * m4/getstr.m4: Remove.
49233         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
49234
49235 2003-01-12  Paul Eggert  <eggert@twinsun.com>
49236
49237         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
49238         to avoid collisions with libcurses and libreadline.
49239
49240         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
49241         * lib/getstr.h, getstr.c: Remove.
49242         * lib/getline.c: Include "getline.h", to check interface.
49243         Move body of old getstr.c here: this defines MIN_CHUNK and
49244         declares getdelim2, which is renamed from getstr.
49245         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
49246
49247         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
49248         All uses changed.
49249         * lib/linebuffer.h: Likewise.
49250         (readline): Remove backward-compatibility macro.
49251
49252 2003-01-12  Paul Eggert  <eggert@twinsun.com>
49253
49254         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
49255         to avoid collisions with libcurses and libreadline.
49256         * getstr: Remove.
49257         * MODULES.html.sh: Remove getstr.
49258         * modules/getline: Depend on unlocked-io, not getstr.
49259
49260 2003-01-12  Jim Meyering  <jim@meyering.net>
49261
49262         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
49263
49264 2003-01-10  Bruno Haible  <bruno@clisp.org>
49265
49266         * modules/alloca: Change Makefile.am requirements. Simplify Include
49267         requirements. Add lib/alloca_.h to file list.
49268
49269 2003-01-10  Bruno Haible  <bruno@clisp.org>
49270
49271         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
49272
49273 2003-01-10  Bruno Haible  <bruno@clisp.org>
49274
49275         * lib/alloca_.h: New file.
49276         * lib/getdate.y: Unconditionally include alloca.h.
49277         * lib/makepath.c: Likewise.
49278         * lib/setenv.c: Likewise.
49279         * lib/userspec.c: Likewise.
49280
49281 2003-01-09  Karl Berry  <karl@gnu.org>
49282
49283         * MODULES.html.sh: include `dirname $0` in PATH, to find
49284         gnulib-tool.
49285
49286 2003-01-09  Bruno Haible  <bruno@clisp.org>
49287
49288         * modules/stdbool: Change configure.ac, Makefile.am requirements.
49289         Simplify Include requirements. Add lib/stdbool.h.in to file list.
49290
49291 2003-01-09  Bruno Haible  <bruno@clisp.org>
49292
49293         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
49294
49295 2003-01-09  Bruno Haible  <bruno@clisp.org>
49296
49297         * lib/stdbool.h.in: New file.
49298
49299 2003-01-09  Bruno Haible  <bruno@clisp.org>
49300
49301         * gnulib-tool (func_all_modules): Ignore files ending in ~.
49302         * MODULES.html.sh: Likewise.
49303
49304 2003-01-08  Jim Meyering  <jim@meyering.net>
49305
49306         * lib/full-write.c: Undefine and define-away `const' after inclusion
49307         of errno.h, not before.  Suggestion from Bruno Haible.
49308
49309 2003-01-08  Bruno Haible  <bruno@clisp.org>
49310
49311         * modules/full-read: Depend on full-write.
49312
49313 2003-01-08  Bruno Haible  <bruno@clisp.org>
49314
49315         * lib/safe-read.c: Include specification header first, to ensure its
49316         selfcontainedness.
49317         * lib/full-write.c: Likewise.
49318
49319 2003-01-07  Jim Meyering  <jim@meyering.net>
49320
49321         * lib/full-write.c: Rework so that it may serve to define full_read,
49322         too.
49323         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
49324
49325 2003-01-07  Bruno Haible  <bruno@clisp.org>
49326
49327         * lib/strtoimax.c: Include <stdint.h> as an alternative to
49328         <inttypes.h>.
49329         * lib/xstrtol.h: Likewise.
49330         * lib/xstrtoimax.c: Likewise.
49331         * lib/xstrtoumax.c: Likewise.
49332         * lib/human.h: Likewise.
49333
49334         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
49335         on systems that have <inttypes.h> but not <stdint.h>.
49336
49337 2003-01-07  Bruno Haible  <bruno@clisp.org>
49338
49339         * MODULES.html.sh: Add copyright notice.
49340         (missed_files): Omit CVS directory entries.
49341         (func_module): Make it work with sed-3.02.
49342         * MODULES.txt: Remove file.
49343
49344 2003-01-06  Jim Meyering  <jim@meyering.net>
49345
49346         * lib/version-etc.c: Update year in translatable copyright string.
49347
49348 2003-01-03  Karl Berry  <karl@gnu.org>
49349
49350         * config/config.{guess,sub}: update from prep.
49351
49352 2003-01-02  Karl Berry  <karl@gnu.org>
49353
49354         * doc/COPYING.DOC: belatedly updated to 1.2.
49355
49356 2003-01-01  Karl Berry  <karl@gnu.org>
49357
49358         * gnulib-tool (func_verify_module): report module name $module in
49359         error message, not $1.
49360         * gnulib-tool (create-testdir): don't complain if destdir couldn't
49361         be created, only if it doesn't exist.
49362         * gnulib-tool (last_checkin_date): don't expand the $Date here.
49363
49364 2002-12-31  Paul Eggert  <eggert@twinsun.com>
49365
49366         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
49367
49368 2002-12-31  Paul Eggert  <eggert@twinsun.com>
49369
49370         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
49371         memcmp if strcoll doesn't work.
49372
49373 2002-12-31  Bruno Haible  <bruno@clisp.org>
49374
49375         * lib/utime.c (utime_null): No need to call ftruncate if the file was
49376         nonempty.
49377
49378 2002-12-31  Bruno Haible  <bruno@clisp.org>
49379
49380         * lib/memcoll.c (STRCOLL): New macro.
49381         (memcoll): Use it.
49382
49383 2002-12-31  Bruno Haible  <bruno@clisp.org>
49384
49385         * lib/localcharset.h: New file.
49386         * lib/localcharset.c: Include it.
49387         * lib/unicodeio.c: Likewise.
49388
49389 2002-12-31  Bruno Haible  <bruno@clisp.org>
49390
49391         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
49392         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
49393
49394 2002-12-31  Bruno Haible  <bruno@clisp.org>
49395
49396         * lib/getline.h: Include <stddef.h>, for size_t.
49397
49398         * lib/unicodeio.h: Include <stddef.h>, for size_t.
49399         * lib/unicodeio.c: Don't include <stddef.h>.
49400
49401 2002-12-31  Bruno Haible  <bruno@clisp.org>
49402
49403         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
49404         HAVE_TM_ZONE.
49405
49406 2002-12-24  Karl Berry  <karl@gnu.org>
49407
49408         * config/config.guess: update from prep.
49409
49410 2002-12-24  Bruno Haible  <bruno@clisp.org>
49411
49412         General infrasructure.
49413         * m4/README: Rewritten.
49414         * m4/onceonly.m4: New file.
49415         * m4/onceonly_2_57.m4: New file.
49416
49417         Module atexit.
49418         * m4/atexit.m4: New file.
49419
49420         Module strtod.
49421         * m4/strtod.m4: New file.
49422
49423         Module strtol.
49424         * m4/strtol.m4: New file.
49425
49426         Module strtoul.
49427         * m4/strtoul.m4: New file.
49428
49429         Module memchr.
49430         * m4/memchr.m4: New file.
49431
49432         Module memcmp.
49433         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
49434         (jm_FUNC_MEMCMP): Invoke it.
49435
49436         Module memcpy.
49437         * m4/memcpy.m4: New file.
49438
49439         Module memmove.
49440         * m4/memmove.m4: New file.
49441
49442         Module memset.
49443         * m4/memset.m4: New file.
49444
49445         Module strcspn.
49446         * m4/strcspn.m4: New file.
49447
49448         Module strpbrk.
49449         * m4/strpbrk.m4: New file.
49450
49451         Module strstr.
49452         * m4/strstr.m4: New file.
49453
49454         Module strerror.
49455         * m4/strerror.m4: New file.
49456
49457         Module mktime.
49458         * m4/mktime.m4: Renamed from jm-mktime.m4.
49459         (gl_PREREQ_MKTIME): New macro.
49460         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
49461
49462         Module malloc.
49463         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
49464         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
49465         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
49466
49467         Module realloc.
49468         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
49469         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
49470         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
49471
49472         Module strftime.
49473         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
49474         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
49475         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
49476         gl_TM_GMTOFF.
49477         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
49478
49479         Module xalloc.
49480         * m4/xalloc.m4: New file.
49481
49482         Module alloca.
49483         * m4/alloca.m4: New file.
49484
49485         Module putenv.
49486         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
49487         (jm_FUNC_PUTENV): Invoke it.
49488
49489         Module setenv.
49490         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
49491         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
49492         when invoked twice.
49493         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
49494         gt_FUNC_SETENV.
49495
49496         Module memrchr.
49497         * m4/memrchr.m4: New file.
49498
49499         Module stpcpy.
49500         * m4/stpcpy.m4: New file.
49501
49502         Module strcase.
49503         * m4/strcase.m4: New file.
49504
49505         Module strdup.
49506         * m4/strdup.m4: New file.
49507
49508         Module strnlen.
49509         * m4/strnlen.m4: New file.
49510
49511         Module strndup.
49512         * m4/strndup.m4: New file.
49513
49514         Module xstrtod.
49515         * m4/xstrtod.m4: New file.
49516
49517         Module xstrtol.
49518         * m4/xstrtol.m4: New file.
49519
49520         Module getdate.
49521         * m4/getdate.m4: New file.
49522
49523         Module unlocked-io.
49524         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
49525         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
49526         * m4/jm-glibc-io.m4n: Remove file.
49527
49528         Module long-options.
49529         * m4/long-options.m4: New file.
49530
49531         Module md5.
49532         * m4/md5.m4: New file.
49533
49534         Module sha.
49535         * m4/sha.m4: New file.
49536
49537         Module getstr.
49538         * m4/getstr.m4: New file.
49539
49540         Module getline.
49541         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
49542         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
49543         <sys/types.h>, for size_t. Use the function name gnu_getline, not
49544         simply getline. Infoke gl_PREREQ_GETLINE.
49545
49546         Module obstack.
49547         * m4/obstack.m4: New file.
49548
49549         Module hash.
49550         * m4/hash.m4: New file.
49551
49552         Module readtokens.
49553         * m4/readtokens.m4: New file.
49554
49555         Module strverscmp.
49556         * m4/strverscmp.m4: New file.
49557
49558         Module stdbool.
49559         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
49560         OSF/1.
49561
49562         Module strtoll.
49563         * m4/strtoll.m4: New file.
49564
49565         Module strtoull.
49566         * m4/strtoull.m4: New file.
49567
49568         Module strtoimax.
49569         * m4/strtoimax.m4: New file.
49570
49571         Module strtoumax.
49572         * m4/strtoumax.m4: New file.
49573
49574         Module xstrtoimax.
49575         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
49576         jm_AC_PREREQ_XSTRTOIMAX.
49577         Moved the strtol prerequisites to strtol.m4.
49578         Moved the strtoll prerequisites to strtoll.m4.
49579         Moved the strtoimax prerequisites to strtoimax.m4.
49580
49581         Module xstrtoumax.
49582         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
49583         jm_AC_PREREQ_XSTRTOUMAX.
49584         Moved the strtoul prerequisites to strtoul.m4.
49585         Moved the strtoull prerequisites to strtoull.m4.
49586         Moved the strtoumax prerequisites to strtoumax.m4.
49587
49588         Module chown.
49589         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
49590         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
49591
49592         Module dup2.
49593         * m4/dup2.m4: New file.
49594
49595         Module ftruncate.
49596         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
49597         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
49598
49599         Module getgroups.
49600         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
49601         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
49602
49603         Module gettimeofday.
49604         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
49605         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
49606         gl_PREREQ_GETTIMEOFDAY.
49607
49608         Module mkdir.
49609         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
49610         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
49611
49612         Module mkstemp.
49613         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
49614         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
49615         jm_AC_TYPE_UINTMAX_T.
49616         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
49617
49618         Module stat.
49619         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
49620         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
49621
49622         Module lstat.
49623         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
49624         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
49625
49626         Module timespec.
49627         * m4/timespec.m4 (gl_TIMESPEC): New macro.
49628         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
49629         * m4/st_mtim.m4: Indentation.
49630
49631         Module nanosleep.
49632         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
49633         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
49634         gl_PREREQ_NANOSLEEP.
49635
49636         Module regex.
49637         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
49638         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
49639         (gl_REGEX): New macro.
49640
49641         Module rename.
49642         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
49643         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
49644
49645         Module rmdir.
49646         * m4/rmdir.m4: New file.
49647
49648         Module utime.
49649         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
49650         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
49651         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
49652
49653         Module dirname.
49654         * m4/dirname.m4: New file.
49655
49656         Module getopt.
49657         * m4/getopt.m4: New file.
49658
49659         Module unistd-safer.
49660         * m4/unistd-safer.m4: New file.
49661
49662         Module fnmatch.
49663         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
49664         declaration.
49665         (gl_PREREQ_FNMATCH_EXTRA): New macro.
49666         (gl_FUNC_FNMATCH_POSIX): New macro.
49667         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
49668         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
49669         simply fnmatch.
49670
49671         Module exclude.
49672         * m4/exclude.m4: New file.
49673
49674         Module human.
49675         * m4/human.m4: New file.
49676
49677         Module acl.
49678         * m4/acl.m4: Nop.
49679
49680         Module backupfile.
49681         * m4/backupfile.m4: New file.
49682         * m4/d-ino.m4: Indentation.
49683
49684         Module fsusage.
49685         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
49686         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
49687         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
49688
49689         Module dirfd.
49690         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
49691         requirements.
49692
49693         Module euidaccess.
49694         * m4/euidaccess.m4: New file.
49695
49696         Module file-type.
49697         * m4/file-type.m4: New file.
49698
49699         Module fileblocks.
49700         * m4/fileblocks.m4: New file.
49701
49702         Module filemode.
49703         * m4/filemode.m4: New file.
49704
49705         Module isdir.
49706         * m4/isdir.m4: New file.
49707
49708         Module lchown.
49709         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
49710         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
49711
49712         Module makepath.
49713         * m4/makepath.m4: New file.
49714
49715         Module modechange.
49716         * m4/modechange.m4: New file.
49717
49718         Module mountlist.
49719         * m4/mountlist.m4: New file.
49720         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
49721         Indentation.
49722
49723         Module path-concat.
49724         * m4/path-concat.m4: New file.
49725
49726         Module pathmax.
49727         * m4/pathmax.m4: New file.
49728
49729         Module same.
49730         * m4/same.m4: New file.
49731
49732         Module save-cwd.
49733         * m4/save-cwd.m4: New file.
49734
49735         Module savedir.
49736         * m4/savedir.m4: New file.
49737
49738         Module xgetcwd.
49739         * m4/xgetcwd.m4: New file.
49740         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
49741
49742         Module xreadlink.
49743         * m4/xreadlink.m4: New file.
49744
49745         Module safe-read.
49746         * m4/safe-read.m4: New file.
49747
49748         Module safe-write.
49749         * m4/safe-write.m4: New file.
49750
49751         Module closeout.
49752         * m4/closeout.m4: New file.
49753
49754         Module stdio-safer.
49755         * m4/stdio-safer.m4: New file.
49756
49757         Module getpass.
49758         * m4/getpass.m4: New file.
49759
49760         Module getugroups.
49761         * m4/getugroups.m4: New file.
49762
49763         Module group-member.
49764         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
49765         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
49766
49767         Module idcache.
49768         * m4/idcache.m4: New file.
49769
49770         Module userspec.
49771         * m4/userspec.m4: New file.
49772
49773         Module gettime.
49774         * m4/clock_time.m4: New file.
49775         * m4/gettime.m4: New file.
49776
49777         Module settime.
49778         * m4/settime.m4: New file.
49779
49780         Module posixtm.
49781         * m4/posixtm.m4: New file.
49782
49783         Module gethostname.
49784         * m4/gethostname.m4: New file.
49785
49786         Module canon-host.
49787         * m4/canon-host.m4: New file.
49788
49789         Module gettext.
49790         * m4/codeset.m4: New file, from gettext-0.11.5.
49791         * m4/gettext.m4: New file, from gettext-0.11.5.
49792         * m4/glibc21.m4: New file, from gettext-0.11.5.
49793         * m4/iconv.m4: New file, from gettext-0.11.5.
49794         * m4/intdiv0.m4: New file, from gettext-0.11.5.
49795         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
49796         * m4/inttypes.m4: New file, from gettext-0.11.5.
49797         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
49798         * m4/isc-posix.m4: New file, from gettext-0.11.5.
49799         * m4/lcmessage.m4: New file, from gettext-0.11.5.
49800         * m4/lib-ld.m4: New file, from gettext-0.11.5.
49801         * m4/lib-link.m4: New file, from gettext-0.11.5.
49802         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
49803         * m4/progtest.m4: New file, from gettext-0.11.5.
49804         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
49805         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
49806         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
49807
49808         Module localcharset.
49809         * m4/localcharset.m4: New file.
49810
49811         Module hard-locale.
49812         * m4/hard-locale.m4: New file.
49813
49814         Module mbswidth.
49815         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
49816         onceonly macros.
49817         * m4/mbrtowc.m4: Add comment.
49818
49819         Module memcasecmp.
49820         * m4/memcasecmp.m4: New file.
49821
49822         Module memcoll.
49823         * m4/memcoll.m4: New file.
49824
49825         Module unicodeio.
49826         * m4/unicodeio.m4: New file.
49827
49828         Module rpmatch.
49829         * m4/rpmatch.m4: New file.
49830
49831         Module yesno.
49832         * m4/yesno.m4: New file.
49833
49834         Module exitfail.
49835         * m4/exitfail.m4: New file.
49836
49837         Module c-stack.
49838         * m4/c-stack.m4 (gl_C_STACK): New macro.
49839         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
49840
49841         Module error.
49842         * m4/error.m4 (gl_ERROR): New macro.
49843         (jm_PREREQ_ERROR): Use onceonly macros.
49844
49845         Module fatal.
49846         * m4/fatal.m4: New file.
49847
49848         Module getloadavg.
49849         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
49850         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
49851
49852         Module getpagesize.
49853         * m4/getpagesize.m4: New file.
49854
49855         Module getusershell.
49856         * m4/getusershell.m4: New file.
49857
49858         Module physmem.
49859         * m4/physmem.m4: New file.
49860
49861         Module posixver.
49862         * m4/posixver.m4: New file.
49863
49864         Module quotearg.
49865         * m4/quotearg.m4: New file.
49866
49867         Module quote.
49868         * m4/quote.m4: New file.
49869
49870         Module readutmp.
49871         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
49872
49873         Module sig2str.
49874         * m4/sig2str.m4: New file.
49875
49876         Other.
49877         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
49878         ulonglong.m4.
49879         * m4/intmax_t.m4: New file.
49880         * m4/d-type.m4: Indentation.
49881         * m4/jm-macros.m4: Update.
49882         * m4/prereq.m4 (jm_PREREQ): Update.
49883         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
49884         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
49885         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
49886         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
49887         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
49888         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
49889         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
49890         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
49891         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
49892         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
49893         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
49894         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
49895         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
49896         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
49897         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
49898         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
49899         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
49900         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
49901         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
49902
49903 2002-12-24  Bruno Haible  <bruno@clisp.org>
49904
49905         * MODULES.txt: Update according to m4/ changes.
49906
49907         Module gettext.
49908         * config.rpath: New file, from gettext-0.11.5.
49909
49910         * modules/*: New module descriptions.
49911         * gnulib-tool: New file.
49912         * MODULES.html.sh: New file.
49913
49914 2002-12-21  Karl Berry  <karl@gnu.org>
49915
49916         * doc/fdl.texi: update to version 1.2.
49917
49918 2002-12-19  Karl Berry  <karl@gnu.org>
49919
49920         * config/config.guess: update from prep.
49921
49922 2002-12-18  Bruno Haible  <bruno@clisp.org>
49923
49924         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
49925         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
49926
49927 2002-12-17  Bruno Haible  <bruno@clisp.org>
49928
49929         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
49930         stdlib.h, string.h.
49931
49932 2002-12-17  Bruno Haible  <bruno@clisp.org>
49933
49934         * lib/canon-host.c (strdup): Remove unused declaration.
49935
49936         * lib/fsusage.c: Include full_read.h.
49937         (get_fs_usage): Use full_read instead of safe_read.
49938
49939         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
49940
49941 2002-12-12  Karl Berry  <karl@gnu.org>
49942
49943         * config/config.guess: update from prep.
49944
49945 2002-12-11  Bruno Haible  <bruno@clisp.org>
49946
49947         * m4/setenv.m4: New file, from gettext-0.11.5.
49948
49949 2002-12-11  Bruno Haible  <bruno@clisp.org>
49950
49951         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
49952         not unsetenv().
49953         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
49954         modifications:
49955
49956         2002-12-11  Bruno Haible  <bruno@clisp.org>
49957
49958                 * setenv.c (alloca): Fall back to malloc.
49959                 (freea): New macro.
49960                 (setenv): Use freea() to free memory allocated with alloca().
49961
49962         2002-11-13  Bruno Haible  <bruno@clisp.org>
49963
49964                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
49965                 function declarations.
49966                 * unsetenv.c (unsetenv): Likewise.
49967
49968         2002-03-04  Bruno Haible  <bruno@clisp.org>
49969
49970                 Portability to AIX 4.3.3.
49971                 * unsetenv.c: New file, extracted from setenv.c.
49972                 * setenv.c: Move the unsetenv() function to unsetenv.c.
49973
49974         2001-12-20  Bruno Haible  <bruno@clisp.org>
49975
49976                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
49977                 use malloc instead. For SunOS 4.
49978
49979         2001-12-11  Bruno Haible  <bruno@clisp.org>
49980
49981                 * setenv.c: Declare alloca.
49982                 (compar_fn_t): New typedef.
49983                 (KNOWN_VALUE, STORE_VALUE): Use it.
49984
49985         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
49986         setenv.h.
49987
49988 2002-12-10  Paul Eggert  <eggert@twinsun.com>
49989
49990         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
49991         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
49992         Choose values that are less likely to collide with system fnmatch
49993         options.
49994         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
49995         defined (e.g., a pure POSIX system).
49996         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
49997         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
49998
49999 2002-12-06  Paul Eggert  <eggert@twinsun.com>
50000
50001         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
50002         a pain in practice to deal with generated m4 files.  This change
50003         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
50004
50005         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
50006         and jm-glibc-io.m4, as they are no longer a special case.
50007         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
50008         kludge and the auto-generation stuff.  Check only whether the
50009         functions are declared, not whether they exist, since older hosts
50010         that don't declare the functions can't use the optimization anyway.
50011
50012 2002-12-06  Jim Meyering  <jim@meyering.net>
50013
50014         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
50015
50016         Merge in changes from libc's misc/error.c, in preparation
50017         for the merge of gnulib's changes back into libc.
50018
50019         * lib/error.c (_): Define only if not already defined.
50020         Move definition to follow all #include directives.
50021         Include unlocked-io.h only if !_LIBC.
50022         [_LIBC]: Include <libio/libioP.h>.
50023         [USE_IN_LIBIO]: Include <libio/iolibio.h>
50024         (fflush): Tweak definition to use INTUSE.
50025         (putc): Define.
50026
50027 2002-12-05  Paul Eggert  <eggert@twinsun.com>
50028
50029         * lib/alloca.c [defined emacs]: Include "lisp.h".
50030         (xalloc_die) [defined emacs]: New macro.
50031         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
50032         [! defined emacs]: Include <xalloc.h>.
50033         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
50034         (pointer): Typedef to POINTER_TYPE *.
50035         (malloc): Remove decl; we now always use xmalloc.
50036         (alloca): Use old-style definition, since Emacs needs this.
50037         Check for arithmetic overflow when computing combined size.
50038
50039 2002-12-04  Paul Eggert  <eggert@twinsun.com>
50040
50041         Do not generate unlocked-io.h automatically, since it's easier to
50042         maintain it by hand.
50043
50044         * lib/unlocked-io.h: New file, from GNU diffutils,
50045         but with proper copyright notice and attribution.
50046         * lib/gen-uio: Remove.
50047         * lib/Makefile.am: Add copyright notice.
50048         (libfetish_a_SOURCES): Add unlocked-io.h.
50049         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
50050         (DISTCLEANFILES, io_functions): Remove macros.
50051         (EXTRA_DIST): Remove gen_uio.
50052         (unlocked-io.h): Remove rule.
50053
50054 2002-12-04  Jim Meyering  <jim@meyering.net>
50055
50056         Reflect the fact that stat.c and lstat.c are no longer generated.
50057         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
50058         (DISTCLEANFILES): Likewise.
50059         (EXTRA_DIST): Likewise.
50060         (all_local): Don't depend on stat.c or lstat.c.
50061         (stat.c, lstat.c): Remove rules.
50062         (EXTRA_DIST): Remove xstat.in.
50063
50064         * lib/xstat.in: Remove file.  Contents moved into stat.c.
50065         * lib/stat.c: New file.  Contents mostly from xstat.in.
50066         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
50067         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
50068
50069         * lib/safe-read.c: Rework so that it may serve to define safe_write,
50070         too.
50071         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
50072
50073 2002-12-03  Jim Meyering  <jim@meyering.net>
50074
50075         * lib/safe-read.c, safe-write.c: Change variable names and comments,
50076         but not semantics, to minimize the differences between these two files.
50077         (safe_read): Change comment to mention SAFE_READ_ERROR.
50078
50079         * lib/safe-read.c (IS_EINTR): Define.
50080         (safe_read): Use IS_EINTR in place of in-function cpp directives.
50081
50082 2002-12-02  Jim Meyering  <jim@meyering.net>
50083
50084         * lib/safe-read.c (EINTR): Define.
50085         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
50086         (INT_MAX): Provide fallback.
50087         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
50088
50089         * lib/safe-read.h (SAFE_READ_ERROR): Define.
50090
50091 2002-12-02  Bruno Haible  <bruno@clisp.org>
50092
50093         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
50094         Define, taken from safe-read.c.
50095         (INT_MAX): Provide fallback.
50096         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
50097         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
50098
50099         * lib/safe-read.c (EINTR): Remove definition.
50100         (safe_read): Don't use EINTR if it is absent.
50101
50102 2002-12-01  Jim Meyering  <jim@meyering.net>
50103
50104         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
50105         zero.
50106         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
50107
50108 2002-11-27  Paul Eggert  <eggert@twinsun.com>
50109
50110         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
50111         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
50112         with `if (! (value < limit)) abort ();', for readability.
50113
50114 2002-11-26  Karl Berry  <karl@gnu.org>
50115
50116         * lib/strdup.c: copy from libc again, with jim's ok.
50117         * lib/.cppi-disable: re-add strdup.c
50118
50119 2002-11-25  Karl Berry  <karl@gnu.org>
50120
50121         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
50122         instead of "strtol.c".
50123
50124 2002-11-25  Karl Berry  <karl@gnu.org>
50125
50126         * config/install-sh: update from automake for variable quoting, $0 in
50127         error msgs, etc.
50128
50129         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
50130         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
50131         entry.
50132
50133 2002-11-25  Jim Meyering  <jim@meyering.net>
50134
50135         * lib/mktime.c: Sync from libc, now that it has the latest fix.
50136
50137 2002-11-24  Karl Berry  <karl@gnu.org>
50138
50139         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
50140         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
50141
50142 2002-11-24  Jim Meyering  <jim@meyering.net>
50143
50144         Update from coreutils:
50145
50146         * lib/mktime.c: Merge in changes from libc.
50147
50148         Avoid a link-time failure on some Linux systems.
50149         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
50150         (otherwise).
50151         (__mon_yday): Declare with the STATIC attribute.
50152         (__mktime_internal): Likewise.
50153         Based on a report from Greg Schafer.
50154
50155 2002-11-23  Jim Meyering  <jim@meyering.net>
50156
50157         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
50158         Use `unsigned', not `int', as type of index.
50159
50160         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
50161
50162         * lib/fsusage.c: Remove unneeded parentheses around operands of
50163         `defined'.
50164
50165 2002-11-22  Paul Eggert  <eggert@twinsun.com>
50166
50167         * lib/quotearg.h: Allow multiple inclusion by surrounding with
50168         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
50169         so that we can be included first.
50170         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
50171         * lib/quotearg.c: Include quotearg.h immediately after config.h.
50172         No need to include stddef.h or sys/types.h any more.
50173         Surround local include files with "", not "<>".
50174         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
50175         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
50176         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
50177         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
50178         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
50179         (ISPRINT): Remove; no longer needed now that we assume C89.
50180
50181         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
50182         Preserve errno.
50183
50184         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
50185         quotearg_char): Use SIZE_MAX rather than
50186         (size_t) -1 when we are talking about "infinity".
50187
50188         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
50189
50190 2002-11-22  Paul Eggert  <eggert@twinsun.com>
50191
50192         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
50193         hint that one should use `if (! x) abort ();' rather than `assert
50194         (x);', and anyway it's one less thing to worry about configuring.
50195         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
50196         hash_rehash, hash_insert): Use abort rather than assert.
50197
50198 2002-11-22  Bruno Haible  <bruno@clisp.org>
50199
50200         * lib/safe-read.h: Assume C89. Add comments.
50201         (safe_read): Change return type to size_t.
50202         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
50203         byte counts > SSIZE_MAX correctly.
50204         * lib/safe-write.h: New file.
50205         * lib/safe-write.c: New file.
50206         * lib/full-read.h: New file.
50207         * lib/full-read.c: New file.
50208         * lib/full-write.h: Assume C89. Add comments.
50209         * lib/full-write.c: Include safe-write.h.
50210         (full_write): Rewritten to use safe_write.
50211         Suggested by Jim Meyering and Paul Eggert.
50212
50213 2002-11-21  Jim Meyering  <jim@meyering.net>
50214
50215         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
50216
50217         Merge in changes from the coreutils.
50218
50219         2002-09-25  Paul Eggert  <eggert@twinsun.com>
50220         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
50221         <stdint.h>.
50222         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
50223         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
50224         int.  Work more efficiently if X is the same width as uintmax_t.
50225         Do not compare X to -1, to avoid bogus compiler warning.
50226         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
50227         Don't assume that f_frsize and f_bsize are the same type.
50228
50229         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
50230         warning on FreeBSD.
50231
50232         * lib/makepath.c (make_path): Restore umask *before* creating the final
50233         component.
50234         (make_path): Minor reformatting.
50235
50236         * lib/xmalloc.c: Adjust to work with new autoconf macros,
50237         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
50238         HAVE_MALLOC/HAVE_REALLOC.
50239
50240         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
50241         dummy ones.  At least on GNU/Linux systems, `auto' means something
50242         else.
50243         From Michael Stone.
50244
50245 2002-11-21  Bruno Haible  <bruno@clisp.org>
50246
50247         Remove case insensitive option matching.
50248         * lib/argmatch.h (argcasematch): Remove declaration.
50249         (ARGCASEMATCH): Remove macro.
50250         (__xargmatch_internal): Remove case_sensitive argument.
50251         (XARGMATCH): Update.
50252         (XARGCASEMATCH): Remove macro.
50253         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
50254         case_sensitive argument.
50255         (argcasematch): Remove function.
50256         (__xargmatch_internal): Remove case_sensitive argument.
50257         (main): Use XARGMATCH instead of XARGCASEMATCH.
50258
50259         * lib/xmalloc.c: Change compile-time error message. Add comment about
50260         required autoconf version.
50261
50262 2002-11-20  Paul Eggert  <eggert@twinsun.com>
50263
50264         Merge argmatch cleanups from Bison.  Assume C89.
50265
50266         * lib/argmatch.c: Include config.h here, not in argmatch.h.
50267         Include stdlib.h, for EXIT_FAILURE.
50268         Always include <string.h>, since we assume C89.
50269         (EXIT_FAILURE): Remove pre-C89 bug workaround.
50270         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
50271         Include <stddef.h> instead, since it's all we need for size_t.
50272         (PARAMS): Remove.  All uses removed.
50273         (ARRAY_CARDINALITY): Do not bother to #undef.
50274         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
50275         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
50276         Remove unnecessary parentheses.
50277         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
50278         Insert necessary parentheses.
50279         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
50280         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
50281
50282 2002-11-19  Bruno Haible  <bruno@clisp.org>
50283
50284         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
50285         * lib/mbswidth.h: Include <stddef.h>, for size_t.
50286
50287         * lib/mbswidth.h (PARAMS): Remove macro.
50288         (mbswidth, mbsnwidth): Use ANSI C function declarations.
50289         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
50290
50291         * lib/gcd.h (PARAMS): Remove macro.
50292         (gcd): Use ANSI C function declarations.
50293         * lib/gcd.c (gcd): Likewise.
50294
50295 2002-11-15  Bruno Haible  <bruno@clisp.org>
50296
50297         * lib/strcspn.c: Include <stddef.h>.
50298         (strcspn): Use ANSI C function declaration. Change return type to
50299         size_t. Use NULL.
50300         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
50301         (strpbrk): Use NULL.
50302         * lib/strpbrk.h (PARAMS): Remove macro.
50303         (strpbrk): Use ANSI C function declaration.
50304         * lib/strstr.c: Don't include <sys/types.h>.
50305         * lib/strstr.h (PARAMS): Remove macro.
50306         (strstr): Use ANSI C function declarations.
50307
50308 2002-11-14  Karl Berry  <karl@gnu.org>
50309
50310         * config/mkinstalldirs: `do' on separate line, instead of
50311         `for var; do'.
50312
50313 2002-11-06  Bruno Haible  <bruno@clisp.org>
50314
50315         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
50316         * lib/gcd.c (gcd): Likewise.
50317
50318 2002-11-05  Bruno Haible  <bruno@clisp.org>
50319
50320         * lib/gcd.h: New file, from gettext-0.11.5.
50321         * lib/gcd.c: New file, from gettext-0.11.5.
50322
50323 2002-11-05  Bruno Haible  <bruno@clisp.org>
50324
50325         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
50326         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
50327         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
50328         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
50329
50330         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
50331         <libintl.h>.
50332         * lib/makepath.c: Include gettext.h instead of <locale.h> and
50333         <libintl.h>.
50334
50335         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
50336         * lib/human.c: Include gettext.h instead of <libintl.h>.
50337         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
50338         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
50339         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
50340         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
50341         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
50342         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
50343         (textdomain): Remove definition.
50344         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
50345
50346         * lib/long-options.c: Remove include of <libintl.h> and definition of
50347         _.
50348         * lib/same.c: Remove include of <libintl.h> and definition of _.
50349
50350 2002-11-04  Owen Taylor  <otaylor@redhat.com>
50351
50352         * lib/config.charset: A few additions for Solaris.
50353
50354 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
50355
50356         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
50357         * lib/localcharset.c (locale_charset): Declare as extern "C".
50358
50359 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
50360
50361         * lib/config.charset: msdos in uk_UA uses CP1125.
50362
50363 2002-11-04  Bruno Haible  <bruno@clisp.org>
50364
50365         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
50366         * lib/strcase.h: New file, from GNU gettext-0.11.5.
50367         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
50368         * lib/strstr.h: New file, from GNU gettext-0.11.5.
50369         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
50370
50371 2002-11-04  Bruno Haible  <bruno@clisp.org>
50372
50373         * lib/localcharset.c (locale_charset): Don't return an empty string.
50374
50375 2002-11-04  Bruno Haible  <bruno@clisp.org>
50376
50377         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
50378         aliases.
50379
50380 2002-11-04  Bruno Haible  <bruno@clisp.org>
50381
50382         * lib/config.charset: Update for newest glibc. Add canonical names
50383         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
50384
50385 2002-11-04  Bruno Haible  <bruno@clisp.org>
50386
50387         * lib/config.charset: Add support for NetBSD.
50388
50389 2002-11-04  Bruno Haible  <bruno@clisp.org>
50390
50391         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
50392
50393 2002-11-01  Bruno Haible  <bruno@clisp.org>
50394
50395         * configure.in: Add AC_CONFIG_AUX_DIR call.
50396         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
50397         test/Makefile.
50398         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
50399
50400 2002-09-28  Karl Berry  <karl@gnu.org>
50401
50402         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
50403         installed automake until the next release, since changes have been
50404         made.
50405
50406 2002-09-25  Karl Berry  <karl@gnu.org>
50407
50408         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
50409         * lib/getopt*: copy from libc/posix.
50410         * lib/gettext.h: copy from gettext.
50411         * lib/.cppi-disable: add strdup.c, gettext.h.
50412
50413 2002-09-25  Karl Berry  <karl@gnu.org>
50414
50415         * config/srclist.txt: enable gettext.h check.
50416         * config/config.{guess,sub}: update from prep.
50417         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
50418                 from automake 1.6.3.
50419         See srclist*.
50420
50421 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
50422
50423         * regex.c (PATFETCH): Remove the translating fetch.
50424         (PATFETCH_RAW): Rename to PATFETCH.
50425         (set_image_of_range): New fun.
50426         (SET_RANGE_TABLE_WORK_AREA): Use it.
50427         (regex_compile): Don't translate the pattern chars so eagerly.
50428         Only do it when inserting an `exactn' bytecode or when handling
50429         a char-range.
50430         (mutually_exclusive_p): Avoid empty statement.
50431
50432 2002-07-06  Jim Meyering  <meyering@lucent.com>
50433
50434         * m4/README: Don't mention Makefile.am.in.
50435         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
50436
50437 2002-07-01  Jim Meyering  <meyering@lucent.com>
50438
50439         * lib/c-stack.c: Include sys/time.h.
50440         From Volker Borchert.
50441
50442 2002-06-26  Paul Eggert  <eggert@twinsun.com>
50443
50444         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
50445
50446 2002-06-26  Paul Eggert  <eggert@twinsun.com>
50447
50448         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
50449         New macro.  Use it uniformly instead of
50450         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
50451         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
50452         reported by Vin Shelton.
50453
50454 2002-06-22  Paul Eggert  <eggert@twinsun.com>
50455
50456         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
50457         Do not assume SA_SIGINFO behavior.
50458         Bug reported by Jim Meyering on NetBSD 1.5.2.
50459
50460 2002-06-22  Jim Meyering  <meyering@lucent.com>
50461
50462         * m4/c-stack.m4: New file, from diffutils-2.8.2.
50463         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
50464
50465         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
50466         now that configure.ac uses AC_GNU_SOURCE.
50467         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
50468         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
50469
50470         Update to latest tools.  Suggestions from Paul Eggert.
50471         * m4/stdbool.m4: New file, from diffutils-2.8.2.
50472         * m4/gnu-source.m4: Update from diffutils-2.8.2.
50473         * m4/fnmatch.m4: Likewise.
50474         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
50475         to AC_HEADER_STDBOOL
50476
50477 2002-06-22  Jim Meyering  <meyering@lucent.com>
50478
50479         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
50480         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
50481
50482 2002-06-22  Jim Meyering  <meyering@lucent.com>
50483
50484         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
50485
50486         * lib/exitfail.c, exitfail.h: Likewise.
50487         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
50488
50489         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
50490         of fnmatch.h.
50491         (EXTRA_DIST): Add fnmatch_loop.c.
50492         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
50493
50494         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
50495         * lib/fnmatch.c: Update from diffutils-2.8.2.
50496         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
50497         * lib/fnmatch.h: Remove file.
50498
50499 2002-06-21  Jim Meyering  <meyering@lucent.com>
50500
50501         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
50502         * m4/mbrtowc.m4: Likewise.
50503
50504         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
50505         * m4/mbswidth.m4: Reflect name change:
50506         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
50507         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
50508
50509         * m4/lib-link.m4: Update from gettext-0.11.2.
50510         * m4/gettext.m4: Likewise.
50511
50512         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
50513         From Alfred M. Szmidt.
50514
50515 2002-06-18  Paul Eggert  <eggert@twinsun.com>
50516
50517         * lib/file-type.h: Report an error if neither S_ISREG nor
50518         S_IFREG is defined, instead of using a test specific to glibc
50519         2.2.  This should be safe, since POSIX requires S_ISREG and
50520         Unix Version 7 had S_IFREG.  We don't need to check for
50521         <sys/types.h> since we don't use any symbols that it defines.
50522
50523 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
50524
50525         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
50526         $@-t, so that each temporary file name is unique and valid in the first
50527         8 characters, for operation under DOS.
50528
50529 2002-06-15  Paul Eggert  <eggert@twinsun.com>
50530
50531         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
50532
50533 2002-06-15  Jim Meyering  <meyering@lucent.com>
50534
50535         Work even with DJGPP 2.03, which lacks support for symlinks.
50536         From Richard Dawe.
50537         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
50538         is defined.
50539         * lib/lchown.c (S_ISLNK): Likewise.
50540
50541 2002-06-15  Jim Meyering  <meyering@lucent.com>
50542
50543         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
50544         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
50545         have been included before this file.
50546
50547 2002-06-14  Jim Meyering  <meyering@lucent.com>
50548
50549         * lib/file-type.h: Use the version from diffutils-2.8.2.
50550         * lib/file-type.c: Likewise.
50551
50552 2002-06-07  Jim Meyering  <meyering@lucent.com>
50553
50554         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
50555         They're needed at least for NetBSD 1.5.2.
50556         ($statxfs_includes): Include those same headers.
50557         ($statxfs_includes): Include sys/vfs.h if available.
50558         ($statxfs_includes): Likewise for sys/statvfs.h.
50559         Check for the following members in both structs statfs and statvfs:
50560         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
50561
50562 2002-06-01  Jim Meyering  <meyering@lucent.com>
50563
50564         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
50565         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
50566
50567 2002-05-28  Jim Meyering  <meyering@lucent.com>
50568
50569         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
50570         Reported by Volker Borchert.
50571
50572 2002-05-27  Jim Meyering  <meyering@lucent.com>
50573
50574         Fix a problem seen only on nonconforming systems whereby ls.c's
50575         use of localtime, and then of gettimeofday would cause trouble:
50576         the localtime call used to initialize rpl_gettimeofday's save
50577         mechanism would clobber ls's current local time information so
50578         that in any long listing the first file would always be listed
50579         with date 1970-01-01.  Analysis by Volker Borchert.
50580
50581         * lib/gettimeofday.c (localtime): Undefine.
50582         (rpl_localtime): New function.
50583
50584 2002-05-27  Jim Meyering  <meyering@lucent.com>
50585
50586         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
50587         localtime.
50588
50589         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
50590         use the replacement function; it wouldn't resolve at link time.
50591         Reported by Volker Borchert.
50592
50593 2002-05-22  Jim Meyering  <meyering@lucent.com>
50594
50595         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
50596         file-type.h.
50597         * lib/file-type.h: New file.
50598         * lib/file-type.c (file_type): New file/function.  Extracted from
50599         diffutils.
50600
50601 2002-04-30  Jim Meyering  <meyering@lucent.com>
50602
50603         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
50604
50605 2002-04-29  Paul Eggert  <eggert@twinsun.com>
50606
50607         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
50608
50609 2002-04-29  Paul Eggert  <eggert@twinsun.com>
50610
50611         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
50612         Do not check for alloca.h (no longer used) or stdbool.h (was never
50613         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
50614
50615 2002-04-29  Paul Eggert  <eggert@twinsun.com>
50616
50617         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
50618
50619 2002-04-29  Jim Meyering  <meyering@lucent.com>
50620
50621         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
50622         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
50623         Use AC_FUNC_STRNLEN here instead.
50624
50625         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
50626         With autoconf-2.53a, it's part of AC_PROG_CC.
50627
50628 2002-04-28  Paul Eggert  <eggert@twinsun.com>
50629
50630         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
50631         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
50632
50633 2002-04-28  Paul Eggert  <eggert@twinsun.com>
50634
50635         * lib/sig2str.h, lib/sig2str.c: New files.
50636         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
50637
50638 2002-04-28  Paul Eggert  <eggert@twinsun.com>
50639
50640         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
50641         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
50642         of 127, since 64 is the largest conceivable number for ancient
50643         nonstandard hosts.
50644         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
50645
50646 2002-04-28  Jim Meyering  <meyering@lucent.com>
50647
50648         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
50649
50650 2002-04-24  Jim Meyering  <meyering@lucent.com>
50651
50652         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
50653         (jm_PREREQ): Use it.
50654
50655         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
50656         mach/mach.h fcntl.h.
50657         Check for this function: setlocale.
50658
50659 2002-04-24  Jim Meyering  <meyering@lucent.com>
50660
50661         * lib/gettext.h: New file, from Gettext.
50662         * lib/Makefile.am (INCLUDES): Remove -I../intl.
50663         (libfetish_a_SOURCES): Add gettext.h.
50664
50665 2002-04-16  Jim Meyering  <meyering@lucent.com>
50666
50667         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
50668         ut_pid, ut_id, ut_exit.
50669
50670 2002-04-16  Jim Meyering  <meyering@lucent.com>
50671
50672         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
50673         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
50674         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
50675
50676 2002-04-12  Jim Meyering  <meyering@lucent.com>
50677
50678         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
50679         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
50680         existence of the getmntinfo function.  Needed for Darwin 5.3.
50681
50682         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
50683         This is necessary at least on Darwin 5.3.
50684
50685         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
50686         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
50687         strnlen.o in the library, and that makes some versions of ranlib
50688         object.
50689
50690 2002-04-12  Jim Meyering  <meyering@lucent.com>
50691
50692         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
50693
50694 2002-04-09  Jim Meyering  <meyering@lucent.com>
50695
50696         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
50697         to be more precise.  Rather than saying we're checking whether the
50698         function `works', say what we're testing.
50699         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
50700         Reported by Bruno Haible.
50701
50702 2002-03-10  Jim Meyering  <meyering@lucent.com>
50703
50704         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
50705         Suggestion from Santiago Vila.
50706
50707 2002-03-08  Jim Meyering  <meyering@lucent.com>
50708
50709         * lib/rename.c: Mention that this wrapper is needed also on
50710         mips-dec-ultrix4.4 systems.
50711
50712 2002-03-02  Jim Meyering  <meyering@lucent.com>
50713
50714         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
50715         not HAVE_CLOCK_SETTIME.
50716
50717 2002-02-27  Paul Eggert  <eggert@twinsun.com>
50718
50719         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
50720         Check for clock_settime.
50721
50722 2002-02-27  Paul Eggert  <eggert@twinsun.com>
50723
50724         * lib/nanosleep.h: Rename to....
50725         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
50726
50727         * lib/gettime.c: New file.
50728         * lib/settime.c: New file.
50729         * lib/stime.c: Remove.
50730
50731         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
50732         timespec.h.  Remove nanosleep.h.
50733
50734 2002-02-25  Paul Eggert  <eggert@twinsun.com>
50735
50736         * m4/acl.m4: New file.
50737         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
50738         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
50739
50740 2002-02-25  Paul Eggert  <eggert@twinsun.com>
50741
50742         * lib/acl.c, lib/acl.h: New files.
50743         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
50744
50745 2002-02-24  Jim Meyering  <meyering@lucent.com>
50746
50747         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
50748         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
50749         cause trouble.  Reported by Nelson Beebe.
50750
50751 2002-02-23  Paul Eggert  <eggert@twinsun.com>
50752
50753         * lib/path-concat.c (xpath_concat): Reorder code to pacify
50754         compilers that don't know that xalloc_die never returns.
50755
50756 2002-02-20  Jim Meyering  <meyering@lucent.com>
50757
50758         * lib/getdate.c: Regenerate using bison-1.33.
50759
50760 2002-02-17  Jim Meyering  <meyering@lucent.com>
50761
50762         * config/config.guess (main): Don't use `head -1'; it's no longer
50763         portable. Use `sed 1q' instead.
50764
50765 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
50766
50767         * m4/codeset.m4: Upgrade to gettext-0.11.
50768         * m4/gettext.m4: Upgrade to gettext-0.11.
50769         * m4/glibc21.m4: Upgrade to gettext-0.11.
50770         * m4/iconv.m4: Upgrade to gettext-0.11.
50771         * m4/isc-posix.m4: Upgrade to gettext-0.11.
50772         * m4/lcmessage.m4: Upgrade to gettext-0.11.
50773         * m4/lib-ld.m4: New file, from gettext-0.11.
50774         * m4/lib-link.m4: New file, from gettext-0.11.
50775         * m4/lib-prefix.m4: New file, from gettext-0.11.
50776         * m4/progtest.m4: Upgrade to gettext-0.11.
50777
50778 2002-02-15  Paul Eggert  <eggert@twinsun.com>
50779
50780         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
50781         (jm_PREREQ): Use it.
50782
50783 2002-02-15  Paul Eggert  <eggert@twinsun.com>
50784
50785         * lib/posixver.c, lib/posixver.h: New files.
50786         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
50787
50788 2002-02-02  Paul Eggert  <eggert@twinsun.com>
50789             Bruno Haible  <bruno@clisp.org>
50790
50791         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
50792         (fwrite_success_callback): New declaration.
50793         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
50794         print_unicode_char. Call failure callback instead of error.
50795         (fwrite_success_callback): New function.
50796         (exit_failure_callback): New function.
50797         (fallback_failure_callback): New function.
50798         (print_unicode_char): Call unicode_to_mb.
50799
50800 2002-01-26  Jim Meyering  <meyering@lucent.com>
50801
50802         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
50803         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
50804
50805 2002-01-26  Jim Meyering  <meyering@lucent.com>
50806
50807         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
50808
50809 2002-01-22  Paul Eggert  <eggert@twinsun.com>
50810
50811         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
50812
50813 2002-01-22  Jim Meyering  <meyering@lucent.com>
50814
50815         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
50816         Otherwise, some versions of automake would omit the rule that makes
50817         Makefile from Makefile.in.
50818
50819 2002-01-21  Paul Eggert  <eggert@twinsun.com>
50820
50821         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
50822         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
50823         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
50824         (memcoll): Set errno to zero if there is no error.
50825
50826         * lib/quotearg.c (quotearg_buffer_restyled):
50827         Fix bug with quoting buffers containing NUL when backslashing escapes.
50828         This bug was exposed by the other changes in this patch.
50829         (quotearg_n_options): New arg ARGSIZE.
50830         All callers changed.
50831         (quoting_options_from_style): New function.
50832         (quotearg_n_style): Use it.
50833         (quotearg_n_style_mem): New function.
50834
50835         * lib/quotearg.h (quotearg_n_style_mem): New function.
50836
50837 2002-01-19  Jim Meyering  <meyering@lucent.com>
50838
50839         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
50840         Remove useless quotes: DF_PROG="df".
50841         * m4/strnlen.m4: New file.
50842
50843 2002-01-16  Paul Eggert  <eggert@twinsun.com>
50844
50845         * lib/backupfile.c (ISDIGIT): Comment fix.
50846         * lib/getdate.y (ISDIGIT): Likewise.
50847         * lib/posixtm.c (ISDIGIT, year): Likewise.
50848         * lib/strverscmp.c (ISDIGIT): Likewise.
50849         * lib/userspec.c (ISDIGIT): Likewise.
50850
50851 2002-01-16  Jim Meyering  <meyering@lucent.com>
50852
50853         * lib/getdate.y: Add three semicolons, each just before a closing
50854         brace. Bison (as of version 1.31) no longer papers over that mistake.
50855
50856 2002-01-05  Jim Meyering  <meyering@lucent.com>
50857
50858         * lib/version-etc.c (version_etc_copyright): Update copyright year.
50859
50860 2001-12-19  Paul Eggert  <eggert@twinsun.com>
50861
50862         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
50863         not silently exit merely because the output buffer happens to
50864         have nothing pending.
50865
50866 2001-12-18  Paul Eggert  <eggert@twinsun.com>
50867
50868         See the big note in ../ChangeLog.
50869         * lib/human.c (suffixes): Prefer K to k for 1024.
50870         (generate_suffix_backwards): New function.
50871         (human_readable_inexact): Use it.
50872         * lib/xstrtol.c (__xstrtol): If there is no number but there
50873         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
50874         Accept 'K' as well as 'k'.
50875
50876 2001-12-15  Jim Meyering  <meyering@lucent.com>
50877
50878         * lib/regex.h (__restrict_arr): Update from libc.
50879
50880         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
50881         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
50882         (STREQ): Define.
50883
50884 2001-12-14  Jim Meyering  <meyering@lucent.com>
50885
50886         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
50887         Suggestion from Bruno Haible.
50888
50889 2001-12-10  Jim Meyering  <meyering@lucent.com>
50890
50891         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
50892         xrealloc, Instead, include "xalloc.h".
50893         (initbuffer): Don't cast xmalloc return value to char*.
50894         (readline): Reword comment.
50895         Don't cast xrealloc return value to char*
50896         Return NULL, not 0.
50897
50898 2001-12-09  Jim Meyering  <meyering@lucent.com>
50899
50900         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
50901         about `signed and unsigned type in conditional expression'.
50902         * lib/posixtm.c (posix_time_parse): Likewise.
50903
50904         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
50905
50906         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
50907         to avoid a pedantic warning.
50908
50909         * lib/getstr.c: Don't include assert.h.
50910         (getstr): Remove warning-evoking assertions.
50911         Return -1 if offset parameter is out of bounds.
50912         Change the type of a local from int to size_t.
50913
50914         * lib/strftime.c (my_strftime_localtime_r): Include this function
50915         definition in the `#if ! HAVE_TM_GMTOFF' block.
50916
50917         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
50918         Include xalloc.h instead.
50919
50920 2001-12-02  Jim Meyering  <meyering@lucent.com>
50921
50922         * lib/tempname.c: Don't declare getenv, thus reverting the change of
50923         2001-11-18.  It's no longer necessary, now that stdlib.h is always
50924         included.
50925
50926         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
50927         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
50928
50929 2001-11-30  Akim Demaille  <akim@epita.fr>
50930
50931         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
50932         before being defined.
50933
50934 2001-11-27  Paul Eggert  <eggert@twinsun.com>
50935
50936         * lib/quotearg.h (quotearg_n, quotearg_n_style):
50937         First arg is int, not unsigned.
50938         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
50939         (SIZE_MAX, UINT_MAX): New macros.
50940         (quotearg_n_options): Abort if N is negative.
50941         Avoid overflow check on hosts where size_t is 64 bits and int
50942         is 32 bits, as overflow is impossible there.
50943         Fix off-by-one typo that caused unnecessary reallocation.
50944
50945 2001-11-27  Jim Meyering  <meyering@lucent.com>
50946
50947         * lib/tempname.c: Merge with version from libc.
50948         * lib/regex.c: Likewise.
50949
50950         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
50951         systems for which STDC_HEADERS is 0, it was not included, resulting in
50952         a warning about an integer-to-pointer conversion problem with getenv.
50953         Reported by Volker Borchert.
50954
50955 2001-11-26  Jim Meyering  <meyering@lucent.com>
50956
50957         * lib/gtod.h: Remove file.
50958         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
50959         * lib/gettimeofday.c: Don't include gtod.h.
50960         (GTOD_init): Remove function.
50961         (rpl_gettimeofday): Do its job here instead, rather than aborting.
50962         Suggestion from Volker Borchert.
50963
50964 2001-11-23  Jim Meyering  <meyering@lucent.com>
50965
50966         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
50967         it.
50968         * lib/hash.c (struct hash_table): Define it here instead.
50969
50970 2001-11-22  Jim Meyering  <meyering@lucent.com>
50971
50972         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
50973
50974 2001-11-20  Jim Meyering  <meyering@lucent.com>
50975
50976         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
50977         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
50978
50979 2001-11-19  Jim Meyering  <meyering@lucent.com>
50980
50981         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
50982         directory.  Use "conftestXXXXXX" as the template.
50983         Suggestion from Paul Eggert.
50984
50985         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
50986         immediately, so the test doesn't mistakenly hit the max-open-files
50987         limit.
50988
50989 2001-11-18  Paul Eggert  <eggert@twinsun.com>
50990
50991         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
50992         (TEMPORARIES): New macro.
50993         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
50994         removes an artificial limitation (e.g. HP-UX 10.20, where
50995         TMP_MAX is 17576).
50996
50997 2001-11-18  Jim Meyering  <meyering@lucent.com>
50998
50999         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
51000
51001 2001-11-18  Jim Meyering  <meyering@lucent.com>
51002
51003         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
51004         on SunOS 4.
51005
51006         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
51007         files will be created before anything else.
51008
51009 2001-11-17  Paul Eggert  <eggert@twinsun.com>
51010
51011         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
51012         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
51013
51014 2001-11-17  Jim Meyering  <meyering@lucent.com>
51015
51016         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
51017         Prompted by a report from Bob Proulx.
51018
51019         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
51020         Instead, require UTILS_FUNC_MKSTEMP.
51021
51022 2001-11-17  Jim Meyering  <meyering@lucent.com>
51023
51024         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
51025         Now, that's done as part of AC_FUNC_STRTOD.
51026
51027 2001-11-17  Jim Meyering  <meyering@lucent.com>
51028
51029         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
51030         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
51031         rather than group writable.  Patch by Juan F. Codagnone.
51032
51033         * lib/readtokens.c: Remove explicit declarations of xmalloc and
51034         xrealloc, Instead, include "xalloc.h".
51035
51036         * lib/mountlist.c: Include unlocked-io.h after all system headers.
51037         Remove explicit declarations of xmalloc, xrealloc,
51038         and xstrdup.  Instead, include "xalloc.h".
51039
51040         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
51041         unlocked-io.h.
51042         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
51043         Likewise.
51044         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
51045
51046         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
51047         Reported by Padraig Brady.
51048
51049         * lib/mkstemp.c: #undef mkstemp.
51050         Include config.h.
51051         (rpl_mkstemp): Rename from mkstemp.
51052         Protoize.
51053
51054 2001-11-16  Jim Meyering  <meyering@lucent.com>
51055
51056         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
51057         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
51058         determine the amount of total physical memory, use pstat_getstatic.
51059         HPUX-11 doesn't define _SC_PHYS_PAGES.
51060         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
51061         If sysconf couldn't be used to determine the amount of available
51062         physical memory, use both pstat_getstatic and pstat_getdynamic.
51063         Based on a patch from Bob Proulx.
51064
51065 2001-11-10  Jim Meyering  <meyering@lucent.com>
51066
51067         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
51068         (jm_PREREQ): Use it.
51069
51070 2001-11-09  Jim Meyering  <meyering@lucent.com>
51071
51072         * m4/jm-macros.m4: Require autoconf-2.52f.
51073         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
51074         Use these AC_-prefixed names, not the AM_-prefixed ones.
51075
51076         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
51077
51078 2001-11-05  Jim Meyering  <meyering@lucent.com>
51079
51080         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
51081
51082 2001-11-04  Jim Meyering  <meyering@lucent.com>
51083
51084         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
51085         $DEFS.
51086
51087 2001-11-03  Jim Meyering  <meyering@lucent.com>
51088
51089         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
51090         of AC_DEFUN.
51091
51092         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
51093         know the name of the variable in the macro definition.
51094
51095 2001-11-03  Jim Meyering  <meyering@lucent.com>
51096
51097         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
51098         in argmatch_to_argument call.
51099
51100         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
51101         argument.
51102
51103         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
51104         e.g., a fault due to an attempt to free a NULL pointer.
51105
51106 2001-11-01  Jim Meyering  <meyering@lucent.com>
51107
51108         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
51109         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
51110
51111 2001-11-01  Jim Meyering  <meyering@lucent.com>
51112
51113         * lib/dirfd.c, lib/dirfd.h: New files.
51114         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
51115
51116         * lib/hash.c (hash_print) [TESTING]: Clean up.
51117
51118 2001-10-22  Paul Eggert  <eggert@twinsun.com>
51119
51120         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
51121         to avoid a warning if -Wall.
51122
51123 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
51124
51125         * README: New file
51126         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
51127         (per RMS's instructions, this is now the canonical source)
51128         * lgpl/, gpl/: New directories.
51129
51130 2001-10-21  Paul Eggert  <eggert@twinsun.com>
51131
51132         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
51133
51134 2001-10-21  Jim Meyering  <meyering@lucent.com>
51135
51136         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
51137         this code would end up calling gettext even in packages built
51138         with --disable-nls.
51139         * lib/getopt.c (_): Likewise.
51140         * lib/regex.c (_): Likewise.
51141
51142 2001-10-20  Paul Eggert  <eggert@twinsun.com>
51143
51144         * m4/error.m4 (jm_PREREQ_ERROR):
51145         Do not invoke AC_CHECK_FUNCS with strerror_r, as
51146         AC_FUNC_STRERROR_R does that.
51147         Check for strerror declaration.
51148
51149         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
51150         are supposed to have them these days.
51151         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
51152         Merge changes from latest Autoconf CVS.
51153         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
51154         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
51155         POSIX decided to standardize on the int flavor of strerror_r.
51156
51157 2001-10-20  Paul Eggert  <eggert@twinsun.com>
51158
51159         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
51160         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
51161         Use strerror_r that is only a macro, even if it is not a function.
51162         (strerror): Check for HAVE_DECL_STRERROR before declaring.
51163         (private_strerror): Use prototypes, not old-style function definition.
51164         (print_errno_message): New function.
51165         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
51166         char*-flavored one.
51167         (error_tail, error, error_at_line): Use it.
51168
51169 2001-10-11  Jim Meyering  <meyering@lucent.com>
51170
51171         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
51172         and quote_n (1, ... to avoid clobbering a buffer.
51173
51174 2001-10-05  Jim Meyering  <meyering@lucent.com>
51175
51176         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
51177         hash-pjw.h.
51178         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
51179         * lib/hash-pjw.h: New file.
51180
51181 2001-09-30  Jim Meyering  <meyering@lucent.com>
51182
51183         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
51184         `struct fsstat' has the `f_fstypename' member.
51185         Use that to define FS_TYPE, which is now used to make
51186         the getfsstat link test tighter.
51187
51188 2001-09-30  Jim Meyering  <meyering@lucent.com>
51189
51190         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
51191         Include <sys/ucred.h>, for Apple Darwin.
51192         Include sys/mount.h and sys/fs_types.h only if available.
51193         (FS_TYPE): Define.
51194         (read_filesystem_list): Use FS_TYPE.
51195
51196 2001-09-29  Paul Eggert  <eggert@twinsun.com>
51197
51198         * lib/exclude.c (excluded_filename): 0 -> false, since it's
51199         a boolean context.
51200
51201 2001-09-29  Jim Meyering  <meyering@lucent.com>
51202
51203         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
51204         [one-argument getmntent function]): Include stdio.h before mntent.h.
51205         SunOS 4.1.x needs it for the declaration of `FILE'.
51206         Patch by Volker Borchert.
51207
51208         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
51209         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
51210         sys/fs_types.h, and make the link-test for getfsstat guard #include
51211         directives with appropriate #if HAVE_*_H tests so that we can
51212         detect getfsstat on Apple Darwin1.3.7 systems.
51213         Reported by Nelson Beebe.
51214         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
51215
51216 2001-09-28  Paul Eggert  <eggert@twinsun.com>
51217
51218         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
51219         #defines strtoimax.  Also treat the other strto* functions
51220         like strtoimax.
51221
51222         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
51223         Check for strtoul and strtoumax,
51224         as those declarations are made even in the signed case.
51225         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
51226         Likewise, for strtol and strtoimax.
51227
51228 2001-09-28  Paul Eggert  <eggert@twinsun.com>
51229
51230         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
51231         #defines strtoimax.  Also treat the other strto* functions
51232         like strtoimax.
51233
51234         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
51235         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
51236         (strtoimax, strtoumax): Do not declare if already defined as a macro.
51237
51238 2001-09-26  Jim Meyering  <meyering@lucent.com>
51239
51240         Most macros in unlocked-io.h had the wrong number of arguments.
51241         * lib/gen-uio: New script.
51242         (USE_UNLOCKED_IO): Define to 1 if not already defined.
51243         * lib/unlocked-io.hin: Remove file.
51244         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
51245         rather than trying to embed it here.
51246         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
51247         Reported by Padraig Brady.
51248
51249 2001-09-25  Volker Borchert  <bt@teknon.de>
51250
51251         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
51252         `result'.
51253
51254 2001-09-24  Jim Meyering  <meyering@lucent.com>
51255
51256         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
51257
51258 2001-09-23  Jim Meyering  <meyering@lucent.com>
51259
51260         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
51261         instead of the mere test for existence of mntent.h.  The latter
51262         would get a false-positive on AIX 3.4 systems.
51263         In the outer getmntent if-block, don't die if neither of the getmntent
51264         tests succeeds.  Instead, just fall through and continue with the
51265         remaining tests.
51266
51267 2001-09-23  Jim Meyering  <meyering@lucent.com>
51268
51269         * lib/mountlist.c: Remove useless parentheses in #if directives.
51270         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
51271         the deprecated MOUNTED symbol is no longer defined in mntent.h.
51272
51273 2001-09-22  Jim Meyering  <meyering@lucent.com>
51274
51275         * m4/gettext.m4: New file.  From gettext.
51276         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
51277         * m4/progtest.m4: Likewise
51278         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
51279         * m4/glibc21.m4: Likewise.
51280
51281         * m4/libintl.m4: Remove.  No longer used.
51282
51283 2001-09-22  Jim Meyering  <meyering@lucent.com>
51284
51285         * lib/localcharset.c: Update from latest gettext.
51286         * lib/config.charset: Likewise.
51287
51288 2001-09-20  Jim Meyering  <meyering@lucent.com>
51289
51290         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
51291         strtoimax.
51292         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
51293         strtoumax.
51294
51295 2001-09-20  Jim Meyering  <meyering@lucent.com>
51296
51297         * lib/xstrtol.c (strtoimax): Guard declaration with
51298         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
51299         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
51300         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
51301         (strtoumax): Likewise, for completeness (it wasn't necessary).
51302
51303 2001-09-17  Paul Eggert  <eggert@twinsun.com>
51304
51305         * lib/strtoimax.c (HAVE_LONG_LONG):
51306         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
51307         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
51308         to work around bug in IBM C compiler.
51309
51310 2001-09-17  Jim Meyering  <meyering@lucent.com>
51311
51312         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
51313         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
51314         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
51315         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
51316         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
51317         whenever the right hand side need not be expanded by the shell.
51318
51319 2001-09-16  Paul Eggert  <eggert@twinsun.com>
51320
51321         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
51322         library.  It's not correct, as some older glibcs are buggy.
51323         fnmatch wasn't fixed until glibc 2.2.
51324
51325         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
51326         special shell magic here.
51327
51328 2001-09-16  Jim Meyering  <meyering@lucent.com>
51329
51330         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
51331         * m4/jm-macros.m4: Require it.
51332
51333 2001-09-16  Jim Meyering  <meyering@lucent.com>
51334
51335         * lib/mkdir.c: New file.
51336
51337 2001-09-15  Jim Meyering  <meyering@lucent.com>
51338
51339         * m4/jm-macros.m4: Check for help2man.
51340
51341 2001-09-11  Jim Meyering  <meyering@lucent.com>
51342
51343         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
51344         The body, by Paul Eggert, was moved here from configure.in.
51345         * m4/jm-macros.m4: Require UTILS_HOST_OS.
51346
51347 2001-09-04  Paul Eggert  <eggert@twinsun.com>
51348
51349         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
51350         (jm_PREREQ): Use it.
51351
51352 2001-09-04  Paul Eggert  <eggert@twinsun.com>
51353
51354         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
51355         Use ssize_t, not int, to store result of readlink.
51356         Check for ssize_t overflow as well as size_t overflow,
51357         as POSIX says the result of readlink is implementation-defined
51358         when ssize_t overflows.
51359         Remove unnecessary cast to char*.
51360         Use free+malloc instead of realloc, as the storage doesn't need
51361         to be preserved and it's clearer and can be more efficient that way.
51362         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
51363         * lib/xreadlink.h (xreadlink): Update prototype.
51364
51365 2001-09-04  Paul Eggert  <eggert@twinsun.com>
51366
51367         * lib/xgetcwd.c: Revert some of the previous change; intead,
51368         fix the HAVE_GETCWD_NULL code to behave more like the
51369         !HAVE_GETCWD_NULL code used to.
51370
51371         Include "xalloc.h".
51372         (xgetcwd): Do not return NULL when memory is exhausted; instead,
51373         invoke xalloc_die.
51374
51375 2001-09-03  Paul Eggert  <eggert@twinsun.com>
51376
51377         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
51378         sys/param.h, as pathmax.h includes them.
51379
51380 2001-09-03  Paul Eggert  <eggert@twinsun.com>
51381
51382         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
51383         (jm_PREREQ_XGETCWD): New macro.
51384
51385         * m4/getcwd.m4: New file.
51386
51387 2001-09-03  Paul Eggert  <eggert@twinsun.com>
51388
51389         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
51390         like the HAVE_GETCWD_NULL code.
51391         Include pathmax.h if not HAVE_GETCWD.
51392         Do not include xalloc.h.
51393         (INITIAL_BUFFER_SIZE): New symbol.
51394         Do not use xmalloc / xrealloc, since the caller is responsible for
51395         handling errors.  Preserve errno around `free' during failure.
51396         Do not overrun buffer when using getwd.
51397
51398 2001-09-03  Paul Eggert  <eggert@twinsun.com>
51399
51400         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
51401         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
51402         getcwd (NULL, 0).
51403
51404 2001-09-03  Paul Eggert  <eggert@twinsun.com>
51405
51406         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
51407         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
51408         spotted by Jim Meyering.
51409
51410 2001-09-03  Jim Meyering  <meyering@lucent.com>
51411
51412         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
51413         failure.
51414
51415 2001-09-02  Jim Meyering  <meyering@lucent.com>
51416
51417         * lib/error.c: Update from GNU libc.
51418
51419 2001-09-01  Jim Meyering  <meyering@lucent.com>
51420
51421         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
51422         Used by df.
51423
51424 2001-09-01  Jim Meyering  <meyering@lucent.com>
51425
51426         * lib/xreadlink.c: New file.
51427         * lib/xreadlink.h: New file.
51428         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
51429         xreadlink.h.
51430
51431         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
51432         doesn't conflict with sparc Solaris 7's definition in
51433         /usr/include/sys/int_types.h.
51434
51435         * lib/exclude.c: Use `""', not `<>' to #include non-system header
51436         files.
51437         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
51438         and strncasecmp as r-values.  Unixware didn't have declarations.
51439
51440 2001-08-31  Paul Eggert  <eggert@twinsun.com>
51441
51442         * lib/xstrtol.h: Add copyright notice.
51443         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
51444         LONGINT_INVALID_SUFFIX_CHAR.
51445
51446 2001-08-31  Paul Eggert  <eggert@twinsun.com>
51447
51448         * lib/xstrtol.c (strtoimax): New decl.
51449
51450 2001-08-31  Paul Eggert  <eggert@twinsun.com>
51451
51452         * lib/xgetcwd.c: Don't include pathmax.h.
51453         Include stdlib.h and unistd.h if available.
51454         Include xalloc.h.
51455         (xmalloc, xstrdup, free): Remove decls.
51456         (xgetcwd): Don't assume sizes fit in unsigned.
51457         Check for overflow when computing sizes.
51458         Simplify reallocation code.
51459
51460 2001-08-31  Paul Eggert  <eggert@twinsun.com>
51461
51462         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
51463         a directory's st_size can have an arbitrary value, so the old
51464         usage could waste an arbitrary amount of memory.  All uses
51465         changed.
51466         * lib/savedir.h: Update prototype.
51467
51468 2001-08-31  Paul Eggert  <eggert@twinsun.com>
51469
51470         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
51471
51472         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
51473         old strtoimax.c.
51474
51475         Also, make the following further changes to make this file's
51476         configuration more similar to that of strtol.c:
51477         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
51478         (strtoumax, uintmax_t, strtoull, strtol): Remove.
51479         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
51480         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
51481         changed to signed values.
51482
51483         And make the following changes as well:
51484         Fix copyright notice, as 1999 was missing.
51485         (verify): New macro.
51486         (strtoimax): Check sizes at compile-time, not run-time.
51487         Prefer strtol to strtoll if both work.
51488         (main): Remove; it was not that useful and was a pain to maintain.
51489
51490         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
51491
51492 2001-08-31  Jim Meyering  <meyering@lucent.com>
51493
51494         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
51495         Use an initial, malloc'd, buffer of length 128 rather than
51496         a statically allocated one of length 1024.
51497
51498 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51499
51500         Simplify code, partly by assuming autoconf 2.52 semantics.
51501
51502         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
51503
51504         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
51505         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
51506         All uses removed.
51507         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
51508         Move AC_REQUIRE to next-to-top level, to avoid confusion.
51509         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
51510         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
51511         jm_AC_HEADER_INTTYPES_H.
51512         * m4/jm-macros.m4 (jm_MACROS): Likewise.
51513
51514         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
51515
51516         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
51517         Quote first arg of AC_DEFUN.
51518         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
51519         since they are needed to parse the include file even if we need
51520         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
51521         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
51522         but with opposite signedness.
51523
51524 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51525
51526         Merge 'exclude' changes from tar 1.13.22.
51527         This fixes one or two unlikely storage allocation overflow bugs,
51528         but doesn't change user-visible behavior otherwise.
51529
51530 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51531
51532         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
51533         (jm_PREREQ_EXCLUDE): New macro.
51534
51535 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51536
51537         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
51538         tm to be declared.
51539
51540 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51541
51542         * lib/hash.c: Remove '2001' from copyright notice.
51543
51544 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51545
51546         * lib/full-write.h: New file.
51547         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
51548         * lib/full-write.c: Correct credits, as cccp.c no longer
51549         exists and anyway it was so heavily changed from the old cccp
51550         code as to be unrecognizable.  Include full-write.h.
51551         (full_write) Return size_t, with short writes meaning failure.
51552         All callers changed.  This fixes a bug with large buffers
51553         on 64-bit hosts.
51554         * lib/utime.c: Include full-write.h.
51555
51556 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51557
51558         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
51559         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
51560         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
51561         Include if available.
51562         (<xalloc.h>): Include
51563         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
51564         (verify): New macro.  Use it to verify that EXCLUDE macros do not
51565         collide with FNM macros.
51566         (struct patopts): New struct.
51567         (struct exclude): Use it, as exclude patterns now come with options.
51568         (new_exclude): Support above changes.
51569         (new_exclude, add_exclude_file):
51570         Initial size must now be a power of two to simplify overflow checking.
51571         (free_exclude, fnmatch_no_wildcards): New function.
51572         (excluded_filename): No longer requires options arg, as the options
51573         are determined by add_exclude.  Now returns bool, not int.
51574         (excluded_filename, add_exclude):
51575         Add support for the fancy new exclusion options.
51576         (add_exclude, add_exclude_file): Now takes int options arg.
51577         Check for arithmetic overflow when computing sizes.
51578         (add_exclude_file): xrealloc might modify errno, so don't
51579         realloc until after errno might be used.
51580
51581         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
51582         New macros.
51583         (free_exclude): New decl.
51584         (add_exclude, add_exclude_file): Now takes int options arg.
51585         (excluded_filename): No longer requires options arg, as the options
51586         are determined by add_exclude.  Now returns bool, not int.
51587
51588 2001-08-30  Paul Eggert  <eggert@twinsun.com>
51589
51590         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
51591
51592 2001-08-27  Jim Meyering  <meyering@lucent.com>
51593
51594         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
51595
51596         * lib/version-etc.c (N_): Remove definition.
51597         Revert most of last change.
51598         Instead, simply don't mark the `Copyright...' string for translation.
51599         Based on advice from Paul Eggert.
51600
51601         * lib/strtoxmax.c: Tweak comment.
51602
51603 2001-08-26  Jim Meyering  <meyering@lucent.com>
51604
51605         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
51606
51607         * m4/xstrtoimax.m4: New file.
51608         * m4/xstrtoumax.m4: Add comments explaining why we
51609         AC_REPLACE_FUNCS(strtol).
51610
51611 2001-08-26  Jim Meyering  <meyering@lucent.com>
51612
51613         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
51614         of copyright with `%s' so translators don't get an untranslated
51615         message in 2002.
51616         (COPYRIGHT_YEAR): Define.
51617         (version_etc): Use fprintf rather than fputs.
51618         Suggestion from Ulrich Drepper.
51619
51620         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
51621
51622         * lib/strtoll.c: New file, from GNU libc.
51623         * lib/xstrtoimax.c: New file.
51624
51625         * lib/xstrtol.h: Add xstrtoimax.
51626         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
51627         * lib/strtoimax.c: New file.  Likewise, but first define
51628         STRTOUXMAX_SIGNED.
51629
51630         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
51631         ...
51632         * lib/strtoxmax.c: ... then renamed to this.
51633
51634 2001-08-18  Paul Eggert  <eggert@twinsun.com>
51635
51636         * m4/inttypes.m4: Add AC_PREREQ(2.13).
51637         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
51638         (jm_AC_TYPE_INTMAX_T): New macro.
51639         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
51640
51641         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
51642
51643         * m4/longlong.m4: Renamed from ulonglong.m4.
51644         * m4/inttypes.m4: Renamed from inttypes_h.m4.
51645         * m4/uintmax_t.m4: Removed.
51646
51647 2001-08-13  Paul Eggert  <eggert@twinsun.com>
51648
51649         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
51650         Port to Solaris 8, where 'sed' requires a space after the 'r'
51651         command, and where sh dislikes "$/".  Clean up the spacing a bit.
51652         Redirect output to $tmp just once.
51653
51654 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
51655
51656         * lib/addext.c (<errno.h>): Include.
51657         (errno): Declare if not defined.
51658         (addext): Work correctly when pathconf returns -1 and leaves
51659         errno alone because there is no limit.  Also, work even if
51660         pathconf returns a value greater than SIZE_MAX.
51661
51662 2001-08-12  Jim Meyering  <meyering@lucent.com>
51663
51664         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
51665         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
51666         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
51667         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
51668         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
51669         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
51670         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
51671         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
51672         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
51673         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
51674         utime.m4, utimes.m4, xstrtoumax.m4:
51675         Quote the first argument in each use of AC_DEFUN.
51676
51677 2001-08-12  Jim Meyering  <meyering@lucent.com>
51678
51679         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
51680         Simply `return getcwd (NULL, 0);'.
51681         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
51682         Use 1300 as initial value for length, not PATH_MAX.
51683
51684         * lib/pathmax.h: Clean up cpp syntax.
51685
51686 2001-08-12  Jim Meyering  <meyering@lucent.com>
51687
51688         * lib/gettimeofday.c: New file.
51689         * lib/gtod.h: New file.
51690         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
51691
51692 2001-08-05  Jim Meyering  <meyering@lucent.com>
51693
51694         * m4/jm-macros.m4: Require autoconf-2.52.
51695
51696 2001-08-04  Jim Meyering  <meyering@lucent.com>
51697
51698         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
51699         stmt, to get in sync with glibc.
51700
51701 2001-08-03  Paul Eggert  <eggert@twinsun.com>
51702
51703         The following changes are from gettext 0.10.39 as maintained by
51704         Bruno Haible.
51705
51706         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
51707         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
51708         with inverted sense.  All uses changed.
51709
51710         * lib/mbswidth.c: Don't include <limits.h>.
51711         Include <stdlib.h> and <string.h> unconditionally.
51712         (iswcntrl, mbsinit, ISCNTRL): New macros.
51713         (mbsnwidth): Use K&R style function declarations.
51714         Don't bother checking for MB_LEN_MAX == 1, since the compiler
51715         can optimize it when MB_CUR_MAX == 1.
51716         The width of control characters is zero, not 1.
51717
51718 2001-08-03  Paul Eggert  <eggert@twinsun.com>
51719
51720         The following changes are from gettext 0.10.39 as maintained by
51721         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
51722
51723         * m4/codeset.m4: Upgrade to serial AM1.
51724         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
51725         all uses changed.  Quote first arg of AC_DEFUN.
51726         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
51727
51728         * m4/iconv.m4: Upgrade to serial AM2.
51729         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
51730         Add --with-libconv-prefix.
51731         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
51732         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
51733         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
51734         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
51735         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
51736
51737         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
51738         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
51739         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
51740         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
51741         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
51742         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
51743         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
51744         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
51745         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
51746
51747         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
51748         string.h any more.
51749
51750         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
51751         not the default value.
51752
51753         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
51754         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
51755         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
51756         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
51757         Also check for iswcntrl, used for wcwidth fallback.
51758         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
51759         to Autoconf 2.13.
51760
51761 2001-08-03  Jim Meyering  <meyering@lucent.com>
51762
51763         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
51764         as it was in the original.  Reported by Paul Eggert.
51765
51766 2001-07-16  Jim Meyering  <meyering@lucent.com>
51767
51768         * m4/gettimeofday.m4: New file.
51769         Prompted by a report from Bernhard Baehr.
51770
51771 2001-07-15  Jim Meyering  <meyering@lucent.com>
51772
51773         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
51774         stuff. Now it's in ../Makefile.cfg.
51775
51776 2001-07-15  Jim Meyering  <meyering@lucent.com>
51777
51778         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
51779         (BUILT_SOURCES): Add unlocked-io.h.
51780         (io_functions): Define.
51781         (unlocked-io.h): New rule.
51782         (DISTCLEANFILES): Add unlocked-io.h.
51783         (all-local): Depend on unlocked-io.h, to ensure it is created.
51784
51785         * lib/unlocked-io.hin: New file
51786
51787         * lib/regex.c: Update from glibc.
51788
51789 2001-07-05  Jim Meyering  <meyering@lucent.com>
51790
51791         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
51792         recommendation.
51793         (libfetish_a_SOURCES): Put all .h files here instead.
51794         Remove a thus-exposed (better checks in automake) duplicate and
51795         two unnecessary .h files.
51796
51797 2001-07-04  Jim Meyering  <meyering@lucent.com>
51798
51799         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
51800         that generates jm-glibc-io.m4 so that it doesn't trigger any make
51801         distcheck failure.
51802
51803 2001-07-02  Jim Meyering  <meyering@lucent.com>
51804
51805         The following changes were prompted by suggestions from Bruno Haible.
51806
51807         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
51808         is now generated.
51809         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
51810         definition of EXTRA_DIST.
51811         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
51812         ensure that the generated file is created/updated whenever the list
51813         of $(unlocked_functions) is changed.
51814         (jm-glibc-io.m4): New rule.
51815         (unlocked-io.h): New rule -- currently unused.
51816
51817 2001-06-24  Jim Meyering  <meyering@lucent.com>
51818
51819         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
51820         unmatched right bracket, rather than kludging it with an extra,
51821         falsely-matching quote in a comment.  Patch by Akim Demaille.
51822
51823 2001-06-11  Jim Meyering  <meyering@lucent.com>
51824
51825         * lib/regex.c: Update from GNU libc.
51826
51827 2001-05-27  Jim Meyering  <meyering@lucent.com>
51828
51829         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
51830         Check for ut_type in struct utmp.
51831
51832 2001-05-27  Jim Meyering  <meyering@lucent.com>
51833
51834         * lib/readutmp.h (UT_TYPE): Define.
51835
51836 2001-05-24  Jim Meyering  <meyering@lucent.com>
51837
51838         * lib/argmatch.c: Include "quote.h".
51839         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
51840         quote function.  Reported by Göran Uddeborg.
51841
51842 2001-05-22  Jim Meyering  <meyering@lucent.com>
51843
51844         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
51845         now that we use the package-supplied version unconditionally.
51846         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
51847
51848 2001-05-21  Jim Meyering  <meyering@lucent.com>
51849
51850         * m4/regex.m4: Change a couple backticks to single quotes to avoid
51851         shell syntax errors.
51852
51853 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
51854
51855         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
51856
51857 2001-05-20  Paul Eggert  <eggert@twinsun.com>
51858
51859         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
51860         Don't bother to check library strftime, since
51861         we'll be using our own my_strftime function anyway.
51862         Define my_strftime instead of strftime.
51863
51864 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
51865
51866         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
51867         which is not yet declared.
51868
51869 2001-05-15  Jim Meyering  <meyering@lucent.com>
51870
51871         * m4/regex.m4: Use proper quoting so brackets appear in the test
51872         program.
51873         Reported by, and with help from, Bruno Haible.
51874
51875 2001-05-13  Jim Meyering  <meyering@lucent.com>
51876
51877         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
51878         undefined.
51879
51880 2001-05-11  Paul Eggert  <eggert@twinsun.com>
51881
51882         dirname code cleanup.  base_name now behaves more compatibly
51883         with POSIX basename when given file names that have trailing
51884         slashes, and similarly for dir_name.  Add new primitives
51885         base_len and dir_len.  Put the directory-name-related decls
51886         into dirname.h.
51887
51888         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
51889         * lib/backupfile.c (base_name): Likewise.
51890         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
51891         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
51892         * lib/makepath.c (strip_trailing_slashes): Likewise.
51893         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
51894         ISSLASH): Likewise.
51895         * lib/rename.c (strip_trailing_slashes): Likewise.
51896         * lib/same.c (base_name): Likewise.
51897         * lib/stripslash.c (ISSLASH): Likewise.
51898
51899         * lib/addext.c: Include <dirname.h> after size_t is defined.
51900         * lib/backupfile.c: Likewise.
51901
51902         * lib/addext.c (addext): Use base_len to trim redundant
51903         trailing slashes instead of doing it ourselves.
51904         But do not trim the last slash if it is not redundant.
51905
51906         * lib/backupfile.c (find_backup_file_name,
51907         max_backup_version): Use base_len instead of rolling it ourselves.
51908         Handle the case of "" and (on DOS) "C:" correctly.
51909
51910         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
51911         needed. Include <string.h>, <dirname.h>.
51912         (base_name): Allow file names ending in slashes, other than names
51913         that are all slashes.  In this case, return the basename followed
51914         by the slashes.  This is more general, and can be used in places
51915         where the original base_name purposely had an assertion failure.
51916         (base_len): New function.
51917
51918         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
51919         Do not include <assert.h>; no longer needed.
51920         Include xalloc.h.
51921         (memrchr): Remove decl.
51922         (dir_name_r): Remove.
51923         (dir_len): Renamed from dirlen.  All callers changed.
51924         Rewrite in terms of base_name, for simplicity and consistency.
51925         (dir_name): Never return NULL.  All callers changed.
51926         Do not include <stdlib.h> in test program; no longer needed.
51927         return 0; is fine for test program.
51928
51929         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
51930         New macros.
51931         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
51932
51933         * lib/path-concat.c (path_concat): Use base_len to compute
51934         base length, not strlen; this means we cannot rely on memcpy
51935         to null-terminate.
51936
51937         * lib/same.c (STREQ): Remove.
51938         (same_name): Handle the case where the basename ends in trailing '/'.
51939
51940         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
51941         a slash was stripped.  Do not strip the last slash after a
51942         file system prefix.
51943
51944 2001-05-11  Paul Eggert  <eggert@twinsun.com>
51945
51946         * lib/Makefile.am (libfetish_a_SOURCES):
51947         Add strftime.c, since we now compile it on all hosts.
51948
51949         * lib/strftime.c (my_strftime):
51950         Define to nstrftime if emacs, but only if my_strftime is not defined.
51951         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
51952         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
51953         Add one more extra argument: a nanoseconds value.
51954         All uses changed.
51955         (ns): New macro.
51956         (my_strftime function): Add %N format.
51957         (emacs_strftimeu): Renamed from emacs_strftime,
51958         with extra ut argument.
51959
51960 2001-05-09  Paul Eggert  <eggert@twinsun.com>
51961
51962         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
51963
51964 2001-04-21  Jim Meyering  <meyering@lucent.com>
51965
51966         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
51967         doesn't interfere.
51968
51969 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
51970
51971         * m4/ftruncate.m4: Check for chsize.
51972         Link with ftruncate.o unconditionally if ftruncate is missing.
51973         This was required when cross-compiling to i586-mingw32msvc.
51974
51975 2001-04-08  Jim Meyering  <meyering@lucent.com>
51976
51977         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
51978         recomputed; that's necessary when the offset spans a DST transition.
51979         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
51980
51981 2001-04-02  Jim Meyering  <meyering@lucent.com>
51982
51983         * lib/regex.h, regex.c: Update from GNU libc.
51984
51985 2001-03-24  Jim Meyering  <meyering@lucent.com>
51986
51987         * m4/jm-macros.m4: Require autoconf-2.49d.
51988
51989 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
51990
51991         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
51992
51993 2001-03-19  Paul Eggert  <eggert@twinsun.com>
51994
51995         * lib/version-etc.c (version_etc_copyright): Update to 2001.
51996
51997 2001-03-17  Jim Meyering  <meyering@lucent.com>
51998
51999         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
52000         now that the version in autoconf is equivalent.
52001         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
52002
52003         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
52004         Suggestion from Akim Demaille.
52005
52006         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
52007         (jm_PREREQ_TEMPNAME): New function.
52008
52009 2001-03-16  Paul Eggert  <eggert@twinsun.com>
52010
52011         * lib/tempname.c (uint64_t): Define to uintmax_t if
52012         not defined, and if UINT64_MAX is not defined.
52013         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
52014         Reported by John David Anglin.
52015
52016 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
52017
52018         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
52019         resolve alias if codeset is empty.
52020         * lib/config.charset (BeOS): Use wildcard syntax.
52021
52022 2001-03-13  Jim Meyering  <meyering@lucent.com>
52023
52024         * lib/path-concat.c (path_concat)
52025         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
52026         concatenating e.g., `C:' and `foo'.
52027         From Bruno Haible.
52028
52029 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
52030
52031         * lib/localcharset.c (locale_charset): Don't use
52032         setlocale(LC_CTYPE,NULL). Don't return NULL.
52033         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
52034
52035 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
52036
52037         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
52038         support for DOS/DJGPP.
52039
52040 2001-03-01  Paul Eggert  <eggert@twinsun.com>
52041
52042         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
52043         lacks mkstemp.  Compile our own tempname.c if we compile our own
52044         mkstemp.c, as mkstemp relies on tempname.
52045
52046 2001-03-01  Jim Meyering  <meyering@lucent.com>
52047
52048         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
52049         AH_VERBATIM really does output its argument verbatim.
52050
52051 2001-02-28  Paul Eggert  <eggert@twinsun.com>
52052
52053         * lib/Makefile.am (libfetish_a_SOURCES):
52054         Add dup-safer.c, fopen-safer.c.
52055         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
52056
52057         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
52058         * lib/unistd-safer.h: New files.
52059
52060 2001-02-25  Paul Eggert  <eggert@twinsun.com>
52061
52062         The mkstemp replacement is taken from glibc 2.2.2, with some
52063         portability fixes for use outside glibc, as follows:
52064
52065         * lib/tempname.c (struct_stat64): New macro.
52066         (direxists, __gen_tempname): Use it.
52067         This avoids a portability problem with Solaris 8.
52068
52069         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
52070         (<stddef.h>, <stdint.h>, <string.h>):
52071         Include only if STDC_HEADERS || _LIBC.
52072         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
52073         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
52074         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
52075         (__set_errno): Define this macro if <errno.h> doesn't.
52076         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
52077         Define these macros if <stdio.h> doesn't.
52078         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
52079         Define these macros if <sys/stat.h>
52080         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
52081         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
52082         __xstat64): Define if not _LIBC.
52083         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
52084         (__gen_tempname): Invoke gettimeofday only if
52085         HAVE_GETTIMEOFDAY || _LIBC;
52086         otherwise, fall back on plain "time".
52087         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
52088
52089         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
52090
52091         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
52092
52093 2001-02-18  Paul Eggert  <eggert@twinsun.com>
52094
52095         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
52096
52097 2001-02-17  Paul Eggert  <eggert@twinsun.com>
52098
52099         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
52100         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
52101         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
52102         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
52103
52104 2001-02-17  Paul Eggert  <eggert@twinsun.com>
52105
52106         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
52107         Remove workaround macros for hosts that have mbrtowc but not
52108         mbstate_t, as we now insist on proper declarations for both
52109         before using mbrtowc.
52110
52111 2001-02-17  Jim Meyering  <meyering@lucent.com>
52112
52113         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
52114         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
52115         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
52116         UnixWare 7.1.1.
52117
52118         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
52119         rather than AC_CACHE_VAL.
52120
52121 2001-02-17  Jim Meyering  <meyering@lucent.com>
52122
52123         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
52124         around included file name.
52125
52126         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
52127
52128         * lib/strftime.c: Update from GNU libc (the only changes were to
52129         comments).
52130
52131 2001-02-17  Jim Meyering  <meyering@lucent.com>
52132
52133         * lib/regex.c: Update from libc.
52134
52135 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
52136
52137         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
52138         clash.
52139
52140 2001-02-16  Paul Eggert  <eggert@twinsun.com>
52141
52142         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
52143         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
52144         Reported by Mark Hounschell via Paul Eggert.
52145
52146 2001-02-07  Jim Meyering  <meyering@lucent.com>
52147
52148         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
52149
52150 2001-02-05  Jim Meyering  <meyering@lucent.com>
52151
52152         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
52153         it includes the patch required for `large file' support with at least
52154         HP-UX's 10.20 /bin/cc.
52155
52156 2001-02-03  Jim Meyering  <meyering@lucent.com>
52157
52158         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
52159         AS_IF, now that it works once again (mysteriously).
52160         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
52161
52162 2001-01-30  Jim Meyering  <meyering@lucent.com>
52163
52164         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
52165         * m4/chown.m4: Rename conftestchown to conftest.chown.
52166         * m4/rename.m4: s/conftestdir/conftest.d1/ and
52167         s/conftestdir2/conftest.d2/.
52168         * m4/utimes.m4: s/conftestdata/conftest.data/
52169         Inspired by Pavel Roskin's change in autoconf.
52170
52171 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
52172
52173         * lib/config.charset: Update for FreeBSD 4.2.
52174
52175 2001-01-27  Jim Meyering  <meyering@lucent.com>
52176
52177         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
52178         a use of AS_IF.
52179         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
52180
52181 2001-01-26  Jim Meyering  <meyering@lucent.com>
52182
52183         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
52184         quotearg.c includes it.
52185
52186 2001-01-26  Jim Meyering  <meyering@lucent.com>
52187
52188         * lib/quotearg.c: Include stddef.h.
52189         * lib/quote.c: Include stddef.h.
52190         Reported by Axel Kittenberger.
52191
52192         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
52193         line in double quotes so that it evokes a better diagnostic.
52194         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
52195         Reported by Axel Kittenberger.
52196
52197 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
52198
52199         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
52200         as if it was a `charset'.
52201
52202 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
52203
52204         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
52205         has const.
52206
52207 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
52208
52209         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
52210         to avoid a warning.  Add back 'const' to inptr.
52211
52212 2001-01-20  Jim Meyering  <meyering@lucent.com>
52213
52214         Be sure that headers are checked before used in code compiled
52215         for the type checks.
52216         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
52217         In place of that, invoke jm_CHECK_ALL_TYPES.
52218         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
52219         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
52220         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
52221         The check for ssize_t was mistakenly run before the test for unistd.h.
52222
52223         The configure-time check for stdbool.h was missing.
52224         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
52225         (jm_PREREQ_HASH): New function.
52226
52227 2001-01-17  Jim Meyering  <meyering@lucent.com>
52228
52229         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
52230         for autoconf-2.49c.
52231         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
52232
52233 2001-01-16  Jim Meyering  <meyering@lucent.com>
52234
52235         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
52236         From Bruno Haible.
52237
52238 2001-01-14  Jim Meyering  <meyering@lucent.com>
52239
52240         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
52241         foo and bar.  Create conftestdir/ in the script, not in the C code.
52242         Remove directories in the script, not in the C code.
52243         Remove conftestdir{,2} before trying to create the directory.
52244         Make the entire configure script fail if the mkdir fails.
52245
52246 2001-01-14  Jim Meyering  <meyering@lucent.com>
52247
52248         * lib/rename.c: New file.  From Volker Borchert.
52249         Include stdlib.h, string.h or strings.h, and xalloc.h.
52250         Use strip_trailing_slashes rather than open-coding it.
52251
52252 2001-01-03  Paul Eggert  <eggert@twinsun.com>
52253
52254         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
52255
52256 2001-01-03  Jim Meyering  <meyering@lucent.com>
52257
52258         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
52259         of local `inptr' to avoid warning with some system declarations of
52260         iconv.
52261
52262 2001-01-02  Volker Borchert  <bt@teknon.de>
52263
52264         * m4/rename.m4: New file.
52265         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
52266
52267 2001-01-01  Jim Meyering  <meyering@lucent.com>
52268
52269         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
52270         even on systems with utmpx.h.  It's necessary for the declaration of
52271         utmp's ut_user member.  Reported by Andreas Jaeger.
52272
52273         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
52274         available. They are required for the declarations of getgrgid and
52275         getpwuid resp.
52276         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
52277         Reported by Andreas Jaeger.
52278
52279 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
52280
52281         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
52282         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
52283         so `make install' also works in VPATH builds.
52284
52285 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
52286
52287         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
52288         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
52289         can be used in subdirectories.
52290
52291 2000-12-29  Paul Eggert  <eggert@twinsun.com>
52292
52293         * lib/modechange.c: Do not assume that mode_t uses the
52294         traditional octal encoding.  E.g. "chmod 1 FOO" should set
52295         the other-execute bit of FOO even if S_IXOTH != 1.
52296
52297         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
52298         WOTH, XOTH, ALLM): New macros.
52299         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
52300          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
52301         Use them.
52302         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
52303         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
52304         (mode_compile):
52305         No need to use uintmax_t; unsigned long is long enough.
52306         Don't bother to get suffix since we don't use it.
52307
52308 2000-12-26  Jim Meyering  <meyering@lucent.com>
52309
52310         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
52311         better with autoheader.
52312
52313 2000-12-24  Jim Meyering  <meyering@lucent.com>
52314
52315         * lib/hash.c (is_prime): Return explicit boolean values.
52316         (hash_get_first): Return NULL to appease Irix5.6's 89.
52317         Reported by Nelson Beebe.
52318
52319 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
52320
52321         * lib/localcharset.c (locale_charset): Add support for Win32.
52322
52323 2000-12-18  Paul Eggert  <eggert@twinsun.com>
52324
52325         * lib/physmem.h, lib/physmem.c: New files.
52326
52327         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
52328         (noinst_HEADERS): Add physmem.h.
52329
52330         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
52331         't' for compatibility with Solaris 8 sort.
52332
52333 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
52334
52335         * lib/config.charset: Add support for BeOS.
52336
52337 2000-12-17  Jim Meyering  <meyering@lucent.com>
52338
52339         * m4/dos.m4 (jm_AC_DOS): New file and macro.
52340         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
52341
52342 2000-12-16  Jim Meyering  <meyering@lucent.com>
52343
52344         This bug had a serious impact on chown: `chown N:M FILE' (for integer
52345         N and M) would have treated it like `chown N:N FILE'.
52346
52347         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
52348
52349 2000-12-16  Jim Meyering  <meyering@lucent.com>
52350
52351         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
52352         SHELLS_FILE to a file name that's useful on djgpp systems.
52353         Include stdlib.h.
52354         (ADDITIONAL_DEFAULT_SHELLS): Define.
52355         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
52356         Based mostly on a patch from Prashant TR.
52357
52358 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
52359
52360         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
52361         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
52362         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
52363
52364 2000-12-08  Andreas Schwab  <schwab@suse.de>
52365
52366         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
52367         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
52368
52369 2000-12-07  Jim Meyering  <meyering@lucent.com>
52370
52371         * lib/stripslash.c (ISSLASH): Define.
52372         (strip_trailing_slashes): Use ISSLASH rather than comparing against
52373         `/'.
52374         From Prashant TR.
52375
52376         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
52377         (dir_name_r): Declare this function as static.
52378         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
52379         manifest itself on a name containing a mix of slashes and
52380         backslashes.
52381         Make this function work with names starting with a DOS-style
52382         drive letter and colon prefix.
52383         (dir_name): Append `.' if necessary.
52384         Based mostly on patches from Prashant TR and Eli Zaretskii.
52385
52386         * lib/dirname.h (dir_name_r): Remove prototype.
52387
52388 2000-12-06  Paul Eggert  <eggert@twinsun.com>
52389
52390         * m4/off_t-format.m4: Remove this file.
52391         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
52392
52393 2000-12-06  Jim Meyering  <meyering@lucent.com>
52394
52395         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
52396         replacement strtoull, we may well need the replacement strtoul, too.
52397         Check for declarations of strtoul and strtoull.
52398         Check for strtol.  Mainly as a cue to cause automake to include
52399         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
52400         Check for limits.h -- strtol.c needs it.
52401
52402 2000-12-05  Jim Meyering  <meyering@lucent.com>
52403
52404         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
52405
52406 2000-12-04  Jim Meyering  <meyering@lucent.com>
52407
52408         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
52409         Also include memory.h, stdlib.h, unistd.h if appropriate.
52410         Reported by Andreas Jaeger (conflicting declaration of malloc).
52411
52412 2000-12-02  Jim Meyering  <meyering@lucent.com>
52413
52414         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
52415         * m4/jm-macros.m4 (jm_MACROS): require it.
52416
52417 2000-12-02  Jim Meyering  <meyering@lucent.com>
52418
52419         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
52420
52421 2000-12-01  Paul Eggert  <eggert@twinsun.com>
52422
52423         * lib/memrchr.c: Include <config.h> before any system include file.
52424
52425 2000-11-30  Jim Meyering  <meyering@lucent.com>
52426
52427         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
52428
52429 2000-11-30  Jim Meyering  <meyering@lucent.com>
52430
52431         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
52432
52433 2000-11-29  Paul Eggert  <eggert@twinsun.com>
52434
52435         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
52436
52437 2000-11-26  Jim Meyering  <meyering@lucent.com>
52438
52439         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
52440
52441 2000-11-22  Paul Eggert  <eggert@twinsun.com>
52442
52443         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
52444         size of (size_t) -1; it's not portable.
52445
52446 2000-11-17  Jim Meyering  <meyering@lucent.com>
52447
52448         * lib/strstr.c: Update from GNU libc.
52449
52450 2000-11-17  Akim Demaille  <akim@epita.fr>
52451
52452         * lib/obstack.h: Formatting changes.
52453         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
52454         prevent type checking.
52455         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
52456         cast the value to (void *): assigning a `foo *' to a `void *'
52457         variable is valid.
52458         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
52459
52460 2000-11-16  Jim Meyering  <meyering@lucent.com>
52461
52462         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
52463
52464 2000-11-11  Jim Meyering  <meyering@lucent.com>
52465
52466         * lib/error.c: Add a couple #includes, merging from GNU libc version.
52467
52468 2000-11-10  Jim Meyering  <meyering@lucent.com>
52469
52470         * lib/obstack.h: Update from GNU libc.
52471         * lib/obstack.c: Likewise.
52472
52473 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
52474
52475         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
52476
52477 2000-11-06  Paul Eggert  <eggert@twinsun.com>
52478
52479         * lib/getusershell.c (setusershell): Use rewind rather than
52480         fseek/fseeko, to avoid configuration hassles with fseeko.
52481         Don't bother opening SHELLS_FILE if shellstream is NULL;
52482         it's not necessary.
52483
52484 2000-11-05  Jim Meyering  <meyering@lucent.com>
52485
52486         * lib/makepath.h (make_dir): Declare.
52487         * lib/makepath.c (make_dir): Remove `static' attribute.
52488         Tweak a comment.
52489
52490 2000-11-04  Jim Meyering  <meyering@lucent.com>
52491
52492         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
52493
52494 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
52495
52496         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
52497         last one in a bucket, advance to the next bucket.
52498
52499 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
52500
52501         * lib/fnmatch.c: Do not comment out all the code if we are using
52502         the GNU C library, because in some cases we are replacing buggy
52503         code in the GNU C library itself.
52504
52505 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
52506
52507         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
52508         (regex_compile): Catch bogus \(\1\).
52509
52510 2000-10-30  Paul Eggert  <eggert@twinsun.com>
52511
52512         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
52513         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
52514         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
52515
52516 2000-10-30  Paul Eggert  <eggert@twinsun.com>
52517
52518         * lib/error.h, getline.h, modechange.h:
52519         Remove "2000" from Copyright line, as the file hasn't been
52520         changed this year other than in the copyright notice.
52521
52522         * lib/xalloc.h: Add "2000" to Copyright line, as this file
52523         was changed this year.
52524
52525 2000-10-29  Jim Meyering  <meyering@lucent.com>
52526
52527         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
52528         renaming.
52529         * m4/ls-mntd-fs.m4: Likewise
52530
52531 2000-10-29  Jim Meyering  <meyering@lucent.com>
52532
52533         * lib/xstat.in: Fix grammar in comment.
52534
52535 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
52536
52537         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
52538         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
52539         doesn't define __restrict_arr.
52540
52541 2000-10-28  Jim Meyering  <meyering@lucent.com>
52542
52543         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
52544         (jm_PREREQ_MEMCHR): New function.
52545
52546 2000-10-28  Jim Meyering  <meyering@lucent.com>
52547
52548         * lib/memchr.c: Update from libc.
52549         Adjust for portability:
52550         [HAVE_STDLIB_H]: Include stdlib.h.
52551         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
52552         Undef __memchr, too.
52553         [!weak_alias]: Define __memchr to memchr.
52554
52555         * lib/regex.c: Update from libc.
52556         * lib/regex.h: Likewise.
52557         * lib/getopt1.c: Likewise.
52558         * lib/memcmp.c: Likewise.
52559
52560         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
52561         Avoid using fseek, when possible -- it's broken by design.
52562         Patch by Ulrich Drepper.
52563
52564 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
52565
52566         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
52567         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
52568         Giving in to popular pressure to shut up the compiler with casts.
52569
52570 2000-10-26  Jim Meyering  <meyering@lucent.com>
52571
52572         * lib/strftime.c: Update from libc.
52573
52574 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
52575
52576         * regex.c: More `unsigned char' -> `re_char' changes.
52577         Also change several `int' into `re_wchar_t'.
52578         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
52579         (PUSH_FAILURE_POINTER): Don't cast any more.
52580         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
52581         We want GCC to complain, since this piece of code makes
52582         re_match non-reentrant, which *should* be fixed.
52583         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
52584         (EXTEND_BUFFER): Use RETALLOC.
52585         (SET_LIST_BIT): Don't cast.
52586         (re_wchar_t): New type.
52587         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
52588         that those two functions will always properly return.
52589         (IMMEDIATE_QUIT_CHECK): Cast to void.
52590         (analyse_first): Use recursion rather than an explicit stack.
52591         (re_compile_fastmap): Can't fail anymore.
52592         (re_search_2): Don't check re_compile_fastmap for failure.
52593         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
52594         Now also sets the new value (passed in a new argument).
52595         (re_match_2_internal): Use it.
52596         Also, use a new var `reg' of type size_t when looping through regs
52597         rather than reuse the inappropriate `mcnt'.
52598
52599 2000-10-25  Jim Meyering  <meyering@lucent.com>
52600
52601         * lib/obstack.c: Update from libc.
52602
52603 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
52604
52605         * regex.c (regex_compile): Change the way of handling a range from
52606         a char less than 256 to a char not less than 256.
52607
52608 2000-10-24  Andrew Innes  <andrewi@gnu.org>
52609
52610         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
52611         NT-Emacs only.
52612         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
52613         so that re_search functions only quit when callers expect them to.
52614
52615 2000-10-23  Jim Meyering  <meyering@lucent.com>
52616
52617         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
52618         wrong.  That set_locale call must not have any side effects.
52619         From Paul Eggert.
52620
52621 2000-10-22  Jim Meyering  <meyering@lucent.com>
52622
52623         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
52624         [CYCLIC]: Remove now-unused definition.
52625
52626         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
52627         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
52628         Suggestion from Ulrich Drepper.
52629
52630 2000-10-21  Jim Meyering  <meyering@lucent.com>
52631
52632         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
52633         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
52634         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
52635
52636 2000-10-21  Jim Meyering  <meyering@lucent.com>
52637
52638         * lib/dirname.c (memrchr): Declare if necessary.
52639         (dir_name): Remove the restriction that there be no
52640         trailing slashes.  Now, this code skips past them, effectively
52641         ignoring them.
52642         [TEST_DIRNAME] (main): New unit tests.
52643
52644         * lib/memrchr.c: New file from GNU libc.
52645         Undef __memrchr, too.
52646         [!weak_alias]: Define __memrchr to memrchr.
52647         Guard weak_alias use with `#ifdef weak_alias'.
52648
52649 2000-10-21  Jim Meyering  <meyering@lucent.com>
52650
52651         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
52652         (dir_name): Use dir_name_r.
52653         * lib/dirname.h (dir_name_r): Declare it.
52654
52655 2000-10-17  Jim Meyering  <meyering@lucent.com>
52656
52657         * lib/quote.h (PARAMS): Define and use.
52658         Reported by Akim Demaille.
52659
52660         * lib/getopt.c: Update from libc.
52661
52662 2000-10-16  Jim Meyering  <meyering@lucent.com>
52663
52664         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
52665         setlocale.
52666         From Jan Fedak.
52667
52668 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
52669
52670         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
52671
52672 2000-09-25  Jim Meyering  <meyering@lucent.com>
52673
52674         * lib/md5.h (rol): Define (from GnuPG).
52675
52676         * lib/sha.c: Give credit (GnuPG) where due.
52677         (M): Use rol rather than open-coding it.
52678         Add a FIXME comment.
52679
52680 2000-09-21  Jim Meyering  <meyering@lucent.com>
52681
52682         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
52683         Reported by Michael Stone.
52684
52685 2000-09-20  Jim Meyering  <meyering@lucent.com>
52686
52687         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
52688         (noinst_HEADERS): Add sha.h.
52689         Based on code from Scott G. Miller and from GnuPG.
52690
52691 2000-09-18  Jim Meyering  <meyering@lucent.com>
52692
52693         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
52694         LIBS. Otherwise, everyone ends up linking with -lelf for some
52695         configurations.
52696         Reported by Mike Stone.
52697
52698 2000-09-15  Jim Meyering  <meyering@lucent.com>
52699
52700         * lib/regex.c: Update from libc.
52701
52702 2000-09-10  Jim Meyering  <meyering@lucent.com>
52703
52704         * lib/getopt.c (_getopt_internal): Update from glibc.
52705
52706 2000-09-09  Jim Meyering  <meyering@lucent.com>
52707
52708         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
52709         think it should be used as a general replacement for isascii.
52710         * lib/fnmatch.c: Likewise.
52711         * lib/mbswidth.c: Likewise
52712         * lib/regex.c: Likewise.
52713
52714         Don't use atoi.
52715         * lib/userspec.c: Include sys/param.h and limits.h.
52716         Include xstrtol.h.
52717         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
52718         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
52719         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
52720         UID, GID.  Check range.
52721
52722 2000-09-06  Jim Meyering  <meyering@lucent.com>
52723
52724         * lib/getopt.c (_getopt_internal): Update from glibc.
52725
52726 2000-08-30  Jim Meyering  <meyering@lucent.com>
52727
52728         * lib/strftime.c: Merge in changes from GNU libc.
52729
52730 2000-08-26  Jim Meyering  <meyering@lucent.com>
52731
52732         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
52733         * m4/fpending.m4: New file.
52734
52735 2000-08-26  Jim Meyering  <meyering@lucent.com>
52736
52737         * lib/closeout.c: Include "__fpending.h".
52738         (close_stdout_status): Return right away if there's nothing to flush.
52739
52740         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
52741         * lib/__fpending.c: New file.
52742         * lib/__fpending.h: New file.
52743
52744 2000-08-20  Jim Meyering  <meyering@lucent.com>
52745
52746         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
52747         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
52748         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
52749
52750 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
52751
52752         Improve fileutils installation on systems where running
52753         programs (like install) can't be unlinked.
52754         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
52755         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
52756
52757 2000-08-07  Paul Eggert  <eggert@twinsun.com>
52758
52759         Standardize on "memory exhausted" instead of "Memory exhausted"
52760         or "virtual memory exhausted".
52761         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
52762         "virtual memory exhausted".
52763         * lib/same.c (same_name): Invoke xalloc_die instead of printing
52764         our own message.
52765         * lib/userspec.c (parse_user_spec): Likewise.
52766         * lib/bumpalloc.h: comment fix
52767         * lib/same.c, userspec.c: Include xalloc.h.
52768
52769         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
52770         not char *const and pointing to a constant array.
52771         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
52772         (xrealloc): Comment fix.
52773
52774         * lib/userspec.c (parse_user_spec):
52775         Don't translate a message until just before returning,
52776         to avoid unnecessary translation.
52777
52778 2000-08-07  Jim Meyering  <meyering@lucent.com>
52779
52780         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
52781         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
52782         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
52783         getgroups.c, gethostname.c, getopt.h, group-member.c,
52784         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
52785         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
52786         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
52787         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
52788         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
52789         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
52790         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
52791         yesno.c: Back out Copyright date changes for each file with no change
52792         this year.  This eases coordination with other programs using the same
52793         source code modules.  From Paul Eggert.
52794
52795 2000-08-06  Paul Eggert  <eggert@twinsun.com>
52796
52797         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
52798         not char, for compatibility with glibc 2.1.3 strftime.c.
52799
52800 2000-08-03  Greg McGary  <greg@mcgary.org>
52801
52802         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
52803         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
52804         (EXTEND_BUFFER): Use them.
52805
52806 2000-08-01  Jim Meyering  <meyering@lucent.com>
52807
52808         * lib/dirname.c (ISSLASH): Define.
52809         (BACKSLASH_IS_PATH_SEPARATOR): Define.
52810         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
52811         both `\' and `/' may be use as path separators.
52812         Based on a patch from Prashant TR.
52813
52814 2000-07-31  Paul Eggert  <eggert@twinsun.com>
52815
52816         * lib/quotearg.c (quotearg_n_options): Don't make the initial
52817         slot vector a constant, since it might get modified.
52818
52819 2000-07-31  Jim Meyering  <meyering@lucent.com>
52820
52821         * lib/xmalloc.c: Use `virtual memory exhausted', not
52822         `Memory exhausted'.
52823         * lib/obstack.c (print_and_abort): Likewise.
52824
52825 2000-07-30  Paul Eggert  <eggert@twinsun.com>
52826
52827         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
52828         buffer, so that the caller can always quote one small
52829         component of a "memory exhausted" message in slot 0.
52830         From a suggestion by Jim Meyering.
52831
52832 2000-07-30  Jim Meyering  <meyering@lucent.com>
52833
52834         * lib/makepath.c (make_path): Quote the other instance, too.
52835
52836         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
52837         (STATIC_BUF_SIZE): Define.
52838         (quotearg_n_options): Use only statically allocated storage when
52839         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
52840         than STATIC_BUF_SIZE.
52841
52842 2000-07-29  Jim Meyering  <meyering@lucent.com>
52843
52844         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
52845         * lib/dirname.c (dir_name): Likewise.
52846
52847         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
52848         `/'.
52849
52850         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
52851         (dir_name): Assert that there are no trailing slashes.
52852
52853 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
52854
52855         * lib/mbswidth.h (mbswidth): Add a flags argument.
52856         (mbswidth): New declaration.
52857         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
52858         * lib/mbswidth.c (mbswidth): Add a flags argument.
52859         (mbsnwidth): New function.
52860
52861 2000-07-24  Jim Meyering  <meyering@lucent.com>
52862
52863         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
52864
52865 2000-07-23  Paul Eggert  <eggert@twinsun.com>
52866
52867         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
52868
52869 2000-07-23  Paul Eggert  <eggert@twinsun.com>
52870
52871         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
52872         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
52873         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
52874         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
52875         invoke multibyte primitives.
52876
52877 2000-07-23  Paul Eggert  <eggert@twinsun.com>
52878
52879         * lib/quotearg.c:
52880         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
52881         so that mbstate_t is always defined.
52882
52883         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
52884         be 1 in at least one GCC installation, and this configuration
52885         error is likely to be common.  Ignoring MB_LEN_MAX hurts
52886         performance on hosts that have mbrtowc but have only unibyte
52887         locales, but I assume these hosts are rare.
52888
52889 2000-07-23  Paul Eggert  <eggert@twinsun.com>
52890
52891         * lib/mbswidth.c (_XOPEN_SOURCE):
52892         Don't define; this causes problems on Solaris 7.
52893         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
52894
52895 2000-07-23  Jim Meyering  <meyering@lucent.com>
52896
52897         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
52898         too: getgrgid, getpwuid, getuid.
52899
52900 2000-07-23  Jim Meyering  <meyering@lucent.com>
52901
52902         * lib/basename.c (base_name): Add an assertion.
52903
52904 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
52905
52906         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
52907         shadow its mbsinit function.
52908
52909 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
52910
52911         * lib/mbswidth.h: New file.
52912         * lib/mbswidth.c: New file.
52913         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
52914         (noinst_HEADERS): Add mbswidth.h.
52915
52916 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
52917
52918         * lib/config.charset: Add support for FreeBSD. Improve support for
52919         HP-UX and IRIX 6.
52920
52921 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
52922
52923         * m4/mbswidth.m4: New file.
52924         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
52925
52926 2000-07-15  Jim Meyering  <meyering@lucent.com>
52927
52928         * lib/makepath.c: Include quote.h.
52929         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
52930         corresponding argument in a `quote (...)' call.
52931         Give better diagnostics.
52932
52933         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
52934         (noinst_HEADERS): Add quote.h.
52935
52936         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
52937         from tar's src/misc.c.
52938         * lib/quote.h: New file.  Prototypes for same.
52939
52940 2000-07-14  Paul Eggert  <eggert@twinsun.com>
52941
52942         From a suggestion by Bruno Haible.
52943         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
52944         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
52945         to decide whether to define the BeOS workaround macro;
52946         this adjusts to the change to AC_MBSTATE_T.
52947
52948 2000-07-14  Jim Meyering  <meyering@lucent.com>
52949
52950         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
52951         jm_AC_TYPE_UINTMAX_T.
52952
52953 2000-07-13  Paul Eggert  <eggert@twinsun.com>
52954
52955         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
52956
52957         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
52958         quotearg_buffer_restyled): Add support for
52959         clocale_quoting_style.  Undo previous change to
52960         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
52961         and "{RIGHT QUOTATION MARK}" msgids.
52962
52963 2000-07-10  Paul Eggert  <eggert@twinsun.com>
52964
52965         From a suggestion by Bruno Haible.
52966         * m4/mbstate_t.m4 (AC_MBSTATE_T):
52967         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
52968         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
52969         and mbstate_t, to a single-part test that simply defines mbstate_t.
52970         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
52971         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
52972
52973 2000-07-10  Jim Meyering  <meyering@lucent.com>
52974
52975         * m4/strerror_r.m4: Mirror the correction made in autoconf.
52976
52977         * m4/gnu-source.m4: Output to confdefs.h directly.
52978         Suggestion from Akim Demaille.
52979
52980 2000-07-09  Paul Eggert  <eggert@twinsun.com>
52981
52982         The old behavior of quoting `like this' doesn't look good with
52983         newer, ISO-style fonts.  See:
52984         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
52985
52986         Instead, quote "like this" by default.  Let the translator
52987         tailor the locale-specific quoting behavior by providing
52988         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
52989
52990         * lib/quotearg.c (N_): New macro.
52991         (gettext_default): New function.
52992         (quotearg_buffer_restyled): Use
52993         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
52994         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
52995
52996 2000-07-09  Jim Meyering  <meyering@lucent.com>
52997
52998         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
52999         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
53000
53001         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
53002         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
53003
53004 2000-07-09  Jim Meyering  <meyering@lucent.com>
53005
53006         * lib/Most files: Update copyright dates to include 2000.
53007
53008 2000-07-08  Jim Meyering  <meyering@lucent.com>
53009
53010         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
53011         if not defined.
53012         (xgethostname): Remove now-unnecessary #ifdef.
53013         Move declaration of `err' into loop where it's used.
53014
53015 2000-07-05  Paul Eggert  <eggert@twinsun.com>
53016         and Bruno Haible  <haible@clisp.cons.org>
53017
53018         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
53019         only if the test for an object-type mbstate_t fails.  This
53020         prevents us from mistakenly reporting that mbstate_t is a
53021         system object type after we "#define mbstate_t int" to work
53022         around its lack.
53023
53024 2000-07-05  Paul Eggert  <eggert@twinsun.com>
53025         and Bruno Haible  <haible@clisp.cons.org>
53026
53027         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
53028
53029 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
53030
53031         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
53032         to strerror_r.
53033         Include <ctype.h> for use of isalpha.
53034
53035 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
53036
53037         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
53038         by allocating a larger buffer. Test the gethostname return value for
53039         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
53040         returns an error and ENAMETOOLONG isn't defined.
53041
53042 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
53043
53044         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
53045         dimension.
53046
53047 2000-07-04  Jim Meyering  <meyering@lucent.com>
53048
53049         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
53050         of the deprecated AC_CHECKING.
53051
53052 2000-07-04  Jim Meyering  <meyering@lucent.com>
53053
53054         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
53055         Reported by Bruno Haible.
53056
53057 2000-07-04  Jim Meyering  <meyering@lucent.com>
53058
53059         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
53060         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
53061         lacks mbrtowc.
53062
53063 2000-07-03  Paul Eggert  <eggert@twinsun.com>
53064
53065         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
53066         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
53067
53068 2000-07-03  Paul Eggert  <eggert@twinsun.com>
53069         and Bruno Haible  <haible@clisp.cons.org>
53070
53071         * lib/quotearg.c (mbrtowc):
53072         Assign to *pwc, and return 1 only if result is nonzero.
53073         (iswprint): Use ISPRINT when substituting our own mbrtowc.
53074
53075 2000-07-03  Jim Meyering  <meyering@lucent.com>
53076
53077         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
53078
53079 2000-07-03  Jim Meyering  <meyering@lucent.com>
53080
53081         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
53082         This is necessary to get a definition of e.g., UTMP_FILE on
53083         HP-UX 10.20.
53084         From Bob Proulx.
53085
53086 2000-07-02  Jim Meyering  <meyering@lucent.com>
53087
53088         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
53089
53090         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
53091         AC_LIBOBJ(function_name).
53092         * m4/chown.m4: Likewise.
53093         * m4/fnmatch.m4: Likewise.
53094         * m4/ftruncate.m4: Likewise.
53095         * m4/getgroups.m4: Likewise.
53096         * m4/getline.m4: Likewise.
53097         * m4/group-member.m4: Likewise.
53098         * m4/jm-macros.m4: Likewise.
53099         * m4/lstat.m4: Likewise.
53100         * m4/malloc.m4: Likewise.
53101         * m4/memcmp.m4: Likewise.
53102         * m4/nanosleep.m4: Likewise.
53103         * m4/putenv.m4: Likewise.
53104         * m4/realloc.m4: Likewise.
53105         * m4/regex.m4: Likewise.
53106         * m4/stat.m4: Likewise.
53107         * m4/strftime.m4: Likewise.
53108
53109 2000-07-02  Jim Meyering  <meyering@lucent.com>
53110
53111         * lib/quotearg.c (mbstate_t): Don't define here.
53112
53113 2000-07-02  Jim Meyering  <meyering@lucent.com>
53114
53115         * lib/nanosleep.c (SIGCONT): Define if not already defined.
53116
53117 2000-07-01  Jim Meyering  <meyering@lucent.com>
53118
53119         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
53120
53121 2000-07-01  Jim Meyering  <meyering@lucent.com>
53122
53123         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
53124         problem.
53125
53126 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
53127
53128         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
53129         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
53130
53131 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
53132
53133         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
53134         per change in ../m4/ls-mntd-fs.m4.
53135         (read_filesystem_list): Ignore symbolic links.
53136
53137 2000-06-29  Jim Meyering  <meyering@lucent.com>
53138
53139         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
53140         for declaration of strcmp.
53141
53142         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
53143
53144         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
53145         Avoid warning by casting result to `char *' to remove `const'.
53146
53147 2000-06-28  Jim Meyering  <meyering@lucent.com>
53148
53149         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
53150         included by quotearg.c, for which we perform this test.  From
53151         Bruno Haible.
53152
53153 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
53154
53155         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
53156         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
53157         <utmpx.h> exists, put readutmp.o into LIBOBJS.
53158
53159 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
53160
53161         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
53162
53163 2000-06-26  Paul Eggert  <eggert@twinsun.com>
53164
53165         savedir now sets errno on failure and invokes xmalloc to get memory.
53166         Fix a couple of other minor bugs while we're at it.
53167
53168         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
53169         (NAMLEN): Remove macro.
53170         (malloc, realloc): Remove decls.
53171         (stpcpy): Likewise.
53172         ("xalloc.h"): Include.
53173         (NAME_SIZE_DEFAULT): New macro.
53174         (savedir): Use xmalloc / xrealloc to allocate memory.
53175         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
53176         Skip "" directory entries.
53177         Use strlen to calculate directory entry length, since the old method
53178         is rarely used these days and isn't worth supporting.
53179         Don't use a pointer after freeing it.
53180         Check for integer overflow when calculating allocation size.
53181         Use memcpy to copy entries, instead of stpcpy.
53182         Set errno properly when returning NULL.
53183         Check for readdir error.
53184
53185 2000-06-26  Jim Meyering  <meyering@lucent.com>
53186
53187         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
53188
53189 2000-06-25  Jim Meyering  <meyering@lucent.com>
53190
53191         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
53192         Linux header bug when _XOPEN_SOURCE is defined to 500.
53193
53194 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
53195
53196         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
53197         deficiency.
53198
53199 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
53200
53201         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
53202         Include xalloc.h.
53203         Don't include <stdlib.h>.  Don't declare malloc, realloc.
53204
53205 2000-06-24  Jim Meyering  <meyering@lucent.com>
53206
53207         * m4/strerror_r.m4: Revive this file -- to try out an experimental
53208         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
53209         for which strerror does return char*, but which lacks a conveniently
53210         accessible declaration of the function.  If the compile-test says
53211         strerror_r doesn't work, then resort to a `run'-test that works on
53212         BeOS and segfaults on DEC Unix.
53213
53214 2000-06-24  Jim Meyering  <meyering@lucent.com>
53215
53216         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
53217
53218 2000-06-23  Paul Eggert  <eggert@twinsun.com>
53219
53220         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
53221         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
53222
53223 2000-06-23  Paul Eggert  <eggert@twinsun.com>
53224
53225         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
53226         (mbrtowc, mbstate_t): Define substitutes if
53227         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
53228         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
53229         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
53230
53231 2000-06-23  Jim Meyering  <meyering@lucent.com>
53232
53233         * m4/afs.m4: Add missing AC_MSG_RESULT.
53234         Reported by Bruno Haible.
53235
53236         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
53237         Suggestion from Bruno Haible.
53238
53239 2000-06-23  Jim Meyering  <meyering@lucent.com>
53240
53241         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
53242
53243 2000-06-21  Jim Meyering  <meyering@lucent.com>
53244
53245         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
53246
53247 2000-06-21  Jim Meyering  <meyering@lucent.com>
53248
53249         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
53250         (noinst_HEADERS): Add getstr.h.
53251
53252         * lib/getline.c (getstr): Move into a separate file.
53253         * lib/getstr.c (getstr): New file, extracted from getline.c, with
53254         the following changes: new parameter, delim2; both delim[12]
53255         parameters have type `int', not `char'.  The latter would lose
53256         with 8-bit delimiters.
53257         * lib/getstr.h: New file.
53258
53259 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
53260
53261         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
53262         than 1024, return a memory chunk of least possible size, instead
53263         of size PATH_MAX + 2. In the loop, increment the size proportionally.
53264         Use free/xmalloc instead of xrealloc to avoid copying for very long
53265         paths.
53266
53267 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
53268
53269         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
53270         the empty string.
53271
53272 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
53273
53274         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
53275         address, not strdup.  Include <stdlib.h> and don't declare free().
53276
53277 2000-06-19  Jim Meyering  <meyering@lucent.com>
53278
53279         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
53280
53281 2000-06-18  Jim Meyering  <meyering@lucent.com>
53282
53283         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
53284
53285         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
53286         `checking whether...' message to be consistent with that of the
53287         lstat test.
53288
53289 2000-06-18  Jim Meyering  <meyering@lucent.com>
53290
53291         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
53292         Besides, these days every porting target provides a mkdir function.
53293
53294         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
53295         needed. (this snippet comes from src/system.h).
53296
53297 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
53298
53299         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
53300
53301 2000-06-15  Paul Eggert  <eggert@twinsun.com>
53302
53303         * lib/human.c (adjust_value): New function.
53304         (human_readable_inexact): Apply rounding style even when
53305         printing approximate values.
53306
53307 2000-06-14  Paul Eggert  <eggert@twinsun.com>
53308
53309         * lib/human.c (human_readable_inexact): Allow an input block
53310         size that is not a multiple of the output block size, and vice versa.
53311         Reported by Piergiorgio Sartor.
53312
53313 2000-06-14  Paul Eggert  <eggert@twinsun.com>
53314
53315         * lib/getdate.y (get_date): Apply relative times after time
53316         zone indicator, not before.  Reported by Todd A. Jacobs.
53317
53318 2000-06-13  Jim Meyering  <meyering@lucent.com>
53319
53320         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
53321
53322         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
53323
53324 2000-06-12  Paul Eggert  <eggert@twinsun.com>
53325
53326         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
53327
53328 2000-06-12  Jim Meyering  <meyering@lucent.com>
53329
53330         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
53331         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
53332         optional argument.
53333         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
53334         the optional argument, `lib'.
53335
53336 2000-06-08  Jim Meyering  <meyering@lucent.com>
53337
53338         * m4/largefile.m4: Remove file (now that it's part of autoconf).
53339
53340 2000-06-04  Paul Eggert  <eggert@twinsun.com>
53341
53342         Rewrite largefile configuration so that we don't need to run
53343         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
53344         AC_CANONICAL_HOST in configure.in -- jmm]
53345
53346         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
53347         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
53348         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
53349         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
53350         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
53351         All uses changed.
53352         Instead of inspecting the output of getconf, try to compile the
53353         test program without and with the macro definition.
53354         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
53355         for getconf.  Instead, check for the needed flags by compiling
53356         test programs.
53357
53358 2000-06-04  Paul Eggert  <eggert@twinsun.com>
53359
53360         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
53361
53362 2000-06-04  Jim Meyering  <meyering@lucent.com>
53363
53364         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
53365         SunOS 4.1.4 for which gid_t is an unsigned type.
53366
53367 2000-06-03  Jim Meyering  <meyering@lucent.com>
53368
53369         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
53370         now that autoconf requires that.
53371
53372         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
53373         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
53374         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
53375
53376 2000-06-03  Jim Meyering  <meyering@lucent.com>
53377
53378         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
53379
53380 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
53381
53382         * m4/glibc21.m4: New file.
53383         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
53384
53385 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
53386
53387         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
53388         newer, don't install charset.alias.
53389         * lib/config.charset: Change the Linux/glibc rules so they become empty
53390         on glibc-2.1 or newer.
53391
53392 2000-06-02  Jim Meyering  <meyering@lucent.com>
53393
53394         * lib/mountlist.c: Back out last change.  Instead, do this...
53395         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
53396         me_dummy member using the same `ignore'-testing code.
53397         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
53398         fs_type strings.
53399         From Mark D. Roth.
53400
53401 2000-05-29  Jim Meyering  <meyering@lucent.com>
53402
53403         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
53404         mounts with the `ignore' attribute.  Based on a patch from
53405         Mark D. Roth.
53406
53407 2000-05-28  Jim Meyering  <meyering@lucent.com>
53408
53409         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
53410         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
53411         * m4/stat.m4: Likewise.
53412         * m4/lstat.m4: Likewise.
53413         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
53414
53415         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
53416         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
53417
53418 2000-05-26  Jim Meyering  <meyering@lucent.com>
53419
53420         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
53421
53422 2000-05-24  Jim Meyering  <meyering@lucent.com>
53423
53424         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
53425         autoconf requires that.
53426         * m4/lib-check.m4: Likewise.
53427         * m4/jm-macros.m4: Likewise.
53428         * m4/strftime.m4: Likewise.
53429
53430         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
53431         AC_CHECK_DECLS, now that autoconf requires that.
53432
53433 2000-05-22  Jim Meyering  <meyering@lucent.com>
53434
53435         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
53436         * m4/lstat.m4: Likewise.
53437
53438 2000-05-22  Jim Meyering  <meyering@lucent.com>
53439
53440         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
53441
53442 2000-05-20  Jim Meyering  <meyering@lucent.com>
53443
53444         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
53445         (jm_PREREQ): Use it.
53446
53447 2000-05-18  Jim Meyering  <meyering@lucent.com>
53448
53449         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
53450         back, too, since it may have been modified by allocate_entry.
53451         (hash_delete): Rewrite to use neither the assignment operator
53452         nor the comma operator in an if-expression.
53453
53454 2000-05-15  Paul Eggert  <eggert@twinsun.com>
53455
53456         * lib/closeout.c:
53457         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
53458         Remove; no longer needed.
53459         "quotearg.h": Add include.
53460         (file_name): Do not bother to explicitly initialize to NULL; it's less
53461         efficient on some hosts.
53462         (close_stdout_status): Remove test as to whether stdout was already
53463         closed; it breaks for the case "echo x | sort >&-".
53464         Quote file name colons.
53465         Do not assume that _("write error") lacks format strings.
53466
53467 2000-05-15  Jim Meyering  <meyering@lucent.com>
53468
53469         * lib/version-etc.c (version_etc_copyright): Update the copyright
53470         string used in all --version output.
53471
53472 2000-05-14  Jim Meyering  <meyering@lucent.com>
53473
53474         * lib/closeout.c (close_stdout_set_file_name): New function.
53475         (close_stdout_status): Use new file-scoped global.
53476         Return right away if fstat says the stdout file descriptor is invalid.
53477         * lib/closeout.h (close_stdout_set_file_name): Declare.
53478
53479 2000-05-10  Jim Meyering  <meyering@lucent.com>
53480
53481         * lib/closeout.c [default_exit_status]: New file-scoped variable.
53482         (close_stdout_set_status): New function.
53483         * lib/closeout.h (close_stdout_set_status): Declare.
53484
53485 2000-05-09  Jim Meyering  <meyering@lucent.com>
53486
53487         * m4/gettext.m4: Rename this...
53488         * m4/libintl.m4: ...to this.
53489
53490 2000-05-08  Jim Meyering  <meyering@lucent.com>
53491
53492         * lib/long-options.c: Don't include closeout.h.
53493         (parse_long_options): Don't call close_stdout for --version.
53494
53495 2000-05-06  Paul Eggert  <eggert@twinsun.com>
53496
53497         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
53498         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
53499         2.1.3 bug.  This avoids a clash when files like regex.c define
53500         _GNU_SOURCE.
53501
53502 2000-05-06  Jim Meyering  <meyering@lucent.com>
53503
53504         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
53505         (AC_REPLACE_FUNCS): Add strnlen.
53506
53507         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
53508         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
53509
53510         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
53511         AC_SEARCH_LIBS call for nanosleep.
53512         (LIB_NANOSLEEP): Set and AC_SUBST.
53513
53514 2000-05-06  Jim Meyering  <meyering@lucent.com>
53515
53516         * lib/strnlen.c: Undefine __strnlen and strnlen.
53517         [!weak_alias]: Define __strnlen to strnlen.
53518
53519         * lib/atexit.c: New file, from libiberty.
53520
53521 2000-05-06  Jim Meyering  <meyering@lucent.com>
53522
53523         * lib/closeout.c (close_stdout_status): Also check for errors on the
53524         stderr stream.
53525
53526 2000-05-05  Jim Meyering  <meyering@lucent.com>
53527
53528         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
53529         AC_SEARCH_LIBS call for clock_gettime.
53530         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
53531
53532         * m4/search-libs.m4: Update from autoconf.
53533
53534         su doesn't work on Solaris 2.6.
53535         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
53536         <shadow.h>.  Reported by Dragos Harabor.
53537
53538 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
53539
53540         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
53541         memcpy instead of xmalloc, xrealloc, path_concat.
53542         (locale_charset): Treat empty environment variables as absent.
53543         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
53544
53545 2000-05-04  Jim Meyering  <meyering@lucent.com>
53546
53547         * lib/getopt.c: Update from glibc.
53548         * lib/obstack.c: Likewise.
53549         * lib/obstack.h: Likewise.
53550         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
53551         file
53552
53553         * lib/regex.h: Likewise.
53554         * lib/strndup.c: Likewise.
53555         * lib/strnlen.c: New file, from glibc.
53556
53557 2000-05-03  Jim Meyering  <meyering@lucent.com>
53558
53559         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
53560
53561 2000-05-02  Paul Eggert  <eggert@twinsun.com>
53562
53563         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
53564         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
53565         compile-time test, rather than inspecting host and OS, to
53566         decide whether to define _LARGEFILE_SOURCE.
53567
53568 2000-05-01  Jim Meyering  <meyering@lucent.com>
53569
53570         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
53571
53572         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
53573         Based on a patch from Bruno Haible.
53574
53575 2000-05-01  Jim Meyering  <meyering@lucent.com>
53576
53577         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
53578
53579 2000-04-29  Jim Meyering  <meyering@lucent.com>
53580
53581         * lib/path-concat.c: Declare strdup only if it's not defined.
53582         * lib/canon-host.c: Likewise.
53583
53584 2000-04-28  Jim Meyering  <meyering@lucent.com>
53585
53586         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
53587         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
53588         is included first, then limits.h is included by locale.h by libintl.h.
53589         From John David Anglin.
53590
53591 2000-04-25  Jim Meyering  <meyering@lucent.com>
53592
53593         * lib/makepath.c (S_IRWXUGO): Define.
53594         (make_path): Always perform explicit chmod if MODE specifies any
53595         of the `special' permission bits.  Prompted by a bug report against
53596         install from Mate Wierdl and Joost van Baal.
53597
53598 2000-04-18  Jim Meyering  <meyering@lucent.com>
53599
53600         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
53601         (jm_PREREQ): Use it.
53602
53603 2000-04-18  Jim Meyering  <meyering@lucent.com>
53604
53605         * lib/README: New file.
53606
53607         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
53608         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
53609
53610 2000-04-17  Jim Meyering  <meyering@lucent.com>
53611
53612         Get it right :-)
53613         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
53614         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
53615         Suggestion from Akim Demaille.
53616
53617 2000-04-17  Jim Meyering  <meyering@lucent.com>
53618
53619         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
53620         the definition of it to rpl_strftime also defined-away the system's
53621         declaration.
53622
53623 2000-04-15  Jim Meyering  <meyering@lucent.com>
53624
53625         Use `C' to denote so-called `contiguous' files, the same way
53626         that tar does.
53627         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
53628         (ftypelet): Use S_ISCTG.
53629         From Michael Deutschmann.
53630
53631 2000-04-14  Jim Meyering  <meyering@lucent.com>
53632
53633         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
53634         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
53635         clobbered.
53636
53637 2000-04-14  Jim Meyering  <meyering@lucent.com>
53638
53639         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
53640
53641 2000-04-13  Jim Meyering  <meyering@lucent.com>
53642
53643         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
53644         AH_VERBATIM to insert required #ifndef into config.h.in.
53645         Suggestion from Akim Demaille.
53646
53647 2000-04-12  Jim Meyering  <meyering@lucent.com>
53648
53649         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
53650         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
53651         Christian Krackowizer.
53652
53653         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
53654         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
53655         (AC_SYS_LARGEFILE): Require.
53656         (AM_C_PROTOTYPES): Require.
53657
53658 2000-04-08  Jim Meyering  <meyering@lucent.com>
53659
53660         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
53661         names don't conflict.  Reported by Eli Zaretskii.
53662
53663 2000-04-07  Jim Meyering  <meyering@lucent.com>
53664
53665         * lib/putenv.c: Move inclusion of errno.h so it follows that of
53666         sys/types.h, to work around system header problems on AIX 3.2.5.
53667         From Bruno Haible.
53668
53669 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
53670
53671         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
53672         bug.  Deal with the different error behavior of Irix iconv.
53673
53674 2000-04-05  Paul Eggert  <eggert@twinsun.com>
53675
53676         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
53677         IRIX if the installer said otherwise.
53678
53679 2000-04-05  Jim Meyering  <meyering@lucent.com>
53680
53681         Portability tweaks required for ultrix4.3.
53682         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
53683         (jm_CHECK_DECLS): Add getutent to the list of functions.
53684         (_jm_DECL_HEADERS): Add utmpx.h.
53685         From John David Anglin.
53686
53687         * m4/strftime.m4: Back out the 2000-04-02 change.
53688         Instead of that change, simply undefine putenv in the test program.
53689
53690 2000-04-05  Jim Meyering  <meyering@lucent.com>
53691
53692         Portability tweaks required for ultrix4.3.
53693         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
53694         getutent.
53695         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
53696         * lib/canon-host.c: Declare strdup.
53697         * lib/path-concat.c: Likewise.
53698         From John David Anglin.
53699
53700 2000-04-04  Jim Meyering  <meyering@lucent.com>
53701
53702         Be more DOS 8.3-friendly.
53703         * lib/ref-add.sin: Renamed from ref-add.sed.in.
53704         * lib/ref-del.sin: Renamed from ref-del.sed.in.
53705         * lib/Makefile.am: Reflect renaming.
53706         Reported by Eli Zaretskii.
53707
53708         Use a temporary file name that won't clash with `charset.alias'
53709         in the DOS 8.3 name space.
53710         * lib/Makefile.am (charset_tmp): Define.
53711         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
53712         (uninstall-local): Likewise.
53713         Reported by Eli Zaretskii.
53714
53715 2000-04-03  Jim Meyering  <meyering@lucent.com>
53716
53717         * m4/gettext.m4: Fix typo in comment.
53718
53719         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
53720         textutils/configure.in).  Suggestion from Paul Eggert.
53721         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
53722
53723 2000-04-02  Paul Eggert  <eggert@twinsun.com>
53724
53725         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
53726         variable in the shell rather than using putenv, which isn't
53727         portable.  This avoids the configure-time inter-test dependency
53728         on the potentially-renamed putenv function.
53729
53730 2000-03-30  Paul Eggert  <eggert@twinsun.com>
53731
53732         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
53733         before checking struct stat.st_blksize, so that
53734         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
53735
53736 2000-03-29  Paul Eggert  <eggert@twinsun.com>
53737
53738         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
53739         since strftime.c uses HAVE_STRFTIME to decide whether to use
53740         the underlying strftime.
53741
53742 2000-03-29  Paul Eggert  <eggert@twinsun.com>
53743
53744         * lib/time/strftime.c (my_strftime): Make sure we call the system
53745         strftime, not ourselves, when invoking the underlying strftime.
53746
53747 2000-03-24  Jim Meyering  <meyering@lucent.com>
53748
53749         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
53750         (charset_alias): Define.
53751         (install-exec-local): Factor out common code.
53752         (uninstall-local): Split lines longer than 80.
53753         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
53754         (SUFFIXES): Define.
53755         (.sed.in.sed): New rule.  Don't redirect directly to $@.
53756         (CLEANFILES): Add ref-add.sed and ref-del.sed.
53757
53758 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
53759
53760         * lib/config.charset: Output a line containing "Packages using this
53761         file".
53762         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
53763         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
53764         ref-del.sed): New rules.
53765
53766 2000-03-17  Jim Meyering  <meyering@lucent.com>
53767
53768         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
53769         Otherwise, include <strings.h>
53770
53771 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
53772
53773         * lib/unicodeio.c (utf8_wctomb): New function.
53774         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
53775         format instead of in UCS-4 with platform dependent endianness.
53776
53777 2000-03-10  Jim Meyering  <meyering@lucent.com>
53778
53779         * m4/lib-check.m4: Look for getspnam in -lgen, too.
53780         From Marco Franzen.
53781
53782 2000-03-07  Paul Eggert  <eggert@twinsun.com>
53783
53784         * lib/savedir.c (savedir): Work even if directory size is
53785         negative; this can happen with some screwy NFS configurations.
53786
53787 2000-03-06  Jim Meyering  <meyering@lucent.com>
53788
53789         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
53790         if it's NULL (because we ran out of memory).  From Bruno Haible.
53791
53792 2000-03-05  Jim Meyering  <meyering@lucent.com>
53793
53794         * lib/localcharset.c ("path-concat.h"): Include.
53795         (get_charset_aliases): Use path_concat instead of ANSI string
53796         concatenation.
53797
53798         * lib/unicodeio.h (PARAMS): Define.
53799         Use it to guard prototype.
53800
53801 2000-03-04  Jim Meyering  <meyering@lucent.com>
53802
53803         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
53804         for lib/localcharset.c.
53805
53806 2000-03-04  Jim Meyering  <meyering@lucent.com>
53807
53808         * lib/Makefile.am (install-exec-local): Create $(libdir) before
53809         installing into it.
53810         (uninstall-local): Uncomment this rule so `make distcheck' works
53811         once again.
53812
53813         * lib/unicodeio.c (<errno.h>): Include it.
53814         (errno): Declare if not defined.
53815
53816         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
53817
53818         * lib/config.charset: New version, incorporating remarks from a linux
53819         i18n mailing list.  From Bruno Haible.
53820
53821 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
53822
53823         * m4/codeset.m4: New file.
53824         * m4/iconv.m4: New file.
53825         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
53826
53827 2000-03-03  Jim Meyering  <meyering@lucent.com>
53828
53829         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
53830
53831 2000-03-02  Jim Meyering  <meyering@lucent.com>
53832
53833         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
53834         the messages come out on separate lines.
53835
53836         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
53837         rather than jm_CHECK_DECLARATIONS.
53838         * m4/decl.m4: Remove now-unused file.
53839
53840         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
53841         geteuid.
53842
53843 2000-03-02  Jim Meyering  <meyering@lucent.com>
53844
53845         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
53846
53847 2000-03-01  Jim Meyering  <meyering@lucent.com>
53848
53849         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
53850         * lib/unicodeio.c: Likewise.
53851
53852 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
53853
53854         * lib/config.charset: New file.
53855         * lib/localcharset.c: New file.
53856         * lib/unicodeio.h, lib/unicodeio.c: New files.
53857         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
53858         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
53859         (noinst_HEADERS): Add unicodeio.h.
53860         (all-local, install-exec-local, charset.alias): New targets.
53861
53862 2000-02-28  Paul Eggert  <eggert@twinsun.com>
53863
53864         * lib/quotearg.c (ALERT_CHAR): New macro.
53865         (quotearg_buffer_restyled): Use it.
53866
53867 2000-02-27  Jim Meyering  <meyering@lucent.com>
53868
53869         * m4/check-decl.m4: Add getenv to the list.
53870
53871 2000-02-27  Jim Meyering  <meyering@lucent.com>
53872
53873         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
53874         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
53875
53876         * lib/backupfile.c: Guard inclusion of stdlib.h with
53877         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
53878         Declare malloc if needed.
53879
53880         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
53881         `#ifndef HAVE_DECL..'
53882         now that autoconf always defines the HAVE_DECL_ symbols.
53883         * lib/human.c: Likewise.
53884         * lib/same.c: Likewise.
53885         * lib/strtoumax.c: Likewise.
53886
53887         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
53888         declaration check was not run.
53889         * lib/hash.c: Likewise.
53890         * lib/human.c: Likewise.
53891         * lib/same.c: Likewise.
53892         * lib/strtoumax.c: Likewise.
53893
53894         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
53895         `.', then first look up the entire `.'-containing string as a login
53896         name.
53897
53898 2000-02-23  Jim Meyering  <meyering@lucent.com>
53899
53900         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
53901         in place of my hack.
53902
53903 2000-02-18  Paul Eggert  <eggert@twinsun.com>
53904
53905         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
53906         (textint): New typedef.
53907         (parser_control): Member year changed from int to textint.
53908         All uses changed.
53909         (YYSTYPE): Removed; replaced by %union with int and textint members.
53910         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
53911         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
53912         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
53913         (tSNUMBER, tUNUMBER): Now of type <textintval>.
53914         (date, number, to_year): Use width of number in digits, not its value,
53915         to determine whether it's a 2-digit year, or a 2-digit time.
53916         (yylex): Store number of digits of numeric tokens.
53917         Reported by John Kendall.
53918
53919         (parser_control): Changed from struct parser_control to typedef (for
53920         consistency).  All uses changed.
53921
53922         (tID): Removed; not used.
53923         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
53924
53925 2000-02-14  Paul Eggert  <eggert@twinsun.com>
53926
53927         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
53928         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
53929
53930 2000-02-12  Jim Meyering  <meyering@lucent.com>
53931
53932         * lib/userspec.c (ISDIGIT): Define it.
53933         (isdigit): Remove definition.
53934         (is_number): Use ISDIGIT, not isdigit.
53935         <libintl.h>: Include.
53936         (_ and N_): Define.
53937         (parse_user_spec): Mark translatable strings.
53938
53939 2000-02-10  Jim Meyering  <meyering@lucent.com>
53940
53941         With these changes, nanosleep.[ch] are finally enough like the other
53942         lib/* replacement files to compile on a few more losing systems.
53943
53944         * lib/nanosleep.h: Don't include config.h.
53945         Remove prototype from declaration of nanosleep.
53946         (PARAMS): Remove now-unneeded definition.
53947         * lib/nanosleep.c: #undef nanosleep.
53948         (rpl_nanosleep): Rename from nanosleep.
53949
53950 2000-02-10  Jim Meyering  <meyering@lucent.com>
53951
53952         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
53953         gnu_nanosleep to rpl_nanosleep.
53954
53955 2000-02-09  Jim Meyering  <meyering@lucent.com>
53956
53957         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
53958         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
53959
53960 2000-02-08  Akim Demaille  <akim@epita.fr>
53961
53962         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
53963         `[' and `]' and remove uses of `changequote'.
53964         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
53965         (AC_SYS_LARGEFILE): Likewise.
53966         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
53967         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
53968         of changequote.
53969         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
53970         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
53971         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
53972         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
53973
53974 2000-02-05  Jim Meyering  <meyering@lucent.com>
53975
53976         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
53977         Remove explicit use of AC_HEADER_TIME.  It is required by
53978         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
53979         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
53980         in autoconf whereby the expansion of the latter ended up preceding
53981         the expansion of its prerequisite, AC_HEADER_TIME.
53982         Reported by Volker Borchert.
53983
53984 2000-02-03  Jim Meyering  <meyering@lucent.com>
53985
53986         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
53987
53988 2000-02-03  Jim Meyering  <meyering@lucent.com>
53989
53990         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
53991         rather than with `#if HAVE_UTMPNAME'.
53992
53993 2000-02-02  Jim Meyering  <meyering@lucent.com>
53994
53995         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
53996         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
53997         Reported by Eli Zaretskii.
53998
53999 2000-02-01  Jim Meyering  <meyering@lucent.com>
54000
54001         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
54002
54003 2000-01-31  Jim Meyering  <meyering@lucent.com>
54004
54005         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
54006         functions.  Add the time.h and sys/time.h headers along with the
54007         AC_REQUIRE'ment of AC_HEADER_TIME.
54008
54009 2000-01-31  Jim Meyering  <meyering@lucent.com>
54010
54011         * lib/nanosleep.h (nanosleep): Guard declaration with
54012         `#if ! HAVE_DECL_NANOSLEEP'.
54013         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
54014         the declaration in that vendor's sys/timers.h.
54015         Reported by Christian Krackowizer.
54016
54017         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
54018         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
54019         (ISPRINT): Likewise.
54020         Reported by Tom Tromey.
54021
54022 2000-01-30  Jim Meyering  <meyering@lucent.com>
54023
54024         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
54025
54026         * m4/prereq.m4 (utmp_includes): Define.
54027         Check for ut_user and ut_name members in both struct utmpx
54028         and struct utmp.
54029
54030 2000-01-30  Jim Meyering  <meyering@lucent.com>
54031
54032         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
54033         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
54034         header files where only utmpx.ut_user is declared.
54035
54036         * lib/readutmp.h (UT_USER): Define.
54037
54038 2000-01-29  Jim Meyering  <meyering@lucent.com>
54039
54040         * m4/lib-check.m4: New file containing library-related checks from
54041         fileutils and sh-utils (textutils had none).
54042
54043 2000-01-28  Jim Meyering  <meyering@lucent.com>
54044
54045         * m4/perl.m4: Change format of warning message to look more like that
54046         from the missing script.  Suggestion from François Pinard.
54047
54048 2000-01-25  Jim Meyering  <meyering@lucent.com>
54049
54050         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
54051         well as time.h in the compile check.
54052         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
54053         Fix typo in cross-compiling case: s/yes/no/.
54054
54055 2000-01-23  Jim Meyering  <meyering@lucent.com>
54056
54057         * m4/jm-macros.m4: Move df-related tests here from
54058         fileutils/configure.in
54059
54060         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
54061         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
54062
54063         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
54064         s/space/ac_fsusage_space/.
54065         (jm_FILE_SYSTEM_USAGE): Take two parameters.
54066
54067         * m4/ftruncate.m4: New file (derived from part of
54068         fileutils/configure.in).
54069         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
54070         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
54071
54072         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
54073         AC_SUBST these here, rather than just in sh-util/configure.in, so
54074         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
54075         all the same.
54076         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
54077         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
54078         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
54079         (AC_SUBST(POW_LIBM)): Likewise.
54080         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
54081
54082 2000-01-23  Jim Meyering  <meyering@lucent.com>
54083
54084         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
54085         obstack.c.
54086
54087 2000-01-22  Jim Meyering  <meyering@lucent.com>
54088
54089         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
54090
54091         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
54092
54093         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
54094         configure.in
54095         (AC_CHECK_HEADERS): Likewise for sh-utils.
54096         (AC_CHECK_HEADERS): Likewise for textutils.
54097         Merge the three lists of headers.
54098
54099         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
54100         from fileutils' configure.in.
54101
54102         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
54103         code. Moved tests into their own function (_jm_DECL_HEADERS) in
54104         check-decl.m4.
54105
54106         * m4/check-decl.m4: Use #if rather than #ifdef.
54107         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
54108         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
54109         (_jm_DECL_HEADERS): Define new function.
54110         (jm_CHECK_DECLARATIONS): Require it.
54111
54112 2000-01-22  Jim Meyering  <meyering@lucent.com>
54113
54114         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
54115         [! HAVE_DECL_STRTOULL]: Declare strtoull.
54116         Required for some AIX systems.  Reported by Christian Krackowizer.
54117         [TESTING] (main): New function.
54118
54119         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
54120         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
54121         letters.
54122
54123         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
54124         iswprint.
54125
54126         * lib/strverscmp.c (ISDIGIT): Define.
54127         (strverscmp): Use ISDIGIT, not isdigit.
54128
54129 2000-01-19  Jim Meyering  <meyering@lucent.com>
54130
54131         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
54132         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
54133         defines `struct timespec' in <sys/time.h>
54134
54135         * m4/c-bs-a.m4: Remove uses of changequote altogether.
54136         Thanks to Akim for explaining.
54137
54138 2000-01-17  Paul Eggert  <eggert@twinsun.com>
54139
54140         * lib/nanosleep.c (nanosleep):
54141         Don't use SA_INTERRUPT to decide whether to call sigaction, as
54142         POSIX.1 doesn't require SA_INTERRUPT and some systems
54143         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
54144         it's been part of POSIX.1 since day 1 (in 1988).
54145
54146 2000-01-17  Jim Meyering  <meyering@lucent.com>
54147
54148         * lib/interlock: Remove unused file.  Reported by François Pinard.
54149
54150 2000-01-16  Paul Eggert  <eggert@twinsun.com>
54151
54152         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
54153         alert, backslash, formfeed, and vertical tab unnecessarily in
54154         shell quoting style.
54155
54156 2000-01-16  Jim Meyering  <meyering@lucent.com>
54157
54158         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
54159         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
54160         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
54161         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
54162
54163 2000-01-16  Jim Meyering  <meyering@lucent.com>
54164
54165         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
54166         because the latter didn't work.
54167
54168 2000-01-15  Jim Meyering  <meyering@lucent.com>
54169
54170         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
54171         (AC_REPLACE_FUNCS): Add memcpy and memset.
54172         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
54173         Add strpbrk.
54174         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
54175
54176 2000-01-12  Jim Meyering  <meyering@lucent.com>
54177
54178         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
54179         (jm_PREREQ): Use it.
54180         (jm_PREREQ_READUTMP): New macro.
54181         (jm_PREREQ): Use it.
54182
54183 2000-01-11  Paul Eggert  <eggert@twinsun.com>
54184
54185         Quote multibyte characters correctly.
54186         * m4/c-bs-a.m4: New file.
54187         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
54188         (jm_PREREQ): Use it.
54189
54190 2000-01-11  Paul Eggert  <eggert@twinsun.com>
54191
54192         * m4/uintmax_t.m4: Port to autoconf 2.13.
54193
54194 2000-01-08  Jim Meyering  <meyering@ascend.com>
54195
54196         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
54197         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
54198
54199 2000-01-04  Jim Meyering  <meyering@ascend.com>
54200
54201         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
54202         jm_STRUCT_DIRENT_D_TYPE.
54203         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
54204         jm_STRUCT_DIRENT_D_INO.
54205         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
54206         jm_STRUCT_UTIMBUF.
54207         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
54208         renamings.
54209         * m4/utime.m4: Likewise.
54210
54211         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
54212         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
54213
54214 2000-01-03  Paul Eggert  <eggert@twinsun.com>
54215
54216         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
54217         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
54218
54219 2000-01-02  Jim Meyering  <meyering@ascend.com>
54220
54221         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
54222         remember if this is necessary.
54223
54224 1999-12-26  Jim Meyering  <meyering@ascend.com>
54225
54226         * m4/jm-macros.m4: Use it here.
54227         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
54228
54229 1999-12-23  Jim Meyering  <meyering@ascend.com>
54230
54231         * m4/jm-macros.m4: Check for clock_gettime (moved from
54232         fileutils/configure.in)
54233         Check for gettimeofday.
54234
54235 1999-12-20  Jim Meyering  <meyering@ascend.com>
54236
54237         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
54238         autoconf-2.14a-1999-12-20.
54239
54240 1999-12-19  Jim Meyering  <meyering@ascend.com>
54241
54242         * m4/lstat-slash.m4: New file.
54243         * m4/jm-macros.m4: Use the new macro:
54244         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
54245
54246 1999-12-07  Jim Meyering  <meyering@ascend.com>
54247
54248         * m4/perl.m4: Require that File::Compare be available, too.
54249         Too many systems seem to lack it.
54250
54251         * m4/strftime.m4: Add checks for most of the cpp macros tested in
54252         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
54253
54254 1999-11-18  Paul Eggert  <eggert@twinsun.com>
54255
54256         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
54257         problem with the QNX 4.25 shell, which doesn't propagate exit
54258         status of failed commands inside shell assignments.
54259
54260 1999-11-17  Jim Meyering  <meyering@ascend.com>
54261
54262         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
54263
54264 1999-11-07  Jim Meyering  <meyering@ascend.com>
54265
54266         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
54267
54268 1999-11-06  Jim Meyering  <meyering@ascend.com>
54269
54270         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
54271         * m4/jm-macros.m4 (jm_MACROS): Use it here.
54272
54273 1999-11-05  Jim Meyering  <meyering@ascend.com>
54274
54275         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
54276         configure.in of textutils, fileutils, and sh-utils into this one
54277         (shared between those packages) file.
54278         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
54279         AC_STRUCT_ST_BLKSIZE.
54280
54281 1999-11-03  Jim Meyering  <meyering@ascend.com>
54282
54283         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
54284         of AC_CHECK_TYPE checks includes unistd.h.
54285         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
54286         Suggestion from Akim Demaille.
54287
54288 1999-10-30  Jim Meyering  <meyering@ascend.com>
54289
54290         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
54291         m4-quoted string.
54292         * m4/ls-mntd-fs.m4: Likewise.
54293         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
54294         * m4/jm-winsz1.m4: Likewise.
54295
54296         * m4/const.m4: Remove file, since the fix made it into the experimental
54297         version of autoconf.
54298         * m4/mktime.m4: Likewise.
54299
54300         * m4/check-type.m4: Remove file, now that the latest version of
54301         AC_CHECK_TYPE takes a third arg to specify additional #includes.
54302
54303         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
54304         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
54305         AC_CHECK_TYPE.
54306
54307 1999-10-04  Jim Meyering  <meyering@ascend.com>
54308
54309         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
54310
54311 1999-09-22  Paul Eggert  <eggert@twinsun.com>
54312
54313         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
54314         2.95.1 bug with HP-UX 10.20.
54315
54316 1999-09-17  Jim Meyering  <meyering@ascend.com>
54317
54318         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
54319         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
54320         due to missing strdup (against sh-utils-2.0).
54321
54322 1999-08-29  Jim Meyering  <meyering@ascend.com>
54323
54324         * m4/jm-macros.m4: Require jm_BISON.
54325         * m4/bison.m4: New file.
54326
54327 1999-08-17  Paul Eggert  <eggert@twinsun.com>
54328
54329         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
54330         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
54331
54332 1999-08-05  Jim Meyering  <meyering@ascend.com>
54333
54334         * m4/getline.m4: Rename test file from conftestdata to conftest.data
54335         to avoid conflicts with `conftest' on 8+3 filesystems.
54336         Suggestion from Eli Zaretskii.
54337
54338 1999-08-04  Jim Meyering  <meyering@ascend.com>
54339
54340         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
54341         fileutils and sh-utils (textutils's getline test was inadequate).
54342         (AM_FUNC_GETLINE): Run this test.
54343         (AC_CHECK_FUNCS): Check for getdelim.
54344         Reported by Bob Proulx.
54345
54346 1999-08-02  Jim Meyering  <meyering@ascend.com>
54347
54348         * m4/jm-macros.m4: Add a comment.
54349
54350 1999-08-01  Paul Eggert  <eggert@twinsun.com>
54351
54352         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
54353         <inttypes.h> defines strtoumax as a macro (and not as a
54354         function).
54355
54356 1999-08-01  Paul Eggert  <eggert@twinsun.com>
54357
54358         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
54359         that we can shift, multiply and divide unsigned long long
54360         values; Ultrix cc can't do it.
54361
54362 1999-08-01  Paul Eggert  <eggert@twinsun.com>
54363
54364         * m4/mktime.m4: New file, which is a preview of what should appear
54365         in the next public autoconf release.
54366
54367 1999-08-01  Paul Eggert  <eggert@twinsun.com>
54368
54369         * m4/lfs.m4: Remove this file.
54370         * m4/largefile.m4: New file.  It contains the old contents of
54371         lfs.m4, except that all names with prefix AC_LFS have been
54372         changed to use the prefix AC_SYS_LARGEFILE instead, to be
54373         compatible with future autoconf versions.  Also, some minor m4
54374         quoting problems have been fixed.
54375
54376 1999-08-01  Paul Eggert  <eggert@twinsun.com>
54377
54378         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
54379         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
54380         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
54381         and simplify the shell code.
54382
54383 1999-08-01  Jim Meyering  <meyering@ascend.com>
54384
54385         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
54386         m4.
54387
54388 1999-07-20  Jim Meyering  <meyering@ascend.com>
54389
54390         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
54391
54392 1999-07-15  Jim Meyering  <meyering@ascend.com>
54393
54394         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
54395
54396 1999-05-22  Jim Meyering  <meyering@ascend.com>
54397
54398         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
54399
54400 1999-05-20  Jim Meyering  <meyering@ascend.com>
54401
54402         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
54403         Add a colon after each `then' in case $4 is empty.
54404
54405 1999-05-16  Jim Meyering  <meyering@ascend.com>
54406
54407         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
54408
54409 1999-05-10  Jim Meyering  <meyering@ascend.com>
54410
54411         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
54412
54413         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
54414         AC_FUNC_MKTIME.
54415
54416 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
54417
54418         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
54419
54420 1999-05-04  Paul Eggert  <eggert@twinsun.com>
54421
54422         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
54423         not CPPFLAGS, so that linking works correctly in IRIX.
54424
54425 1999-04-30  Paul Eggert  <eggert@twinsun.com>
54426
54427         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
54428
54429 1999-04-20  Paul Eggert  <eggert@twinsun.com>
54430
54431         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
54432         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
54433         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
54434         jm_AC_TYPE_UNSIGNED_LONG_LONG.
54435         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
54436
54437         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
54438
54439 1999-04-20  Jim Meyering  <meyering@ascend.com>
54440
54441         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
54442         AC_REPLACE xstroull if necessary.  From Paul Eggert.
54443         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
54444
54445 1999-04-18  Jim Meyering  <meyering@ascend.com>
54446
54447         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
54448         * m4/jm-macros.m4: Use it.
54449
54450 1999-04-06  Jim Meyering  <meyering@ascend.com>
54451
54452         * m4/strftime.m4: Remove test for %f.
54453
54454 1999-03-29  Jim Meyering  <meyering@ascend.com>
54455
54456         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
54457         superset of the AC_TYPE_* checks in the textutils, fileutils,
54458         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
54459         AC_TYPE_PID_T.
54460
54461 1999-03-28  Jim Meyering  <meyering@ascend.com>
54462
54463         * m4/jm-macros.m4: Define GNU_PACKAGE here.
54464         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
54465         replaced e.g., in the *.sh files of the sh-utils.
54466
54467 1999-03-20  Jim Meyering  <meyering@ascend.com>
54468
54469         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
54470         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
54471         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
54472
54473 1999-03-19  Jim Meyering  <meyering@ascend.com>
54474
54475         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
54476
54477 1999-03-12  Jim Meyering  <meyering@ascend.com>
54478
54479         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
54480
54481 1999-03-07  Jim Meyering  <meyering@ascend.com>
54482
54483         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
54484         declared.
54485
54486 1999-02-17  Jim Meyering  <meyering@ascend.com>
54487
54488         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
54489         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
54490
54491 1999-02-07  Jim Meyering  <meyering@ascend.com>
54492
54493         * m4/group-member.m4: New file -- extracted from sh-utils'
54494         configure.in.
54495
54496         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
54497         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
54498
54499 1999-02-06  Jim Meyering  <meyering@ascend.com>
54500
54501         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
54502         * m4/fnmatch.m4: Likewise.
54503         * m4/getgroups.m4: Likewise.
54504         * m4/lstat.m4: Likewise.
54505         * m4/malloc.m4: Likewise.
54506         * m4/putenv.m4: Likewise.
54507         * m4/realloc.m4: Likewise.
54508         * m4/regex.m4: Likewise.
54509         * m4/stat.m4: Likewise.
54510         * m4/strftime.m4: Likewise.
54511         Suggestion from Alain Magloire.
54512
54513         * m4/chown.m4: Use `.$ac_objext', not `.o'.
54514         * m4/fnmatch.m4: Likewise.
54515         * m4/getgroups.m4: Likewise.
54516         * m4/getline.m4: Likewise.
54517         * m4/lstat.m4: Likewise.
54518         * m4/malloc.m4: Likewise.
54519         * m4/memcmp.m4: Likewise.
54520         * m4/putenv.m4: Likewise.
54521         * m4/realloc.m4: Likewise.
54522         * m4/regex.m4: Likewise.
54523         * m4/stat.m4: Likewise.
54524         * m4/strftime.m4: Likewise.
54525         Suggestion from Alain Magloire.
54526
54527         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
54528         an argument.
54529
54530         * m4/regex.m4: Add a run-time Test for proper operation of
54531         re_compile_pattern.
54532
54533 1999-01-31  Jim Meyering  <meyering@ascend.com>
54534
54535         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
54536
54537 1999-01-30  Jim Meyering  <meyering@ascend.com>
54538
54539         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
54540
54541         * m4/jm-mktime.m4: Make this a wrapper around the official
54542         AM_FUNC_MKTIME rather than my private copy, now that the official one
54543         is up to date.
54544         * m4/mktime.m4: Remove file.
54545
54546         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
54547         * m4/uptime.m4: Likewise.
54548         * m4/uintmax_t.m4: Likewise.
54549
54550 1999-01-28  Jim Meyering  <meyering@ascend.com>
54551
54552         * m4/jm-macros.m4: Use jm_AFS.
54553         * m4/afs.m4: New file (from fileutils' configure.in).
54554
54555         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
54556         * m4/chown.m4: Likewise.
54557         * m4/d-ino.m4: Likewise.
54558         * m4/d-type.m4: Likewise.
54559         * m4/fnmatch.m4: Likewise.
54560         * m4/getgroups.m4: Likewise.
54561         * m4/gettext.m4: Likewise.
54562         * m4/jm-mktime.m4: Likewise.
54563         * m4/jm-winsz2.m4: Likewise.
54564         * m4/lcmessage.m4: Likewise.
54565         * m4/ls-mntd-fs.m4: Likewise.
54566         * m4/malloc.m4: Likewise.
54567         * m4/memcmp.m4: Likewise.
54568         * m4/putenv.m4: Likewise.
54569         * m4/realloc.m4: Likewise.
54570         * m4/st_mtim.m4: Likewise.
54571         * m4/strftime.m4: Likewise.
54572
54573 1999-01-16  Jim Meyering  <meyering@ascend.com>
54574
54575         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
54576         (ARGMATCH_DIE_DECL): Define.
54577
54578 1999-01-12  Jim Meyering  <meyering@ascend.com>
54579
54580         * m4/Makefile.am.in: Rewrite to avoid using fmt.
54581         Reported by Lars Hecking.
54582
54583 1999-01-10  Jim Meyering  <meyering@ascend.com>
54584
54585         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
54586         gross kludge.
54587         * m4/inttypes_h.m4: Likewise.
54588         * m4/lstat.m4: Likewise.
54589         * m4/malloc.m4: Likewise.
54590         * m4/readdir.m4: Likewise.
54591         * m4/realloc.m4: Likewise.
54592         * m4/st_dm_mode.m4: Likewise.
54593         * m4/stat.m4: Likewise.
54594         * m4/utimbuf.m4: Likewise.
54595         * m4/utimes.m4: Likewise.
54596
54597         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
54598         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
54599         comments in config.h.in are meaningful.
54600
54601         * m4/jm-macros.m4: Require autoconf-2.13 here.
54602
54603         * m4/regex.m4: By default, don't use the included regex.c on systems
54604         with glibc 2.  Suggestion from Uli Drepper.
54605
54606 1999-01-02  Jim Meyering  <meyering@ascend.com>
54607
54608         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
54609
54610 1998-12-18  Jim Meyering  <meyering@ascend.com>
54611
54612         * m4/Makefile.am.in (Makefile.am): Simplify rule.
54613         Based on a suggestion from Lars Hecking.
54614
54615 1998-11-16  Paul Eggert  <eggert@twinsun.com>
54616
54617         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
54618
54619 1998-11-16  Jim Meyering  <meyering@ascend.com>
54620
54621         * m4/lfs.m4: Double-quote the `uname...` expression.
54622
54623 1998-11-14  Jim Meyering  <meyering@ascend.com>
54624
54625         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
54626         * m4/stat.m4: Likewise.
54627
54628 1998-11-03  Jim Meyering  <meyering@ascend.com>
54629
54630         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
54631         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
54632
54633 1998-10-18  Jim Meyering  <meyering@ascend.com>
54634
54635         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
54636
54637 1998-10-17  Jim Meyering  <meyering@ascend.com>
54638
54639         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
54640         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
54641         calls for those previously hard-coded headers.  Instead, take a new
54642         parameter.
54643         (jm_CHECK_DECLARATIONS): Reflect interface change.
54644         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
54645         (jm_CHECK_DECL_LOCALTIME_R): New macro.
54646
54647         * m4/mktime.m4: Test for spring-forward gap before long-running test.
54648
54649 1998-10-14  Jim Meyering  <meyering@ascend.com>
54650
54651         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
54652         instead of "TZ=America/Vancouver".  From Paul Eggert.
54653
54654 1998-10-11  Jim Meyering  <meyering@ascend.com>
54655
54656         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
54657         This adds a test for a recently added compatibility fix for mktime.c.
54658         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
54659
54660 1998-09-27  Jim Meyering  <meyering@ascend.com>
54661
54662         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
54663
54664         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
54665         ../configure.in, including a change from Gordon Matzigkeit to allow
54666         cross-compiling for the Hurd.
54667
54668         * m4/glibc.m4: New file/macro to test for the GNU C Library
54669         versions 1 and 2.  From Gordon Matzigkeit.
54670         Indent.
54671
54672 1998-09-21  Jim Meyering  <meyering@ascend.com>
54673
54674         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
54675
54676 1998-08-18  Paul Eggert  <eggert@twinsun.com>
54677
54678         Port nanosecond-resolution times to UnixWare 2.1.2 and
54679         pedantic Solaris 2.6.
54680
54681         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
54682         AC_STRUCT_ST_MTIM.
54683         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
54684         Generate name of ns member, instead of just 1 or undef.
54685         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
54686
54687 1998-08-15  Jim Meyering  <meyering@ascend.com>
54688
54689         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
54690         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
54691         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
54692         instead of jm_TYPE_SSIZE_T.
54693
54694 1998-08-12  Jim Meyering  <meyering@ascend.com>
54695
54696         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
54697
54698 1998-08-02  Jim Meyering  <meyering@ascend.com>
54699
54700         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
54701         in acconfig.h manually.
54702
54703 1998-07-31  Paul Eggert  <eggert@twinsun.com>
54704
54705         * m4/st_mtim.m4: New file.
54706
54707 1998-07-28  Jim Meyering  <meyering@ascend.com>
54708
54709         * m4/utimes.m4: Undef stat.
54710
54711 1998-07-25  Jim Meyering  <meyering@ascend.com>
54712
54713         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
54714         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
54715
54716 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
54717
54718         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
54719         uid and gid actually remain unchanged.
54720
54721 1998-07-07  Jim Meyering  <meyering@ascend.com>
54722
54723         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
54724
54725 1998-07-04  Jim Meyering  <meyering@ascend.com>
54726
54727         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
54728         to prove that this macro can be used in packages without regex.c.
54729
54730 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
54731
54732         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
54733         is to be used.
54734
54735 1998-07-03  Jim Meyering  <meyering@ascend.com>
54736
54737         * m4/gettext.m4: Add -lintl if it's found to be necessary.
54738
54739         * m4/gettext.m4: New file -- from gettext-0.10.35.
54740         * m4/lcmessage.m4: Likewise.
54741         * m4/progtest.m4: Likewise.
54742
54743         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
54744         * m4/jm-macros.m4: Require the new macro.
54745
54746 1998-06-29  Jim Meyering  <meyering@ascend.com>
54747
54748         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
54749         for the definition of NGROUPS (used in a system header included
54750         by sys/mount.h).
54751
54752 1998-06-28  Jim Meyering  <meyering@ascend.com>
54753
54754         * m4/ls-mntd-fs.m4: New file.
54755         * m4/fstypename.m4: New file.
54756
54757         * m4/jm-macros.m4: Require the new macro.
54758         * m4/jm-glibc-io.m4: New file.
54759
54760 1998-05-19  Jim Meyering  <meyering@ascend.com>
54761
54762         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
54763         * m4/lchown.m4: New file.
54764
54765         * m4/Makefile.am.in: New file.
54766         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
54767
54768 1998-05-14  Jim Meyering  <meyering@ascend.com>
54769
54770         * m4/Makefile.am (EXTRA_DIST): Add them.
54771         * m4/jm-macros.m4: New file.
54772         * m4/utimbuf.m4: New file.
54773
54774 1998-05-12  Jim Meyering  <meyering@ascend.com>
54775
54776         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
54777
54778 1998-05-11  Jim Meyering  <meyering@ascend.com>
54779
54780         * m4/isc-posix.m4: New file.
54781
54782 1998-05-10  Jim Meyering  <meyering@ascend.com>
54783
54784         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
54785
54786 1998-05-09  Jim Meyering  <meyering@ascend.com>
54787
54788         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
54789         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
54790         with automake.
54791
54792         * m4/ssize_t.m4: New file.
54793         * m4/mktime.m4: Remove file -- the new automake has this now.
54794
54795 1998-04-26  Jim Meyering  <meyering@ascend.com>
54796
54797         * m4/assert.m4: New file.
54798         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
54799
54800 1998-04-05  Jim Meyering  <meyering@ascend.com>
54801
54802         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
54803         (jm_PREREQ): Use it here.
54804
54805 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
54806
54807         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
54808         in acconfig.h.
54809
54810 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
54811
54812         * m4/prereq.m4: New file.
54813         * m4/error.m4: New file.
54814         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
54815
54816 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
54817
54818         * m4/getline.m4: Don't set am_cv_func_working_getline before the
54819         cache-check for the same variable -- that defeated the purpose of
54820         the test; the test program was never run.  This was a problem only
54821         on systems with losing getline functions -- HP-UX 10.20 is one.
54822         Reported by Bjorn Helgaas.
54823
54824 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
54825
54826         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
54827
54828 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
54829
54830         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
54831
54832         * m4/const.m4: New file.  Use an initializer in this declaration
54833         typedef int charset[2]; const charset x;
54834         Reported by Bob Glickstein.
54835
54836 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
54837
54838         * m4/chown.m4: Fix reversed types on -1 args to chown.
54839         From Kaveh Ghazi.
54840
54841 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
54842
54843         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
54844         Add lseek and memchr.
54845
54846         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
54847         T.E.Dickey <dickey@clark.net> said that some older preprocessors
54848         have a 20-character limit on names.
54849
54850 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
54851
54852         * m4/inttypes_h.m4: New file.
54853         * m4/uintmax_t.m4: New file.
54854         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
54855
54856
54857         -----
54858
54859         Local Variables:
54860         coding: utf-8
54861         End:
54862
54863         Copyright (C) 1997-2009 Free Software Foundation, Inc.
54864
54865         Copying and distribution of this file, with or without
54866         modification, are permitted provided the copyright notice
54867         and this notice are preserved.