fix more require-before-expand issues
[gnulib.git] / ChangeLog
1 2009-01-30  Eric Blake  <ebb9@byu.net>
2
3         fix more require-before-expand issues
4         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
5         expand, AC_PROG_AWK.
6         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
7
8 2009-01-28  Eric Blake  <ebb9@byu.net>
9
10         version-etc: use consistent URL formatting
11         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
12         Improve formatting.  Use fputs for string without %.
13
14 2009-01-28  Jim Meyering  <meyering@redhat.com>
15
16         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
18         "underquoted definition of NAME" from autoconf-2.59.
19
20 2009-01-28  Bruno Haible  <bruno@clisp.org>
21
22         * doc/gnulib.texi: Add "Obsolete modules" to index.
23
24 2009-01-28  Jim Meyering  <meyering@redhat.com>
25
26         useless-if-before-free: recognize more variants
27         * build-aux/useless-if-before-free: Also recognize e.g.,
28         if (NULL != p) free (p);
29
30 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
31
32         test-getaddrinfo: skip (don't fail) this test when there's no network
33         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
34         on the presumption that it means you lack network access.
35
36 2009-01-26  Jim Meyering  <meyering@redhat.com>
37
38         fflush: avoid warnings on modern systems
39         * lib/fflush.c (rpl_fflush): Move declarations of locals,
40         pos and result, into scopes where they're used.
41
42 2009-01-26  Eric Blake  <ebb9@byu.net>
43
44         Silence warning reintroduced by recent extensions patch.
45         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
46         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
47         autoconf.
48
49         Backport improved autoconf semantics of AC_DEFUN_ONCE.
50         * m4/00gnulib.m4: New file.
51         * gnulib-tool (func_get_filelist): Always use it.
52         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
53         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
54
55 2009-01-25  Bruno Haible  <bruno@clisp.org>
56
57         Make test-quotearg work on MacOS X and AIX.
58         * tests/test-quotearg.sh: New file.
59         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
60         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
61         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
62         include <libintl.h>.
63         (fake_locale): Remove variable.
64         (gettext, dgettext, dcgettext): Remove functions.
65         (main): Instead of setting a fake locale, set a real locale. Call
66         textdomain and bindtextdomain.
67         * modules/quotearg-tests (Files): Add the new files.
68         (Depends-on): Add gettext, setenv, unsetenv.
69         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
70         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
71         Augment TESTS_ENVIRONMENT.
72
73 2009-01-25  Bruno Haible  <bruno@clisp.org>
74
75         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
76         fr_FR.ISO8859-1 locale on MacOS X.
77         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
78         ja_JP.eucJP locale on MacOS X.
79         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
80         zh_CN.GB18030 locale on MacOS X.
81
82 2009-01-25  Bruno Haible  <bruno@clisp.org>
83
84         Avoid link errors on MacOS X 10.3.
85         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
86         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
87
88 2009-01-25  Bruno Haible  <bruno@clisp.org>
89
90         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
91         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
92         * modules/pipe (Files): Remove m4/posix_spawn.m4.
93         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
94         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
95         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
96         posix_spawnattr_init, posix_spawnattr_setsigmask,
97         posix_spawnattr_setflags, posix_spawnattr_destroy.
98
99         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
100         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
101         * modules/execute (Files): Remove m4/posix_spawn.m4.
102         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
103         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
104         posix_spawnattr_init, posix_spawnattr_setsigmask,
105         posix_spawnattr_setflags, posix_spawnattr_destroy.
106
107 2009-01-25  Bruno Haible  <bruno@clisp.org>
108
109         * lib/glthread/threadlib.c: Include <stdlib.h>.
110
111 2009-01-25  Bruno Haible  <bruno@clisp.org>
112
113         * lib/glthread/threadlib.c (dummy): New declaration.
114
115 2009-01-25  Bruno Haible  <bruno@clisp.org>
116
117         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
118         multibyte characters also for the GB18030 encoding. Don't crash when
119         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
120
121 2009-01-25  Bruno Haible  <bruno@clisp.org>
122
123         Avoid redefining 'struct random_data' on OSF/1 5.1.
124         * lib/stdlib.in.h: Include <random.h> if it exists.
125         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
126         HAVE_RANDOM_H. Include <random.h> when testing whether
127         'struct random_data' exists.
128         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
129
130 2009-01-25  Bruno Haible  <bruno@clisp.org>
131
132         Don't install charset.alias on MacOS X >= 10.3.
133         * lib/localcharset.c (DARWIN7): New macro.
134         (get_charset_aliases): Hardcode the result for Darwin7.
135         * modules/localcharset (install-exec-local): Don't install
136         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
137
138 2009-01-25  Bruno Haible  <bruno@clisp.org>
139
140         Don't install charset.alias on mingw and Cygwin.
141         * modules/localcharset (install-exec-local): Don't install
142         charset.alias on mingw and Cygwin, if the file does not yet exist.
143         The result for these platforms is hardcoded in localcharset.c.
144
145 2009-01-25  Bruno Haible  <bruno@clisp.org>
146
147         Make it possible again to use AC_GNU_SOURCE together with gnulib.
148         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
149         before requiring AC_USE_SYSTEM_EXTENSIONS.
150
151 2009-01-25  Jim Meyering  <meyering@redhat.com>
152
153         c-strtod: avoid warnings
154         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
155         "assignment discards qualifiers from pointer target type" warnings.
156
157 2009-01-24  Bruno Haible  <bruno@clisp.org>
158
159         Add support for non-UTF-8 locales on MacOS X.
160         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
161         canonical encodings. For Darwin 7 and newer, don't map traditional
162         encodings to UTF-8.
163         Reported by Vincent Lefevre <vincent@vinc17.org>
164         at <http://savannah.gnu.org/bugs/?25235>.
165
166 2009-01-24  Bruno Haible  <bruno@clisp.org>
167
168         * doc/gnulib.texi (Obsolete modules): New section.
169         Reported by Mike Frysinger <vapier@gentoo.org>.
170
171 2009-01-24  Bruno Haible  <bruno@clisp.org>
172
173         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
174         (%.dvi): New rule.
175
176 2009-01-24  Bruno Haible  <bruno@clisp.org>
177
178         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
179         Reported by Eric Blake.
180
181 2009-01-24  Bruno Haible  <bruno@clisp.org>
182
183         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
184         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
185         Reported by Gary V. Vaughan <gary@gnu.org>.
186
187 2009-01-24  Bruno Haible  <bruno@clisp.org>
188
189         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
190
191 2009-01-23  Bruno Haible  <bruno@clisp.org>
192
193         Make c-strtod, c-strtold usable in libraries.
194         * lib/c-strtod.c: Include string.h instead of xalloc.h.
195         (C_STRTOD): Call strdup instead of xstrdup.
196         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
197         * modules/c-strtold (Depends-on): Likewise.
198         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
199         * NEWS: Mention the change.
200         Reported by Michael Gold <mgold@ncf.ca>.
201
202 2009-01-23  Jim Meyering  <meyering@redhat.com>
203
204         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
205         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
206         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
207
208 2009-01-23  Simon Josefsson  <simon@josefsson.org>
209
210         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
211         GNU CoreUtils.
212         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
213         * modules/version-etc (Description): Update.
214
215 2009-01-22  Bruno Haible  <bruno@clisp.org>
216
217         Cache the C locale object.
218         * lib/c-strtod.c (c_locale_cache): New variable.
219         (c_locale): New function.
220         (C_STRTOD): Use it, and don't call freelocale.
221         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
222         Suggested by Paolo Bonzini.
223
224 2009-01-21  Bruno Haible  <bruno@clisp.org>
225
226         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
227         conditions other than overflow.
228
229 2009-01-21  Bruno Haible  <bruno@clisp.org>
230
231         * lib/c-strtod.c: Include errno.h.
232         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
233         value from STRTOD_L and STRTOD.
234
235 2009-01-21  Bruno Haible  <bruno@clisp.org>
236         and Jim Meyering  <meyering@redhat.com>
237
238         nanosleep: skip configure test (fail it) for apple universal builds
239         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
240         universal builds, assume that nanosleep does not work.
241         * modules/nanosleep (Depends-on): Add multiarch.
242
243         mktime: skip configure test (fail it) for apple universal builds
244         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
245         universal builds, assume that mktime does not work.
246         * modules/mktime (Depends-on): Add multiarch.
247
248 2009-01-21  Eric Blake  <ebb9@byu.net>
249
250         multiarch: avoid expand-before-require warning
251         * modules/multiarch (configure.ac): Require, rather than expand,
252         gl_MULTIARCH.
253         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
254         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
255         enforce that all clients require it.  Partial reversion of
256         2008-12-29 patch.
257
258         error: avoid expand-before-require warning
259         * modules/errno (configure.ac): Require, rather than expand,
260         gl_HEADER_ERRNO_H.
261         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
262         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
263         enforce that all clients require it.
264
265         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
266         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
267         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
268         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
269
270 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
271
272         Revert:
273         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
274
275         regex: do not depend on obsolete modules.
276         * modules/regex: Remove memcmp and memmove.
277
278 2009-01-20  Bruno Haible  <bruno@clisp.org>
279
280         Make the 'link' module link on Windows NT 4.
281         * lib/link.c (_WIN32_WINNT): Don't define.
282         (CreateHardLinkFuncType): New type.
283         (CreateHardLinkFunc, initialized): New variables.
284         (initialize): New function.
285         (link): Invoke CreateHardLink indirectly through the function pointer.
286
287 2009-01-20  Bruno Haible  <bruno@clisp.org>
288
289         Fix compilation failure on mingw.
290         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
291
292 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
293
294         * doc/c-strtod.texi: Mention a couple of restrictions.
295
296 2009-01-20  Jim Meyering  <meyering@redhat.com>
297
298         gettimeofday: move more declarations out of functions
299         * lib/gettimeofday.c: Move extern declarations of tzset and
300         gmtime out of containing functions.  Prompted by Bruno Haible.
301
302 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
303
304         regex: do not depend on obsolete modules.
305         * modules/regex: Remove memcmp and memmove.
306
307 2009-01-19  Bruno Haible  <bruno@clisp.org>
308
309         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
310         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
311         gl_BIGENDIAN, not AC_C_BIGENDIAN.
312         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
313         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
314
315 2009-01-19  Bruno Haible  <bruno@clisp.org>
316
317         * tests/test-link.c: Include <errno.h>.
318         (main): Exit with code 77 when a hard link cannot be created due to
319         the file system.
320         * tests/test-link.sh: Skip test when a hard link cannot be created due
321         to the file system.
322         Suggested by Eric Blake.
323
324 2009-01-19  Martin Lambers  <marlam@marlam.de>
325
326         * modules/link-tests: New file.
327         * tests/test-link.sh: New file.
328         * tests/test-link.c: New file.
329
330 2009-01-19  Eric Blake  <ebb9@byu.net>
331
332         doc: mention another function added in cygwin 1.7.0
333         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
334         Another new function in cygwin 1.7.
335
336 2009-01-19  Bruno Haible  <bruno@clisp.org>
337
338         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
339         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
340         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
341         gl_BIGENDIAN, not AC_C_BIGENDIAN.
342         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
343         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
344         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
345         * m4/md4.m4 (gl_MD4): Likewise.
346         * m4/md5.m4 (gl_MD5): Likewise.
347         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
348         * m4/sha1.m4 (gl_SHA1): Likewise.
349         * m4/sha256.m4 (gl_SHA256): Likewise.
350         * m4/sha512.m4 (gl_SHA512): Likewise.
351
352 2009-01-19  Bruno Haible  <bruno@clisp.org>
353
354         * modules/uniname/uniname-tests (Depends-on): Add progname.
355         * tests/uniname/test-uninames.c: Include progname.h.
356         (main): Call set_program_name.
357
358         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
359         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
360         (main): Call set_program_name.
361
362         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
363         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
364         (main): Call set_program_name.
365
366         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
367         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
368         (main): Call set_program_name.
369
370         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
371         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
372         (main): Call set_program_name.
373
374         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
375         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
376         (main): Call set_program_name.
377
378         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
379         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
380         (main): Call set_program_name.
381
382         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
383         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
384         (main): Call set_program_name.
385
386         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
387         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
388         (main): Call set_program_name.
389
390 2009-01-19  Eric Blake  <ebb9@byu.net>
391
392         test-unistd: test previous patch
393         * tests/test-unistd.c: Test *_FILENO macros.
394
395         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
396         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
397         Guarantee a definition.
398         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
399         * modules/unistd-safer (Depends-on): Add dependency on unistd.
400         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
401         * lib/dup-safer.c (STDERR_FILENO): Likewise.
402         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
403         Likewise.
404         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
405         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
406         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
407         Likewise.
408         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
409         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
410         (STDERR_FILENO): Likewise.
411         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
412         (STDERR_FILENO): Likewise.
413         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
414         (STDERR_FILENO): Likewise.
415         Reported by Elbert Pol.
416
417 2009-01-19  Eric Blake  <ebb9@byu.net>
418
419         doc: mention more functions added in cygwin 1.7.0
420         * doc/posix-functions/abort.texi (abort): Update wording related
421         to cygwin.
422         * doc/posix-functions/daylight.texi (daylight): Likewise.
423         * doc/posix-functions/optarg.texi (optarg): Likewise.
424         * doc/posix-functions/optarg.texi (opterr): Likewise.
425         * doc/posix-functions/optarg.texi (optind): Likewise.
426         * doc/posix-functions/optarg.texi (optopt): Likewise.
427         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
428         worked in 1.5.x, and was withdrawn in 1.7.
429         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
430         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
431         cygwin versions.
432         * doc/posix-functions/perror.texi (perror): Likewise.
433         * doc/posix-functions/printf.texi (printf): Likewise.
434         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
435         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
436         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
437         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
438         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
439         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
440         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
441         Likewise.
442         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
443         Likewise.
444         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
445         this function.
446         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
447         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
448         Likewise.
449         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
450         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
451         * doc/posix-functions/confstr.texi (confstr): Likewise.
452         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
453         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
454         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
455         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
456         * doc/posix-functions/fputws.texi (fputws): Likewise.
457         * doc/posix-functions/fwide.texi (fwide): Likewise.
458         * doc/posix-functions/getwc.texi (getwc): Likewise.
459         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
460         * doc/posix-functions/putwc.texi (putwc): Likewise.
461         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
462         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
463         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
464         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
465         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
466         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
467         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
468         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
469         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
470         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
471         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
472
473 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
474
475         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
476         * lib/ioctl.c: Include <sys/ioctl.h>.
477
478 2009-01-19  Simon Josefsson  <simon@josefsson.org>
479
480         * modules/getdate-tests (Depends-on): Add progname.
481         * tests/test-getdate.c: Use progname module, to avoid link errors
482         on non-glibc systems.
483
484 2009-01-18  Simon Josefsson  <simon@josefsson.org>
485
486         * modules/filenamecat-tests (Depends-on): Add progname.
487         * modules/fstrcmp-tests (Depends-on): Likewise.
488
489         * tests/test-filenamecat.c: Use progname module, to avoid link
490         errors on non-glibc systems.
491         * tests/test-fstrcmp.c: Likewise.
492
493 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
494
495         gettimeofday: avoid warning: nested extern declaration of 'localtime'
496         * lib/gettimeofday.c: Move extern declaration out of function.
497
498 2009-01-18  Bruno Haible  <bruno@clisp.org>
499
500         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
501         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
502         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
503
504 2009-01-18  Bruno Haible  <bruno@clisp.org>
505
506         * lib/strftime.c (MEMPCPY): Remove unused macro.
507         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
508
509 2009-01-18  Martin Lambers  <marlam@marlam.de>
510
511         New module 'link'.
512         * lib/unistd.in.h (link): New declaration.
513         * lib/link.c: New file.
514         * m4/link.m4: New file.
515         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
516         HAVE_LINK.
517         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
518         * modules/link: New file.
519         * doc/posix-functions/link.texi: Mention the new module.
520
521 2009-01-18  Bruno Haible  <bruno@clisp.org>
522
523         * tests/test-avltree_list.c (main): Call set_program_name.
524         * tests/test-avltree_oset.c (main): Likewise.
525         * tests/test-obstack-printf.c: Include progname.h.
526         (main): Call set_program_name.
527         * tests/test-quotearg.c: Include progname.h.
528         (main): Call set_program_name.
529         * tests/test-xmemdup0.c: Include progname.h.
530         (main): Call set_program_name.
531
532 2009-01-18  Bruno Haible  <bruno@clisp.org>
533
534         New module 'alphasort'.
535         * lib/dirent.in.h (alphasort): New declaration.
536         * lib/alphasort.c: New file, from glibc with modifications.
537         * m4/alphasort.m4: New file.
538         * modules/alphasort: New file.
539         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
540         HAVE_ALPHASORT.
541         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
542         HAVE_ALPHASORT.
543         * doc/posix-functions/alphasort.texi: Mention the new module and the
544         portability problems.
545
546 2009-01-18  Bruno Haible  <bruno@clisp.org>
547
548         New module 'scandir'.
549         * lib/dirent.in.h (scandir): New declaration.
550         * lib/scandir.c: New file, from glibc with modifications.
551         * m4/scandir.m4: New file.
552         * modules/scandir: New file.
553         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
554         HAVE_SCANDIR.
555         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
556         HAVE_SCANDIR.
557         * doc/posix-functions/scandir.texi: Mention the new module and the
558         portability problems.
559
560 2009-01-17  Bruno Haible  <bruno@clisp.org>
561
562         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
563         Update documentation.
564         (func_remove_suffix): Escape all dots in the suffix. Update
565         documentation.
566         (func_filter_filelist): Update documentation.
567         Reported by Ralf Wildenhues.
568
569 2009-01-17  Bruno Haible  <bruno@clisp.org>
570
571         * modules/dprintf-posix-tests: New file.
572         * tests/test-dprintf-posix.sh: New file.
573         * tests/test-dprintf-posix.c: New file.
574
575         New modules 'dprintf', 'dprintf-posix'.
576         * lib/stdio.in.h (dprintf): New declaration.
577         * lib/dprintf.c: New file.
578         * m4/dprintf.m4: New file.
579         * m4/dprintf-posix.m4: New file.
580         * modules/dprintf: New file.
581         * modules/dprintf-posix: New file.
582         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
583         HAVE_DPRINTF, REPLACE_DPRINTF.
584         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
585         HAVE_DPRINTF, REPLACE_DPRINTF.
586         * doc/posix-functions/dprintf.texi: Mention the new modules.
587
588 2009-01-17  Bruno Haible  <bruno@clisp.org>
589
590         * modules/vdprintf-posix-tests: New file.
591         * tests/test-vdprintf-posix.sh: New file.
592         * tests/test-vdprintf-posix.c: New file.
593
594         New modules 'vdprintf', 'vdprintf-posix'.
595         * lib/stdio.in.h (vdprintf): New declaration.
596         * lib/vdprintf.c: New file.
597         * m4/vdprintf.m4: New file.
598         * m4/vdprintf-posix.m4: New file.
599         * modules/vdprintf: New file.
600         * modules/vdprintf-posix: New file.
601         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
602         HAVE_VDPRINTF, REPLACE_VDPRINTF.
603         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
604         HAVE_VDPRINTF, REPLACE_VDPRINTF.
605         * doc/posix-functions/vdprintf.texi: Mention the new modules.
606
607 2009-01-17  Bruno Haible  <bruno@clisp.org>
608
609         Fix replacement of fopen on mingw.
610         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
611         mingw.
612
613 2009-01-17  Bruno Haible  <bruno@clisp.org>
614
615         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
616         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
617
618 2009-01-17  Bruno Haible  <bruno@clisp.org>
619
620         Avoid test-fflush2.sh failure on mingw.
621         * tests/test-fflush2.c: Include binary-io.h.
622         (main): Put standard input into binary mode.
623         * modules/fflush-tests (Depends-on): Add binary-io.
624
625 2009-01-17  Bruno Haible  <bruno@clisp.org>
626
627         * lib/wchar.in.h: In another particular situation, include only the
628         system's <wchar.h> file.
629         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
630         Reported by Albert Chin-A-Young <china@thewrittenword.com>
631         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
632
633 2009-01-17  Bruno Haible  <bruno@clisp.org>
634
635         Support for stripping executables in --enable-relocatable.
636         * build-aux/install-reloc: Expect one more argument, or an environment
637         variable RELOC_STRIP_PROG. If set, strip the destination program and
638         its wrapper.
639         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
640         RELOC_STRIP_PROG.
641         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
642         to set RELOCATABLE_STRIP.
643         * NEWS: Mention the new Makefile requirement.
644
645 2009-01-17  Bruno Haible  <bruno@clisp.org>
646
647         * build-aux/install-reloc: Remove debugging information left over by
648         C compiler on MacOS X.
649
650 2009-01-17  Bruno Haible  <bruno@clisp.org>
651
652         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
653         * lib/progreloc.c (find_executable): Fix type of pointer passed to
654         _NSGetExecutablePath.
655
656 2009-01-16  Jim Meyering  <meyering@redhat.com>
657
658         strerror: avoid warnings about discarding "const"
659         * lib/strerror.c (rpl_strerror): Instead of returning a const
660         string from each and every "case", use a variable, and add a single
661         cast after the switch.
662
663 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
664
665         * lib/arpa_inet.in.h: Add extern "C" block for C++.
666
667 2009-01-16  Bruno Haible  <bruno@clisp.org>
668
669         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
670         array initializer syntax that also works in C++ mode.
671         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
672
673 2009-01-16  Jim Meyering  <meyering@redhat.com>
674
675         poll: suppress a warning
676         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
677         to ignore "...unsigned expression < 0 is always false" warnings.
678
679 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
680
681         poll: remove declarations of unused variables
682         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
683         sockbuf and optlen.
684
685 2009-01-15  Bruno Haible  <bruno@clisp.org>
686
687         Make fflush-after-ungetc POSIX compliant on BSD systems.
688         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
689         (clear_ungetc_buffer): Implement also for other systems.
690         (rpl_fflush): On glibc systems, invoke
691         clear_ungetc_buffer_preserving_position. Otherwise, invoke
692         clear_ungetc_buffer after fetching the stream's position, not before.
693
694 2009-01-15  Bruno Haible  <bruno@clisp.org>
695
696         Make fflush-after-ungetc POSIX compliant on glibc systems.
697         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
698         after ungetc.
699         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
700         (rpl_fflush): On glibc systems, simply call the system's fflush
701         function after clearing the ungetc buffer.
702         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
703         Instead, lseek only to the end of file, then use the system's fseeko
704         for the rest. On glibc systems, reset the EOF indicator bit.
705
706 2009-01-15  Jim Meyering  <meyering@redhat.com>
707
708         openmp.m4: revert quote-adding change, for portability to older autoconf
709         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
710         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
711         Simon Josefsson noticed the problem when using autoconf-2.61.
712
713 2009-01-15  Bruno Haible  <bruno@clisp.org>
714
715         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
716         * tests/test-fflush2.c (ASSERT): Always fail.
717         (main): Add two tests for fflush() after ungetc(), taking into account
718         the Austin Group's clarification.
719         Suggested by Eric Blake.
720
721 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
722
723         mktime.m4: remove K&R-style function prototypes
724         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
725         for the Sun C++ compiler.
726
727 2009-01-14  Bruno Haible  <bruno@clisp.org>
728
729         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
730         while including <wchar.h>.
731         * lib/wchar.in.h: In two particular situations on HP-UX, include only
732         the system's <wchar.h> file.
733         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
734
735 2009-01-14  Bruno Haible  <bruno@clisp.org>
736
737         * m4/csharp.m4: Don't mention gettext on the serial number line.
738         * m4/csharpexec.m4: Likewise.
739         * m4/eaccess.m4: Likewise.
740         * m4/javaexec.m4: Likewise.
741         * m4/sig_atomic_t.m4: Likewise.
742         * m4/tmpdir.m4: Likewise.
743         * m4/intldir.m4: Bump gettext version.
744         * m4/lib-ld.m4: Likewise.
745
746 2009-01-14  Bruno Haible  <bruno@clisp.org>
747
748         * lib/progname.c (set_program_name): Add more comments.
749         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
750
751 2009-01-14  Simon Josefsson  <simon@josefsson.org>
752
753         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
754         were sys/stat.h does not define it.
755
756 2009-01-14  Jim Meyering  <meyering@redhat.com>
757
758         many *.m4 files: improve m4 quoting
759         99% of this change was performed by running the following commands:
760         git ls-files | grep '\.m4$' | xargs perl -pi \
761           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
762           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
763           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
764           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
765         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
766         The remainder were to add Copyright dates, increment serial numbers,
767         undo some changes in comments, exclude m4/intl.m4, and add quotes
768         around the "1" in ",1" where the unusual spacing prohibited the
769         above regexps from doing the job.  For more details, see
770         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
771         * m4/acl.m4: Modified.
772         * m4/afs.m4: Likewise.
773         * m4/alloca.m4: Likewise.
774         * m4/argp.m4: Likewise.
775         * m4/argz.m4: Likewise.
776         * m4/atexit.m4: Likewise.
777         * m4/bison-i18n.m4: Likewise.
778         * m4/bison.m4: Likewise.
779         * m4/byteswap.m4: Likewise.
780         * m4/c-stack.m4: Likewise.
781         * m4/c-strtod.m4: Likewise.
782         * m4/calloc.m4: Likewise.
783         * m4/canonicalize-lgpl.m4: Likewise.
784         * m4/chown.m4: Likewise.
785         * m4/clock_time.m4: Likewise.
786         * m4/codeset.m4: Likewise.
787         * m4/copy-file.m4: Likewise.
788         * m4/csharp.m4: Likewise.
789         * m4/csharpcomp.m4: Likewise.
790         * m4/csharpexec.m4: Likewise.
791         * m4/d-ino.m4: Likewise.
792         * m4/d-type.m4: Likewise.
793         * m4/dirfd.m4: Likewise.
794         * m4/double-slash-root.m4: Likewise.
795         * m4/eaccess.m4: Likewise.
796         * m4/eealloc.m4: Likewise.
797         * m4/environ.m4: Likewise.
798         * m4/errno_h.m4: Likewise.
799         * m4/euidaccess.m4: Likewise.
800         * m4/execute.m4: Likewise.
801         * m4/fatal-signal.m4: Likewise.
802         * m4/fchdir.m4: Likewise.
803         * m4/fcntl_h.m4: Likewise.
804         * m4/fileblocks.m4: Likewise.
805         * m4/filenamecat.m4: Likewise.
806         * m4/findprog.m4: Likewise.
807         * m4/flexmember.m4: Likewise.
808         * m4/fnmatch.m4: Likewise.
809         * m4/fopen.m4: Likewise.
810         * m4/fpending.m4: Likewise.
811         * m4/fprintf-posix.m4: Likewise.
812         * m4/free.m4: Likewise.
813         * m4/frexp.m4: Likewise.
814         * m4/frexpl.m4: Likewise.
815         * m4/fsusage.m4: Likewise.
816         * m4/ftruncate.m4: Likewise.
817         * m4/gc-camellia.m4: Likewise.
818         * m4/gc-random.m4: Likewise.
819         * m4/gc.m4: Likewise.
820         * m4/getaddrinfo.m4: Likewise.
821         * m4/getcwd-abort-bug.m4: Likewise.
822         * m4/getcwd-path-max.m4: Likewise.
823         * m4/getdate.m4: Likewise.
824         * m4/getdomainname.m4: Likewise.
825         * m4/getgroups.m4: Likewise.
826         * m4/gethostname.m4: Likewise.
827         * m4/gethrxtime.m4: Likewise.
828         * m4/getline.m4: Likewise.
829         * m4/getloadavg.m4: Likewise.
830         * m4/getndelim2.m4: Likewise.
831         * m4/getpass.m4: Likewise.
832         * m4/gettext.m4: Likewise.
833         * m4/gettime.m4: Likewise.
834         * m4/gettimeofday.m4: Likewise.
835         * m4/gnulib-common.m4: Likewise.
836         * m4/group-member.m4: Likewise.
837         * m4/host-os.m4: Likewise.
838         * m4/iconv.m4: Likewise.
839         * m4/iconv_open.m4: Likewise.
840         * m4/inet_ntop.m4: Likewise.
841         * m4/inet_pton.m4: Likewise.
842         * m4/inline.m4: Likewise.
843         * m4/intldir.m4: Likewise.
844         * m4/intlmacosx.m4: Likewise.
845         * m4/intmax.m4: Likewise.
846         * m4/intmax_t.m4: Likewise.
847         * m4/inttypes.m4: Likewise.
848         * m4/inttypes_h.m4: Likewise.
849         * m4/inttypes-pri.m4: Likewise.
850         * m4/isapipe.m4: Likewise.
851         * m4/isnand.m4: Likewise.
852         * m4/isnanf.m4: Likewise.
853         * m4/isnanl.m4: Likewise.
854         * m4/javacomp.m4: Likewise.
855         * m4/javaexec.m4: Likewise.
856         * m4/jm-winsz1.m4: Likewise.
857         * m4/jm-winsz2.m4: Likewise.
858         * m4/lchown.m4: Likewise.
859         * m4/lcmessage.m4: Likewise.
860         * m4/ldexpl.m4: Likewise.
861         * m4/lib-ld.m4: Likewise.
862         * m4/lib-link.m4: Likewise.
863         * m4/libsigsegv.m4: Likewise.
864         * m4/link-follow.m4: Likewise.
865         * m4/localcharset.m4: Likewise.
866         * m4/locale-fr.m4: Likewise.
867         * m4/locale-ja.m4: Likewise.
868         * m4/locale-tr.m4: Likewise.
869         * m4/locale-zh.m4: Likewise.
870         * m4/lock.m4: Likewise.
871         * m4/longlong.m4: Likewise.
872         * m4/ls-mntd-fs.m4: Likewise.
873         * m4/lstat.m4: Likewise.
874         * m4/malloc.m4: Likewise.
875         * m4/mathl.m4: Likewise.
876         * m4/mbrtowc.m4: Likewise.
877         * m4/mbstate_t.m4: Likewise.
878         * m4/mbswidth.m4: Likewise.
879         * m4/memchr.m4: Likewise.
880         * m4/memcmp.m4: Likewise.
881         * m4/memcpy.m4: Likewise.
882         * m4/memmem.m4: Likewise.
883         * m4/memmove.m4: Likewise.
884         * m4/mempcpy.m4: Likewise.
885         * m4/memrchr.m4: Likewise.
886         * m4/memset.m4: Likewise.
887         * m4/minmax.m4: Likewise.
888         * m4/mkdir-slash.m4: Likewise.
889         * m4/mkdtemp.m4: Likewise.
890         * m4/mktime.m4: Likewise.
891         * m4/mmap-anon.m4: Likewise.
892         * m4/mountlist.m4: Likewise.
893         * m4/nanosleep.m4: Likewise.
894         * m4/nls.m4: Likewise.
895         * m4/nocrash.m4: Likewise.
896         * m4/open.m4: Likewise.
897         * m4/openat.m4: Likewise.
898         * m4/openmp.m4: Likewise.
899         * m4/pathmax.m4: Likewise.
900         * m4/perl.m4: Likewise.
901         * m4/physmem.m4: Likewise.
902         * m4/pipe.m4: Likewise.
903         * m4/po.m4: Likewise.
904         * m4/poll.m4: Likewise.
905         * m4/posixtm.m4: Likewise.
906         * m4/posixver.m4: Likewise.
907         * m4/printf-frexp.m4: Likewise.
908         * m4/printf-frexpl.m4: Likewise.
909         * m4/printf-posix.m4: Likewise.
910         * m4/printf-posix-rpl.m4: Likewise.
911         * m4/printf.m4: Likewise.
912         * m4/progtest.m4: Likewise.
913         * m4/putenv.m4: Likewise.
914         * m4/readline.m4: Likewise.
915         * m4/readlink.m4: Likewise.
916         * m4/readutmp.m4: Likewise.
917         * m4/realloc.m4: Likewise.
918         * m4/regex.m4: Likewise.
919         * m4/relocatable.m4: Likewise.
920         * m4/relocatable-lib.m4: Likewise.
921         * m4/rename-dest-slash.m4: Likewise.
922         * m4/rename.m4: Likewise.
923         * m4/rmdir-errno.m4: Likewise.
924         * m4/rmdir.m4: Likewise.
925         * m4/roundf.m4: Likewise.
926         * m4/roundl.m4: Likewise.
927         * m4/rpmatch.m4: Likewise.
928         * m4/save-cwd.m4: Likewise.
929         * m4/selinux-selinux-h.m4: Likewise.
930         * m4/setenv.m4: Likewise.
931         * m4/settime.m4: Likewise.
932         * m4/sig2str.m4: Likewise.
933         * m4/sig_atomic_t.m4: Likewise.
934         * m4/signalblocking.m4: Likewise.
935         * m4/signbit.m4: Likewise.
936         * m4/sigpipe.m4: Likewise.
937         * m4/sockets.m4: Likewise.
938         * m4/sockpfaf.m4: Likewise.
939         * m4/st_dm_mode.m4: Likewise.
940         * m4/stat-time.m4: Likewise.
941         * m4/stdbool.m4: Likewise.
942         * m4/stdint.m4: Likewise.
943         * m4/stdint_h.m4: Likewise.
944         * m4/stpcpy.m4: Likewise.
945         * m4/stpncpy.m4: Likewise.
946         * m4/strcase.m4: Likewise.
947         * m4/strchrnul.m4: Likewise.
948         * m4/strcspn.m4: Likewise.
949         * m4/strdup.m4: Likewise.
950         * m4/strftime.m4: Likewise.
951         * m4/strndup.m4: Likewise.
952         * m4/strnlen.m4: Likewise.
953         * m4/strpbrk.m4: Likewise.
954         * m4/strptime.m4: Likewise.
955         * m4/strsep.m4: Likewise.
956         * m4/strtod.m4: Likewise.
957         * m4/strtoimax.m4: Likewise.
958         * m4/strtok_r.m4: Likewise.
959         * m4/strtol.m4: Likewise.
960         * m4/strtoll.m4: Likewise.
961         * m4/strtoul.m4: Likewise.
962         * m4/strtoull.m4: Likewise.
963         * m4/strtoumax.m4: Likewise.
964         * m4/strverscmp.m4: Likewise.
965         * m4/threadlib.m4: Likewise.
966         * m4/timegm.m4: Likewise.
967         * m4/tm_gmtoff.m4: Likewise.
968         * m4/tmpdir.m4: Likewise.
969         * m4/tmpfile.m4: Likewise.
970         * m4/tzset.m4: Likewise.
971         * m4/uintmax_t.m4: Likewise.
972         * m4/unlinkdir.m4: Likewise.
973         * m4/unlocked-io.m4: Likewise.
974         * m4/uptime.m4: Likewise.
975         * m4/userspec.m4: Likewise.
976         * m4/utimbuf.m4: Likewise.
977         * m4/utime.m4: Likewise.
978         * m4/utimes-null.m4: Likewise.
979         * m4/utimes.m4: Likewise.
980         * m4/vararrays.m4: Likewise.
981         * m4/vasnprintf.m4: Likewise.
982         * m4/vfprintf-posix.m4: Likewise.
983         * m4/vprintf-posix.m4: Likewise.
984         * m4/wait-process.m4: Likewise.
985         * m4/wchar_t.m4: Likewise.
986         * m4/wint_t.m4: Likewise.
987         * m4/write-any-file.m4: Likewise.
988         * m4/yield.m4: Likewise.
989
990 2009-01-13  Bruno Haible  <bruno@clisp.org>
991
992         Avoid test-copy-file.sh failures when ACL support insufficient.
993         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
994         TESTS_ENVIRONMENT.
995         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
996         Reported by Jim Meyering.
997
998 2009-01-13  Bruno Haible  <bruno@clisp.org>
999
1000         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
1001         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
1002         * modules/unistdio/u8-printf-parse (Files): Likewise.
1003         * modules/unistdio/u32-printf-parse (Files): Likewise.
1004         * modules/unistdio/ulc-printf-parse (Files): Likewise.
1005
1006 2009-01-13  Simon Josefsson  <simon@josefsson.org>
1007
1008         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
1009         and m4/inttypes_h.m4 too.
1010
1011 2009-01-12  Eric Blake  <ebb9@byu.net>
1012
1013         tests: IRIX 6.2 cc can't compile -0.0 into .data
1014         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
1015         rather than at compile-time.
1016         * tests/test-floorl.c (minus_zero): Likewise.
1017         * tests/test-frexpl.c (minus_zero): Likewise.
1018         * tests/test-isnan.c (minus_zerol): Likewise.
1019         * tests/test-isnanl.h (minus_zero): Likewise.
1020         * tests/test-ldexpl.c (minus_zero): Likewise.
1021         * tests/test-roundl.c (minus_zero): Likewise.
1022         * tests/test-signbit.c (minus_zerol): Likewise.
1023         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1024         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1025         * tests/test-truncl.c (minus_zero): Likewise.
1026         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1027         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1028         Reported by Tom G. Christensen and Nelson H. F. Beebe.
1029
1030 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1031
1032         regex: fix glibc bug 9697
1033         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1034         handling.
1035
1036 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1037
1038         regex: fix glibc bug 697
1039         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1040         being NULL also if there are no backreferences.
1041
1042 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1043
1044         regex: merge glibc changes
1045         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1046         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1047         re_string_skip_chars, re_string_reconstruct): Likewise.
1048         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1049
1050 2009-01-07  Jim Meyering  <meyering@redhat.com>
1051
1052         poll: filter through cppi
1053         * lib/poll.c: Indent cpp directives to reflect nesting.
1054
1055 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
1056
1057         poll: don't return uninitialized
1058         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
1059
1060 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
1061
1062         avoid compile failure on AIX 6.1
1063         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
1064         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
1065
1066 2009-01-04  Jim Meyering  <meyering@redhat.com>
1067
1068         remove duplicate inclusion of <stdio.h>
1069         * tests/test-fprintf-posix.c: Likewise.
1070         * tests/test-printf-posix.c: Likewise.
1071         * tests/test-snprintf-posix.c: Likewise.
1072         * tests/test-sprintf-posix.c: Likewise.
1073         * tests/test-vasprintf-posix.c: Likewise.
1074         * tests/test-vfprintf-posix.c: Likewise.
1075         * tests/test-vprintf-posix.c: Likewise.
1076         * tests/test-vsnprintf-posix.c: Likewise.
1077         * tests/test-vsprintf-posix.c: Likewise.
1078
1079 2009-01-03  Jim Meyering  <meyering@redhat.com>
1080
1081         gnulib-tool: fix sed-based filtering
1082         * gnulib-tool (func_filter_filelist): Remove extra backslash
1083         in sed_fff_filter definition.
1084
1085 2009-01-02  Jim Meyering  <meyering@redhat.com>
1086
1087         strftime: avoid compilation failure on Solaris 2.6
1088         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
1089         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
1090         Don't #define mbrlen or mbsinit, since now they're guaranteed to
1091         be available.  Reported by Tom G. Christensen.  Details in
1092         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
1093
1094 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1095             Bruno Haible  <bruno@clisp.org>
1096
1097         Speed up gnulib-tool by doing more string processing through shell
1098         built-ins.
1099         * gnulib-tool (fast_func_append): New variable.
1100         (func_remove_prefix, func_remove_suffix): New functions.
1101         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
1102         (func_filter_filelist): New function.
1103         (func_get_dependencies): Use func_remove_suffix instead of sed.
1104         (func_get_automake_snippet): Use func_filter_filelist instead of a
1105         subshell and sed invocation.
1106
1107 2009-01-01  Bruno Haible  <bruno@clisp.org>
1108
1109         Fix a security bug.
1110         * gnulib-tool (func_import, import, update): Don't allow the characters
1111         '"', '$', '`', '\' in macro arguments that become part of commands that
1112         are evaluated.
1113
1114 2009-01-01  Bruno Haible  <bruno@clisp.org>
1115
1116         * gnulib-tool (func_reset_sigpipe): Add more comments.
1117
1118 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1119
1120         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
1121         func_emit_tests_Makefile_am, func_import): Abort loops early if we
1122         already know the answer.
1123
1124 2009-01-01  Jim Meyering  <meyering@redhat.com>
1125
1126         * lib/version-etc.c (version_etc_va): Update copyright year.
1127
1128 2008-12-30  Bruno Haible  <bruno@clisp.org>
1129
1130         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
1131         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
1132         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
1133
1134 2008-12-29  Eric Blake  <ebb9@byu.net>
1135
1136         multiarch: avoid autoconf AC_REQUIRE bug
1137         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
1138         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
1139         2.63 and older.
1140         Reported by Bruno Haible, and analyzed in
1141         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
1142
1143 2008-12-29  Bruno Haible  <bruno@clisp.org>
1144
1145         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
1146         files in subdirectories correctly.
1147         Reported by Ralf Wildenhues.
1148
1149 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1150
1151         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
1152         rather than 'join FILE -', for Solaris join.
1153
1154 2008-12-29  Bruno Haible  <bruno@clisp.org>
1155
1156         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
1157         quoting.
1158         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
1159         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
1160         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
1161         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
1162         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
1163         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
1164         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
1165         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
1166         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
1167         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
1168         * m4/nls.m4 (AM_NLS): Likewise.
1169         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
1170         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
1171         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1172         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
1173         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
1174         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
1175         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
1176         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
1177         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
1178         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1179         * m4/xsize.m4 (gl_XSIZE): Likewise.
1180         Suggested by Jim Meyering.
1181
1182 2008-11-17  Bruce Korb  <bkorb@gnu.org>
1183
1184         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
1185         * lib/parse-duration.c: use a switch instead of cascading if's.
1186
1187 2008-12-29  Eric Blake  <ebb9@byu.net>
1188
1189         wchar.h: supply WEOF on Irix 5.3
1190         * lib/wchar.in.h (wint_t): Also supply WEOF.
1191         * lib/wctype.in.h (wint_t): Likewise.
1192         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
1193         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
1194         Reported by Tom G. Christensen.
1195
1196 2008-12-26  Bruno Haible  <bruno@clisp.org>
1197
1198         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
1199         i486, i586, i686.
1200
1201 2008-12-26  Bruno Haible  <bruno@clisp.org>
1202
1203         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
1204
1205 2008-12-26  Bruno Haible  <bruno@clisp.org>
1206
1207         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
1208         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
1209         not __STDC_CONSTANT_MACROS.
1210         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1211
1212 2008-12-25  Bruno Haible  <bruno@clisp.org>
1213
1214         Add support for universal builds to vasnprintf.
1215         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
1216         universal builds, guess no.
1217         * modules/vasnprintf-posix (Depends-on): Add multiarch.
1218         * modules/vasprintf-posix (Depends-on): Likewise.
1219         * modules/fprintf-posix (Depends-on): Likewise.
1220         * modules/vfprintf-posix (Depends-on): Likewise.
1221         * modules/snprintf-posix (Depends-on): Likewise.
1222         * modules/vsnprintf-posix (Depends-on): Likewise.
1223         * modules/sprintf-posix (Depends-on): Likewise.
1224         * modules/vsprintf-posix (Depends-on): Likewise.
1225         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1226         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1227         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1228         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1229         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1230         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1231         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1232
1233         Add support for universal builds to <inttypes.h>.
1234         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
1235         _SCNu64_PREFIX): In Apple
1236         universal builds, define directly, using _LP64.
1237         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
1238         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
1239         * modules/inttypes (Depends-on): Add multiarch.
1240         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
1241
1242         Add support for universal builds to <stdint.h>.
1243         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
1244         universal builds, define directly, using _LP64.
1245         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
1246         Apple universal builds, don't test for the size and suffix of ptrdiff_t
1247         and size_t.
1248         * modules/stdint (Depends-on): Add multiarch.
1249         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
1250
1251         New module 'multiarch'.
1252         * modules/multiarch: New file.
1253         * m4/multiarch.m4: New file.
1254
1255 2008-12-25  Bruno Haible  <bruno@clisp.org>
1256
1257         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
1258
1259 2008-12-25  Bruno Haible  <bruno@clisp.org>
1260
1261         * modules/btowc (License): Relicense under LGPLv2+.
1262         * modules/mbsinit (License): Likewise.
1263         * modules/mbrtowc (License): Likewise.
1264         * modules/wcrtomb (License): Likewise.
1265         * modules/streq (License): Likewise.
1266         Reported by David Lutterkort <lutter@redhat.com>.
1267
1268 2008-12-23  Bruno Haible  <bruno@clisp.org>
1269
1270         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
1271
1272 2008-12-23  Bruno Haible  <bruno@clisp.org>
1273
1274         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
1275         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
1276         GETADDRINFO_LIB, not in LIBS.
1277         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
1278         * modules/canon-host (Link): Likewise.
1279         * NEWS: Mention the change.
1280         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
1281         GETADDRINFO_LIB.
1282
1283 2008-12-22  Bruno Haible  <bruno@clisp.org>
1284
1285         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
1286         * doc/posix-functions/iswalpha_l.texi: Likewise.
1287         * doc/posix-functions/iswblank_l.texi: Likewise.
1288         * doc/posix-functions/iswcntrl_l.texi: Likewise.
1289         * doc/posix-functions/iswctype_l.texi: Likewise.
1290         * doc/posix-functions/iswdigit_l.texi: Likewise.
1291         * doc/posix-functions/iswgraph_l.texi: Likewise.
1292         * doc/posix-functions/iswlower_l.texi: Likewise.
1293         * doc/posix-functions/iswprint_l.texi: Likewise.
1294         * doc/posix-functions/iswpunct_l.texi: Likewise.
1295         * doc/posix-functions/iswspace_l.texi: Likewise.
1296         * doc/posix-functions/iswupper_l.texi: Likewise.
1297         * doc/posix-functions/iswxdigit_l.texi: Likewise.
1298         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
1299         * doc/posix-functions/open_wmemstream.texi: Likewise.
1300         * doc/posix-functions/swscanf.texi: Likewise.
1301         * doc/posix-functions/towctrans_l.texi: Likewise.
1302         * doc/posix-functions/towlower.texi: Likewise.
1303         * doc/posix-functions/towlower_l.texi: Likewise.
1304         * doc/posix-functions/towupper.texi: Likewise.
1305         * doc/posix-functions/towupper_l.texi: Likewise.
1306         * doc/posix-functions/vfwprintf.texi: Likewise.
1307         * doc/posix-functions/vfwscanf.texi: Likewise.
1308         * doc/posix-functions/vswscanf.texi: Likewise.
1309         * doc/posix-functions/vwprintf.texi: Likewise.
1310         * doc/posix-functions/vwscanf.texi: Likewise.
1311         * doc/posix-functions/wcpcpy.texi: Likewise.
1312         * doc/posix-functions/wcpncpy.texi: Likewise.
1313         * doc/posix-functions/wcscasecmp.texi: Likewise.
1314         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
1315         * doc/posix-functions/wcscoll_l.texi: Likewise.
1316         * doc/posix-functions/wcsdup.texi: Likewise.
1317         * doc/posix-functions/wcsncasecmp.texi: Likewise.
1318         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
1319         * doc/posix-functions/wcsnlen.texi: Likewise.
1320         * doc/posix-functions/wcsnrtombs.texi: Likewise.
1321         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
1322         * doc/posix-functions/wctrans_l.texi: Likewise.
1323         * doc/posix-functions/wctype_l.texi: Likewise.
1324         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
1325         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
1326         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
1327         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
1328         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
1329         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
1330         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
1331         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
1332         * doc/glibc-functions/wcschrnul.texi: Likewise.
1333         * doc/glibc-functions/wcsftime_l.texi: Likewise.
1334         * doc/glibc-functions/wcstod_l.texi: Likewise.
1335         * doc/glibc-functions/wcstof_l.texi: Likewise.
1336         * doc/glibc-functions/wcstol_l.texi: Likewise.
1337         * doc/glibc-functions/wcstold_l.texi: Likewise.
1338         * doc/glibc-functions/wcstoll_l.texi: Likewise.
1339         * doc/glibc-functions/wcstoq.texi: Likewise.
1340         * doc/glibc-functions/wcstoul_l.texi: Likewise.
1341         * doc/glibc-functions/wcstoull_l.texi: Likewise.
1342         * doc/glibc-functions/wcstouq.texi: Likewise.
1343         * doc/glibc-functions/wmempcpy.texi: Likewise.
1344
1345 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
1346             Eric Blake  <ebb9@byu.net>
1347             Paolo Bonzini  <bonzini@gnu.org>
1348             Bruno Haible  <bruno@clisp.org>
1349
1350         Make c-stack work on Haiku.
1351         * lib/c-stack.c (SA_ONSTACK): Define fallback.
1352         (c_stack_action): Use SA_ONSTACK flag.
1353
1354 2008-12-22  Bruno Haible  <bruno@clisp.org>
1355
1356         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
1357
1358 2008-12-22  Bruno Haible  <bruno@clisp.org>
1359
1360         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
1361         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
1362         being overridden.
1363         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
1364         New macros.
1365         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
1366         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
1367         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
1368         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
1369
1370 2008-12-22  Bruno Haible  <bruno@clisp.org>
1371
1372         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
1373         from test code.
1374
1375 2008-12-22  Eric Blake  <ebb9@byu.net>
1376
1377         Avoid gcc warnings on cygwin.
1378         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
1379         Avoid unused variable.
1380         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
1381         Likewise.
1382
1383 2008-12-22  Bruno Haible  <bruno@clisp.org>
1384
1385         Remove HAVE_MBRTOWC conditionals.
1386         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
1387         (mbscasecmp): Assume mbrtowc function.
1388         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
1389         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
1390         * lib/mbschr.c: Include mbuiter.h unconditionally.
1391         (mbschr): Assume mbrtowc function.
1392         * lib/mbscspn.c: Include mbuiter.h unconditionally.
1393         (mbscspn): Assume mbrtowc function.
1394         * lib/mbslen.c: Include mbuiter.h unconditionally.
1395         (mbslen): Assume mbrtowc function.
1396         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
1397         (mbsncasecmp): Assume mbrtowc function.
1398         * lib/mbsnlen.c: Include mbiter.h unconditionally.
1399         (mbsnlen): Assume mbrtowc function.
1400         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
1401         (mbspbrk): Assume mbrtowc function.
1402         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
1403         (mbspcasecmp): Assume mbrtowc function.
1404         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
1405         (mbsrchr): Assume mbrtowc function.
1406         * lib/mbssep.c: Include mbuiter.h unconditionally.
1407         (mbssep): Assume mbrtowc function.
1408         * lib/mbsspn.c: Include mbuiter.h unconditionally.
1409         (mbsspn): Assume mbrtowc function.
1410         * lib/mbsstr.c: Include mbuiter.h unconditionally.
1411         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
1412         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
1413         (mbstok_r): Assume mbrtowc function.
1414         * lib/propername.c: Include mbuiter.h unconditionally.
1415         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
1416         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
1417         (trim2): Assume mbrtowc function.
1418         * lib/mbswidth.c (mbsinit): Remove fallback definition.
1419         (mbsnwidth): Assume mbrtowc function.
1420         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
1421         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
1422         fallback definitions.
1423         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
1424
1425 2008-12-22  Bruno Haible  <bruno@clisp.org>
1426
1427         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
1428
1429 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
1430
1431         * modules/regex: Request emulations for the mb*/wc* functions we need.
1432         * m4/regex.m4: Don't look for those functions here.
1433         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
1434
1435 2008-12-22  Bruno Haible  <bruno@clisp.org>
1436
1437         * modules/fnmatch (Depends-on): Remove duplicated dependency.
1438
1439 2008-12-21  Bruno Haible  <bruno@clisp.org>
1440
1441         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
1442         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
1443         (Include): Remove conditionalization.
1444         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
1445         (Include): Remove conditionalization.
1446         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
1447         (Include): Remove conditionalization.
1448         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
1449         * m4/mbfile.m4 (gl_MBFILE): Likewise.
1450         * NEWS: Mention the change.
1451         Reported by Alan Hourihane <alanh@fairlite.co.uk>
1452         via Sergey Poznyakoff <gray@gnu.org.ua>.
1453
1454 2008-12-21  Bruno Haible  <bruno@clisp.org>
1455
1456         * MODULES.html.sh (Extended multibyte and wide character utilities
1457         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
1458         wcrtomb, wcsrtombs.
1459         (Support for systems lacking POSIX:2008): Add accept, bind, close,
1460         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
1461         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
1462         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
1463
1464 2008-12-21  Bruno Haible  <bruno@clisp.org>
1465
1466         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
1467
1468 2008-12-21  Bruno Haible  <bruno@clisp.org>
1469
1470         * modules/wcsnrtombs-tests: New file.
1471         * tests/test-wcsnrtombs1.sh: New file.
1472         * tests/test-wcsnrtombs2.sh: New file.
1473         * tests/test-wcsnrtombs3.sh: New file.
1474         * tests/test-wcsnrtombs4.sh: New file.
1475         * tests/test-wcsnrtombs.c: New file.
1476
1477         New module 'wcsnrtombs'.
1478         * lib/wchar.in.h (wcsnrtombs): New declaration.
1479         * lib/wcsnrtombs.c: New file.
1480         * lib/wcsrtombs-state.c: New file.
1481         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
1482         (internal_state): Remove variable.
1483         * m4/wcsnrtombs.m4: New file.
1484         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
1485         compilation units.
1486         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
1487         HAVE_WCSNRTOMBS.
1488         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
1489         HAVE_WCSNRTOMBS.
1490         * modules/wcsnrtombs: New file.
1491         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
1492         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
1493
1494 2008-12-21  Bruno Haible  <bruno@clisp.org>
1495
1496         * modules/wcsrtombs-tests: New file.
1497         * tests/test-wcsrtombs1.sh: New file.
1498         * tests/test-wcsrtombs2.sh: New file.
1499         * tests/test-wcsrtombs3.sh: New file.
1500         * tests/test-wcsrtombs4.sh: New file.
1501         * tests/test-wcsrtombs.c: New file.
1502
1503         New module 'wcsrtombs'.
1504         * lib/wchar.in.h (wcsrtombs): New declaration.
1505         * lib/wcsrtombs.c: New file.
1506         * m4/wcsrtombs.m4: New file.
1507         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
1508         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
1509         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
1510         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
1511         * modules/wcsrtombs: New file.
1512         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
1513         bugs.
1514
1515 2008-12-21  Bruno Haible  <bruno@clisp.org>
1516
1517         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
1518         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
1519         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
1520         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
1521         if not correct.
1522         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
1523         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
1524         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
1525         m4/locale-zh.m4, m4/codeset.m4.
1526         * doc/posix-functions/wcrtomb.texi: Document the bug.
1527
1528 2008-12-21  Bruno Haible  <bruno@clisp.org>
1529
1530         Work around a btowc() bug on IRIX 6.5.
1531         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
1532         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
1533         REPLACE_WTOBC if not.
1534         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
1535         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
1536         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
1537
1538 2008-12-21  Bruno Haible  <bruno@clisp.org>
1539
1540         * modules/wcrtomb-tests: New file.
1541         * tests/test-wcrtomb.sh: New file.
1542         * tests/test-wcrtomb.c: New file.
1543
1544         New module 'wcrtomb'.
1545         * lib/wchar.in.h (wcrtomb): New declaration.
1546         * lib/wcrtomb.c: New file.
1547         * m4/wcrtomb.m4: New file.
1548         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
1549         HAVE_WCRTOMB.
1550         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
1551         HAVE_WCRTOMB.
1552         * modules/wcrtomb: New file.
1553         * doc/posix-functions/wcrtomb.texi: Mention the new module.
1554
1555 2008-12-21  Bruno Haible  <bruno@clisp.org>
1556
1557         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
1558         * modules/mbsrtowcs (Files): Likewise.
1559         * modules/wctob (Files): Likewise.
1560         * modules/c-strcase-tests (Files): Likewise.
1561         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
1562         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
1563         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
1564         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
1565         * modules/vasnprintf-posix-tests (Files): Likewise.
1566
1567 2008-12-21  William Pursell  <bill.pursell@gmail.com>
1568
1569         gitlog-to-changelog: pass all command-line arguments to git-log
1570         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
1571         it is sometimes convenient to filter the commits in various ways.
1572         gitlog-to-changelog only allows --since to specify a start date,
1573         but git-log itself supports many other filtering mechanisms.
1574         At the moment, I want to filter by branch name.  Rather than
1575         adding a --branch option to gitlog-to-changelog, it seems more
1576         flexible to simply pass all options directly to git-log and let
1577         git do the work.  Notice that this effectively makes --since a
1578         redundant option for gitlog-to-changelog, but removing it would
1579         require current usage to change since calls would then require
1580         an additional '--'.
1581
1582 2008-12-21  Bruno Haible  <bruno@clisp.org>
1583
1584         * modules/mbsnrtowcs-tests: New file.
1585         * tests/test-mbsnrtowcs1.sh: New file.
1586         * tests/test-mbsnrtowcs2.sh: New file.
1587         * tests/test-mbsnrtowcs3.sh: New file.
1588         * tests/test-mbsnrtowcs4.sh: New file.
1589         * tests/test-mbsnrtowcs.c: New file.
1590
1591         New module 'mbsnrtowcs'.
1592         * lib/wchar.in.h (mbsnrtowcs): New declaration.
1593         * lib/mbsnrtowcs.c: New file.
1594         * lib/mbsrtowcs-state.c: New file.
1595         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
1596         (internal_state): Remove variable.
1597         * m4/mbsnrtowcs.m4: New file.
1598         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
1599         compilation units.
1600         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
1601         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
1602         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
1603         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
1604         * modules/mbsnrtowcs: New file.
1605         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
1606         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
1607         portability problem.
1608
1609 2008-12-21  Bruno Haible  <bruno@clisp.org>
1610
1611         Work around mbsrtowcs bug.
1612         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
1613         (gl_FUNC_MBSRTOWCS): Invoke it.
1614         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
1615         m4/locale-zh.m4.
1616         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
1617
1618 2008-12-21  Bruno Haible  <bruno@clisp.org>
1619
1620         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
1621
1622 2008-12-21  Bruno Haible  <bruno@clisp.org>
1623
1624         Update doc for AIX.
1625         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
1626         16-bit wchar_t type.
1627         * doc/posix-functions/btowc.texi: Likewise.
1628         * doc/posix-functions/fgetwc.texi: Likewise.
1629         * doc/posix-functions/fgetws.texi: Likewise.
1630         * doc/posix-functions/fputwc.texi: Likewise.
1631         * doc/posix-functions/fputws.texi: Likewise.
1632         * doc/posix-functions/fwide.texi: Likewise.
1633         * doc/posix-functions/fwprintf.texi: Likewise.
1634         * doc/posix-functions/fwscanf.texi: Likewise.
1635         * doc/posix-functions/getwchar.texi: Likewise.
1636         * doc/posix-functions/getwc.texi: Likewise.
1637         * doc/posix-functions/iswalnum.texi: Likewise.
1638         * doc/posix-functions/iswalpha.texi: Likewise.
1639         * doc/posix-functions/iswblank.texi: Likewise.
1640         * doc/posix-functions/iswcntrl.texi: Likewise.
1641         * doc/posix-functions/iswctype.texi: Likewise.
1642         * doc/posix-functions/iswdigit.texi: Likewise.
1643         * doc/posix-functions/iswgraph.texi: Likewise.
1644         * doc/posix-functions/iswlower.texi: Likewise.
1645         * doc/posix-functions/iswprint.texi: Likewise.
1646         * doc/posix-functions/iswpunct.texi: Likewise.
1647         * doc/posix-functions/iswspace.texi: Likewise.
1648         * doc/posix-functions/iswupper.texi: Likewise.
1649         * doc/posix-functions/iswxdigit.texi: Likewise.
1650         * doc/posix-functions/mbrtowc.texi: Likewise.
1651         * doc/posix-functions/mbsrtowcs.texi: Likewise.
1652         * doc/posix-functions/mbstowcs.texi: Likewise.
1653         * doc/posix-functions/mbtowc.texi: Likewise.
1654         * doc/posix-functions/putwchar.texi: Likewise.
1655         * doc/posix-functions/putwc.texi: Likewise.
1656         * doc/posix-functions/swprintf.texi: Likewise.
1657         * doc/posix-functions/tolower.texi: Likewise.
1658         * doc/posix-functions/toupper.texi: Likewise.
1659         * doc/posix-functions/towctrans.texi: Likewise.
1660         * doc/posix-functions/ungetwc.texi: Likewise.
1661         * doc/posix-functions/vswprintf.texi: Likewise.
1662         * doc/posix-functions/wcrtomb.texi: Likewise.
1663         * doc/posix-functions/wcscat.texi: Likewise.
1664         * doc/posix-functions/wcschr.texi: Likewise.
1665         * doc/posix-functions/wcscmp.texi: Likewise.
1666         * doc/posix-functions/wcscoll.texi: Likewise.
1667         * doc/posix-functions/wcscpy.texi: Likewise.
1668         * doc/posix-functions/wcscspn.texi: Likewise.
1669         * doc/posix-functions/wcsftime.texi: Likewise.
1670         * doc/posix-functions/wcslen.texi: Likewise.
1671         * doc/posix-functions/wcsncat.texi: Likewise.
1672         * doc/posix-functions/wcsncmp.texi: Likewise.
1673         * doc/posix-functions/wcsncpy.texi: Likewise.
1674         * doc/posix-functions/wcspbrk.texi: Likewise.
1675         * doc/posix-functions/wcsrchr.texi: Likewise.
1676         * doc/posix-functions/wcsrtombs.texi: Likewise.
1677         * doc/posix-functions/wcsspn.texi: Likewise.
1678         * doc/posix-functions/wcsstr.texi: Likewise.
1679         * doc/posix-functions/wcstod.texi: Likewise.
1680         * doc/posix-functions/wcstof.texi: Likewise.
1681         * doc/posix-functions/wcstoimax.texi: Likewise.
1682         * doc/posix-functions/wcstok.texi: Likewise.
1683         * doc/posix-functions/wcstold.texi: Likewise.
1684         * doc/posix-functions/wcstoll.texi: Likewise.
1685         * doc/posix-functions/wcstol.texi: Likewise.
1686         * doc/posix-functions/wcstombs.texi: Likewise.
1687         * doc/posix-functions/wcstoull.texi: Likewise.
1688         * doc/posix-functions/wcstoul.texi: Likewise.
1689         * doc/posix-functions/wcstoumax.texi: Likewise.
1690         * doc/posix-functions/wcswidth.texi: Likewise.
1691         * doc/posix-functions/wcsxfrm.texi: Likewise.
1692         * doc/posix-functions/wctob.texi: Likewise.
1693         * doc/posix-functions/wctomb.texi: Likewise.
1694         * doc/posix-functions/wctrans.texi: Likewise.
1695         * doc/posix-functions/wctype.texi: Likewise.
1696         * doc/posix-functions/wcwidth.texi: Likewise.
1697         * doc/posix-functions/wmemchr.texi: Likewise.
1698         * doc/posix-functions/wmemcmp.texi: Likewise.
1699         * doc/posix-functions/wmemcpy.texi: Likewise.
1700         * doc/posix-functions/wmemmove.texi: Likewise.
1701         * doc/posix-functions/wmemset.texi: Likewise.
1702         * doc/posix-functions/wprintf.texi: Likewise.
1703         * doc/posix-functions/wscanf.texi: Likewise.
1704
1705 2008-12-21  Bruno Haible  <bruno@clisp.org>
1706
1707         Update doc for HP-UX 11.11.
1708         * doc/posix-functions/btowc.texi: Clarify that the function is missing
1709         in HP-UX version 11.00, not in all versions of HP-UX 11.
1710         * doc/posix-functions/fwide.texi: Likewise.
1711         * doc/posix-functions/fwprintf.texi: Likewise.
1712         * doc/posix-functions/fwscanf.texi: Likewise.
1713         * doc/posix-functions/inet_ntop.texi: Likewise.
1714         * doc/posix-functions/inet_pton.texi: Likewise.
1715         * doc/posix-functions/mbrlen.texi: Likewise.
1716         * doc/posix-functions/mbrtowc.texi: Likewise.
1717         * doc/posix-functions/mbsinit.texi: Likewise.
1718         * doc/posix-functions/mbsrtowcs.texi: Likewise.
1719         * doc/posix-functions/swprintf.texi: Likewise.
1720         * doc/posix-functions/swscanf.texi: Likewise.
1721         * doc/posix-functions/towctrans.texi: Likewise.
1722         * doc/posix-functions/vfwprintf.texi: Likewise.
1723         * doc/posix-functions/vswprintf.texi: Likewise.
1724         * doc/posix-functions/vwprintf.texi: Likewise.
1725         * doc/posix-functions/wcrtomb.texi: Likewise.
1726         * doc/posix-functions/wcsrtombs.texi: Likewise.
1727         * doc/posix-functions/wcsstr.texi: Likewise.
1728         * doc/posix-functions/wctob.texi: Likewise.
1729         * doc/posix-functions/wctrans.texi: Likewise.
1730         * doc/posix-functions/wmemchr.texi: Likewise.
1731         * doc/posix-functions/wmemcmp.texi: Likewise.
1732         * doc/posix-functions/wmemcpy.texi: Likewise.
1733         * doc/posix-functions/wmemmove.texi: Likewise.
1734         * doc/posix-functions/wmemset.texi: Likewise.
1735         * doc/posix-functions/wprintf.texi: Likewise.
1736         * doc/posix-functions/wscanf.texi: Likewise.
1737
1738 2008-12-21  Bruno Haible  <bruno@clisp.org>
1739
1740         Work around a portability problem.
1741         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
1742         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
1743
1744 2008-12-20  Bruno Haible  <bruno@clisp.org>
1745
1746         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
1747         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
1748         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
1749         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
1750         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
1751
1752         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
1753         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
1754         set.
1755         (GNULIB_defined_mbstate_t): New macro.
1756         (mbsinit): Redefine if REPLACE_MBSINIT is set.
1757         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
1758         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
1759         reuses the system's mbrtowc function but works around the bugs.
1760         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
1761         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
1762         macros.
1763         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
1764         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
1765         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
1766         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
1767         REPLACE_MBSINIT if mbsinit needs to be overridden.
1768         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
1769         REPLACE_MBSINIT, REPLACE_MBRTOWC.
1770         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
1771         REPLACE_MBSINIT, REPLACE_MBRTOWC.
1772         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
1773         m4/locale-zh.m4.
1774         (Depends): Add mbsinit.
1775         * modules/mbsinit (Depends): Add mbrtowc.
1776         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
1777
1778 2008-12-20  Bruno Haible  <bruno@clisp.org>
1779
1780         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
1781         so that there are no conversion errors on AIX.
1782         * tests/test-mbsrtowcs.c (main): LIkewise.
1783
1784 2008-12-20  Bruno Haible  <bruno@clisp.org>
1785
1786         Work around wctob bug on Solaris <= 9.
1787         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
1788         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
1789         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
1790         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
1791         * modules/wctob (Files): Add m4/locale-fr.m4.
1792         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
1793
1794 2008-12-20  Bruno Haible  <bruno@clisp.org>
1795
1796         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
1797         /dev/null.
1798         * tests/test-select-in.sh: Likewise.
1799         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1800
1801 2008-12-20  Bruno Haible  <bruno@clisp.org>
1802
1803         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
1804         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
1805         Cygwin 1.5.x.
1806
1807 2008-12-20  Bruno Haible  <bruno@clisp.org>
1808
1809         Ensure mbstate_t is defined on HP-UX 11.11.
1810         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
1811         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
1812         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
1813         AC_USE_SYSTEM_EXTENSIONS.
1814         * modules/fnmatch (Depends-on): Add extensions.
1815         * modules/mbrlen (Depends-on): Likewise.
1816         * modules/mbrtowc (Depends-on): Likewise.
1817         * modules/mbsinit (Depends-on): Likewise.
1818         * modules/mbsrtowcs (Depends-on): Likewise.
1819         * modules/mbswidth (Depends-on): Likewise.
1820         * modules/quotearg (Depends-on): Likewise.
1821         * modules/strftime (Depends-on): Likewise.
1822
1823 2008-12-20  Bruno Haible  <bruno@clisp.org>
1824
1825         Ensure wctob is declared on IRIX 6.5.
1826         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
1827         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
1828         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
1829         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
1830         of HAVE_WCTOB.
1831         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
1832         HAVE_WCTOB.
1833         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
1834
1835 2008-12-19  Bruno Haible  <bruno@clisp.org>
1836
1837         * modules/mbsrtowcs-tests: New file.
1838         * tests/test-mbsrtowcs1.sh: New file.
1839         * tests/test-mbsrtowcs2.sh: New file.
1840         * tests/test-mbsrtowcs3.sh: New file.
1841         * tests/test-mbsrtowcs4.sh: New file.
1842         * tests/test-mbsrtowcs.c: New file.
1843
1844         New module 'mbsrtowcs'.
1845         * lib/wchar.in.h (mbsrtowcs): New declaration.
1846         * lib/mbsrtowcs.c: New file.
1847         * m4/mbsrtowcs.m4: New file.
1848         * modules/mbsrtowcs: New file.
1849         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
1850         HAVE_MBSRTOWCS.
1851         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
1852         HAVE_MBSRTOWCS.
1853         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
1854
1855 2008-12-19  Bruno Haible  <bruno@clisp.org>
1856
1857         New module 'mbrlen'.
1858         * lib/wchar.in.h (mbrlen): New declaration.
1859         * lib/mbrlen.c: New file.
1860         * m4/mbrlen.m4: New file.
1861         * modules/mbrlen: New file.
1862         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
1863         HAVE_MBRLEN.
1864         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
1865         HAVE_MBRLEN.
1866         * doc/posix-functions/mbrlen.texi: Document the new module.
1867
1868 2008-12-19  Bruno Haible  <bruno@clisp.org>
1869
1870         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
1871         * modules/mbrtowc (Depends-on): Add verify.
1872         Suggested by Paul Eggert.
1873
1874 2008-12-18  Bruno Haible  <bruno@clisp.org>
1875
1876         * modules/mbsinit-tests: New file.
1877         * tests/test-mbsinit.sh: New file.
1878         * tests/test-mbsinit.c: New file.
1879
1880 2008-12-18  Bruno Haible  <bruno@clisp.org>
1881
1882         * modules/mbrtowc-tests: New file.
1883         * tests/test-mbrtowc1.sh: New file.
1884         * tests/test-mbrtowc2.sh: New file.
1885         * tests/test-mbrtowc3.sh: New file.
1886         * tests/test-mbrtowc4.sh: New file.
1887         * tests/test-mbrtowc.c: New file.
1888
1889         New module 'mbrtowc'.
1890         * lib/wchar.in.h (mbstate_t): Override when the system does not have
1891         mbsinit and mbrtowc.
1892         (mbrtowc): New declaration.
1893         * lib/mbrtowc.c: New file.
1894         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
1895         * modules/mbrtowc: New file.
1896         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
1897         HAVE_MBRTOWC.
1898         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
1899         HAVE_MBRTOWC.
1900         * doc/posix-functions/mbrtowc.texi: Document the new module.
1901
1902 2008-12-18  Bruno Haible  <bruno@clisp.org>
1903
1904         New module 'wctob'.
1905         * lib/wchar.in.h (wctob): New declaration.
1906         * lib/wctob.c: New file.
1907         * m4/wctob.m4: New file.
1908         * modules/wctob: New file.
1909         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
1910         HAVE_WCTOB.
1911         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
1912         * doc/posix-functions/wctob.texi: Document the new module.
1913
1914 2008-12-18  Bruno Haible  <bruno@clisp.org>
1915
1916         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
1917         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
1918
1919 2008-12-18  Simon Josefsson  <simon@josefsson.org>
1920
1921         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
1922         G. Christensen" <tgc@jupiterrise.com>.
1923
1924         * lib/flock.c: Need to include errno.h.  Reported by "Tom
1925         G. Christensen" <tgc@jupiterrise.com>.
1926
1927         * lib/flock.c: Need to include string.h.  Reported by "Tom
1928         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
1929         <ebb9@byu.net>.
1930
1931 2008-12-18  Bruno Haible  <bruno@clisp.org>
1932
1933         * m4/locale-ja.m4: New file, from GNU gettext.
1934
1935 2008-12-17  Bruno Haible  <bruno@clisp.org>
1936
1937         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
1938         Suggested by Eric Blake.
1939
1940 2008-12-17  Bruno Haible  <bruno@clisp.org>
1941
1942         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
1943
1944 2008-12-17  Bruno Haible  <bruno@clisp.org>
1945
1946         * lib/mbsinit.c: Include verify.h. Verify an assumption.
1947         * modules/mbsinit (Depends-on): Add verify.
1948         Suggested by Paul Eggert.
1949
1950 2008-12-17  Bruno Haible  <bruno@clisp.org>
1951
1952         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
1953         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
1954         gl_FUNC_MBRTOWC.
1955         * m4/mbiter.m4 (gl_MBITER): LIkewise.
1956         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
1957         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
1958         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
1959         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
1960         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
1961         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
1962         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
1963         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
1964         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
1965         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
1966         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
1967         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
1968         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
1969         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
1970         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1971         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
1972         * modules/trim (configure.ac): Likewise.
1973
1974 2008-12-17  Bruno Haible  <bruno@clisp.org>
1975
1976         * modules/btowc-tests: New file.
1977         * tests/test-btowc1.sh: New file.
1978         * tests/test-btowc2.sh: New file.
1979         * tests/test-btowc.c: New file.
1980
1981         New module 'btowc'.
1982         * lib/wchar.in.h (btowc): New declaration.
1983         * lib/btowc.c: New file.
1984         * m4/btowc.m4: New file.
1985         * modules/btowc: New file.
1986         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
1987         HAVE_BTOWC.
1988         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
1989         * doc/posix-functions/btowc.texi: Document the new module.
1990
1991 2008-12-17  Bruno Haible  <bruno@clisp.org>
1992
1993         New module 'mbsinit'.
1994         * lib/wchar.in.h (mbsinit): New declaration.
1995         * lib/mbsinit.c: New file.
1996         * m4/mbsinit.m4: New file.
1997         * modules/mbsinit: New file.
1998         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
1999         HAVE_MBSINIT.
2000         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
2001         HAVE_MBSINIT.
2002         * doc/posix-functions/mbsinit.texi: Document the new module.
2003
2004 2008-12-16  Bruno Haible  <bruno@clisp.org>
2005
2006         * lib/unistd.in.h: Add comment.
2007         * tests/test-environ.c: Don't include <stdlib.h>.
2008
2009 2008-12-16  Bruno Haible  <bruno@clisp.org>
2010
2011         * lib/parse-duration.h (parse_duration): Document return value
2012         convention.
2013         * lib/parse-duration.c: Include specification header first. Add
2014         comments.
2015         (_): Remove macro.
2016         (parse_year_month_day, parse_hour_minute_second): Move side effects
2017         outside of strchr call.
2018         (parse_non_iso8601): Move side effects outside of isspace call.
2019         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
2020         call.
2021
2022 2008-12-16  Bruno Haible  <bruno@clisp.org>
2023
2024         * tests/test-parse-duration.sh: Produce no output when the test
2025         succeeds.
2026
2027 2008-12-16  Bruno Haible  <bruno@clisp.org>
2028
2029         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
2030         expressions.
2031
2032 2008-12-15  Bruno Haible  <bruno@clisp.org>
2033
2034         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
2035         * doc/glibc-functions/flistxattr.texi: Likewise.
2036         * doc/glibc-functions/fopencookie.texi: Likewise.
2037         * doc/glibc-functions/fremovexattr.texi: Likewise.
2038         * doc/glibc-functions/fsetxattr.texi: Likewise.
2039         * doc/glibc-functions/getxattr.texi: Likewise.
2040         * doc/glibc-functions/lgetxattr.texi: Likewise.
2041         * doc/glibc-functions/listxattr.texi: Likewise.
2042         * doc/glibc-functions/llistxattr.texi: Likewise.
2043         * doc/glibc-functions/lremovexattr.texi: Likewise.
2044         * doc/glibc-functions/lsetxattr.texi: Likewise.
2045         * doc/glibc-functions/removexattr.texi: Likewise.
2046         * doc/glibc-functions/setxattr.texi: Likewise.
2047         * doc/posix-functions/open_memstream.texi: Likewise.
2048
2049 2008-12-15  Eric Blake  <ebb9@byu.net>
2050
2051         Update doc for cygwin 1.7.
2052         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
2053         functions.
2054         * doc/posix-functions/fchmodat.texi: Likewise.
2055         * doc/posix-functions/fchownat.texi: Likewise.
2056         * doc/posix-functions/fdopendir.texi: Likewise.
2057         * doc/posix-functions/fmemopen.texi: Likewise.
2058         * doc/posix-functions/freeaddrinfo.texi: Likewise.
2059         * doc/posix-functions/fstatat.texi: Likewise.
2060         * doc/posix-functions/futimens.texi: Likewise.
2061         * doc/posix-functions/gai_strerror.texi: Likewise.
2062         * doc/posix-functions/getaddrinfo.texi: Likewise.
2063         * doc/posix-functions/getnameinfo.texi: Likewise.
2064         * doc/posix-functions/if_freenameindex.texi: Likewise.
2065         * doc/posix-functions/if_indextoname.texi: Likewise.
2066         * doc/posix-functions/if_nameindex.texi: Likewise.
2067         * doc/posix-functions/if_nametoindex.texi: Likewise.
2068         * doc/posix-functions/insque.texi: Likewise.
2069         * doc/posix-functions/linkat.texi: Likewise.
2070         * doc/posix-functions/llrint.texi: Likewise.
2071         * doc/posix-functions/llrintf.texi: Likewise.
2072         * doc/posix-functions/llrintl.texi: Likewise.
2073         * doc/posix-functions/lockf.texi: Likewise.
2074         * doc/posix-functions/lrintl.texi: Likewise.
2075         * doc/posix-functions/mkdirat.texi: Likewise.
2076         * doc/posix-functions/mkfifoat.texi: Likewise.
2077         * doc/posix-functions/mknodat.texi: Likewise.
2078         * doc/posix-functions/mq_close.texi: Likewise.
2079         * doc/posix-functions/mq_getattr.texi: Likewise.
2080         * doc/posix-functions/mq_notify.texi: Likewise.
2081         * doc/posix-functions/mq_open.texi: Likewise.
2082         * doc/posix-functions/mq_receive.texi: Likewise.
2083         * doc/posix-functions/mq_send.texi: Likewise.
2084         * doc/posix-functions/mq_setattr.texi: Likewise.
2085         * doc/posix-functions/mq_timedreceive.texi: Likewise.
2086         * doc/posix-functions/mq_timedsend.texi: Likewise.
2087         * doc/posix-functions/mq_unlink.texi: Likewise.
2088         * doc/posix-functions/open_memstream.texi: Likewise.
2089         * doc/posix-functions/openat.texi: Likewise.
2090         * doc/posix-functions/posix_fadvise.texi: Likewise.
2091         * doc/posix-functions/posix_fallocate.texi: Likewise.
2092         * doc/posix-functions/posix_madvise.texi: Likewise.
2093         * doc/posix-functions/posix_memalign.texi: Likewise.
2094         * doc/posix-functions/posix_openpt.texi: Likewise.
2095         * doc/posix-functions/readlinkat.texi: Likewise.
2096         * doc/posix-functions/remque.texi: Likewise.
2097         * doc/posix-functions/renameat.texi: Likewise.
2098         * doc/posix-functions/rintl.texi: Likewise.
2099         * doc/posix-functions/sem_unlink.texi: Likewise.
2100         * doc/posix-functions/shm_open.texi: Likewise.
2101         * doc/posix-functions/shm_unlink.texi: Likewise.
2102         * doc/posix-functions/signgam.texi: Likewise.
2103         * doc/posix-functions/sigset.texi: Likewise.
2104         * doc/posix-functions/stpcpy.texi: Likewise.
2105         * doc/posix-functions/stpncpy.texi: Likewise.
2106         * doc/posix-functions/strerror.texi: Likewise.
2107         * doc/posix-functions/strtod.texi: Likewise.
2108         * doc/posix-functions/symlinkat.texi: Likewise.
2109         * doc/posix-functions/unlinkat.texi: Likewise.
2110         * doc/posix-functions/utimensat.texi: Likewise.
2111         * doc/glibc-functions/bindresvport.texi: Likewise.
2112         * doc/glibc-functions/dn_expand.texi: Likewise.
2113         * doc/glibc-functions/exp10.texi: Likewise.
2114         * doc/glibc-functions/exp10f.texi: Likewise.
2115         * doc/glibc-functions/fgetxattr.texi: Likewise.
2116         * doc/glibc-functions/flistxattr.texi: Likewise.
2117         * doc/glibc-functions/fopencookie.texi: Likewise.
2118         * doc/glibc-functions/freeifaddrs.texi: Likewise.
2119         * doc/glibc-functions/fremovexattr.texi: Likewise.
2120         * doc/glibc-functions/fsetxattr.texi: Likewise.
2121         * doc/glibc-functions/getifaddrs.texi: Likewise.
2122         * doc/glibc-functions/getxattr.texi: Likewise.
2123         * doc/glibc-functions/lgetxattr.texi: Likewise.
2124         * doc/glibc-functions/listxattr.texi: Likewise.
2125         * doc/glibc-functions/llistxattr.texi: Likewise.
2126         * doc/glibc-functions/lremovexattr.texi: Likewise.
2127         * doc/glibc-functions/lsetxattr.texi: Likewise.
2128         * doc/glibc-functions/pow10.texi: Likewise.
2129         * doc/glibc-functions/pow10f.texi: Likewise.
2130         * doc/glibc-functions/rcmd_af.texi: Likewise.
2131         * doc/glibc-functions/removexattr.texi: Likewise.
2132         * doc/glibc-functions/res_init.texi: Likewise.
2133         * doc/glibc-functions/res_mkquery.texi: Likewise.
2134         * doc/glibc-functions/res_query.texi: Likewise.
2135         * doc/glibc-functions/res_querydomain.texi: Likewise.
2136         * doc/glibc-functions/res_send.texi: Likewise.
2137         * doc/glibc-functions/rresvport_af.texi: Likewise.
2138         * doc/glibc-functions/setxattr.texi: Likewise.
2139         * doc/glibc-functions/strcasestr.texi: Likewise.
2140
2141 2008-12-15  Bruno Haible  <bruno@clisp.org>
2142
2143         Fix compilation error on OSF/1 4.0.
2144         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
2145         <sys/time.h>, simply delegate to the system header.
2146         Reported by Daniel Richard G. <oss@teragram.com>.
2147
2148 2008-12-15  Bruno Haible  <bruno@clisp.org>
2149
2150         * doc/posix-functions/openat.texi: Mention the 'openat' module.
2151         * doc/posix-functions/fchmodat.texi: Likewise.
2152         * doc/posix-functions/fchownat.texi: Likewise.
2153         * doc/posix-functions/fdopendir.texi: Likewise.
2154         * doc/posix-functions/fstatat.texi: Likewise.
2155         * doc/posix-functions/mkdirat.texi: Likewise.
2156         * doc/posix-functions/unlinkat.texi: Likewise.
2157
2158 2008-12-14  Bruno Haible  <bruno@clisp.org>
2159
2160         Update doc for POSIX:2008.
2161         * doc/posix-functions/faccessat.texi: New file.
2162         * doc/posix-functions/fchmodat.texi: New file.
2163         * doc/posix-functions/fchownat.texi: New file.
2164         * doc/posix-functions/fdopendir.texi: New file.
2165         * doc/posix-functions/fstatat.texi: New file.
2166         * doc/posix-functions/futimens.texi: New file.
2167         * doc/posix-functions/linkat.texi: New file.
2168         * doc/posix-functions/mkdirat.texi: New file.
2169         * doc/posix-functions/mkfifoat.texi: New file.
2170         * doc/posix-functions/mknodat.texi: New file.
2171         * doc/posix-functions/open_wmemstream.texi: New file.
2172         * doc/posix-functions/openat.texi: New file.
2173         * doc/posix-functions/psiginfo.texi: New file.
2174         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
2175         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
2176         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
2177         * doc/posix-functions/readlinkat.texi: New file.
2178         * doc/posix-functions/renameat.texi: New file.
2179         * doc/posix-functions/strerror_l.texi: New file.
2180         * doc/posix-functions/symlinkat.texi: New file.
2181         * doc/posix-functions/unlinkat.texi: New file.
2182         * doc/posix-functions/utimensat.texi: New file.
2183         * doc/gnulib.texi (Function Substitutes): Add these subsections.
2184
2185 2008-12-14  Bruno Haible  <bruno@clisp.org>
2186
2187         Update doc for POSIX:2008.
2188         * doc/posix-functions/alphasort.texi: Renamed from
2189         doc/glibc-functions/alphasort.texi.
2190         * doc/posix-functions/dirfd.texi: Renamed from
2191         doc/glibc-functions/dirfd.texi.
2192         * doc/posix-functions/dprintf.texi: Renamed from
2193         doc/glibc-functions/dprintf.texi.
2194         * doc/posix-functions/duplocale.texi: Renamed from
2195         doc/glibc-functions/duplocale.texi.
2196         * doc/posix-functions/fexecve.texi: Renamed from
2197         doc/glibc-functions/fexecve.texi.
2198         * doc/posix-functions/fmemopen.texi: Renamed from
2199         doc/glibc-functions/fmemopen.texi.
2200         * doc/posix-functions/freelocale.texi: Renamed from
2201         doc/glibc-functions/freelocale.texi.
2202         * doc/posix-functions/getdate_err.texi: Renamed from
2203         doc/glibc-functions/getdate_err.texi.
2204         * doc/posix-functions/isalnum_l.texi: Renamed from
2205         doc/glibc-functions/isalnum_l.texi.
2206         * doc/posix-functions/isalpha_l.texi: Renamed from
2207         doc/glibc-functions/isalpha_l.texi.
2208         * doc/posix-functions/isblank_l.texi: Renamed from
2209         doc/glibc-functions/isblank_l.texi.
2210         * doc/posix-functions/iscntrl_l.texi: Renamed from
2211         doc/glibc-functions/iscntrl_l.texi.
2212         * doc/posix-functions/isdigit_l.texi: Renamed from
2213         doc/glibc-functions/isdigit_l.texi.
2214         * doc/posix-functions/isgraph_l.texi: Renamed from
2215         doc/glibc-functions/isgraph_l.texi.
2216         * doc/posix-functions/islower_l.texi: Renamed from
2217         doc/glibc-functions/islower_l.texi.
2218         * doc/posix-functions/isprint_l.texi: Renamed from
2219         doc/glibc-functions/isprint_l.texi.
2220         * doc/posix-functions/ispunct_l.texi: Renamed from
2221         doc/glibc-functions/ispunct_l.texi.
2222         * doc/posix-functions/isspace_l.texi: Renamed from
2223         doc/glibc-functions/isspace_l.texi.
2224         * doc/posix-functions/isupper_l.texi: Renamed from
2225         doc/glibc-functions/isupper_l.texi.
2226         * doc/posix-functions/iswalnum_l.texi: Renamed from
2227         doc/glibc-functions/iswalnum_l.texi.
2228         * doc/posix-functions/iswalpha_l.texi: Renamed from
2229         doc/glibc-functions/iswalpha_l.texi.
2230         * doc/posix-functions/iswblank_l.texi: Renamed from
2231         doc/glibc-functions/iswblank_l.texi.
2232         * doc/posix-functions/iswcntrl_l.texi: Renamed from
2233         doc/glibc-functions/iswcntrl_l.texi.
2234         * doc/posix-functions/iswctype_l.texi: Renamed from
2235         doc/glibc-functions/iswctype_l.texi.
2236         * doc/posix-functions/iswdigit_l.texi: Renamed from
2237         doc/glibc-functions/iswdigit_l.texi.
2238         * doc/posix-functions/iswgraph_l.texi: Renamed from
2239         doc/glibc-functions/iswgraph_l.texi.
2240         * doc/posix-functions/iswlower_l.texi: Renamed from
2241         doc/glibc-functions/iswlower_l.texi.
2242         * doc/posix-functions/iswprint_l.texi: Renamed from
2243         doc/glibc-functions/iswprint_l.texi.
2244         * doc/posix-functions/iswpunct_l.texi: Renamed from
2245         doc/glibc-functions/iswpunct_l.texi.
2246         * doc/posix-functions/iswspace_l.texi: Renamed from
2247         doc/glibc-functions/iswspace_l.texi.
2248         * doc/posix-functions/iswupper_l.texi: Renamed from
2249         doc/glibc-functions/iswupper_l.texi.
2250         * doc/posix-functions/iswxdigit_l.texi: Renamed from
2251         doc/glibc-functions/iswxdigit_l.texi.
2252         * doc/posix-functions/isxdigit_l.texi: Renamed from
2253         doc/glibc-functions/isxdigit_l.texi.
2254         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
2255         doc/glibc-functions/mbsnrtowcs.texi.
2256         * doc/posix-functions/mkdtemp.texi: Renamed from
2257         doc/glibc-functions/mkdtemp.texi.
2258         * doc/posix-functions/newlocale.texi: Renamed from
2259         doc/glibc-functions/newlocale.texi.
2260         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
2261         doc/glibc-functions/nl_langinfo_l.texi.
2262         * doc/posix-functions/open_memstream.texi: Renamed from
2263         doc/glibc-functions/open_memstream.texi.
2264         * doc/posix-functions/opterr.texi: Renamed from
2265         doc/glibc-functions/opterr.texi.
2266         * doc/posix-functions/optind.texi: Renamed from
2267         doc/glibc-functions/optind.texi.
2268         * doc/posix-functions/optopt.texi: Renamed from
2269         doc/glibc-functions/optopt.texi.
2270         * doc/posix-functions/psignal.texi: Renamed from
2271         doc/glibc-functions/psignal.texi.
2272         * doc/posix-functions/scandir.texi: Renamed from
2273         doc/glibc-functions/scandir.texi.
2274         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
2275         doc/glibc-functions/sched_get_priority_min.texi.
2276         * doc/posix-functions/signgam.texi: Renamed from
2277         doc/glibc-functions/signgam.texi.
2278         * doc/posix-functions/stpcpy.texi: Renamed from
2279         doc/glibc-functions/stpcpy.texi.
2280         * doc/posix-functions/stpncpy.texi: Renamed from
2281         doc/glibc-functions/stpncpy.texi.
2282         * doc/posix-functions/strcasecmp_l.texi: Renamed from
2283         doc/glibc-functions/strcasecmp_l.texi.
2284         * doc/posix-functions/strcoll_l.texi: Renamed from
2285         doc/glibc-functions/strcoll_l.texi.
2286         * doc/posix-functions/strfmon_l.texi: Renamed from
2287         doc/glibc-functions/strfmon_l.texi.
2288         * doc/posix-functions/strftime_l.texi: Renamed from
2289         doc/glibc-functions/strftime_l.texi.
2290         * doc/posix-functions/strncasecmp_l.texi: Renamed from
2291         doc/glibc-functions/strncasecmp_l.texi.
2292         * doc/posix-functions/strndup.texi: Renamed from
2293         doc/glibc-functions/strndup.texi.
2294         * doc/posix-functions/strnlen.texi: Renamed from
2295         doc/glibc-functions/strnlen.texi.
2296         * doc/posix-functions/strsignal.texi: Renamed from
2297         doc/glibc-functions/strsignal.texi.
2298         * doc/posix-functions/strxfrm_l.texi: Renamed from
2299         doc/glibc-functions/strxfrm_l.texi.
2300         * doc/posix-functions/timer_gettime.texi: Renamed from
2301         doc/glibc-functions/timer_gettime.texi.
2302         * doc/posix-functions/tolower_l.texi: Renamed from
2303         doc/glibc-functions/tolower_l.texi.
2304         * doc/posix-functions/toupper_l.texi: Renamed from
2305         doc/glibc-functions/toupper_l.texi.
2306         * doc/posix-functions/towctrans_l.texi: Renamed from
2307         doc/glibc-functions/towctrans_l.texi.
2308         * doc/posix-functions/towlower_l.texi: Renamed from
2309         doc/glibc-functions/towlower_l.texi.
2310         * doc/posix-functions/towupper_l.texi: Renamed from
2311         doc/glibc-functions/towupper_l.texi.
2312         * doc/posix-functions/uselocale.texi: Renamed from
2313         doc/glibc-functions/uselocale.texi.
2314         * doc/posix-functions/vdprintf.texi: Renamed from
2315         doc/glibc-functions/vdprintf.texi.
2316         * doc/posix-functions/wcpcpy.texi:
2317         Renamed from doc/glibc-functions/wcpcpy.texi.
2318         * doc/posix-functions/wcpncpy.texi: Renamed from
2319         doc/glibc-functions/wcpncpy.texi.
2320         * doc/posix-functions/wcscasecmp.texi: Renamed from
2321         doc/glibc-functions/wcscasecmp.texi.
2322         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
2323         doc/glibc-functions/wcscasecmp_l.texi.
2324         * doc/posix-functions/wcscoll_l.texi: Renamed from
2325         doc/glibc-functions/wcscoll_l.texi.
2326         * doc/posix-functions/wcsdup.texi: Renamed from
2327         doc/glibc-functions/wcsdup.texi.
2328         * doc/posix-functions/wcsncasecmp.texi: Renamed from
2329         doc/glibc-functions/wcsncasecmp.texi.
2330         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
2331         doc/glibc-functions/wcsncasecmp_l.texi.
2332         * doc/posix-functions/wcsnlen.texi: Renamed from
2333         doc/glibc-functions/wcsnlen.texi.
2334         * doc/posix-functions/wcsnrtombs.texi: Renamed from
2335         doc/glibc-functions/wcsnrtombs.texi.
2336         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
2337         doc/glibc-functions/wcsxfrm_l.texi.
2338         * doc/posix-functions/wctrans_l.texi: Renamed from
2339         doc/glibc-functions/wctrans_l.texi.
2340         * doc/posix-functions/wctype_l.texi: Renamed from
2341         doc/glibc-functions/wctype_l.texi.
2342         * doc/gnulib.texi (Function Substitutes): Add these subsections.
2343         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
2344         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
2345         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
2346         these subsections.
2347         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
2348         Remove sections.
2349
2350 2008-12-14  Bruno Haible  <bruno@clisp.org>
2351
2352         Update doc for POSIX:2008.
2353         * doc/posix-functions/*.texi: Update URL of POSIX specification.
2354
2355 2008-12-14  Bruno Haible  <bruno@clisp.org>
2356
2357         Update doc for POSIX:2008.
2358         * doc/pastposix-functions/bcmp.texi: Renamed from
2359         doc/posix-functions/bcmp.texi.
2360         * doc/pastposix-functions/bcopy.texi: Renamed from
2361         doc/posix-functions/bcopy.texi.
2362         * doc/pastposix-functions/bsd_signal.texi: Renamed from
2363         doc/posix-functions/bsd_signal.texi.
2364         * doc/pastposix-functions/bzero.texi: Renamed from
2365         doc/posix-functions/bzero.texi.
2366         * doc/pastposix-functions/ecvt.texi: Renamed from
2367         doc/posix-functions/ecvt.texi.
2368         * doc/pastposix-functions/fcvt.texi: Renamed from
2369         doc/posix-functions/fcvt.texi.
2370         * doc/pastposix-functions/ftime.texi: Renamed from
2371         doc/posix-functions/ftime.texi.
2372         * doc/pastposix-functions/gcvt.texi: Renamed from
2373         doc/posix-functions/gcvt.texi.
2374         * doc/pastposix-functions/getcontext.texi: Renamed from
2375         doc/posix-functions/getcontext.texi.
2376         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
2377         doc/posix-functions/gethostbyaddr.texi.
2378         * doc/pastposix-functions/gethostbyname.texi: Renamed from
2379         doc/posix-functions/gethostbyname.texi.
2380         * doc/pastposix-functions/getwd.texi: Renamed from
2381         doc/posix-functions/getwd.texi.
2382         * doc/pastposix-functions/h_errno.texi: Renamed from
2383         doc/posix-functions/h_errno.texi.
2384         * doc/pastposix-functions/index.texi: Renamed from
2385         doc/posix-functions/index.texi.
2386         * doc/pastposix-functions/makecontext.texi: Renamed from
2387         doc/posix-functions/makecontext.texi.
2388         * doc/pastposix-functions/mktemp.texi: Renamed from
2389         doc/posix-functions/mktemp.texi.
2390         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
2391         doc/posix-functions/pthread_attr_getstackaddr.texi.
2392         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
2393         doc/posix-functions/pthread_attr_setstackaddr.texi.
2394         * doc/pastposix-functions/rindex.texi: Renamed from
2395         doc/posix-functions/rindex.texi.
2396         * doc/pastposix-functions/scalb.texi: Renamed from
2397         doc/posix-functions/scalb.texi.
2398         * doc/pastposix-functions/setcontext.texi: Renamed from
2399         doc/posix-functions/setcontext.texi.
2400         * doc/pastposix-functions/swapcontext.texi: Renamed from
2401         doc/posix-functions/swapcontext.texi.
2402         * doc/pastposix-functions/ualarm.texi: Renamed from
2403         doc/posix-functions/ualarm.texi.
2404         * doc/pastposix-functions/usleep.texi: Renamed from
2405         doc/posix-functions/usleep.texi.
2406         * doc/pastposix-functions/vfork.texi: Renamed from
2407         doc/posix-functions/vfork.texi.
2408         * doc/pastposix-functions/wcswcs.texi: Renamed from
2409         doc/posix-functions/wcswcs.texi.
2410         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
2411         (Function Substitutes): Update.
2412
2413 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2414
2415         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
2416         m4/strerror.m4.
2417
2418 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2419             Bruno Haible  <bruno@clisp.org>
2420
2421         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
2422
2423 2008-12-13  Bruno Haible  <bruno@clisp.org>
2424
2425         * modules/strtoull (Depends-on): Remove unistd.
2426
2427 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2428
2429         * modules/strtoull (Depends-on): Add stdlib.
2430
2431 2008-12-11  Simon Josefsson  <simon@josefsson.org>
2432
2433         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
2434
2435 2008-12-10  Jim Meyering  <meyering@redhat.com>
2436
2437         gl_ASSERT: don't say assertions are disabled when they're not
2438         * m4/assert.m4 (gl_ASSERT): Do not make configure report
2439         "checking whether to enable assertions... no", when they are in
2440         fact enabled.  This is solely a bug in the output of configure.
2441         In spite of saying "no", NDEBUG was not defined in that case.
2442         Also, as noted by Eric Blake, leave assertions enabled upon
2443         --enable-assert=INVALID.
2444
2445 2008-12-10  Bruno Haible  <bruno@clisp.org>
2446
2447         Change MODULES.html to refer to POSIX:2008 where possible.
2448         * MODULES.html.sh (POSIX2008_URL): New variable.
2449         (posix_headers): Remove sys/timeb, ucontext.
2450         (posix2001_headers): New variable.
2451         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
2452         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
2453         index, makecontext, mktemp, pthread_attr_getstackaddr,
2454         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
2455         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
2456         (posix2001_functions): New variable.
2457         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
2458         otherwise.
2459
2460 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2461
2462         add missing include to parse-duration.c
2463         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
2464         * modules/parse-duration (Depends-on): Add xalloc.
2465
2466         fix sed script reading maint.mk
2467         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
2468         (syntax-check-rules): Use it.
2469
2470 2008-12-09  Bruno Haible  <bruno@clisp.org>
2471
2472         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
2473         MacOS X 10.4/PowerPC.
2474         Reported by Simon Josefsson.
2475
2476 2008-12-08  Jim Meyering  <meyering@redhat.com>
2477
2478         work around mingw's lack of some S_IF definitions
2479         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
2480         Reported by Simon Josefsson.
2481
2482 2008-12-08  Bruno Haible  <bruno@clisp.org>
2483
2484         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
2485         applied to variables. Needed on MacOS X 10.4/PowerPC.
2486         Reported by Simon Josefsson.
2487
2488 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
2489         and Eric Blake  <ebb9@byu.net>
2490
2491         assert: honor --enable-assert
2492         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
2493         order to honor --enable-assert, rather than treating it as a
2494         synonym for --disable-assert.
2495
2496 2008-12-08  Jim Meyering  <meyering@redhat.com>
2497
2498         * lib/posixtm.c: Remove now-useless declaration of mktime.
2499
2500         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
2501
2502 2008-12-07  Bruno Haible  <bruno@clisp.org>
2503
2504         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
2505         test_once): Mark functions as static.
2506         * tests/test-tls.c (test_tls): Likewise.
2507
2508 2008-12-07  Bruno Haible  <bruno@clisp.org>
2509
2510         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
2511         iconv_register_autodetect.
2512
2513 2008-12-07  Jim Meyering  <meyering@redhat.com>
2514
2515         posixtm.c: avoid a warning
2516         * lib/posixtm.c (posixtime): Don't initialize tm0.
2517         It's no longer needed to placate gcc4's -Wuninitialized,
2518         and the attempt to placate would elicit a new warning.
2519
2520         unicodeio.c: mark unused parameters
2521         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
2522         (fallback_failure_callback): Likewise.
2523
2524 2008-12-07  Bruno Haible  <bruno@clisp.org>
2525
2526         * gnulib-tool (func_create_testdir): When building the tests
2527         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
2528         Reported by Simon Josefsson.
2529
2530 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2531
2532         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
2533
2534 2008-12-06  Bruno Haible  <bruno@clisp.org>
2535
2536         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
2537         Suggested by Eric Blake.
2538
2539 2008-12-06  Bruno Haible  <bruno@clisp.org>
2540
2541         Fix a c-stack test failure on MacOS X.
2542         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
2543         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
2544         handler for SIGBUS as well.
2545         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
2546         install a signal handler for SIGBUS as well.
2547         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
2548
2549 2008-12-06  Bruno Haible  <bruno@clisp.org>
2550
2551         Advocacy documentation.
2552         * doc/gnulib-intro.texi (Benefits): New section.
2553         * doc/gnulib.texi: Update.
2554
2555 2008-12-06  Bruno Haible  <bruno@clisp.org>
2556
2557         Document the 'manywarnings' module.
2558         * doc/manywarnings.texi: New file.
2559         * doc/gnulib.texi: Include it.
2560
2561 2008-12-05  Eric Blake  <ebb9@byu.net>
2562
2563         tests: silence some gcc warnings
2564         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
2565         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
2566         type mismatches.
2567
2568 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2569             Bruno Haible  <bruno@clisp.org>
2570
2571         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
2572
2573 2008-11-29  Jim Meyering  <meyering@redhat.com>
2574
2575         unicodeio.c: mark unused parameters
2576         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
2577         (fallback_failure_callback): Likewise.
2578
2579         fts: fix a thinko
2580         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
2581         (set_stat_type): Return S_IF*-valued "type" directly.
2582         Prompted by James Youngman's spotting a related bug.
2583         Confirmed by further testing through find.
2584
2585         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
2586         * lib/fts.c (D_TYPE): Define.
2587         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
2588         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
2589         (s_ifmt_shift_bits): New function.
2590         (set_stat_type): New function.
2591         (fts_build): When not calling fts_stat, call set_stat_type
2592         to propagate dirent.d_type info to fts_read caller.
2593         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
2594         fts_statp->st_mode type information may be valid.
2595
2596 2008-11-28  Simon Josefsson  <simon@josefsson.org>
2597
2598         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
2599         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
2600         <sds@gnu.org>.
2601
2602 2008-11-20  Bruno Haible  <bruno@clisp.org>
2603
2604         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
2605         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
2606         INCLUDE_NEXT.
2607         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
2608         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
2609         * modules/math (Makefile.am): Substitute
2610         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
2611         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2612
2613 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
2614             Bruno Haible  <bruno@clisp.org>
2615
2616         * lib/stdint.in.h: Define all type macros so that their expansion is
2617         a single typedef'ed token. Fixes a compilation failure in Boost which
2618         does "using ::int8_t;".
2619
2620 2008-11-18  Simon Josefsson  <simon@josefsson.org>
2621
2622         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
2623         gl_MANYWARN_ALL_GCC.
2624         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
2625         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
2626         * modules/manywarnings: New file.
2627         * MODULES.html.sh: Mention manywarnings module.
2628
2629 2008-11-18  Bruno Haible  <bruno@clisp.org>
2630
2631         * doc/gnulib-tool.texi (Unit tests): New section.
2632
2633 2008-11-18  Simon Josefsson  <simon@josefsson.org>
2634
2635         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
2636         paths like 'lib/po/foo.po'.
2637
2638 2008-11-17  Simon Josefsson  <simon@josefsson.org>
2639
2640         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
2641         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
2642
2643 2008-11-17  Simon Josefsson  <simon@josefsson.org>
2644
2645         * m4/warnings.m4: Use CPPFLAGS to really check whether the
2646         parameter works.
2647
2648 2008-11-17  Simon Josefsson  <simon@josefsson.org>
2649
2650         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
2651
2652 2008-11-17  Bruce Korb  <bkorb@gnu.org>
2653
2654         * modules/parse-duration-tests: New file.
2655         * tests/test-parse-duration.sh: New file.
2656         * tests/test-parse-duration.c: New file.
2657
2658         New module 'parse-duration'.
2659         * lib/parse-duration.h: New file.
2660         * lib/parse-duration.c: New file.
2661         * modules/parse-duration: New file.
2662
2663 2008-11-17  Bruno Haible  <bruno@clisp.org>
2664
2665         * tests/test-select-out.sh: Comment out the first pipe test.
2666         Reported by Simon Josefsson.
2667
2668 2008-11-17  Bruno Haible  <bruno@clisp.org>
2669
2670         * modules/getaddrinfo (Depends-on): Add servent, hostent.
2671         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
2672         gl_HOSTENT.
2673
2674 2008-11-17  Bruno Haible  <bruno@clisp.org>
2675
2676         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
2677         -lnetwork and -lnet. Needed for Haiku and BeOS.
2678
2679 2008-11-16  Bruno Haible  <bruno@clisp.org>
2680
2681         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
2682
2683 2008-11-16  Bruno Haible  <bruno@clisp.org>
2684
2685         Avoid test failure on Haiku.
2686         * tests/test-fsync.c: Include <errno.h>.
2687         (main): Don't require that fsync (0) fails.
2688
2689 2008-11-15  Bruno Haible  <bruno@clisp.org>
2690
2691         New module 'hostent'.
2692         * modules/hostent: New file.
2693         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
2694
2695 2008-11-15  Bruno Haible  <bruno@clisp.org>
2696
2697         New module 'servent'.
2698         * modules/servent: New file.
2699         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
2700
2701 2008-11-15  Bruno Haible  <bruno@clisp.org>
2702
2703         Avoid generating same test program with two different rules.
2704         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
2705         test-frexp to test-frexp-nolibm.
2706         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
2707         test-frexpl to test-frexpl-nolibm.
2708
2709 2008-11-15  Bruno Haible  <bruno@clisp.org>
2710
2711         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
2712         $(FREXPL_LIBM).
2713
2714 2008-11-15  Bruno Haible  <bruno@clisp.org>
2715
2716         * lib/netdb.in.h: Activate the definitions also when the system's
2717         <netdb.h> has 'struct addrinfo'.
2718         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
2719         EAI_OVERFLOW or AI_NUMERICSERV.
2720         * doc/posix-headers/netdb.texi: Document the problem.
2721
2722 2008-11-15  Bruno Haible  <bruno@clisp.org>
2723
2724         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
2725
2726         Make the 'sched' module work on platforms where <sched.h> exists but
2727         is incomplete (such as Haiku).
2728         * lib/sched.in.h; Include the system's <sched.h> if it exists.
2729         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
2730         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
2731         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
2732         HAVE_STRUCT_SCHED_PARAM.
2733         * modules/sched (Depends-on): Add include_next.
2734         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
2735         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
2736         * doc/posix-headers/sched.texi: Document the issue.
2737
2738 2008-11-13  Jim Meyering  <meyering@redhat.com>
2739
2740         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
2741         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
2742         test would fail due to the difference in the Report bugs to ...
2743         line.  The expected address is empty, "<>", while the actual
2744         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
2745
2746 2008-11-12  Bruno Haible  <bruno@clisp.org>
2747
2748         lstat: don't compile lstat.c on systems lacking lstat
2749         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
2750         which don't have lstat; this is handled by lib/sys_stat.in.h already.
2751         Reported by Daniel P. Berrange via Jim Meyering.
2752
2753 2008-11-12  Jim Meyering  <meyering@redhat.com>
2754
2755         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
2756
2757 2008-11-12  Simon Josefsson  <simon@josefsson.org>
2758
2759         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
2760         instead.
2761
2762 2008-11-12  Bruno Haible  <bruno@clisp.org>
2763
2764         * lib/unicodeio.c: Include unistr.h.
2765         (utf8_wctomb): Remove function.
2766         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
2767
2768 2008-11-12  Simon Josefsson  <simon@josefsson.org>
2769
2770         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
2771         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
2772         <bruno@clisp.org>.
2773         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
2774
2775 2008-11-12  Simon Josefsson  <simon@josefsson.org>
2776
2777         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
2778         * doc/gnulib.texi: Add section for warnings.
2779
2780 2008-11-11  Bruno Haible  <bruno@clisp.org>
2781
2782         * lib/sockets.h: Add a comment.
2783
2784 2008-11-11  Karl Berry  <karl@gnu.org>
2785
2786         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
2787
2788 2008-11-11  Eric Blake  <ebb9@byu.net>
2789
2790         fdl.texi: avoid git symlinks
2791         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
2792
2793 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2794
2795         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
2796
2797 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2798
2799         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
2800         (gl_WARN_ADD): Substitute $2 if literal.
2801
2802 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2803
2804         * m4/warning.m4: Remove.
2805
2806 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2807
2808         * m4/warnings.m4: Almost complete rewrite. :-)
2809
2810 2008-11-10  Simon Josefsson  <simon@josefsson.org>
2811
2812         * modules/warnings: New module.
2813         * m4/warnings.m4: New file.
2814         * MODULES.html.sh: Mention warnings module.
2815         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
2816         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2817
2818 2008-11-10  Eric Blake  <ebb9@byu.net>
2819
2820         fdl.texi: make a symlink to the latest version
2821         * doc/standards.texi: Revert today's earlier change.
2822         * doc/fdl-1.2.texi: Rename from old fdl.texi...
2823         * doc/fdl.texi: ...and replace this with a symlink to the newer
2824         fdl-1.3.texi.
2825
2826 2008-11-10  Bruno Haible  <bruno@clisp.org>
2827
2828         * tests/test-select-fd.c (main): Accept the result file name as fourth
2829         argument.
2830         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
2831         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
2832
2833 2008-11-10  Bruno Haible  <bruno@clisp.org>
2834
2835         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
2836         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
2837         as autoconf-substituted macros.
2838         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
2839         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
2840         gl_NETDB_H_DEFAULTS. Set these variables.
2841         * modules/netdb (Makefile.am): Substitute these variables.
2842
2843 2008-11-10  Eric Blake  <ebb9@byu.net>
2844
2845         standards.texi: include correct file for FDL 1.3
2846         * doc/standards.texi (GNU Free Documentation License): Change
2847         include file to pull in FDL 1.3, not 1.2.
2848
2849         fdl.texi: revert accidental change to license
2850         * doc/fdl.texi: This is FDL 1.2, not 1.3.
2851
2852 2008-11-10  Bruno Haible  <bruno@clisp.org>
2853
2854         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
2855         cross-compiling guesses also when the native compile gives no result.
2856
2857 2008-11-10  Bruno Haible  <bruno@clisp.org>
2858
2859         * lib/spawni.c (__spawni): Force variable into the stack.
2860
2861 2008-11-10  Bruno Haible  <bruno@clisp.org>
2862
2863         Add support for Haiku.
2864         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
2865         glibc and BeOS, but also on Haiku.
2866         * lib/fpurge.c (fpurge): Likewise.
2867         * lib/freadable.c (freadable): Likewise.
2868         * lib/freadahead.c (freadahead): Likewise.
2869         * lib/freading.c (freading): Likewise.
2870         * lib/freadptr.c (freadptr): Likewise.
2871         * lib/freadseek.c (freadptrinc): Likewise.
2872         * lib/fseeko.c (rpl_fseeko): Likewise.
2873         * lib/fseterr.c (fseterr): Likewise.
2874         * lib/fwritable.c (fwritable): Likewise.
2875         * lib/fwriting.c (fwriting): Likewise.
2876         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
2877
2878 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
2879
2880         * lib/config.charset: Treat Haiku like BeOS.
2881
2882 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
2883
2884         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
2885         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
2886
2887 2008-11-08  Bruno Haible  <bruno@clisp.org>
2888
2889         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
2890         AC_CACHE_CHECK.
2891
2892 2008-11-08  Bruno Haible  <bruno@clisp.org>
2893
2894         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
2895
2896 2008-11-08  Bruno Haible  <bruno@clisp.org>
2897
2898         * tests/test-select-fd.c: New file.
2899         * tests/test-select-in.sh: New file.
2900         * tests/test-select-out.sh: New file.
2901         * tests/test-select-stdin.c: New file.
2902         * modules/select-tests (Files): Add the new files.
2903         (Depends-on): Add gettimeofday.
2904         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
2905         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
2906         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
2907
2908 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
2909             Bruno Haible  <bruno@clisp.org>
2910
2911         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
2912
2913 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
2914
2915         * build-aux/pmccabe2html: Added support for C++ source files.
2916
2917 2008-11-05  Ben Pfaff  <blp@gnu.org>
2918
2919         Fix lib/close.c build on Windows.
2920         * modules/close (Files): Add lib/w32sock.h.
2921
2922 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
2923
2924         Accept Bison's NEWS format.
2925         * build-aux/announce-gen (print_news_deltas): Tweak
2926         $re_prefix.
2927
2928 2008-11-04  Bruno Haible  <bruno@clisp.org>
2929
2930         * modules/random_r (Maintainer): Add glibc.
2931
2932 2008-11-04  Simon Josefsson  <simon@josefsson.org>
2933
2934         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
2935         by karl@freefriends.org (Karl Berry).
2936         * doc/alloca.texi: Likewise.
2937         * doc/c-ctype.texi: Likewise.
2938         * doc/c-strcase.texi: Likewise.
2939         * doc/c-strcaseeq.texi: Likewise.
2940         * doc/c-strcasestr.texi: Likewise.
2941         * doc/c-strstr.texi: Likewise.
2942         * doc/c-strtod.texi: Likewise.
2943         * doc/c-strtold.texi: Likewise.
2944         * doc/ctime.texi: Likewise.
2945         * doc/error.texi: Likewise.
2946         * doc/fdl.texi: Likewise.
2947         * doc/gcd.texi: Likewise.
2948         * doc/getdate.texi: Likewise.
2949         * doc/gnulib-intro.texi: Likewise.
2950         * doc/gnulib-tool.texi: Likewise.
2951         * doc/gnulib.texi: Likewise.
2952         * doc/inet_ntoa.texi: Likewise.
2953         * doc/maintain.texi: Likewise.
2954         * doc/make-stds.texi: Likewise.
2955         * doc/quote.texi: Likewise.
2956         * doc/regexprops-generic.texi: Likewise.
2957         * doc/standards.texi: Likewise.
2958         * doc/verify.texi: Likewise.
2959         * doc/visibility.texi: Likewise.
2960         * doc/gnulib.texi (GNU Free Documentation License): Include
2961         fdl-1.3.texi instead of fdl.texi.
2962
2963 2008-11-04  Simon Josefsson  <simon@josefsson.org>
2964
2965         * doc/fdl-1.3.texi: New file, from
2966         <http://www.gnu.org/licenses/fdl-1.3.texi>.
2967         * modules/fdl-1.3: Add.
2968         * MODULES.html.sh: Add fdl-1.3.
2969
2970 2008-11-03  Bruno Haible  <bruno@clisp.org>
2971
2972         Make determination of absolute name of header file work with AIX xlc.
2973         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
2974         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
2975         preprocessing.
2976         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2977         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2978
2979 2008-11-03  Simon Josefsson  <simon@josefsson.org>
2980
2981         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
2982         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
2983         <ludo@gnu.org>.
2984
2985 2008-11-02  Bruno Haible  <bruno@clisp.org>
2986
2987         Mark 'strpbrk' obsolete.
2988         * modules/strpbrk (Status, Notice): New sections.
2989         * modules/strtok_r (Depends-on): Add strpbrk.
2990
2991 2008-11-02  Bruno Haible  <bruno@clisp.org>
2992
2993         Mark 'strdup' obsolete.
2994         * modules/strdup (Status, Notice): New sections.
2995         * modules/findprog (Depends-on): Add strdup.
2996         * modules/getaddrinfo (Depends-on): Likewise.
2997         * modules/localename (Depends-on): Likewise.
2998         * modules/relocatable-lib (Depends-on): Likewise.
2999         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
3000         * modules/relocatable-prog (Depends-on): Likewise.
3001         * modules/trim (Depends-on): Likewise.
3002         * modules/unictype/gen-ctype (Depends-on): Likewise.
3003         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3004
3005 2008-11-02  Bruno Haible  <bruno@clisp.org>
3006
3007         Mark 'strcspn' obsolete.
3008         * modules/strcspn (Status, Notice): New sections.
3009
3010 2008-11-02  Bruno Haible  <bruno@clisp.org>
3011
3012         Mark 'rmdir' obsolete.
3013         * modules/rmdir (Status, Notice): New sections.
3014         * modules/clean-temp (Depends-on): Add rmdir.
3015         * modules/openat (Depends-on): Likewise.
3016
3017 2008-11-02  Bruno Haible  <bruno@clisp.org>
3018
3019         Mark 'raise' obsolete.
3020         * modules/raise (Status, Notice): New sections.
3021         (Include): Specify <signal.h>.
3022         * modules/stdio (Depends-on): Add raise.
3023         * modules/write (Depends-on): Likewise.
3024
3025 2008-11-02  Bruno Haible  <bruno@clisp.org>
3026
3027         Mark 'memset' obsolete.
3028         * modules/memset (Status, Notice): New sections.
3029
3030 2008-11-02  Bruno Haible  <bruno@clisp.org>
3031
3032         Mark 'memmove' obsolete.
3033         * modules/memmove (Status, Notice): New sections.
3034         * modules/argp (Depends-on): Add memmove.
3035         * modules/argz (Depends-on): Likewise.
3036         * modules/canonicalize (Depends-on): Likewise.
3037         * modules/canonicalize-lgpl (Depends-on): Likewise.
3038         * modules/fts (Depends-on): Likewise.
3039         * modules/getcwd (Depends-on): Likewise.
3040         * modules/human (Depends-on): Likewise.
3041         * modules/regex (Depends-on): Likewise.
3042         * modules/striconveh (Depends-on): Likewise.
3043         * modules/trim (Depends-on): Likewise.
3044         * modules/unistr/u8-move (Depends-on): Likewise.
3045         * modules/unistr/u16-move (Depends-on): Likewise.
3046         * modules/unistr/u32-move (Depends-on): Likewise.
3047
3048 2008-11-02  Bruno Haible  <bruno@clisp.org>
3049
3050         Mark 'memcpy' obsolete.
3051         * modules/memcpy (Status, Notice): New sections.
3052
3053 2008-11-02  Bruno Haible  <bruno@clisp.org>
3054
3055         Mark 'memcmp' obsolete.
3056         * modules/memcmp (Status, Notice): New sections.
3057         * modules/argmatch (Depends-on): Add memchr.
3058         * modules/backupfile (Depends-on): Likewise.
3059         * modules/c-strcasestr (Depends-on): Likewise.
3060         * modules/crypto/des (Depends-on): Likewise.
3061         * modules/csharpcomp (Depends-on): Likewise.
3062         * modules/fnmatch (Depends-on): Likewise.
3063         * modules/git-merge-changelog (Depends-on): Likewise.
3064         * modules/isnand (Depends-on): Likewise.
3065         * modules/isnand-nolibm (Depends-on): Likewise.
3066         * modules/isnanf (Depends-on): Likewise.
3067         * modules/isnanf-nolibm (Depends-on): Likewise.
3068         * modules/isnanl (Depends-on): Likewise.
3069         * modules/isnanl-nolibm (Depends-on): Likewise.
3070         * modules/mbchar (Depends-on): Likewise.
3071         * modules/memcoll (Depends-on): Likewise.
3072         * modules/quotearg (Depends-on): Likewise.
3073         * modules/regex (Depends-on): Likewise.
3074         * modules/relocatable-prog (Depends-on): Likewise.
3075         * modules/same (Depends-on): Likewise.
3076         * modules/signbit (Depends-on): Likewise.
3077         * modules/strcasestr-simple (Depends-on): Likewise.
3078         * modules/unictype/gen-ctype (Depends-on): Likewise.
3079         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3080         * modules/uniname/uniname (Depends-on): Likewise.
3081         * modules/unistr/u8-cmp (Depends-on): Likewise.
3082
3083 2008-11-02  Bruno Haible  <bruno@clisp.org>
3084
3085         Mark 'memchr' obsolete.
3086         * modules/memchr (Status, Notice): New sections.
3087         * modules/argp (Depends-on): Add memchr.
3088         * modules/base64 (Depends-on): Likewise.
3089         * modules/c-strcasestr (Depends-on): Likewise.
3090         * modules/chdir-long (Depends-on): Likewise.
3091         * modules/fnmatch (Depends-on): Likewise.
3092         * modules/getsubopt (Depends-on): Likewise.
3093         * modules/git-merge-changelog (Depends-on): Likewise.
3094         * modules/glob (Depends-on): Likewise.
3095         * modules/strcasestr-simple (Depends-on): Likewise.
3096         * modules/strnlen (Depends-on): Likewise.
3097
3098 2008-11-02  Bruno Haible  <bruno@clisp.org>
3099
3100         Mark 'atexit' obsolete.
3101         * modules/atexit (Status, Notice): New sections.
3102         * modules/chdir-long (Depends-on): Add atexit.
3103         * modules/wait-process (Depends-on): Likewise.
3104
3105 2008-11-02  Bruno Haible  <bruno@clisp.org>
3106
3107         * gnulib-tool: New option --with-obsolete.
3108         (func_usage): Document it.
3109         (func_modules_transitive_closure): Drop obsolete dependencies if
3110         incobsolete is not true.
3111         (func_import): Read and save the incobsolete variable to the cache.
3112
3113 2008-11-02  Bruno Haible  <bruno@clisp.org>
3114
3115         * modules/TEMPLATE-EXTENDED: New field 'Status'.
3116         * gnulib-tool: New option --extract-status.
3117         (func_usage): Document it.
3118         (sed_extract_prog): Recognize it.
3119         (func_get_status): New function.
3120
3121 2008-10-30  Simon Josefsson  <simon@josefsson.org>
3122
3123         * modules/sockets (License): Change from LGPL to LGPLv2+.
3124
3125 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3126
3127         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
3128
3129 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3130
3131         * MODULES.html.sh (Support for systems lacking POSIX:2001):
3132         Mention times and sys_times.
3133         * modules/sys_times, modules/sys_times-tests: New modules.
3134         * modules/times, modules/times-tests: Likewise
3135         * m4/sys_times_h.m4: New file.
3136         * lib/sys_times.in.h: Likewise
3137         * lib/times.c: Likewise.
3138         * tests/test-sys_times.c: Likewise.
3139         * tests/test-times.c: Likewise.
3140         * doc/posix-headers/sys_times.texi: Update.
3141         * doc/posix-functions/times.texi: Update.
3142
3143 2008-10-28  Jim Meyering  <meyering@redhat.com>
3144
3145         * modules/tempname (Depends-on): Add lstat.
3146
3147         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
3148
3149 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3150
3151         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
3152         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
3153         using idiom used elsewhere in gnulib.
3154
3155 2008-10-27  Jim Meyering  <meyering@redhat.com>
3156
3157         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
3158
3159 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3160
3161         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
3162         TESTS_ENVIRONMENT, for shell scripts that needs to call built
3163         programs.
3164         * tests/test-argp-2.sh: Use $EXEEXT when needed.
3165
3166 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3167
3168         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
3169
3170 2008-10-27  Bruno Haible  <bruno@clisp.org>
3171
3172         * tests/test-lstat.c: Include <stdio.h>.
3173
3174 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3175
3176         * modules/lstat-tests: New module.
3177         * tests/test-lstat.c: New file.
3178
3179 2008-10-26  Jim Meyering  <meyering@redhat.com>
3180
3181         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
3182
3183 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3184             Bruno Haible  <bruno@clisp.org>
3185
3186         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
3187         * modules/configmake (Include): Add a note that the include must come
3188         after all system headers.
3189         * lib/javaversion.c: Include configmake.h after all other includes.
3190
3191 2008-10-26  Bruno Haible  <bruno@clisp.org>
3192
3193         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
3194         HAVE_STRUCT_RANDOM_DATA to 1.
3195         (gl_STDLIB_H): Simplify.
3196
3197 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3198
3199         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
3200         substitute HAVE_STRUCT_RANDOM_DATA.
3201         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
3202         random_data.
3203         * modules/stdlib (Makefile.am): Substitute
3204         HAVE_STRUCT_RANDOM_DATA.
3205
3206 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3207
3208         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
3209         * doc/gnulib-intro.texi (Copyright): Likewise.
3210
3211 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3212
3213         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
3214         findings.
3215
3216 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
3217             Bruno Haible  <bruno@clisp.org>
3218
3219         * lib/unistd.in.h: Include <winsock2.h>.
3220         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
3221         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
3222         Provide dummy declarations.
3223         (gethostname): Override.
3224         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
3225         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
3226         gl_PREREQ_SYS_H_WINSOCK2.
3227         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
3228         * doc/posix-functions/gethostname.texi: More details.
3229
3230 2008-10-25  Bruno Haible  <bruno@clisp.org>
3231
3232         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
3233         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
3234         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
3235
3236         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
3237         here ...
3238         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
3239         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
3240         gl_UNISTD_H_DEFAULTS.
3241
3242 2008-10-25  Eric Blake  <ebb9@byu.net>
3243
3244         signbit: avoid spurious compiler failure
3245         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
3246         declarations inside function.
3247
3248 2008-10-24  Simon Josefsson  <simon@josefsson.org>
3249             Bruno Haible  <bruno@clisp.org>
3250
3251         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
3252         * modules/random_r (Depends-on): Add stdint.
3253
3254 2008-10-24  Bruno Haible  <bruno@clisp.org>
3255
3256         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
3257         Eggert.
3258         * modules/strerror (License): Likewise.
3259
3260 2008-10-24  Jim Meyering  <meyering@redhat.com>
3261
3262         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
3263         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
3264
3265 2008-10-24  Eric Blake  <ebb9@byu.net>
3266
3267         getgroups: fix compilation when getgroups is available
3268         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
3269         but with <config.h> override of getgroups disabled.
3270
3271 2008-10-24  Simon Josefsson  <simon@josefsson.org>
3272
3273         * doc/gnulib.texi (Header files): Add note about C++ problems.
3274         Explained by Bruno Haible <bruno@clisp.org>.
3275
3276 2008-10-23  Bruno Haible  <bruno@clisp.org>
3277
3278         Define a dummy SA_NODEFER macro on Interix.
3279         * lib/signal.in.h (SA_NODEFER): Define fallback.
3280         Reported by Aleksey Cheusov <cheusov@tut.by> via
3281         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
3282
3283 2008-10-23  Bruno Haible  <bruno@clisp.org>
3284
3285         * modules/freadahead (License): Change to LGPLv2+.
3286         Suggested by Simon Josefsson.
3287
3288 2008-10-23  Jim Meyering  <meyering@redhat.com>
3289
3290         random_r: new module
3291         * modules/random_r: New file.
3292         * m4/random_r.m4: New file.
3293         * lib/random_r.c: New file, from glibc.
3294         * modules/random_r-tests: New file.
3295         * tests/test-random_r.c: New file.
3296         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
3297          Declare.
3298         (RAND_MAX): Define.
3299         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
3300         * modules/stdlib: Substitute them, too.
3301         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
3302         * doc/glibc-functions/initstate_r.texi: Mention the new module.
3303         * doc/glibc-functions/random_r.texi: Likewise.
3304         * doc/glibc-functions/setstate_r.texi: Likewise.
3305         * doc/glibc-functions/srandom_r.texi: Likewise.
3306         * config/srclist.txt: Mention it.
3307
3308 2008-10-23  David Lutterkort  <lutter@redhat.com>
3309
3310         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
3311         link requirement
3312
3313 2008-10-23  Jim Meyering  <meyering@redhat.com>
3314
3315         selinux-h: mark parameters of stub functions as intentionally unused
3316         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
3317         * lib/se-context.in.h: Likewise.
3318
3319 2008-10-22  Simon Josefsson  <simon@josefsson.org>
3320
3321         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
3322
3323 2008-10-22  Simon Josefsson  <simon@josefsson.org>
3324
3325         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
3326
3327 2008-10-22  Eric Blake  <ebb9@byu.net>
3328
3329         glthread/thread: avoid compiler warning
3330         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
3331         Add unreachable abort to silence compiler.
3332
3333 2008-10-22  Eric Blake  <ebb9@byu.net>
3334
3335         netdb: also supply struct addrinfo for cygwin 1.5.x
3336         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
3337         older cygwin.
3338         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
3339         cygwin.
3340         * doc/posix-headers/netdb.texi (netdb.h): Document this.
3341
3342 2008-10-22  Bruno Haible  <bruno@clisp.org>
3343
3344         * users.txt: Update entry about pspp.
3345
3346 2008-10-21  Bruno Haible  <bruno@clisp.org>
3347
3348         Simplification.
3349         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
3350         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
3351
3352         Simplification.
3353         * lib/ioctl.c (ioctl): Don't undefine.
3354         * lib/socket.c (socket): Don't undefine.
3355
3356         Remove unused module indicator macros.
3357         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
3358         GNULIB_$1 as a C macro.
3359
3360         * doc/posix-functions/close.texi: Undo last change.
3361         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
3362         Windows platforms.
3363
3364 2008-10-21  Bruno Haible  <bruno@clisp.org>
3365
3366         Add gethostname() declaration to <unistd.h>.
3367         * lib/unistd.in.h (gethostname): New declaration.
3368         * lib/gethostname.c: Include <unistd.h>.
3369         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
3370         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
3371         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
3372         and HAVE_GETHOSTNAME.
3373         * modules/gethostname (Depends-on): Add unistd.
3374         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3375         (Include): Specify <unistd.h>.
3376         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
3377         HAVE_GETHOSTNAME.
3378         * tests/test-gethostname.c: Include <unistd.h> first.
3379
3380 2008-10-21  Bruno Haible  <bruno@clisp.org>
3381
3382         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
3383         * modules/select-tests (Depends-on): Likewise.
3384         Reported by Simon Josefsson.
3385
3386 2008-10-21  Simon Josefsson  <simon@josefsson.org>
3387
3388         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
3389         * lib/accept.c: New file, based on winsock.c.
3390         * lib/bind.c: New file, based on winsock.c.
3391         * lib/connect.c: New file, based on winsock.c.
3392         * lib/getpeername.c: New file, based on winsock.c.
3393         * lib/getsockname.c: New file, based on winsock.c.
3394         * lib/getsockopt.c: New file, based on winsock.c.
3395         * lib/ioctl.c: New file, based on winsock.c.
3396         * lib/listen.c: New file, based on winsock.c.
3397         * lib/recv.c: New file, based on winsock.c.
3398         * lib/recvfrom.c: New file, based on winsock.c.
3399         * lib/send.c: New file, based on winsock.c.
3400         * lib/sendto.c: New file, based on winsock.c.
3401         * lib/setsockopt.c: New file, based on winsock.c.
3402         * lib/shutdown.c: New file, based on winsock.c.
3403         * lib/socket.c: New file, based on winsock.c.
3404         * lib/w32sock.h: New file, based on winsock.c.
3405         * lib/winsock.c: Remove file.
3406         * modules/accept: Likewise.
3407         * modules/bind: Likewise.
3408         * modules/connect: Likewise.
3409         * modules/getpeername: Likewise.
3410         * modules/getsockname: Likewise.
3411         * modules/getsockopt: Likewise.
3412         * modules/ioctl: Likewise.
3413         * modules/listen: Likewise.
3414         * modules/recv: Likewise.
3415         * modules/recvfrom: Likewise.
3416         * modules/send: Likewise.
3417         * modules/sendto: Likewise.
3418         * modules/setsockopt: Likewise.
3419         * modules/shutdown: Likewise.
3420         * modules/socket: Use socket.c instead of winsock.c.
3421         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
3422         * doc/posix-functions/accept.texi: Doc fix.
3423         * doc/posix-functions/bind.texi: Doc fix.
3424         * doc/posix-functions/close.texi: Doc fix.
3425         * doc/posix-functions/connect.texi: Doc fix.
3426         * doc/posix-functions/getpeername.texi: Doc fix.
3427         * doc/posix-functions/getsockname.texi: Doc fix.
3428         * doc/posix-functions/getsockopt.texi: Doc fix.
3429         * doc/posix-functions/ioctl.texi: Doc fix.
3430         * doc/posix-functions/listen.texi: Doc fix.
3431         * doc/posix-functions/recv.texi: Doc fix.
3432         * doc/posix-functions/recvfrom.texi: Doc fix.
3433         * doc/posix-functions/send.texi: Doc fix.
3434         * doc/posix-functions/sendto.texi: Doc fix.
3435         * doc/posix-functions/setsockopt.texi: Doc fix.
3436         * doc/posix-functions/shutdown.texi: Doc fix.
3437         * doc/posix-functions/socket.texi: Doc fix.
3438
3439 2008-10-20  Bruno Haible  <bruno@clisp.org>
3440
3441         Take into account the role of SIGABRT_COMPAT on Windows 2008.
3442         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
3443         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
3444         as an alias for SIGABRT.
3445         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
3446         (sigaction): Map it to SIGABRT.
3447         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
3448
3449 2008-10-20  Bruno Haible  <bruno@clisp.org>
3450
3451         * lib/fts.c: Don't include lstat.h.
3452         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
3453
3454         Move the lstat() declaration to <sys/stat.h>.
3455         * lib/lstat.h: Remove file.
3456         * lib/sys_stat.in.h: Add special invocation convention.
3457         (lstat): New declaration.
3458         * lib/lstat.c (orig_lstat): New function.
3459         (rpl_lstat): Use orig_lstat instead of lstat.
3460         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
3461         AC_C_INLINE. Set REPLACE_LSTAT.
3462         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
3463         and REPLACE_LSTAT.
3464         * modules/lstat (Files): Remove lib/lstat.h.
3465         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
3466         (Include): Specify <sys/stat.h> instead of lstat.h.
3467         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
3468         REPLACE_LSTAT.
3469         * NEWS: Mention the change.
3470
3471 2008-10-20  Bruno Haible  <bruno@clisp.org>
3472
3473         * modules/posix_spawn-tests: New file.
3474         * tests/test-posix_spawn3.c: New file.
3475
3476 2008-10-20  Bruno Haible  <bruno@clisp.org>
3477
3478         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
3479         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
3480         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
3481         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
3482         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
3483
3484 2008-10-20  Bruno Haible  <bruno@clisp.org>
3485
3486         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
3487         of posix_spawn on AIX 5.3.
3488
3489 2008-10-20  Bruno Haible  <bruno@clisp.org>
3490
3491         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
3492
3493 2008-10-20  Bruno Haible  <bruno@clisp.org>
3494
3495         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
3496         of AC_LANG_PROGRAM.
3497
3498 2008-10-20  Simon Josefsson  <simon@josefsson.org>
3499
3500         * lib/netdb.in.h: Don't define GNU specific constants until they
3501         are supported or needed.  Reported by Bruno Haible
3502         <bruno@clisp.org>.
3503
3504 2008-10-20  Simon Josefsson  <simon@josefsson.org>
3505
3506         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
3507
3508 2008-10-20  Simon Josefsson  <simon@josefsson.org>
3509
3510         * lib/getaddrinfo.h: Remove file.
3511         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
3512         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
3513         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
3514         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
3515         * modules/netdb: Substitute GNULIB_GETADDRINFO.
3516         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
3517         * tests/test-getaddrinfo.c: Likewise.
3518         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
3519         * NEWS: Mention change.
3520
3521 2008-10-19  Bruno Haible  <bruno@clisp.org>
3522
3523         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
3524
3525 2008-10-19  Bruno Haible  <bruno@clisp.org>
3526
3527         * lib/wait-process.c: Include simply <sys/wait.h>.
3528         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
3529         WIFSTOPPED): Remove fallback definitions.
3530         * modules/wait-process (Depends-on): Add sys_wait.
3531
3532         New module 'sys_wait'.
3533         * modules/sys_wait: New file.
3534         * lib/sys_wait.in.h: New file, partially copied from
3535         lib/wait-process.c.
3536         * m4/sys_wait_h.m4: New file.
3537         * doc/posix-headers/sys_wait.texi: Mention the new module.
3538
3539 2008-10-19  Bruno Haible  <bruno@clisp.org>
3540
3541         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
3542
3543 2008-10-19  Bruno Haible  <bruno@clisp.org>
3544
3545         Assume that waitpid() fills an 'int' status, not a 'union wait'.
3546         * lib/wait-process.c (WAIT_T): Remove type.
3547         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
3548         (wait_subprocess): Update.
3549
3550 2008-10-19  Bruno Haible  <bruno@clisp.org>
3551
3552         New module 'atoll'.
3553         * modules/atoll: New file.
3554         * lib/stdlib.in.h (atoll): New declaration.
3555         * lib/atoll.c: New file, from glibc with modifications.
3556         * m4/atoll.m4: New file.
3557         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
3558         HAVE_ATOLL.
3559         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
3560         * doc/posix-functions/atoll.texi: Mention the new module.
3561
3562 2008-10-19  Bruno Haible  <bruno@clisp.org>
3563
3564         Add strtoull() declaration to <stdlib.h>.
3565         * lib/stdlib.in.h (strtoull): New declaration.
3566         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
3567         Set HAVE_STRTOULL.
3568         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
3569         HAVE_STRTOULL.
3570         * modules/strtoull (Depends-on): Add stdlib.
3571         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3572         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
3573         HAVE_STRTOULL.
3574
3575 2008-10-19  Bruno Haible  <bruno@clisp.org>
3576
3577         Add strtoll() declaration to <stdlib.h>.
3578         * lib/stdlib.in.h (strtoll): New declaration.
3579         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
3580         Set HAVE_STRTOLL.
3581         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
3582         HAVE_STRTOLL.
3583         * modules/strtoll (Depends-on): Add stdlib.
3584         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3585         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
3586
3587 2008-10-19  Bruno Haible  <bruno@clisp.org>
3588
3589         * modules/bcopy (Depends-on): Add strings.
3590         (Include): Specify <strings.h>.
3591
3592 2008-10-19  Bruno Haible  <bruno@clisp.org>
3593
3594         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
3595
3596 2008-10-19  Bruno Haible  <bruno@clisp.org>
3597
3598         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
3599         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
3600         mingw.
3601
3602 2008-10-19  Bruno Haible  <bruno@clisp.org>
3603
3604         * lib/atanl.c: Don't include isnanl.h.
3605         * lib/cosl.c: Likewise.
3606         * lib/ldexpl.c: Likewise.
3607         * lib/logl.c: Likewise.
3608         * lib/sinl.c: Likewise.
3609         * lib/sqrtl.c: Likewise.
3610         * lib/tanl.c: Likewise.
3611
3612         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
3613         * lib/isnanf.h: Remove file.
3614         * lib/isnand.h: Remove file.
3615         * lib/isnanl.h: Remove file.
3616         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
3617         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
3618         macros.
3619         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
3620         HAVE_ISNANF, don't define it as a C macro.
3621         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
3622         HAVE_ISNAND, don't define it as a C macro.
3623         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
3624         HAVE_ISNANL, don't define it as a C macro.
3625         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
3626         HAVE_ISNAN[FDL].
3627         * modules/isnanf (Files): Remove lib/isnanf.h.
3628         (Depends-on): Add math.
3629         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
3630         (Include): Specify <math.h> instead of isnanf.h.
3631         * modules/isnand (Files): Remove lib/isnand.h.
3632         (Depends-on): Add math.
3633         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
3634         (Include): Specify <math.h> instead of isnand.h.
3635         * modules/isnanl (Files): Remove lib/isnanl.h.
3636         (Depends-on): Add math.
3637         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
3638         (Include): Specify <math.h> instead of isnanl.h.
3639         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
3640         HAVE_ISNAN[FDL].
3641         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
3642         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
3643         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
3644         * NEWS: Mention the change.
3645
3646 2008-10-18  Bruno Haible  <bruno@clisp.org>
3647
3648         Add getusershell(), setusershell(), endusershell() declarations to
3649         <unistd.h>.
3650         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
3651         declarations.
3652         * lib/getusershell.c: Include unistd.h.
3653         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
3654         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
3655         HAVE_GETUSERSHELL.
3656         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
3657         and HAVE_GETUSERSHELL.
3658         * modules/getusershell (Depends-on): Add unistd, extensions.
3659         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3660         (Include): Specify <unistd.h>.
3661         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
3662         HAVE_GETUSERSHELL.
3663
3664 2008-10-18  Bruno Haible  <bruno@clisp.org>
3665
3666         Add a getloadavg() declaration to <stdlib.h>.
3667         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
3668         getloadavg declaration.
3669         (getloadavg): New declaration.
3670         * lib/getloadavg.c: Include <stdlib.h> first.
3671         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
3672         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
3673         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
3674         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
3675         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
3676         * modules/getloadavg (Depends-on): Add stdlib, extensions.
3677         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3678         (Include): Specify <stdlib.h>.
3679         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
3680         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
3681
3682 2008-10-18  Bruno Haible  <bruno@clisp.org>
3683
3684         * lib/dirchownmod.c: Don't include lchmod.h.
3685
3686         Move the lchmod() declaration to <sys/stat.h>.
3687         * lib/lchmod.h: Remove file.
3688         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
3689         (lchmod): New declaration, moved here from lib/lchown.h.
3690         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
3691         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
3692         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
3693         and HAVE_LCHMOD.
3694         * modules/lchmod (Files): Remove lib/lchmod.h.
3695         (Depends-on): Add sys_stat, extensions.
3696         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
3697         (Include): Specify <sys/stat.h> instead of lchmod.h.
3698         * modules/sys_stat (Depends-on): Add link-warning.
3699         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
3700         definition of GL_LINK_WARNING.
3701         * NEWS: Mention the change.
3702
3703 2008-10-18  Bruno Haible  <bruno@clisp.org>
3704
3705         * lib/fchdir.c: Don't include dirfd.h.
3706         * lib/fts.c: Likewise.
3707         * lib/getcwd.c: Likewise.
3708         * lib/glob.c: Likewise.
3709
3710         Move the dirfd() declaration to <dirent.h>.
3711         * lib/dirfd.h: Remove file.
3712         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
3713         (dirfd): New declaration.
3714         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
3715         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
3716         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
3717         HAVE_DECL_DIRFD.
3718         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
3719         HAVE_DECL_DIRFD.
3720         * modules/dirfd (Files): Remove lib/dirfd.h.
3721         (Depends-on): Add dirent, extensions.
3722         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
3723         (Include): Specify <dirent.h> instead of dirfd.h.
3724         * modules/dirent (Depends-on): Add link-warning.
3725         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
3726         definition of GL_LINK_WARNING.
3727         * NEWS: Mention the change.
3728
3729 2008-10-18  Bruno Haible  <bruno@clisp.org>
3730
3731         Move the euidaccess() declaration to <unistd.h>.
3732         * lib/euidaccess.h: Remove file.
3733         * lib/unistd.in.h (euidaccess): New declaration.
3734         * lib/euidaccess.c: Don't include euidaccess.h.
3735         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
3736         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
3737         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
3738         and HAVE_EUIDACCESS.
3739         * modules/euidaccess (Files): Remove lib/euidaccess.h.
3740         (Depends-on): Add unistd.
3741         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3742         (Include): Specify <unistd.h> instead of euidaccess.h.
3743         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
3744         HAVE_EUIDACCESS.
3745         * NEWS: Mention the change.
3746
3747 2008-10-18  Bruno Haible  <bruno@clisp.org>
3748
3749         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
3750
3751         Move the getdomainname() declaration to <unistd.h>.
3752         * lib/getdomainname.h: Remove file.
3753         * lib/unistd.in.h (getdomainname): New declaration.
3754         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
3755         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
3756         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
3757         HAVE_GETDOMAINNAME.
3758         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3759         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
3760         * modules/getdomainname (Files): Remove lib/getdomainname.h.
3761         (Depends-on): Add unistd, extensions.
3762         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3763         (Includes): Specify <unistd.h> instead of getdomainname.h.
3764         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
3765         HAVE_GETDOMAINNAME.
3766         * NEWS: Mention the change.
3767
3768 2008-10-18  Bruno Haible  <bruno@clisp.org>
3769
3770         * modules/dirent: New file.
3771         * m4/dirent_h.m4: New file.
3772         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
3773         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
3774         * modules/fchdir (Files): Remove lib/dirent.in.h.
3775         (Depends-on): Add dirent.
3776         (Makefile.am): Move rules to modules/dirent.
3777         * doc/posix-headers/dirent.texi: Mention the new module.
3778
3779 2008-10-18  Bruno Haible  <bruno@clisp.org>
3780
3781         Avoid -Wunused-parameter warnings in public gnulib header files.
3782         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
3783         macro.
3784         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
3785
3786 2008-10-18  Bruno Haible  <bruno@clisp.org>
3787
3788         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
3789         * doc/glibc-functions/error.texi: Mention the module 'error'.
3790         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
3791         * doc/glibc-functions/getdomainname.texi: Mention the module
3792         'getdomainname'.
3793         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
3794         * doc/glibc-functions/getpagesize.texi: Mention the module
3795         'getpagesize'.
3796         * doc/glibc-functions/getusershell.texi: Mention the module
3797         'getusershell'.
3798         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
3799         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
3800         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
3801         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
3802         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
3803         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
3804         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
3805         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
3806         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
3807         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
3808         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
3809         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
3810         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
3811         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
3812
3813 2008-10-17  Bruno Haible  <bruno@clisp.org>
3814
3815         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
3816         HP-UX and IRIX, use -0.0L.
3817         * tests/test-ceill.c (minus_zero): Likewise.
3818         * tests/test-floorl.c (minus_zero): Likewise.
3819         * tests/test-frexpl.c (minus_zero): Likewise.
3820         * tests/test-isnan.c (minus_zerol): Likewise.
3821         * tests/test-isnanl.h (minus_zero): Likewise.
3822         * tests/test-ldexpl.c (minus_zero): Likewise.
3823         * tests/test-roundl.c (minus_zero): Likewise.
3824         * tests/test-signbit.c (minus_zerol): Likewise.
3825         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
3826         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
3827         * tests/test-truncl.c (minus_zero): Likewise.
3828         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
3829         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
3830         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
3831         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
3832
3833 2008-10-17  Bruno Haible  <bruno@clisp.org>
3834
3835         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
3836         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
3837         that it gets activated only for gcc >= 3.0.
3838         * lib/dirent.in.h: Likewise.
3839         * lib/errno.in.h: Likewise.
3840         * lib/fcntl.in.h: Likewise.
3841         * lib/float.in.h: Likewise.
3842         * lib/iconv.in.h: Likewise.
3843         * lib/inttypes.in.h: Likewise.
3844         * lib/locale.in.h: Likewise.
3845         * lib/math.in.h: Likewise.
3846         * lib/netdb.in.h: Likewise.
3847         * lib/netinet_in.in.h: Likewise.
3848         * lib/search.in.h: Likewise.
3849         * lib/signal.in.h: Likewise.
3850         * lib/spawn.in.h: Likewise.
3851         * lib/stdarg.in.h: Likewise.
3852         * lib/stdint.in.h: Likewise.
3853         * lib/stdio.in.h: Likewise.
3854         * lib/stdlib.in.h: Likewise.
3855         * lib/string.in.h: Likewise.
3856         * lib/strings.in.h: Likewise.
3857         * lib/sys_file.in.h: Likewise.
3858         * lib/sys_ioctl.in.h: Likewise.
3859         * lib/sys_select.in.h: Likewise.
3860         * lib/sys_socket.in.h: Likewise.
3861         * lib/sys_stat.in.h: Likewise.
3862         * lib/sys_time.in.h: Likewise.
3863         * lib/sysexits.in.h: Likewise.
3864         * lib/time.in.h: Likewise.
3865         * lib/unistd.in.h: Likewise.
3866         * lib/wchar.in.h: Likewise.
3867         * lib/wctype.in.h: Likewise.
3868         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3869
3870 2008-10-17  Jim Meyering  <meyering@redhat.com>
3871
3872         ignore-value: don't depend on inline module
3873         * modules/ignore-value (Depends-on): Remove 'inline'.
3874         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
3875         Suggestion from Bruno Haible.
3876
3877 2008-10-17  Bruno Haible  <bruno@clisp.org>
3878
3879         New implementation of condition variables for Win32.
3880         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
3881         (gl_linked_waitqueue_t): New type.
3882         (gl_cond_t): Use it.
3883         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
3884         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
3885         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
3886         (glthread_cond_init_func, glthread_cond_wait_func,
3887         glthread_cond_timedwait_func, glthread_cond_signal_func,
3888         glthread_cond_broadcast_func, glthread_cond_destroy_func):
3889         Reimplemented on the basis of gl_linked_waitqueue_t.
3890         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
3891         gl_waitqueue_t.
3892         (gl_rwlock_t): Update.
3893         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
3894
3895 2008-10-17  Simon Josefsson  <simon@josefsson.org>
3896
3897         * modules/recvfrom (Depends-on): Add dependency on getpeername.
3898         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3899
3900 2008-10-17  Jim Meyering  <meyering@redhat.com>
3901
3902         ignore-value: new module
3903         * modules/ignore-value: New file.
3904         * lib/ignore-value.h: New file.
3905         * MODULES.html.sh (Compiler warning management): New section,
3906         just for this module.  More to come.
3907
3908 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3909
3910         open-safer.c: avoid 'signed and unsigned in conditional...' warning
3911         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
3912         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
3913
3914 2008-10-16  Jim Meyering  <meyering@redhat.com>
3915
3916         openat-die.c: avoid 'no previous prototype' warning
3917         * lib/openat-die.c: Include "openat.h".
3918         Reported by Reuben Thomas <rrt@sc3d.org>.
3919
3920 2008-10-16  Simon Josefsson  <simon@josefsson.org>
3921
3922         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
3923         * lib/netdb.in.h: Fix typo.
3924         Reported by Bruno Haible  <bruno@clisp.org>
3925
3926         * lib/netdb.in.h: Include sys/socket.h for platforms without
3927         netdb.h, to get structures like hostent on MinGW.
3928         * modules/netdb (Depends-on): Add sys_socket.
3929
3930 2008-10-15  Simon Josefsson  <simon@josefsson.org>
3931
3932         * modules/netdb, modules/netdb-tests: New file.
3933         * m4/netdb_h.m4: New file.
3934         * lib/netdb.in.h: Add, currently just an empty file pending
3935         definitions.
3936         * tests/test-netdb.c: New file.
3937         * doc/posix-headers/netdb.texi: Mention that we replace it if
3938         needed.
3939         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3940         netdb.
3941
3942 2008-10-15  Simon Josefsson  <simon@josefsson.org>
3943
3944         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
3945         with code.
3946
3947 2008-10-13  Bruno Haible  <bruno@clisp.org>
3948
3949         * lib/glthread/cond.c (glthread_cond_wait_func,
3950         glthread_cond_timedwait_func): Add a comment.
3951
3952 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3953
3954         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
3955         * tests/test-select.c: Likewise,
3956
3957 2008-10-13  Bruno Haible  <bruno@clisp.org>
3958
3959         * lib/glthread/cond.c (glthread_cond_wait_func,
3960         glthread_cond_timedwait_func): Fix variable name.
3961         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3962
3963 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
3964
3965         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
3966         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
3967         struct sockaddr.sa_len.
3968         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
3969
3970 2008-10-13  Simon Josefsson  <simon@josefsson.org>
3971
3972         * build-aux/pmccabe2html: Add css and css_url parameters.
3973
3974 2008-10-12  Bruno Haible  <bruno@clisp.org>
3975
3976         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
3977         calling aclx_get.
3978         Reported by Rainer Tammer <tammer@tammer.net>.
3979
3980 2008-10-12  Bruno Haible  <bruno@clisp.org>
3981
3982         Use msvcrt aware primitives for creation/termination of Win32 threads.
3983         * lib/glthread/thread.c: Include <process.h>.
3984         (glthread_create_func): Use _beginthreadex instead of CreateThread.
3985         (wrapper_func): Update signature.
3986         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
3987
3988 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3989             Bruno Haible  <bruno@clisp.org>
3990
3991         Provide a Win32 implementation of the 'cond' module.
3992         * lib/glthread/cond.h [USE_WIN32]: New implementation.
3993         * lib/glthread/cond.c (glthread_cond_init_func,
3994         glthread_cond_wait_func, glthread_cond_timedwait_func,
3995         glthread_cond_signal_func, glthread_cond_broadcast_func,
3996         glthread_cond_destroy_func) [USE_WIN32]: New functions.
3997         * modules/cond (Dependencies): Add gettimeofday.
3998
3999 2008-10-11  Bruno Haible  <bruno@clisp.org>
4000
4001         Make sleep work on older versions of mingw.
4002         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
4003         only whether it exists.
4004         * doc/posix-functions/sleep.texi: Mention the problem with older
4005         versions of mingw.
4006
4007 2008-10-11  Bruno Haible  <bruno@clisp.org>
4008
4009         New module 'shutdown'.
4010         * modules/shutdown: New file.
4011         * lib/sys_socket.in.h (shutdown): New declaration.
4012         * lib/winsock.c (shutdown): New function.
4013         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
4014         GNULIB_SHUTDOWN.
4015         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
4016         * doc/posix-functions/shutdown.texi: Document the new module.
4017
4018 2008-10-11  Jim Meyering  <meyering@redhat.com>
4019
4020         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
4021
4022 2008-10-11  Bruno Haible  <bruno@clisp.org>
4023
4024         New module 'fclose'.
4025         * modules/fclose: New file.
4026         * lib/stdio.in.h (fclose): New declaration.
4027         * lib/fclose.c: New file.
4028         * m4/fclose.m4: New file.
4029         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
4030         REPLACE_FCLOSE.
4031         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
4032         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
4033         REPLACE_FCLOSE.
4034         * modules/close (Depends-on): fclose.
4035         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
4036
4037 2008-10-11  Bruno Haible  <bruno@clisp.org>
4038
4039         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
4040         set errno and don't call _close.
4041
4042 2008-10-10  Bruno Haible  <bruno@clisp.org>
4043
4044         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
4045         ACL, not afterwards. Fixes test failure on Cygwin.
4046
4047 2008-10-09  Ben Pfaff  <blp@gnu.org>
4048
4049         * build-aux/announce-gen: Fix gnulib version related part of usage
4050         message.  Die with a useful error message if no tarballs are
4051         found.
4052
4053 2008-10-10  Jim Meyering  <meyering@redhat.com>
4054
4055         bootstrap: use git's --depth=N option only if it's supported
4056         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
4057         recognize the --depth option.  Reported by Pádraig Brady.
4058
4059 2008-10-09  Bruno Haible  <bruno@clisp.org>
4060
4061         New module 'ioctl'.
4062         * modules/ioctl: New file.
4063         * lib/sys_socket.in.h (ioctl): Remove declaration.
4064         * lib/winsock.c: Include <sys/ioctl.h>.
4065         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
4066         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
4067         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
4068         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
4069         * doc/posix-functions/ioctl.texi: Mention the new module.
4070
4071 2008-10-09  Bruno Haible  <bruno@clisp.org>
4072
4073         New module 'sys_ioctl'.
4074         * lib/sys_ioctl.in.h: New file.
4075         * m4/sys_ioctl_h.m4: New file.
4076         * modules/sys_ioctl: New file.
4077         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
4078
4079 2008-10-09  Bruno Haible  <bruno@clisp.org>
4080
4081         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
4082         * lib/winsock.c: Include <stdarg.h>.
4083         (rpl_ioctl): Change to second argument 'int' and then varargs.
4084
4085 2008-10-09  Bruno Haible  <bruno@clisp.org>
4086
4087         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
4088         when the sys_socket module is present and the system has <winsock2.h>.
4089
4090 2008-10-09  Bruno Haible  <bruno@clisp.org>
4091
4092         * doc/posix-functions/close.texi: Mention module 'close' instead of
4093         module 'sys_socket'.
4094
4095 2008-10-09  Bruno Haible  <bruno@clisp.org>
4096
4097         * doc/glibc-headers/sys_ioctl.texi: New file.
4098         * doc/gnulib.texi: Include it.
4099
4100 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4101             Bruno Haible  <bruno@clisp.org>
4102
4103         Combine the two replacements of 'close'.
4104         * lib/sys_socket.in.h (close): Define to a reminder to include
4105         <unistd.h>.
4106         (_gl_close_fd_maybe_socket): New declaration.
4107         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
4108         * lib/winsock.c (close): Remove undefinition.
4109         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
4110         needed for the gnulib module 'close'.
4111         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
4112         define to an error symbol or to a warning, if suitable.
4113         * lib/close.c: Include <sys/socket.h>.
4114         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
4115         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
4116         UNISTD_H_HAVE_WINSOCK2_H.
4117         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
4118         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4119         UNISTD_H_HAVE_WINSOCK2_H.
4120         * modules/sys_socket (Files): Add m4/unistd_h.m4.
4121         (configure.ac): Set a module indicator.
4122         (Makefile.am): Substitute GNULIB_CLOSE.
4123         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
4124         * modules/poll-tests (Depends-on): Add close.
4125         * modules/select-tests (Depends-on): Likewise.
4126
4127 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4128             Bruno Haible  <bruno@clisp.org>
4129
4130         New module 'close'.
4131         * modules/close: New file.
4132         * lib/unistd.in.h (close): Move declaration out of the
4133         FCHDIR_REPLACEMENT scope.
4134         (_gl_unregister_fd): New declaration.
4135         * lib/close.c: New file.
4136         * lib/fchdir.c (rpl_close): Remove function.
4137         * m4/close.m4: New file.
4138         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4139         close.
4140         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
4141         REPLACE_CLOSE.
4142         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
4143         REPLACE_CLOSE.
4144         * modules/fchdir (Depends-on): Add close.
4145
4146 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4147             Bruno Haible  <bruno@clisp.org>
4148
4149         * lib/fcntl.in.h (open): Simplify conditionals.
4150         (_gl_register_fd): New declaration.
4151         * lib/fchdir.c (rpl_open): Remove function.
4152         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
4153         also.
4154         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
4155         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4156         open.
4157
4158 2008-10-09  Jim Meyering  <meyering@redhat.com>
4159
4160         GNUmakefile: use the more name-space-friendly "_version"
4161         * top/GNUmakefile (_dummy): Update.
4162         (_version): Rename from "version".
4163
4164 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4165             Bruno Haible  <bruno@clisp.org>
4166
4167         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
4168         rpl_close.
4169         (_gl_register_fd): New function, extracted from rpl_open.
4170         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
4171         (rpl_open, rpl_opendir): Use _gl_register_fd.
4172
4173 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4174
4175         Fix organization of 'open' replacement.
4176         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
4177         (gl_FUNC_OPEN): Use it.
4178         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
4179
4180 2008-10-08  Bruno Haible  <bruno@clisp.org>
4181
4182         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
4183
4184 2008-10-08  Simon Josefsson  <simon@josefsson.org>
4185
4186         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
4187         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
4188         listen).
4189
4190 2008-10-08  Eric Blake  <ebb9@byu.net>
4191
4192         GNUmakefile: add 'make version' target
4193         * top/GNUmakefile (_curr-ver): Split version update rules...
4194         (version): ...into a target.
4195
4196 2008-10-07  Bruno Haible  <bruno@clisp.org>
4197
4198         Use a more portable replacement expression for -0.0L.
4199         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
4200         instead of -0.0L. Fix m4 quotation.
4201
4202         * tests/test-signbit.c: Include <float.h>.
4203         (minus_zero): New variable.
4204         (test_signbitl): Use minus_zero instead of -zero.
4205         * modules/signbit-tests (Depends-on): Add float.
4206
4207         * tests/test-ceill.c: Include <float.h>.
4208         (zero): Remove variable.
4209         (minus_zero): New variable.
4210         (main): Use minus_zero instead of -zero.
4211         * modules/ceill-tests (Depends-on): Add float.
4212
4213         * tests/test-floorl.c: Include <float.h>.
4214         (zero): Remove variable.
4215         (minus_zero): New variable.
4216         (main): Use minus_zero instead of -zero.
4217         * modules/floorl-tests (Depends-on): Add float.
4218
4219         * tests/test-roundl.c: Include <float.h>.
4220         (zero): Remove variable.
4221         (minus_zero): New variable.
4222         (main): Use minus_zero instead of -zero.
4223         * modules/roundl-tests (Depends-on): Add float.
4224
4225         * tests/test-truncl.c: Include <float.h>.
4226         (zero): Remove variable.
4227         (minus_zero): New variable.
4228         (main): Use minus_zero instead of -zero.
4229         * modules/truncl-tests (Depends-on): Add float.
4230
4231         * tests/test-frexpl.c (zero): Remove variable.
4232         (minus_zero): New variable.
4233         (main): Use minus_zero instead of -zero.
4234         * modules/frexpl-tests (Depends-on): Add float.
4235
4236         * tests/test-isnan.c (zerol): Remove variable.
4237         (minus_zerol): New variable.
4238         (test_long_double): Use minus_zerol instead of -zerol.
4239         * modules/isnan-tests (Depends-on): Add float.
4240
4241         * tests/test-isnanl.h (zero): Remove variable.
4242         (minus_zero): New variable.
4243         (main): Use minus_zero instead of -zero.
4244         * modules/isnanl-nolibm-tests (Depends-on): Add float.
4245         * modules/isnanl-tests (Depends-on): Add float.
4246
4247         * tests/test-ldexpl.c (zero): Remove variable.
4248         (minus_zero): New variable.
4249         (main): Use minus_zero instead of -zero.
4250         * modules/ldexpl-tests (Depends-on): Add float.
4251
4252         * tests/test-snprintf-posix.h (zerol): Remove variable.
4253         (minus_zerol): New variable.
4254         (test_function): Use minus_zerol instead of -zerol.
4255         * modules/snprintf-posix-tests (Depends-on): Add float.
4256         * modules/vsnprintf-posix-tests (Depends-on): Add float.
4257
4258         * tests/test-sprintf-posix.h (zerol): Remove variable.
4259         (minus_zerol): New variable.
4260         (test_function): Use minus_zerol instead of -zerol.
4261         * modules/sprintf-posix-tests (Depends-on): Add float.
4262         * modules/vsprintf-posix-tests (Depends-on): Add float.
4263
4264         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
4265         (minus_zerol): New variable.
4266         (test_function): Use minus_zerol instead of -zerol.
4267         * modules/vasnprintf-posix-tests (Depends-on): Add float.
4268
4269         * tests/test-vasprintf-posix.c (zerol): Remove variable.
4270         (minus_zerol): New variable.
4271         (test_function): Use minus_zerol instead of -zerol.
4272         * modules/vasprintf-posix-tests (Depends-on): Add float.
4273
4274 2008-10-07  Simon Josefsson  <simon@josefsson.org>
4275
4276         * MODULES.html.sh (Support for building documentation): Mention
4277         pmccabe2html.  Sort entries.
4278
4279         Add pmccabe2html module, from gnupdf.
4280         * build-aux/pmccabe.css: New file.
4281         * build-aux/pmccabe2html: New file.
4282         * m4/pmccabe2html.m4: New file.
4283         * modules/pmccabe2html: New file.
4284
4285 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
4286
4287         flock: new module
4288         * MODULES.html.sh: Add to list of modules.
4289         * lib/flock.c: flock implementation for Windows and Unix systems
4290         which have fcntl.
4291         * doc/glibc-functions/flock.texi: Update documentation.
4292         * lib/sys_file.in.h: <sys/file.h> header file.
4293         * m4/flock.m4: M4 macros.
4294         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
4295         * modules/flock: flock module.
4296         * modules/flock-tests: flock tests module.
4297         * modules/sys_file: sys/file.h module.
4298         * tests/test-flock.c: test suite for flock.
4299
4300 2008-10-06  Jim Meyering  <meyering@redhat.com>
4301
4302         bootstrap: check for LT_INIT more portably still ;-)
4303         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
4304         Spotted by Bruno Haible.
4305
4306 2008-10-06  Eric Blake  <ebb9@byu.net>
4307
4308         test-signbit: avoid tripping Irix cc bug on -0.0L
4309         * tests/test-signbit.c (minus_zerol): Delete, and replace with
4310         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
4311         entire testsuite consistent and avoids an Irix 6.2 bug.
4312
4313 2008-10-05  Bruno Haible  <bruno@clisp.org>
4314             Jim Meyering  <jim@meyering.net>
4315
4316         Add an option for ignoring EPIPE during close_stdout.
4317         * lib/closeout.h: Include <stdbool.h>.
4318         (close_stdout_set_ignore_EPIPE): New declaration.
4319         * lib/closeout.c: Include <stdbool.h>.
4320         (ignore_EPIPE): New variable.
4321         (close_stdout_set_ignore_EPIPE): New function.
4322         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
4323         * lib/close-stream.c (close_stream): Mention the possible EPIPE
4324         failure.
4325         * modules/closeout (Depends-on): Add stdbool.
4326
4327 2008-10-05  Bruno Haible  <bruno@clisp.org>
4328
4329         * modules/accept: New file.
4330         * modules/bind: New file.
4331         * modules/connect: New file.
4332         * modules/getpeername: New file.
4333         * modules/getsockname: New file.
4334         * modules/getsockopt: New file.
4335         * modules/listen: New file.
4336         * modules/recv: New file.
4337         * modules/recvfrom: New file.
4338         * modules/send: New file.
4339         * modules/sendto: New file.
4340         * modules/setsockopt: New file.
4341         * modules/socket: New file.
4342         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
4343         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
4344         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
4345         the particular module is requested. Add a link warning when the
4346         particular module is not requested.
4347         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
4348         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
4349         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
4350         the particular module is requested.
4351         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
4352         gl_SYS_SOCKET_H_DEFAULTS): New macros.
4353         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
4354         * modules/sys_socket (Depends-on): Add link-warning.
4355         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
4356         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
4357         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
4358         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
4359         GL_LINK_WARNING.
4360         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
4361         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
4362         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
4363         * doc/posix-functions/getpeername.texi: Mention the new module
4364         'getpeername'.
4365         * doc/posix-functions/getsockname.texi: Mention the new module
4366         'getsockname'.
4367         * doc/posix-functions/getsockopt.texi: Mention the new module
4368         'getsockopt'.
4369         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
4370         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
4371         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
4372         * doc/posix-functions/send.texi: Mention the new module 'send'.
4373         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
4374         * doc/posix-functions/setsockopt.texi: Mention the new module
4375         'setsockopt'.
4376         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
4377         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
4378         listen, connect, accept.
4379         * modules/select-tests (Depends-on): Likewise.
4380
4381 2008-10-05  Bruno Haible  <bruno@clisp.org>
4382
4383         * lib/winsock.c (strerror): Remove unused #undef.
4384         (rpl_close): Remove unused local variable.
4385
4386         * modules/sys_socket (Depends-on); Add errno.
4387
4388 2008-10-05  Bruno Haible  <bruno@clisp.org>
4389
4390         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
4391         (select): Add a link warning when the 'select' module is not used.
4392         * modules/sys_select (Depends-on): Add link-warning.
4393         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
4394         Suggested by Paolo Bonzini.
4395
4396 2008-10-05  Jim Meyering  <meyering@redhat.com>
4397
4398         bootstrap: check for LT_INIT more portably
4399         * build-aux/bootstrap: Avoid using grep -E, since it's not
4400         portable enough.  Suggestion from Bruno Haible.
4401
4402 2008-10-05  Bruno Haible  <bruno@clisp.org>
4403
4404         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
4405         as being fixed by gnulib.
4406
4407 2008-10-05  Bruno Haible  <bruno@clisp.org>
4408
4409         * modules/select-tests: New file, mostly copied from
4410         modules/sys_select-tests.
4411         * tests/test-select.c: New file, mostly copied from
4412         tests/test-sys_select.c.
4413         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
4414         * modules/sys_select-tests (Depends-on): Remove all dependencies.
4415         (Makefile.am): Remove test_sys_select_LDADD.
4416
4417         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
4418         to an undefined symbol, for an error message.
4419         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
4420         (gl_SYS_SELECT_H_DEFAULTS): New macro.
4421         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
4422         winsock-select.c here.
4423         * modules/sys_select (Files): Remove lib/winsock-select.c.
4424         (Depends-on): Remove alloca.
4425         (Makefile.am): Substitute GNULIB_SELECT.
4426         * modules/select: New file.
4427         * doc/posix-functions/select.texi: Update.
4428
4429 2008-10-05  Bruno Haible  <bruno@clisp.org>
4430
4431         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
4432         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
4433         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
4434         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
4435         getdtablesize.
4436         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
4437         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
4438
4439 2008-10-05  Bruno Haible  <bruno@clisp.org>
4440
4441         * modules/getdtablesize-tests: New file.
4442         * tests/test-getdtablesize.c: New file.
4443
4444         New module 'getdtablesize'.
4445         * lib/unistd.in.h (getdtablesize): New declaration.
4446         * lib/getdtablesize.c: New file.
4447         * m4/getdtablesize.m4: New file.
4448         * modules/getdtablesize: New file.
4449         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4450         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
4451         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
4452         HAVE_GETDTABLESIZE.
4453         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
4454
4455 2008-10-05  Bruno Haible  <bruno@clisp.org>
4456
4457         * modules/sched (Makefile.am): Fix typo.
4458         Reported by Simon Josefsson.
4459
4460 2008-10-05  Jim Meyering  <meyering@redhat.com>
4461
4462         bootstrap: check for LT_INIT, too
4463         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
4464         are deprecated.  Suggestion from Ralf Wildenhues.
4465
4466 2008-10-05  Bruno Haible  <bruno@clisp.org>
4467
4468         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
4469         overriding them by ours.
4470         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
4471
4472 2008-10-05  Jim Meyering  <meyering@redhat.com>
4473
4474         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
4475         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
4476         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
4477
4478 2008-10-04  Bruno Haible  <bruno@clisp.org>
4479
4480         * modules/dup2 (License): Change to LGPLv2+.
4481         * modules/sleep (License): Likewise.
4482         * modules/perror (License): Likewise.
4483         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
4484         Blake.
4485         * modules/signal (License): Likewise.
4486         * modules/sigprocmask (License): Likewise.
4487         * modules/raise (License): Change to LGPLv2+, with approval by Jim
4488         Meyering.
4489
4490 2008-10-04  Bruno Haible  <bruno@clisp.org>
4491
4492         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
4493         Reported by Rainer Tammer <tammer@tammer.net>.
4494
4495 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
4496             Bruno Haible  <bruno@clisp.org>
4497
4498         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
4499         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
4500         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
4501
4502 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
4503
4504         filevercmp: new module
4505         * lib/filevercmp.h: New function filevercmp comparing version strings.
4506         * lib/filevercmp.c: Implementation of filevercmp function.
4507         * modules/filevercmp: Module metadata.
4508         * tests/test-filevercmp.c: Unit test for new module.
4509         * modules/filevercmp-tests: Unit test metadata.
4510         * MODULES.html.sh: Add filevercmp module.
4511
4512 2008-10-03  Bruno Haible  <bruno@clisp.org>
4513
4514         * lib/c-ctype.h: Add comment.
4515         Reported by Jim Meyering.
4516
4517 2008-10-02  Bruno Haible  <bruno@clisp.org>
4518
4519         * modules/posix_spawn-internal (Depends-on): Add 'open'.
4520
4521 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
4522
4523         * build-aux/bootstrap: Allow renaming bootstrap, and change the
4524         name of bootstrap.conf accordingly.
4525
4526 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
4527
4528         * build-aux/bootstrap: Install git-merge-changelog configuration
4529         items into .gitconfig if needed.
4530
4531 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
4532
4533         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
4534         git repository, and initialize/update it accordingly.
4535
4536 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
4537
4538         * modules/fsync-tests: New file.
4539         * tests/test-fsync.c: New file.
4540
4541         New module 'fsync'.
4542         * lib/fsync.c: New file.
4543         * m4/fsync.m4: New file.
4544         * modules/fsync: New file.
4545         * lib/unistd.in.h (fsync): New declaration.
4546         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
4547         GNULIB_FSYNC and HAVE_FSYNC.
4548         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
4549         * MODULES.html.sh (posix_functions): Add fsync.
4550         * doc/posix-functions/fsync.texi: Mention the new module.
4551
4552 2008-10-02  Jim Meyering  <meyering@redhat.com>
4553
4554         fts.c: sync with similar code from coreutils' remove.c
4555         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
4556         Guard also with "#if defined __linux__", since for now at least,
4557         this code is Linux-kernel-specific.
4558
4559 2008-10-02  Jim Meyering  <meyering@redhat.com>
4560
4561         fts: bug fixes
4562         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
4563         Include <sys/vfs.h>, not <sys/statfs.h>.
4564
4565         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
4566         Include <sys/vfs.h>, not <sys/statfs.h>.
4567
4568 2008-10-01  Bruno Haible  <bruno@clisp.org>
4569
4570         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
4571         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
4572         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
4573         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
4574         * doc/posix-functions/posix_spawnp.texi: Likewise.
4575         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
4576         whether posix_spawn actually works.
4577         * m4/pipe.m4 (gl_PIPE): Likewise.
4578         * modules/execute (Files): Add m4/posix_spawn.m4.
4579         * modules/pipe (Files): Add m4/posix_spawn.m4.
4580         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
4581
4582 2008-10-01  Jim Meyering  <meyering@redhat.com>
4583
4584         remove trailing spaces
4585         * NEWS: Likewise.
4586         * lib/poll.c (poll): Likewise.
4587         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
4588         * lib/winsock.c (rpl_close): Likewise.
4589         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
4590         * modules/yield: Likewise.
4591         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
4592         * tests/test-sys_select.c (connect_to_socket): Likewise.
4593
4594         fts.c: adjust a new interface to be more generally useful
4595         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
4596         (fts_build): Adjust caller.
4597
4598 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4599
4600         * modules/cond-tests: New file.
4601         * tests/test-cond.c: New file.
4602
4603 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4604             Bruno Haible  <bruno@clisp.org>
4605
4606         * modules/cond (Dependencies): Add errno, time.
4607         * lib/glthread/cond.h: Include <time.h>.
4608         (gl_cond_define, gl_cond_define_initialized): Use the same definition
4609         across platforms.
4610
4611 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4612             Bruno Haible  <bruno@clisp.org>
4613
4614         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
4615
4616 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4617             Bruno Haible  <bruno@clisp.org>
4618
4619         * modules/tls-tests (Depends-on): Add thread, yield.
4620         (configure.ac): Remove all checks.
4621         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
4622         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
4623         gl_thread_self): Remove definitions. Include glthread/thread.h and
4624         glthread/yield.h instead.
4625         (test_tls): Pass an additional NULL argument to gl_thread_join.
4626
4627 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4628             Bruno Haible  <bruno@clisp.org>
4629
4630         * modules/lock-tests (Depends-on): Add thread, yield.
4631         (configure.ac): Remove all checks.
4632         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
4633         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
4634         gl_thread_self): Remove definitions. Include glthread/thread.h and
4635         glthread/yield.h instead.
4636         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
4637         additional NULL argument to gl_thread_join.
4638
4639 2008-09-30  Bruno Haible  <bruno@clisp.org>
4640
4641         Fix the Win32 implementation of the 'thread' module.
4642         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
4643         pointer type.
4644         (gl_thread_self): Invoke gl_thread_self_func.
4645         (gl_thread_self_func): New declaration.
4646         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
4647         (do_init_self_key, init_self_key): New functions.
4648         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
4649         Remove some fields.
4650         (running_threads, running_lock): Remove variables.
4651         (get_current_thread_handle): New function.
4652         (gl_thread_self_func, wrapper_func, glthread_create_func,
4653         glthread_join_func, gl_thread_exit_func): Largely rewritten and
4654         simplified.
4655
4656 2008-09-30  Bruno Haible  <bruno@clisp.org>
4657
4658         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
4659         files.
4660
4661 2008-09-30  Jim Meyering  <meyering@redhat.com>
4662
4663         fts.m4: correct the test for statfs.f_type
4664         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
4665         when checking for statfs.f_type.
4666
4667 2008-09-15  Simon Josefsson  <simon@josefsson.org>
4668
4669         tests: avoid some compiler warnings
4670         * tests/test-memchr.c (main): Pass NULL indirectly.
4671         * tests/test-getdate.c (main): Remove unused variable 'ret'.
4672
4673 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
4674
4675         getdate.y: disallow countable dayshifts like "4 yesterday ago"
4676         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
4677         exactly specified dayshifts.
4678         (dayshift): New rule.
4679         (rel): Add dayshift.
4680         (relative_time_table) [tomorrow, yesterday, today, now]:
4681         Use tDAY_SHIFT in place of tDAY_UNIT.
4682         * tests/test-getdate.c: Add tests for now-disallowed countable
4683         dayshifts, e.g., "4 yesterday ago".
4684
4685 2008-09-29  Bruno Haible  <bruno@clisp.org>
4686
4687         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
4688         * tests/test-posix_spawn1.in.sh: Renamed from
4689         tests/test-posix_spawn.in.sh.
4690         * tests/test-posix_spawn2.c: New file.
4691         * tests/test-posix_spawn2.in.sh: New file.
4692         * modules/posix_spawnp-tests (Files): Update.
4693         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
4694
4695 2008-09-29  Bruno Haible  <bruno@clisp.org>
4696
4697         Propagate effects of putenv/setenv/unsetenv to child processes.
4698         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
4699         * lib/pipe.c (create_pipe): Likewise.
4700
4701 2008-09-29  Bruno Haible  <bruno@clisp.org>
4702
4703         Enable use of shell scripts as executables in mingw.
4704         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
4705         run the program as a shell script.
4706         * lib/pipe.c (create_pipe): Likewise.
4707         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
4708         resulting array.
4709
4710 2008-09-29  Eric Blake  <ebb9@byu.net>
4711
4712         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
4713
4714 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
4715
4716         * doc/posix-functions/accept.texi: Update mingw problems.
4717         * doc/posix-functions/bind.texi: Update mingw problems.
4718         * doc/posix-functions/close.texi: Update mingw problems.
4719         * doc/posix-functions/connect.texi: Update mingw problems.
4720         * doc/posix-functions/getpeername.texi: Update mingw problems.
4721         * doc/posix-functions/getsockname.texi: Update mingw problems.
4722         * doc/posix-functions/getsockopt.texi: Update mingw problems.
4723         * doc/posix-functions/ioctl.texi: Update mingw problems.
4724         * doc/posix-functions/listen.texi: Update mingw problems.
4725         * doc/posix-functions/recv.texi: Update mingw problems.
4726         * doc/posix-functions/recvfrom.texi: Update mingw problems.
4727         * doc/posix-functions/select.texi: Update mingw problems.
4728         * doc/posix-functions/send.texi: Update mingw problems.
4729         * doc/posix-functions/sendto.texi: Update mingw problems.
4730         * doc/posix-functions/setsockopt.texi: Update mingw problems.
4731         * doc/posix-functions/socket.texi: Update mingw problems.
4732
4733 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
4734             Bruno Haible  <bruno@clisp.org>
4735
4736         * lib/sys_select.in.h: Include sys/time.h.
4737         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
4738         * modules/sys_select: Depend on sys_time.
4739         * tests/test-sys_select.c: Test that sys/select.h defines struct
4740         timeval fully.
4741
4742 2008-09-29  Bruno Haible  <bruno@clisp.org>
4743
4744         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
4745         * lib/sys_select.in.h: Likewise.
4746
4747 2008-09-29  Bruno Haible  <bruno@clisp.org>
4748
4749         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
4750
4751 2008-09-29  Bruno Haible  <bruno@clisp.org>
4752
4753         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
4754         Set LIBSOCKET instead of augmenting LIBS.
4755         * modules/sockets (Link): New section.
4756         * modules/sockets-tests (test_sockets_LDADD): New variable.
4757         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
4758         * modules/poll-tests (test_poll_LDADD): New variable.
4759         * NEWS: Document the change.
4760
4761 2008-09-29  Bruno Haible  <bruno@clisp.org>
4762
4763         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
4764         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
4765         ARPA_INET_H directly.
4766         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4767
4768 2008-09-28  Bruno Haible  <bruno@clisp.org>
4769
4770         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
4771         from gl_HEADER_SYS_SOCKET.
4772         (gl_HEADER_SYS_SOCKET): Invoke it.
4773         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4774
4775 2008-09-28  Bruno Haible  <bruno@clisp.org>
4776
4777         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
4778         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
4779         Needed on OSF/1 4.0.
4780
4781 2008-09-28  Bruno Haible  <bruno@clisp.org>
4782
4783         Override open more carefully.
4784         * lib/open.c (orig_open): New function.
4785         (rpl_open): Use orig_open instead of open.
4786         * lib/fcntl.in.h: Add special invocation convention.
4787         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
4788         (gl_FUNC_OPEN): Invoke it.
4789
4790         Override freopen more carefully.
4791         * lib/freopen.c (orig_freopen): New function.
4792         (rpl_freopen): Use orig_freopen instead of freopen.
4793         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
4794         (gl_FUNC_FREOPEN): Invoke it.
4795
4796         Override fopen more carefully.
4797         * lib/fopen.c (orig_fopen): New function.
4798         (rpl_fopen): Use orig_fopen instead of fopen.
4799         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
4800         (gl_FUNC_FOPEN): Invoke it.
4801         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
4802
4803 2008-09-28  Bruno Haible  <bruno@clisp.org>
4804
4805         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
4806         SIGPIPE.
4807
4808 2008-09-28  Bruno Haible  <bruno@clisp.org>
4809
4810         * tests/test-sigaction.c (handler, main): Disable the check whether
4811         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
4812         glibc systems with LinuxThreads.
4813
4814 2008-09-28  Bruno Haible  <bruno@clisp.org>
4815
4816         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
4817
4818         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
4819         with AIX xlc.
4820         * lib/fcntl.in.h (open): Likewise.
4821         Reported by Rainer Tammer <tammer@tammer.net>.
4822
4823 2008-09-28  Bruno Haible  <bruno@clisp.org>
4824
4825         * modules/posix_spawnp-tests: New file.
4826         * tests/test-posix_spawn.c: New file.
4827         * tests/test-posix_spawn.in.sh: New file.
4828
4829         New module 'posix_spawnp'.
4830         * modules/posix_spawnp: New file.
4831         * lib/spawnp.c: New file, from GNU libc with modifications.
4832         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
4833
4834         New module 'posix_spawn'.
4835         * modules/posix_spawn: New file.
4836         * lib/spawn.c: New file, from GNU libc with modifications.
4837         * doc/posix-functions/posix_spawn.texi: Mention the new module.
4838
4839         New module 'posix_spawnattr_destroy'.
4840         * modules/posix_spawnattr_destroy: New file.
4841         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
4842         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
4843         module.
4844
4845         New module 'posix_spawnattr_setsigmask'.
4846         * modules/posix_spawnattr_setsigmask: New file.
4847         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
4848         modifications.
4849         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
4850         new module.
4851
4852         New module 'posix_spawnattr_getsigmask'.
4853         * modules/posix_spawnattr_getsigmask: New file.
4854         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
4855         modifications.
4856         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
4857         new module.
4858
4859         New module 'posix_spawnattr_setsigdefault'.
4860         * modules/posix_spawnattr_setsigdefault: New file.
4861         * lib/spawnattr_setdefault.c: New file, from GNU libc with
4862         modifications.
4863         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
4864         new module.
4865
4866         New module 'posix_spawnattr_getsigdefault'.
4867         * modules/posix_spawnattr_getsigdefault: New file.
4868         * lib/spawnattr_getdefault.c: New file, from GNU libc with
4869         modifications.
4870         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
4871         new module.
4872
4873         New module 'posix_spawnattr_setschedpolicy'.
4874         * modules/posix_spawnattr_setschedpolicy: New file.
4875         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
4876         modifications.
4877         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
4878         new module.
4879
4880         New module 'posix_spawnattr_getschedpolicy'.
4881         * modules/posix_spawnattr_getschedpolicy: New file.
4882         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
4883         modifications.
4884         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
4885         new module.
4886
4887         New module 'posix_spawnattr_setschedparam'.
4888         * modules/posix_spawnattr_setschedparam: New file.
4889         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
4890         modifications.
4891         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
4892         new module.
4893
4894         New module 'posix_spawnattr_getschedparam'.
4895         * modules/posix_spawnattr_getschedparam: New file.
4896         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
4897         modifications.
4898         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
4899         new module.
4900
4901         New module 'posix_spawnattr_setpgroup'.
4902         * modules/posix_spawnattr_setpgroup: New file.
4903         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
4904         modifications.
4905         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
4906         module.
4907
4908         New module 'posix_spawnattr_getpgroup'.
4909         * modules/posix_spawnattr_getpgroup: New file.
4910         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
4911         modifications.
4912         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
4913         module.
4914
4915         New module 'posix_spawnattr_setflags'.
4916         * modules/posix_spawnattr_setflags: New file.
4917         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
4918         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
4919         module.
4920
4921         New module 'posix_spawnattr_getflags'.
4922         * modules/posix_spawnattr_getflags: New file.
4923         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
4924         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
4925         module.
4926
4927         New module 'posix_spawnattr_init'.
4928         * modules/posix_spawnattr_init: New file.
4929         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
4930         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
4931         module.
4932
4933         New module 'posix_spawn_file_actions_destroy'.
4934         * modules/posix_spawn_file_actions_destroy: New file.
4935         * lib/spawn_faction_destroy.c: New file, from GNU libc with
4936         modifications.
4937         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
4938         the new module.
4939
4940         New module 'posix_spawn_file_actions_addopen'.
4941         * modules/posix_spawn_file_actions_addopen: New file.
4942         * lib/spawn_faction_addopen.c: New file, from GNU libc with
4943         modifications.
4944         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
4945         the new module.
4946
4947         New module 'posix_spawn_file_actions_adddup2'.
4948         * modules/posix_spawn_file_actions_adddup2: New file.
4949         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
4950         modifications.
4951         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
4952         the new module.
4953
4954         New module 'posix_spawn_file_actions_addclose'.
4955         * modules/posix_spawn_file_actions_addclose: New file.
4956         * lib/spawn_faction_addclose.c: New file, from GNU libc with
4957         modifications.
4958         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
4959         the new module.
4960
4961         New module 'posix_spawn_file_actions_init'.
4962         * modules/posix_spawn_file_actions_init: New file.
4963         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
4964         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
4965         new module.
4966
4967         New module 'posix_spawn-internal'.
4968         * modules/posix_spawn-internal: New file.
4969         * lib/spawn_int.h: New file, from GNU libc with modifications.
4970         * lib/spawni.c: New file, from GNU libc with modifications.
4971         * m4/posix_spawn.m4: New file.
4972
4973         New module 'spawn'.
4974         * modules/spawn: New file.
4975         * lib/spawn.in.h: New file, from GNU libc with modifications.
4976         * m4/spawn_h.m4: New file.
4977         * doc/posix-headers/spawn.texi: Mention the new module.
4978
4979 2008-09-28  Bruno Haible  <bruno@clisp.org>
4980
4981         * modules/sched-tests: New file.
4982         * tests/test-sched.c: New file.
4983
4984         New module 'sched'.
4985         * modules/sched: New file.
4986         * lib/sched.in.h: New file.
4987         * m4/sched_h.m4: New file.
4988         * doc/posix-headers/sched.texi: Mention the new module.
4989
4990 2008-09-27  Eric Blake  <ebb9@byu.net>
4991
4992         Fix previous patch, and tweak references to $0.
4993         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
4994         (func_version, func_gnulib_dir): Don't call this program
4995         gnulib-tool.
4996         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
4997         with using $0 in function.
4998         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
4999         (func_fatal_error): Reuse the name the user invoked us with.
5000
5001 2008-09-27  Bruno Haible  <bruno@clisp.org>
5002
5003         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
5004         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
5005         (gl_ICONV_H): Not here.
5006         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
5007         instead of assigning ICONV_H directly.
5008
5009         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
5010         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
5011         WCHAR_H directly.
5012
5013 2008-09-27  Bruno Haible  <bruno@clisp.org>
5014
5015         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
5016         * modules/arpa_inet (Depends-on): Add link-warning.
5017         (Makefile.am): Insert the definition of GL_LINK-WARNING.
5018         * modules/unistd (Makefile.am): Likewise.
5019
5020 2008-09-26  Bruno Haible  <bruno@clisp.org>
5021
5022         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
5023         variables.
5024         (func_version): Essentially copied from gnulib-tool.
5025         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
5026         func_readlink): Copied from gnulib-tool.
5027
5028 2008-09-26  Bruno Haible  <bruno@clisp.org>
5029
5030         * gnulib-tool (func_version): Change directory to $gnulib_dir before
5031         invoking git-version-gen.
5032
5033 2008-09-26  Bruno Haible  <bruno@clisp.org>
5034
5035         * posix-modules: Update to directory names changed on 2008-01-19.
5036         Remove commas in output before splitting into words. No more need to
5037         avoid 'ftruncate' since 2007-02-19.
5038
5039 2008-09-26  Bruno Haible  <bruno@clisp.org>
5040
5041         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
5042
5043 2008-09-26  Bruno Haible  <bruno@clisp.org>
5044
5045         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
5046         * modules/fwriteerror (Depends-on): Add errno.
5047
5048 2008-09-26  Bruno Haible  <bruno@clisp.org>
5049
5050         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
5051         * tests/test-vc-list-files-cvs.sh: Likewise.
5052
5053 2008-09-26  Bruno Haible  <bruno@clisp.org>
5054
5055         * doc/posix-headers/sys_resource.texi: Reorder items.
5056
5057 2008-09-26  Jim Meyering  <meyering@redhat.com>
5058
5059         fts: tweak inode comparison function
5060         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
5061         inode numbers, as documented.
5062
5063         fts: sort dirent entries on inode number before traversing
5064         This avoids a quadratic, seek-related performance penalty when
5065         operating on a directory containing many entries (measurable at 10k;
5066         3.5 hours at 2 million entries with a cold cache) on certain types
5067         of file systems, including ext3 and ext4, but not tmpfs.
5068         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
5069         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
5070         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
5071         (fs_handles_readdir_ordered_dirents_efficiently): New function.
5072         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
5073         (fts_build): Set the stat.st_ino member from D_INO.
5074         If it is likely to be useful, sort dirent entries on inode number.
5075
5076         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
5077         and the struct statfs.f_type member.
5078         * modules/fts (Depends-on): Add d-ino.
5079
5080 2008-09-26  Bruno Haible  <bruno@clisp.org>
5081
5082         * modules/sigpipe-die (Depends-on): Add sigpipe.
5083
5084         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
5085         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
5086         and GNULIB_STDIO_H_SIGPIPE are set.
5087         * lib/stdio-write.c: New file.
5088         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
5089         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5090         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5091         REPLACE_STDIO_WRITE_FUNCS.
5092         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
5093         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5094         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5095         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
5096         * modules/stdio (Files): Add lib/stdio-write.c.
5097         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
5098         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5099         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5100         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
5101         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
5102         REPLACE_FPRINTF_POSIX.
5103         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
5104         REPLACE_PRINTF_POSIX.
5105         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
5106         REPLACE_VFPRINTF_POSIX.
5107         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
5108         REPLACE_VPRINTF_POSIX.
5109         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
5110         SIGPIPE issue.
5111         * doc/posix-functions/fputc.texi: Likewise.
5112         * doc/posix-functions/fputs.texi: Likewise.
5113         * doc/posix-functions/fwrite.texi: Likewise.
5114         * doc/posix-functions/printf.texi: Likewise.
5115         * doc/posix-functions/putc.texi: Likewise.
5116         * doc/posix-functions/putchar.texi: Likewise.
5117         * doc/posix-functions/puts.texi: Likewise.
5118         * doc/posix-functions/vfprintf.texi: Likewise.
5119         * doc/posix-functions/vprintf.texi: Likewise.
5120
5121         * modules/safe-write (Depends-on): Add write.
5122
5123         * modules/sigpipe-tests: New file.
5124         * tests/test-sigpipe.c: New file.
5125         * tests/test-sigpipe.sh: New file.
5126
5127         * modules/write: New file.
5128         * lib/unistd.in.h: Include <sys/types.h>.
5129         (write): New declaration.
5130         * lib/write.c: New file.
5131         * m4/write.m4: New file.
5132         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5133         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
5134         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
5135         GNULIB_WRITE, REPLACE_WRITE.
5136         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
5137         and the SIGPIPE issue.
5138
5139         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
5140         (raise): New declaration.
5141         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
5142         (ext_signal): New function.
5143         (rpl_raise): New function.
5144         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
5145         GNULIB_SIGNAL_H_SIGPIPE.
5146         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
5147         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
5148
5149         * modules/sigpipe: New file.
5150         * m4/sigpipe.m4: New file.
5151
5152 2008-09-25  Derek Price  <derek@ximbiot.com>
5153             Bruno Haible  <bruno@clisp.org>
5154
5155         * gnulib-tool (func_import): Report all license incompatibilities, not
5156         just the first one.
5157
5158 2008-09-25  Bruno Haible  <bruno@clisp.org>
5159
5160         * gnulib-tool (func_import): When computing the edits, consider not
5161         only the Makefile.ams that exist but also those that will be generated.
5162
5163 2008-09-25  Simon Josefsson  <simon@josefsson.org>
5164
5165         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
5166         fixes gnulib-tool --test warning about duplicate dependency.
5167
5168 2008-09-25  Bruno Haible  <bruno@clisp.org>
5169
5170         * gnulib-tool: Don't ask the user to perform edits in the generated
5171         Makefile.ams.
5172         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
5173         apply to the Makefile.am being generated.
5174         (func_emit_tests_Makefile_am): Execute edits that apply to the
5175         Makefile.am being generated.
5176         (func_import): Setup list of Makefile.am edits before emitting the
5177         Makefile.ams, not at the end.
5178         (func_create_testdir): Update.
5179         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5180
5181 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5182
5183         * gnulib-tool (func_import): Store the --tests-base option in the
5184         comment in gnulib-cache.m4.
5185
5186 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
5187
5188         * NEWS: Document increased portability that sys_select now provides.
5189
5190         * lib/sys_select.in.h: Install select wrapper.
5191         * lib/sys_socket.in.h: Use more descriptive name when there is no
5192         select wrapper.
5193         * lib/winsock-select.c: New.
5194         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
5195         Require gl_HEADER_SYS_SOCKET.
5196         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
5197         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
5198         * tests/test-sys_select.c: Add functional tests.
5199
5200 2008-09-24  Eric Blake  <ebb9@byu.net>
5201
5202         open, fopen: close fd leak in last patch
5203         * lib/open.c (rpl_open): Close fd before returning error.
5204         * lib/fopen.c (rpl_fopen): Close fd before returning error.
5205         * doc/posix-functions/open.texi (open): Document that Irix also
5206         has the bug.
5207         * doc/posix-functions/fopen.texi (fopen): Likewise.
5208         Reported by Paolo Bonzini.
5209
5210 2008-09-24  Bruno Haible  <bruno@clisp.org>
5211
5212         Ensure that a filename ending in a slash cannot be used to access a
5213         non-directory.
5214         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
5215         to check whether it's really a directory.
5216         * lib/fopen.c: Include fcntl.h, unistd.h.
5217         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
5218         and fdopen().
5219         * modules/fopen (Depends-on): Add unistd.
5220         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
5221         * tests/test-fopen.c (main): Likewise.
5222         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
5223         * doc/posix-functions/fopen.texi: Likewise.
5224         Reported by Eric Blake.
5225
5226 2008-09-23  Eric Blake  <ebb9@byu.net>
5227
5228         c-stack: avoid compiler optimizations when provoking overflow
5229         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
5230         recursion harder to optimize, to ensure a stack overflow occurs.
5231         * tests/test-c-stack.c (recurse): Likewise.
5232         Borrowed from libsigsegv.
5233
5234         c-stack: work around Irix sigaltstack bug
5235         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
5236         whether sigaltstack uses wrong end of stack_t (copied in part from
5237         libsigsegv).
5238         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
5239         Irix bug, without requiring an over-allocation.
5240         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
5241         bug.
5242
5243         fopen: document mingw bug on directories
5244         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
5245         not allowing a stream visiting a directory, even though reading
5246         from such a stream is not portable.
5247
5248 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
5249
5250         * lib/poll.c: Rewrite.
5251         * modules/poll: Depend on alloca.
5252
5253 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
5254
5255         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
5256         instead define prototypes for a full set of wrappers.  Ensure
5257         that Cygwin does not use the compatibility code, which is only
5258         for MinGW.
5259         * lib/winsock.c: New.
5260         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
5261         * modules/sys_socket: Add lib/winsock.c.
5262
5263         * modules/poll-tests: Add errno and perror.
5264         * tests/test-poll.c: Use ioctl, not ioctlsocket.
5265
5266 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
5267
5268         * tests/test-poll.c: Downgrade minimum needed Winsock version.
5269
5270 2008-09-23  Bruno Haible  <bruno@clisp.org>
5271
5272         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
5273         * doc/glibc-functions/*: Likewise.
5274
5275 2008-09-23  Simon Josefsson  <simon@josefsson.org>
5276
5277         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
5278         success.
5279
5280 2008-09-22  Eric Blake  <ebb9@byu.net>
5281             Bruno Haible  <bruno@clisp.org>
5282
5283         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
5284         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
5285         supply %A but mishandle pseudo-NaN.
5286         Reported by Simon Josefsson.
5287
5288 2008-09-21  Bruno Haible  <bruno@clisp.org>
5289
5290         * tests/test-lock.c (main): Tweak skip message.
5291         * tests/test-tls.c (main): Likewise.
5292
5293 2008-09-21  Bruno Haible  <bruno@clisp.org>
5294
5295         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
5296         whether 'struct sigaction' has sa_sigaction here...
5297         (gl_PREREQ_SIG_HANDLER_H): ... not here.
5298         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
5299
5300 2008-09-21  Bruno Haible  <bruno@clisp.org>
5301
5302         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
5303         section.
5304         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
5305         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
5306         the new section.
5307         (Support for obsolete systems lacking POSIX:2001): New section.
5308         (String handling <string.h>): Move strdup to the new section.
5309         Suggested by Simon Josefsson and Paolo Bonzini.
5310
5311 2008-09-21  Bruno Haible  <bruno@clisp.org>
5312
5313         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
5314         exponents in %e and %g results on 'long double'. Needed for mingw's
5315         improved *printf functions.
5316         * tests/test-vasprintf-posix.c (test_function): Likewise.
5317         * tests/test-snprintf-posix.h (test_function): Likewise.
5318         * tests/test-sprintf-posix.h (test_function): Likewise.
5319         Reported by Eric Blake.
5320
5321 2008-09-21  Bruno Haible  <bruno@clisp.org>
5322
5323         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
5324         * tests/test-sprintf-posix.h (test_function): Likewise.
5325
5326 2008-09-21  Bruno Haible  <bruno@clisp.org>
5327
5328         * modules/getpass (Depends-on): Add strdup-posix.
5329
5330         New module 'strdup-posix'.
5331         * modules/strdup-posix: New file.
5332         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
5333         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
5334         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5335         REPLACE_STRDUP.
5336         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
5337         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
5338         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5339         strdup-posix.
5340
5341         * modules/strdup (Depends-on): Remove malloc-posix.
5342
5343 2008-09-20  Bruno Haible  <bruno@clisp.org>
5344
5345         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
5346         Wildenhues.
5347
5348 2008-09-20  Bruno Haible  <bruno@clisp.org>
5349
5350         Ensure that wint_t gets defined on IRIX 5.3.
5351         * lib/wchar.in.h (wint_t): Define if not defined by the system.
5352         * lib/wctype.in.h (wint_t): Likewise.
5353         (__wctype_wint_t): Remove type.
5354         (isw*): Use wint_t instead of __wctype_wint_t.
5355         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
5356         * modules/wchar (Files): Add m4/wint_t.m4.
5357         (Makefile.am): Substitute HAVE_WINT_T.
5358         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
5359         * tests/test-wctype.c: Check that wint_t is defined.
5360         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
5361         * doc/posix-headers/wctype.texi: Likewise.
5362         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5363
5364 2008-09-18  Bruno Haible  <bruno@clisp.org>
5365
5366         * gnulib-tool (func_exit): Update comment.
5367
5368 2008-09-18  Simon Josefsson  <simon@josefsson.org>
5369
5370         * modules/getaddrinfo (Depends-on): Remove strdup, this module
5371         assumes strdup exists and does not depend on strdup to return
5372         ENOMEM on out of memory conditions.
5373
5374 2008-09-18  Bruno Haible  <bruno@clisp.org>
5375
5376         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
5377         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
5378         digits for the exponent.
5379
5380 2008-09-18  Jim Meyering  <meyering@redhat.com>
5381             Bruno Haible  <bruno@clisp.org>
5382
5383         * lib/vasnprintf.c (decimal_point_char): Define also if
5384         NEED_PRINTF_INFINITE_LONG_DOUBLE.
5385
5386 2008-09-16  Bruno Haible  <bruno@clisp.org>
5387         and Eric Blake  <ebb9@byu.net>
5388
5389         vasnprintf: support Irix 5.3
5390         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
5391         that mishandle long double infinity.
5392         Reported by Tom G. Christensen.
5393
5394 2008-09-16  Bruno Haible  <bruno@clisp.org>
5395
5396         * doc/glibc-functions/scandir.texi: Mention the function is missing on
5397         Solaris 9.
5398         * doc/glibc-functions/alphasort.texi: Likewise.
5399         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
5400
5401 2008-09-16  Jim Meyering  <meyering@redhat.com>
5402
5403         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
5404         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
5405         a umask modification leak out of a subshell.  Otherwise, the
5406         opensolaris /bin/sh would be accepted and thus cause unwarranted
5407         failures in the coreutils test suite.
5408
5409 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
5410
5411         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
5412         to succeed.
5413
5414 2008-09-16  Jim Meyering  <meyering@redhat.com>
5415
5416         avoid spurious test failure when library is built without ACL support
5417         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
5418         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
5419         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
5420         * tests/test-copy-acl.sh: Likewise.
5421
5422 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5423
5424         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
5425         based on character occurrence counts.
5426
5427 2008-09-15  Eric Blake  <ebb9@byu.net>
5428
5429         tests: avoid some compiler warnings
5430         * tests/test-memchr.c (main): Pass NULL indirectly.
5431         * tests/test-closein.c (main): Avoid unused variable.
5432
5433 2008-09-15  Bruno Haible  <bruno@clisp.org>
5434
5435         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
5436         are missing on OpenBSD 4.0 individually.
5437         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5438
5439 2008-09-15  Bruno Haible  <bruno@clisp.org>
5440
5441         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
5442         * doc/posix-functions/strerror.texi: Mention also Cygwin.
5443         * doc/posix-functions/perror.texi: Likewise.
5444         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
5445         is missing.
5446         Reported by Eric Blake.
5447
5448         * lib/errno.in.h: Use replacement values >= 2000.
5449         Reported by Eric Blake.
5450
5451 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5452
5453         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
5454         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
5455         limit.
5456         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
5457         compareseq was aborted.
5458
5459 2008-09-14  Bruno Haible  <bruno@clisp.org>
5460
5461         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
5462         yvec_edit_count.
5463         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
5464         (fstrcmp_bounded): Simplify result computation accordingly.
5465
5466 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5467
5468         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
5469         (fstrcmp): Define in terms of fstrcmp_bounded.
5470         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
5471         lower_bound argument.
5472         Return quickly if the result is certainly < lower_bound.
5473         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
5474
5475 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5476
5477         * lib/diffseq.h (EARLY_ABORT): New macro.
5478         (compareseq): Change return type to bool. Return true when EARLY_ABORT
5479         evaluates to true.
5480
5481 2008-09-14  Bruno Haible  <bruno@clisp.org>
5482
5483         * modules/perror-tests: New file.
5484         * tests/test-perror.sh: New file.
5485         * tests/test-perror.c: New file.
5486
5487         New module 'perror'.
5488         * lib/stdio.in.h (perror): New declaration.
5489         * lib/perror.c: New file.
5490         * m4/perror.m4: New file.
5491         * modules/perror: New file.
5492         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
5493         * doc/posix-functions/perror.texi: Mention the perror module.
5494         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
5495         REPLACE_PERROR.
5496         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
5497         REPLACE_PERROR.
5498
5499 2008-09-14  Bruno Haible  <bruno@clisp.org>
5500
5501         * modules/stdio (Makefile.am): Reorder to match the order in
5502         lib/stdio.in.h.
5503         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5504
5505 2008-09-13  Bruno Haible  <bruno@clisp.org>
5506
5507         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
5508
5509 2008-09-13  Bruno Haible  <bruno@clisp.org>
5510
5511         Extend strerror to cover the added errno values.
5512         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
5513         (rpl_strerror): Provide error messages for the added errno values and
5514         for the WSA* values.
5515         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
5516         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
5517         strerror.
5518         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
5519         * modules/strerror (Depends-on): Add errno.
5520         * doc/posix-functions/strerror.texi: Document the change.
5521         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
5522         and EOVERFLOW.
5523
5524 2008-09-13  Bruno Haible  <bruno@clisp.org>
5525
5526         * modules/EOVERFLOW: Remove file.
5527         * m4/eoverflow.m4: Remove file.
5528         * modules/EOVERFLOW-tests: Remove file.
5529         * tests/test-EOVERFLOW.c: Remove file.
5530         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
5531         * modules/ftell (Depends-on): Likewise.
5532         * modules/getdelim (Depends-on): Likewise.
5533         * modules/getugroups (Depends-on): Likewise.
5534         * modules/poll (Depends-on): Likewise.
5535         * modules/snprintf (Depends-on): Likewise.
5536         * modules/sprintf-posix (Depends-on): Likewise.
5537         * modules/vasnprintf (Depends-on): Likewise.
5538         * modules/vasprintf (Depends-on): Likewise.
5539         * modules/vfprintf-posix (Depends-on): Likewise.
5540         * modules/vsnprintf (Depends-on): Likewise.
5541         * modules/vsprintf-posix (Depends-on): Likewise.
5542         * modules/xvasprintf (Depends-on): Likewise.
5543         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5544         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
5545         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
5546         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
5547         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5548         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
5549         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
5550         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
5551         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5552         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
5553         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
5554         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
5555         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5556         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
5557         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
5558         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
5559         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5560         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
5561         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
5562         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
5563         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5564         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
5565         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
5566         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
5567         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
5568         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5569         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
5570         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
5571         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
5572         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
5573         * MODULES.html.sh: Remove EOVERFLOW.
5574         * NEWS: Mention the change.
5575
5576 2008-09-13  Bruno Haible  <bruno@clisp.org>
5577
5578         * modules/errno-tests: New file.
5579         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
5580
5581         * lib/errno.in.h: New file.
5582         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
5583         * modules/errno: New file.
5584         * doc/posix-headers/errno.texi: Update documentation.
5585         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
5586
5587 2008-09-13  Bruno Haible  <bruno@clisp.org>
5588
5589         * tests/test-poll.c: Use #if for native Windows, rather than testing
5590         __MSVCRT__.
5591
5592 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5593             Bruno Haible  <bruno@clisp.org>
5594
5595         * lib/glob.c: Don't include <pwd.h> on native Windows.
5596         (WINDOWS32): New macro.
5597         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
5598
5599 2008-09-13  Bruno Haible  <bruno@clisp.org>
5600
5601         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
5602         (ETIMEDOUT): Remove macro.
5603         (glthread_cond_timedwait_multithreaded): New declaration.
5604         (glthread_cond_timedwait): Use it.
5605         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
5606         (glthread_cond_timedwait_multithreaded): New function.
5607
5608 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
5609
5610         * modules/poll-tests: Do not check for io.h.
5611         * tests/test-poll.c: Check for __MSVCRT__ instead.
5612
5613 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
5614
5615         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
5616         * modules/poll-tests: Add inet_pton, stdbool, sockets.
5617         * tests/test-poll.c: Use them.  Use _pipe on Windows.
5618
5619 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
5620
5621         * modules/poll-tests: New.
5622         * tests/test-poll.c: New.
5623
5624 2008-09-12  Eric Blake  <ebb9@byu.net>
5625
5626         frexp: test for NetBSD failure on -0.0
5627         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
5628         not all, bugs from NetBSD 3.0 have been fixed.
5629         * doc/posix-functions/frexp.texi (frexp): Document bug.
5630         Reported by Thomas Klausner.
5631
5632         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
5633         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
5634         literal -0.0.
5635         Reported by Jonathan C. Patschke <jp@centtech.com>.
5636
5637 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5638
5639         * lib/glthread/cond.h: Use dummy implementation also if
5640         USE_WIN32_THREADS.
5641
5642 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5643
5644         * modules/fnmatch-posix (License): Change to LGPLv2+.
5645         * modules/fnmatch-gnu (License): Likewise.
5646
5647 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5648
5649         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
5650
5651 2008-09-11  Jim Meyering  <meyering@redhat.com>
5652
5653         * users.txt: Add gtk-vnc.
5654
5655 2008-09-08  Simon Josefsson  <simon@josefsson.org>
5656
5657         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
5658         rotate amounts.
5659
5660         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
5661         required for 16-bit and 8-bit rotates.
5662         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
5663         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
5664         UINT8_MAX instead of hard-coded constants.
5665         Suggested by Paul Eggert.
5666
5667 2008-09-07  Bruno Haible  <bruno@clisp.org>
5668
5669         * tests/test-striconveh.c (main): Check behaviour when converting from
5670         UTF-7.
5671
5672         Make striconveh work better with stateful encodings.
5673         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
5674         that iconv does not increment the inptr when returning -1/EINVAL.
5675
5676 2008-09-07  Bruno Haible  <bruno@clisp.org>
5677
5678         * build-aux/config.rpath: Update according to libtool-2.2.6.
5679         * build-aux/config.libpath: Likewise.
5680
5681 2008-09-06  Bruno Haible  <bruno@clisp.org>
5682
5683         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
5684         * lib/freadptr.c (freadptr): Likewise.
5685         * lib/freadseek.c (freadptrinc): Likewise.
5686         Reported by Simon Josefsson.
5687
5688 2008-09-06  Bruno Haible  <bruno@clisp.org>
5689
5690         * modules/freadptr (License): Change to LGPLv2+.
5691         * modules/freadseek (License): Likewise.
5692         Suggested by Eric Blake.
5693
5694         * modules/memchr2 (License): Change to LGPLv2+.
5695         Approved by Eric Blake.
5696
5697 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5698             Bruno Haible  <bruno@clisp.org>
5699
5700         Make gnulib-tool work with native 'sed' on AIX.
5701         * gnulib-tool (sed_noop): New variable.
5702         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
5703         func_add_or_update, func_create_testdir): Use it to initialize sed
5704         script variables.
5705         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5706
5707 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
5708             Bruno Haible  <bruno@clisp.org>
5709
5710         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
5711         also works after #include directives.
5712
5713 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
5714
5715         getdate.y: reject an out-of-range timezone value
5716         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
5717         the range [-24...+24].  When specified with only one or two digits,
5718         * tests/test-getdate.c: Tests for the fix.
5719         * doc/getdate.texi: Document this change.
5720
5721 2008-09-03  Bruno Haible  <bruno@clisp.org>
5722
5723         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
5724
5725 2008-09-02  Simon Josefsson  <simon@josefsson.org>
5726
5727         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
5728         <bruce.korb@gmail.com> with ideas from Ben Pfaff
5729         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
5730         Blake <ebb9@byu.net>.
5731
5732         * tests/test-bitrotate.c: Add more test vectors.
5733
5734 2008-09-02  Eric Blake  <ebb9@byu.net>
5735
5736         vasnprintf-posix: handle large precision via %.*d
5737         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
5738         when handling it ourselves.
5739         * tests/test-vasnprintf-posix.c (test_function): Add test.
5740         * tests/test-snprintf-posix.h (test_function): Likewise.
5741         * tests/test-sprintf-posix.h (test_function): Likewise.
5742         * tests/test-vasprintf-posix.c (test_function): Likewise.
5743         Reported by Alain Guibert.
5744
5745 2008-09-01  Eric Blake  <ebb9@byu.net>
5746
5747         c-stack: make configure-time check more robust
5748         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
5749         successful sigaction call.
5750         Reported by Tom G. Christensen.
5751
5752 2008-09-01  Bruno Haible  <bruno@clisp.org>
5753
5754         New module 'findprog-lgpl'.
5755         * modules/findprog-lgpl: New file.
5756         * lib/findprog-lgpl.c: New file.
5757         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
5758         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
5759         to decide whether to use strdup or xstrdup, concatenated_filename or
5760         xconcatenated_filename.
5761
5762 2008-09-01  Bruno Haible  <bruno@clisp.org>
5763
5764         Split module 'concat-filename' into 'concat-filename' (LGPL) and
5765         'xconcat-filename' (GPL).
5766         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
5767         (License): Change to LGPLv2+.
5768         * modules/xconcat-filename: New file.
5769         * lib/concat-filename.h (concatenated_filename): Change specification.
5770         (xconcatenated_filename): New declaration.
5771         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
5772         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
5773         memory situations.
5774         * lib/xconcat-filename.c: New file.
5775         * NEWS: Mention the change.
5776         * lib/findprog.c: Include concat-filename.h, not filename.h.
5777         (find_in_path): Use xconcatenated_filename instead of
5778         concatenated_filename.
5779         * lib/javacomp.c: Include concat-filename.h, not filename.h.
5780         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5781         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5782         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5783         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
5784         instead of concatenated_filename.
5785         * lib/javaexec.c: Include concat-filename.h, not filename.h.
5786         (execute_java_class): Use xconcatenated_filename instead of
5787         concatenated_filename.
5788         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
5789         * modules/javacomp (Depends-on): Likewise.
5790         * modules/javaexec (Depends-on): Likewise.
5791
5792 2008-09-01  Bruno Haible  <bruno@clisp.org>
5793
5794         Split module 'filename' into 'filename' and 'concat-filename'.
5795         * modules/filename: Keep only lib/filename.h.
5796         (License): Change to LGPLv2+.
5797         * modules/concat-filename: New file, extracted from modules/filename.
5798         * lib/filename.h (concatenated_filename): Remove declaration.
5799         * lib/concat-filename.h: New file, extracted from lib/filename.h.
5800         * lib/concat-filename.c: Include concat-filename.h.
5801         * NEWS: Mention the change.
5802
5803 2008-09-01  Simon Josefsson  <simon@josefsson.org>
5804
5805         * lib/bitrotate.h (rotl8, rotr8): Add.
5806
5807         * modules/bitrotate (configure.ac): Need
5808         AC_REQUIRE([AC_C_INLINE]).
5809         (Description): Mention stdint.h.  Reported by Bruno Haible
5810         <bruno@clisp.org>.
5811
5812         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
5813         Paolo Bonzini <bonzini@gnu.org>.
5814
5815 2008-08-31  Bruno Haible  <bruno@clisp.org>
5816
5817         Assume Solaris specific bi-arch conventions on Solaris systems.
5818         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
5819         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
5820         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
5821         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
5822         like acl_libdirstem.
5823         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
5824         acl_libdirstem.
5825         * NEWS: Mention the change.
5826         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
5827
5828 2008-08-31  Jim Meyering  <meyering@redhat.com>
5829
5830         * lib/strftime.h: Add comments describing the two added arguments.
5831
5832         remove duplicate #include directives
5833         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
5834         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
5835
5836 2008-08-31  Bruno Haible  <bruno@clisp.org>
5837
5838         New module 'sigpipe-die'.
5839         * modules/sigpipe-die: New file.
5840         * lib/sigpipe-die.h: New file.
5841         * lib/sigpipe-die.c: New file.
5842         * MODULES.html.sh (Signal handling): Add sigpipe-die.
5843
5844 2008-08-31  Bruno Haible  <bruno@clisp.org>
5845
5846         Don't override previously installed signal handlers.
5847         * lib/fatal-signal.c (saved_sigactions): New variable.
5848         (uninstall_handlers): Reset the signal to the saved handler, not
5849         to SIG_DFL (except when ignored).
5850         (install_handlers): Save the previous handlers.
5851
5852 2008-08-30  Bruno Haible  <bruno@clisp.org>
5853
5854         * gnulib-tool (func_reset_sigpipe): New function.
5855         (func_get_automake_snippet, func_modules_transitive_closure,
5856         func_import): Invoke it before a join command that reads from stdin,
5857         to avoid "echo: write error: Broken pipe" error messages on stderr.
5858         Reported by Sam Steingold <sds@gnu.org>.
5859
5860 2008-08-30  Bruno Haible  <bruno@clisp.org>
5861
5862         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
5863         Code copied from m4/open.m4.
5864         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
5865         access and the filename ends in a slash. Code copied from lib/open.c.
5866         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
5867         * tests/test-fopen.c (main): Check against bug with trailing slash.
5868
5869 2008-08-29  Bruno Haible  <bruno@clisp.org>
5870
5871         Avoid some "gcc -pedantic" warnings.
5872         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
5873         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
5874         * lib/dirent.in.h: Likewise.
5875         * lib/fcntl.in.h: Likewise.
5876         * lib/float.in.h: Likewise.
5877         * lib/iconv.in.h: Likewise.
5878         * lib/inttypes.in.h: Likewise.
5879         * lib/locale.in.h: Likewise.
5880         * lib/math.in.h: Likewise.
5881         * lib/netinet_in.in.h: Likewise.
5882         * lib/search.in.h: Likewise.
5883         * lib/signal.in.h: Likewise.
5884         * lib/stdarg.in.h: Likewise.
5885         * lib/stdint.in.h: Likewise.
5886         * lib/stdio.in.h: Likewise.
5887         * lib/stdlib.in.h: Likewise.
5888         * lib/string.in.h: Likewise.
5889         * lib/strings.in.h: Likewise.
5890         * lib/sys_select.in.h: Likewise.
5891         * lib/sys_socket.in.h: Likewise.
5892         * lib/sys_stat.in.h: Likewise.
5893         * lib/sys_time.in.h: Likewise.
5894         * lib/sysexits.in.h: Likewise.
5895         * lib/time.in.h: Likewise.
5896         * lib/unistd.in.h: Likewise.
5897         * lib/wchar.in.h: Likewise.
5898         * lib/wctype.in.h: Likewise.
5899         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
5900         * modules/fchdir (Makefile.am): Likewise.
5901         * modules/fcntl (Makefile.am): Likewise.
5902         * modules/float (Makefile.am): Likewise.
5903         * modules/iconv_open (Makefile.am): Likewise.
5904         * modules/inttypes (Makefile.am): Likewise.
5905         * modules/locale (Makefile.am): Likewise.
5906         * modules/math (Makefile.am): Likewise.
5907         * modules/netinet_in (Makefile.am): Likewise.
5908         * modules/search (Makefile.am): Likewise.
5909         * modules/signal (Makefile.am): Likewise.
5910         * modules/stdarg (Makefile.am): Likewise.
5911         * modules/stdint (Makefile.am): Likewise.
5912         * modules/stdio (Makefile.am): Likewise.
5913         * modules/stdlib (Makefile.am): Likewise.
5914         * modules/string (Makefile.am): Likewise.
5915         * modules/strings (Makefile.am): Likewise.
5916         * modules/sys_select (Makefile.am): Likewise.
5917         * modules/sys_socket (Makefile.am): Likewise.
5918         * modules/sys_stat (Makefile.am): Likewise.
5919         * modules/sys_time (Makefile.am): Likewise.
5920         * modules/sysexits (Makefile.am): Likewise.
5921         * modules/time (Makefile.am): Likewise.
5922         * modules/unistd (Makefile.am): Likewise.
5923         * modules/wchar (Makefile.am): Likewise.
5924         * modules/wctype (Makefile.am): Likewise.
5925         Reported by Reuben Thomas <rrt@sc3d.org>.
5926
5927 2008-08-29  Bruno Haible  <bruno@clisp.org>
5928
5929         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
5930         any more.
5931
5932 2008-08-29  Simon Josefsson  <simon@josefsson.org>
5933
5934         * MODULES.html.sh (Misc): Add bitrotate.
5935
5936         * modules/bitrotate: New file.
5937
5938         * lib/bitrotate.h: New file.
5939
5940         * modules/bitrotate-tests: New file.
5941
5942         * tests/test-bitrotate.c: New file.
5943
5944         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
5945         on the bitrotate module.
5946
5947         * lib/arctwo.c: Use new bitrotate module.
5948
5949 2008-08-29  Jim Meyering  <meyering@redhat.com>
5950
5951         bootstrap: merge changes from coreutils
5952         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
5953         of copied files.  Remove a kludge, now that this is fixed.
5954         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
5955         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
5956         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
5957
5958 2008-08-29  Bruno Haible  <bruno@clisp.org>
5959
5960         * MODULES.html.sh: Remove --cvs-urls option.
5961
5962 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
5963
5964         maint.mk: adjust to file name change
5965         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
5966
5967 2008-08-28  Jim Meyering  <meyering@redhat.com>
5968
5969         * modules/getndelim2 (License): Relicense to LGPLv2+.
5970         Approved by Richard Stallman for the version of 1995, and by
5971         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
5972
5973 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
5974
5975         * lib/getdelim.c (flockfile, funlockfile): Make all of them
5976         dummy if one is not available.  Do not touch them if
5977         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
5978         (getc_maybe_unlocked): New.
5979         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
5980
5981 2008-08-26  Eric Blake  <ebb9@byu.net>
5982
5983         doc/INSTALL: resync from autoconf
5984         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
5985         (INSTALL_PRELUDE): Delete; this is done more efficiently by
5986         moving...
5987         * install.texi [!autoconf]: ...here.  Resync from autoconf.
5988         * INSTALL: Regenerate.
5989         * INSTALL.ISO: New file.
5990         * INSTALL.UTF-8: Likewise.
5991
5992 2008-08-26  Jim Meyering  <meyering@redhat.com>
5993
5994         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
5995         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
5996         these definitions conditional, so that they may be overridden, too.
5997
5998 2008-08-26  Bruno Haible  <bruno@clisp.org>
5999
6000         Generate INSTALL file variants with prettier quotes.
6001         * doc/Makefile (INSTALL_PRELUDE): New macro.
6002         (INSTALL): Use it.
6003         (INSTALL.ISO, INSTALL.UTF-8): New rules.
6004
6005 2008-08-26  Bruno Haible  <bruno@clisp.org>
6006
6007         Run makeinfo in an English locale.
6008         * doc/Makefile (MAKEINFO): New variable.
6009
6010 2008-08-26  Bruno Haible  <bruno@clisp.org>
6011
6012         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
6013         Suggested by Eric Blake.
6014
6015 2008-08-25  Bruno Haible  <bruno@clisp.org>
6016
6017         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
6018
6019 2008-08-25  Eric Blake  <ebb9@byu.net>
6020
6021         c-stack: test that stack overflow can be caught
6022         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
6023         that platform allows handling stack overflow; at least OS/2 EMX
6024         has sigaltstack, but crashes before transferring control to
6025         handler on stack overflow.
6026         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
6027         check for HAVE_STACK_OVERFLOW_HANDLING.
6028         Reported by Elbert Pol.
6029
6030 2008-08-25  Bruno Haible  <bruno@clisp.org>
6031
6032         * doc/posix-functions/strftime.texi: Fix description of strftime
6033         module.
6034
6035 2008-08-24  Bruno Haible  <bruno@clisp.org>
6036
6037         * tests/uniwidth/test-uc_width2.c: New file.
6038         * tests/uniwidth/test-uc_width2.sh: New file.
6039         * modules/uniwidth/width-tests (Files): Add the new files.
6040         (TESTS): Add uniwidth/test-uc_width2.sh.
6041         (TESTS_ENVIRONMENT): New variable.
6042         (check_PROGRAMS): Add test-uc_width2.
6043         (test_uc_width2_SOURCES): New variable.
6044
6045         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
6046         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
6047         not 0x00AB.
6048         Reported by Alexander V. Lukyanov <lav@netis.ru>.
6049
6050 2008-08-22  Eric Blake  <ebb9@byu.net>
6051
6052         test-lock, test-tls: mention why a test is skipped
6053         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
6054         skipped.
6055         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
6056
6057         count-one-bits: relax license
6058         * modules/count-one-bits (License): Relicense to LGPLv2+.
6059         Suggested by Ludovic Courtès, approved by Ben Pfaff.
6060
6061 2008-08-22  Andreas Schwab  <schwab@suse.de>
6062
6063         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
6064         Remove spurious space in assignment.
6065
6066 2008-08-21  Simon Josefsson  <simon@josefsson.org>
6067
6068         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
6069         Paul Eggert <eggert@CS.UCLA.EDU>.
6070
6071 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
6072
6073         * modules/gettext: Add m4/threadlib.m4.
6074
6075 2008-08-19  Eric Blake  <ebb9@byu.net>
6076
6077         test-c-stack: fix compilation failure on FreeBSD 5.0
6078         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
6079         headers before <sys/resource.h>.
6080         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
6081         the bug.
6082         Reported by Nelson H. F. Beebe.
6083
6084         strverscmp: migrate from "strverscmp.h" to <string.h>
6085         * modules/string (Makefile.am): Add new hooks.
6086         * modules/strverscmp (Files): Remove strverscmp.h.
6087         (Depends-on): Add string.
6088         (configure.ac): Add indicator.
6089         (Include): Mention new header.
6090         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
6091         defaults.
6092         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
6093         results.
6094         * lib/strverscmp.h: Delete.
6095         * lib/string.in.h (strverscmp): Provide declaration, when needed.
6096         * tests/test-strverscmp.c (includes): Adjust client.
6097         * lib/check-version.c (includes): Likewise.
6098         * NEWS: Document the change.
6099
6100         strverscmp: add unit test
6101         * modules/strverscmp-tests: New file.
6102         * tests/test-strverscmp.c: Likewise.
6103
6104 2008-08-19  Simon Josefsson  <simon@josefsson.org>
6105
6106         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
6107         regarding Windows crypto stuff, from Mono.
6108
6109 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
6110
6111         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
6112         if present, for intel RND.  Return error on failures.
6113
6114 2008-08-18  Ben Pfaff  <blp@gnu.org>
6115
6116         gitlog-to-changelog: give better diagnostic for failed pipe-open
6117         * build-aux/gitlog-to-changelog: Improve error message: suggest
6118         that the version of Git may be too old.
6119
6120 2008-08-18  Simon Josefsson  <simon@josefsson.org>
6121
6122         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
6123         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
6124
6125 2008-08-18  Bruno Haible  <bruno@clisp.org>
6126
6127         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
6128         pthread_in_use().
6129
6130 2008-08-18  Bruno Haible  <bruno@clisp.org>
6131
6132         * lib/glthread/threadlib.c: Include <pthread.h>.
6133
6134 2008-08-18  Bruno Haible  <bruno@clisp.org>
6135
6136         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
6137         glthread_recursive_lock_* macros.
6138         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
6139         Fix syntax error.
6140
6141 2008-08-18  Bruno Haible  <bruno@clisp.org>
6142
6143         * lib/glthread/thread.c: Avoid forcing a context switch right after
6144         thread creation.
6145
6146 2008-08-17  Bruno Haible  <bruno@clisp.org>
6147
6148         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
6149         * lib/glthread/thread.h: Provide Win32 specific implementation.
6150         * modules/thread (Files): Add lib/glthread/thread.c.
6151         (Depends-on): Add lock.
6152         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
6153
6154 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6155
6156         New module 'yield'.
6157         * modules/yield: New file.
6158         * lib/glthread/yield.h: New file.
6159         * m4/yield.m4: New file.
6160         * MODULES.html.sh (Multithreading): Add yield.
6161
6162 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6163
6164         New module 'thread'.
6165         * modules/thread: New file.
6166         * lib/glthread/thread.h: New file.
6167         * m4/thread.m4: New file.
6168         * MODULES.html.sh (Multithreading): Add thread.
6169
6170 2008-08-17  Bruno Haible  <bruno@clisp.org>
6171
6172         * lib/glthread/lock.h: Include <stdlib.h> always.
6173         * lib/glthread/tls.h: Likewise.
6174         * lib/glthread/cond.h: Likewise.
6175
6176 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6177
6178         New module 'cond'.
6179         * modules/cond: New file.
6180         * lib/glthread/cond.h: New file.
6181         * lib/glthread/cond.c: New file.
6182         * m4/cond.m4: New file.
6183         * MODULES.html.sh (Multithreading): Add cond.
6184
6185 2008-08-16  Eric Blake  <ebb9@byu.net>
6186
6187         c-stack: fix regression on Irix 5.3 from 2008-06-21
6188         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
6189         sa_sigaction...
6190         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
6191         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
6192         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
6193         * modules/signal (Makefile.am): Use the value.
6194         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
6195         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
6196         * doc/posix-headers/signal.texi (signal.h): Document this
6197         portability issue.
6198         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
6199         Reported by Tom G. Christensen.
6200
6201 2008-08-17  Bruno Haible  <bruno@clisp.org>
6202
6203         New module 'threadlib'.
6204         * modules/threadlib: New file.
6205         * lib/glthread/threadlib.c: New file, extracted from
6206         lib/glthread/lock.c.
6207         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
6208         functions.
6209         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
6210         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
6211         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
6212         macros.
6213         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
6214         (gl_DISABLE_THREADS): Remove macro.
6215         * modules/lock (Files): Remove build-aux/config.rpath.
6216         (Depends-on): Remove havelib. Add threadlib.
6217         (configure.ac-early): Remove section.
6218         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
6219         * modules/tls (Depends-on): Remove lock. Add threadlib.
6220         (Link): New section, copied from threadlib.
6221         * MODULES.html.sh (Multithreading): Add threadlib.
6222
6223 2008-08-14  Bruno Haible  <bruno@clisp.org>
6224
6225         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
6226         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
6227         glthread_rwlock_unlock, glthread_rwlock_destroy,
6228         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
6229         glthread_recursive_lock_destroy): Define as macros always.
6230         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
6231         glthread_lock_lock.
6232         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
6233         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
6234         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
6235         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
6236         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
6237         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
6238         (glthread_recursive_lock_lock_func): Renamed from
6239         glthread_recursive_lock_lock.
6240         (glthread_recursive_lock_unlock_func): Renamed from
6241         glthread_recursive_lock_unlock.
6242         (glthread_recursive_lock_destroy_func): Renamed from
6243         glthread_recursive_lock_destroy.
6244
6245 2008-08-14  Bruno Haible  <bruno@clisp.org>
6246
6247         * lib/glthread/lock.h: Renamed from lib/lock.h.
6248         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
6249         * lib/glthread/tls.h: Renamed from lib/tls.h.
6250         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
6251         * lib/fstrcmp.c: Update includes.
6252         * lib/strsignal.c: Update includes.
6253         * modules/lock (Files, Makefile.am): Update.
6254         (Include): Change to "glthread/lock.h".
6255         * modules/tls (Files, Makefile.am): Update.
6256         (Include): Change to "glthread/tls.h".
6257         * tests/test-lock.c: Update includes.
6258         * tests/test-tls.c: Update includes.
6259         * NEWS: Mention the renamed header files.
6260
6261 2008-08-11  Jim Meyering  <meyering@redhat.com>
6262
6263         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
6264
6265 2008-08-11  Eric Blake  <ebb9@byu.net>
6266
6267         test-c-stack: avoid C99-ism
6268         * tests/test-c-stack.c (main): Fix whitespace, move declaration
6269         before statement.
6270         Reported by Alain Guibert.
6271
6272 2008-08-10  Jim Meyering  <meyering@redhat.com>
6273
6274         ensure that return value of uinttostr et al are not ignored
6275         * lib/inttostr.h (__GNUC_PREREQ): Define.
6276         (__attribute_warn_unused_result__): Define.
6277         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
6278
6279 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
6280
6281         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
6282         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
6283
6284 2008-08-07  Jim Meyering  <meyering@redhat.com>
6285
6286         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
6287
6288         * modules/mkstemp (License): Relicense under LGPLv2+.
6289         * modules/tempname (License): Likewise.
6290
6291 2008-08-06  Bruno Haible  <bruno@clisp.org>
6292
6293         * lib/poll.c (poll): Further micro-optimization.
6294
6295 2008-08-06  Jim Meyering  <meyering@redhat.com>
6296
6297         inet_pton.c: use locale-independent tolower
6298         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
6299         (inet_pton6): Use c_tolower rather than tolower.
6300         * modules/inet_pton (Depends-on): Add c-ctype.
6301
6302 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
6303
6304         * lib/poll.c (poll): Avoid division when timeout is 0, cache
6305         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
6306
6307 2008-08-06  Jim Meyering  <meyering@redhat.com>
6308
6309         * modules/inet_pton (License): Relicense under LGPLv2+.
6310
6311 2008-08-03  Bruno Haible  <bruno@clisp.org>
6312
6313         Additional non-aborting API for lock and tls.
6314         * lib/lock.h: Include <errno.h>.
6315         (glthread_lock_init): New macro/function.
6316         (gl_lock_init): Define as wrapper around glthread_lock_init.
6317         (glthread_lock_lock): New macro/function.
6318         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
6319         (glthread_lock_unlock): New macro/function.
6320         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
6321         (glthread_lock_destroy): New macro/function.
6322         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
6323         (glthread_rwlock_init): New macro/function.
6324         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
6325         (glthread_rwlock_rdlock): New macro/function.
6326         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
6327         (glthread_rwlock_wrlock): New macro/function.
6328         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
6329         (glthread_rwlock_unlock): New macro/function.
6330         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
6331         (glthread_rwlock_destroy): New macro/function.
6332         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
6333         (glthread_recursive_lock_init): New macro/function.
6334         (gl_recursive_lock_init): Define as wrapper around
6335         glthread_recursive_lock_init.
6336         (glthread_recursive_lock_lock): New macro/function.
6337         (gl_recursive_lock_lock): Define as wrapper around
6338         glthread_recursive_lock_lock.
6339         (glthread_recursive_lock_unlock): New macro/function.
6340         (gl_recursive_lock_unlock): Define as wrapper around
6341         glthread_recursive_lock_unlock.
6342         (glthread_recursive_lock_destroy): New macro/function.
6343         (gl_recursive_lock_destroy): Define as wrapper around
6344         glthread_recursive_lock_destroy.
6345         (glthread_once): New macro/function.
6346         (gl_once): Define as wrapper around glthread_once.
6347         Update function declarations.
6348         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
6349         glthread_rwlock_init. Return error code.
6350         (glthread_rwlock_rdlock_multithreaded): Renamed from
6351         glthread_rwlock_rdlock. Return error code.
6352         (glthread_rwlock_wrlock_multithreaded): Renamed from
6353         glthread_rwlock_wrlock. Return error code.
6354         (glthread_rwlock_unlock_multithreaded): Renamed from
6355         glthread_rwlock_unlock. Return error code.
6356         (glthread_rwlock_destroy_multithreaded): Renamed from
6357         glthread_rwlock_destroy. Return error code.
6358         (glthread_recursive_lock_init_multithreaded): Renamed from
6359         glthread_recursive_lock_init. Return error code.
6360         (glthread_recursive_lock_lock_multithreaded): Renamed from
6361         glthread_recursive_lock_lock. Return error code.
6362         (glthread_recursive_lock_unlock_multithreaded): Renamed from
6363         glthread_recursive_lock_unlock. Return error code.
6364         (glthread_recursive_lock_destroy_multithreaded): Renamed from
6365         glthread_recursive_lock_destroy. Return error code.
6366         (glthread_once_call): Make static.
6367         (glthread_once_multithreaded): Renamed from glthread_once.
6368         * lib/tls.h: Include <errno.h>.
6369         (glthread_tls_key_init): New macro/function.
6370         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
6371         (glthread_tls_set): New macro/function.
6372         (gl_tls_set): Define as wrapper around glthread_tls_set.
6373         (glthread_tls_key_destroy): New macro/function.
6374         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
6375         Update function declarations.
6376         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
6377         glthread_tls_get.
6378         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
6379
6380 2008-08-04  Eric Blake  <ebb9@byu.net>
6381
6382         gnumakefile: use space, not TAB, outside of targets
6383         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
6384
6385 2008-08-02  Jim Meyering  <meyering@redhat.com>
6386
6387         getdate.y: avoid locale-dependent date parsing failure
6388         In Turkish locales, getdate would fail to recognize keywords
6389         containing a lowercase "i".  The solution is not to rely on
6390         locale-sensitive case-conversion.
6391         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
6392         (lookup_word): Use c_toupper in place of toupper.
6393         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
6394         Reported by Vefa Bicakci <bicave@superonline.com> in
6395         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
6396         * modules/getdate (Depends-on): Add c-ctype.
6397
6398 2008-08-02  Bruno Haible  <bruno@clisp.org>
6399
6400         * gnulib-tool (func_import): When updating or creating a .gitignore
6401         file, prepend each added line with a slash, and ignore leading slashes
6402         from the existing lines.
6403         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6404
6405 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6406
6407         Portability fix for GNU make 3.79.1.
6408         * top/GNUmakefile: Avoid 'else COND', which older GNU make
6409         versions do not understand.
6410
6411 2008-08-01  Bruno Haible  <bruno@clisp.org>
6412
6413         Work around bug of HP-UX 10.20 cc with -0.0 literal.
6414         * tests/test-isnanf.h (zero): New variable.
6415         (main): Avoid literal -0.0f.
6416         * tests/test-isnand.h (zero): New variable.
6417         (main): Avoid literal -0.0.
6418         * tests/test-isnanl.h (zero): New variable.
6419         (main): Avoid literal -0.0L.
6420         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
6421         (test_float, test_double, test_long_double): Avoid literals -0.0f,
6422         -0.0, -0.0L.
6423         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
6424         (test_signbitd): Avoid literal -0.0.
6425         (test_signbitl): Avoid literal -0.0L.
6426         * tests/test-ceilf1.c (zero): New variable.
6427         (main): Avoid literal -0.0f.
6428         * tests/test-ceill.c (zero): New variable.
6429         (main): Avoid literal -0.0L.
6430         * tests/test-floorf1.c (zero): New variable.
6431         (main): Avoid literal -0.0f.
6432         * tests/test-floorl.c (zero): New variable.
6433         (main): Avoid literal -0.0L.
6434         * tests/test-roundf1.c (zero): New variable.
6435         (main): Avoid literal -0.0f.
6436         * tests/test-round1.c (zero): New variable.
6437         (main): Avoid literal -0.0.
6438         * tests/test-roundl.c (zero): New variable.
6439         (main): Avoid literal -0.0L.
6440         * tests/test-truncf1.c (zero): New variable.
6441         (main): Avoid literal -0.0f.
6442         * tests/test-trunc1.c (zero): New variable.
6443         (main): Avoid literal -0.0.
6444         * tests/test-truncl.c (zero): New variable.
6445         (main): Avoid literal -0.0L.
6446         * tests/test-frexp.c (zero): New variable.
6447         (main): Avoid literal -0.0.
6448         * tests/test-frexpl.c (zero): New variable.
6449         (main): Avoid literal -0.0L.
6450         * tests/test-ldexpl.c (zero): New variable.
6451         (main): Avoid literal -0.0L.
6452         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
6453         (zerod, zerol): New variables.
6454         (test_function): Avoid literals -0.0, -0.0L.
6455         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
6456         (zerod, zerol): New variables.
6457         (test_function): Avoid literals -0.0, -0.0L.
6458         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
6459         (zerod, zerol): New variables.
6460         (test_function): Avoid literals -0.0, -0.0L.
6461         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
6462         (zerod, zerol): New variables.
6463         (test_function): Avoid literals -0.0, -0.0L.
6464         * tests/test-strtod.c (zero): New variable.
6465         (main): Avoid literal -0.0.
6466         Reported by Jonathan C. Patschke <jp@centtech.com>.
6467
6468 2008-07-31  Jim Meyering  <meyering@redhat.com>
6469
6470         sha256.h: correct definition of SHA224_DIGEST_SIZE
6471         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
6472         Reported by Paulie Pena IV <paulie4@gmail.com>.
6473         Define as 224 / 8, rather than as a literal.
6474         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
6475         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
6476         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
6477
6478 2008-07-31  Bruno Haible  <bruno@clisp.org>
6479
6480         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
6481         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
6482         Reported by Jonathan Patschke <jp@centtech.com>.
6483
6484 2008-07-31  Bruno Haible  <bruno@clisp.org>
6485
6486         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
6487         Reported by Paolo Bonzini <bonzini@gnu.org>.
6488
6489 2008-07-30  Eric Blake  <ebb9@byu.net>
6490
6491         test-strtod: allow compilation without -lm
6492         * tests/test-strtod.c (main): Avoid link dependence on fabs.
6493         Reported by Dennis Clarke <blastwave@gmail.com>.
6494
6495 2008-07-28  Jim Meyering  <meyering@redhat.com>
6496
6497         bootstrap: work also when there are no .po files in po/
6498         * build-aux/bootstrap (update_po_files): Complete the change
6499         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
6500
6501 2008-07-27  Jim Meyering  <meyering@redhat.com>
6502
6503         * users.txt: Add zile.
6504
6505 2008-07-26  Ben Pfaff  <blp@gnu.org>
6506
6507         Add missing dependencies on new m4/exponent[fdl].m4 files.
6508         * modules/isnanf-nolibm: Add m4/exponentf.m4.
6509         * modules/isnand-nolibm: Add m4/exponentd.m4.
6510         * modules/isnanl-nolibm: Add m4/exponentl.m4.
6511         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
6512         m4/isnan[fdl].m4, because the macros actually used moved.
6513         Reported by Jim Meyering.
6514
6515 2008-07-14  Ben Pfaff  <blp@gnu.org>
6516
6517         Add isinf module.
6518         * lib/isinf.c: New file.
6519         * lib/math.in.h: Define isinf macro if we have decided to replace
6520         it.
6521         * m4/isinf.m4: New file.
6522         * m4/math_h.m4: Initialize and substitute variables for isinf
6523         module.
6524         * modules/isinf: New file.
6525         * modules/isinf-tests: New file.
6526         * modules/math: Add substitutions for new module.
6527         * tests/test-isinf.c: New file.
6528         * doc/posix-functions/isinf.texi: Mention new module.
6529         * MODULES.html.sh: Mention new module.
6530
6531 2008-07-14  Ben Pfaff  <blp@gnu.org>
6532
6533         Factor out some macros for use by additional modules.
6534         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
6535         exponentf.m4.
6536         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
6537         exponentd.m4.
6538         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
6539         file exponentl.m4.
6540         * m4/exponentf.m4: New file.
6541         * m4/exponentd.m4: New file.
6542         * m4/exponentl.m4: New file.
6543         * modules/isnanf: Use new file m4/exponentf.m4.
6544         * modules/isnand: Use new file m4/exponentd.m4.
6545         * modules/isnanl: Use new file m4/exponentl.m4.
6546
6547 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
6548
6549         mktime.c: normalize tp->tm_isdst value to -1/0/1.
6550         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
6551         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
6552         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
6553
6554         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
6555         readlink on platforms without PATH_MAX.
6556
6557 2008-07-21  Eric Blake  <ebb9@byu.net>
6558
6559         Warn, not fail, on stale version.
6560         * top/GNUmakefile (_curr-ver): Tone down previous patch.
6561
6562         Don't allow installation with stale devel version number.
6563         * top/GNUmakefile (_is-install-target): New macro.
6564         (_curr-ver): Forbid installation with stale version number.
6565
6566 2008-07-20  Bruno Haible  <bruno@clisp.org>
6567
6568         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
6569         TESTS_ENVIRONMENT.
6570         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
6571
6572 2008-07-20  Bruno Haible  <bruno@clisp.org>
6573
6574         * lib/c-stack.h (c_stack_action): Add documentation.
6575         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
6576
6577 2008-07-20  Bruno Haible  <bruno@clisp.org>
6578
6579         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
6580         * modules/readlink (License): Likewise.
6581
6582 2008-07-17  Eric Blake  <ebb9@byu.net>
6583
6584         * modules/c-stack (Link): Fix typo.
6585
6586         Make c-stack use libsigsegv, when available.
6587         * modules/c-stack (Depends-on): Add libsigsegv.
6588         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
6589         needed.
6590         * lib/c-stack.c (SIGSTKSZ): Define fallback.
6591         (segv_handler, overflow_handler, c_stack_action)
6592         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
6593         implementation when libsigsegv is available, but only when using
6594         the library is necessary.
6595         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
6596         comment, explaining why XSI check fails on Linux.
6597         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
6598         * tests/test-c-stack2.sh: Tweak skip message.
6599         * NEWS: Document new link-time requirements.
6600
6601 2008-07-16  Eric Blake  <ebb9@byu.net>
6602
6603         c-stack: Expose false positives when not using libsigsegv.
6604         * modules/c-stack-tests (Files): Expand test.
6605         * tests/test-c-stack.c (main): Add means to conditionally trigger
6606         non-overflow SIGSEGV.
6607         * tests/test-c-stack2.sh: New file.
6608
6609 2008-07-14  Bruno Haible  <bruno@clisp.org>
6610
6611         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
6612         Reported by Eric Blake.
6613
6614 2008-07-14  Sam Steingold  <sds@gnu.org>
6615             Bruno Haible  <bruno@clisp.org>
6616
6617         New module libsigsegv.
6618         * modules/libsigsegv: New file.
6619         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
6620         modifications.
6621         * MODULES.html.sh (Signal handling): New section.
6622
6623 2008-07-14  Bruno Haible  <bruno@clisp.org>
6624
6625         * modules/unictype/ctype-* (Description): Add the word "function".
6626         Improves the resulting doc in MODULES.html.
6627
6628 2008-07-12  Ben Pfaff  <blp@gnu.org>
6629
6630         Add longlong module.
6631         * modules/longlong: New file.
6632
6633 2008-07-12  Bruno Haible  <bruno@clisp.org>
6634
6635         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
6636         to empty.
6637
6638 2008-07-10  Ben Pfaff  <blp@gnu.org>
6639
6640         Add isnan module.
6641         * doc/posix-functions/isnan.texi: Mention new module.
6642         * lib/math.in.h: Define isnan macro if we have decided to replace
6643         it.
6644         * m4/isnan.m4: New file.
6645         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
6646         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
6647         also.
6648         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
6649         redundancy.
6650         * m4/math_h.m4: Initialize and substitute variables for isnan
6651         module.
6652         * modules/isnan: New file.
6653         * modules/isnan-tests: New file.
6654         * modules/math: Add substitutions for new module.
6655         * tests/test-isnan.c: New file.
6656         * MODULES.html.sh: Mention new module.
6657
6658 2008-07-10  Ben Pfaff  <blp@gnu.org>
6659
6660         Add isnanf module.
6661         * lib/isnanf.m4: New file.
6662         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
6663         (gl_HAVE_ISNANF_IN_LIBM): New macro.
6664         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
6665         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
6666         * modules/isnanf: New file.
6667         * modules/isnanf-tests: New file.
6668         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
6669         files.
6670         * tests/test-isnanf-nolibm.c: factored most of its contents into
6671         new file tests/test-isnanf.h.
6672         * tests/test-isnanf.h: New file.
6673         * tests/test-isnanf.c: New file.
6674         * MODULES.html.sh: Mention new module.
6675         * doc/glibc-functions/isnanf.texi: Mention new module.
6676
6677 2008-07-10  Ben Pfaff  <blp@gnu.org>
6678
6679         Add isnand module.
6680         * lib/isnand.h: New file.
6681         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
6682         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
6683         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
6684         functionality also.
6685         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
6686         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
6687         (gl_HAVE_ISNAND_IN_LIBM): New macro.
6688         * modules/isnand: New file.
6689         * modules/isnand-tests: New file.
6690         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
6691         files.
6692         * tests/test-isnand-nolibm.c: factored most of its contents into
6693         new file tests/test-isnand.h.
6694         * tests/test-isnand.h: New file.
6695         * tests/test-isnand.c: New file.
6696         * MODULES.html.sh: Mention new module.
6697
6698 2008-07-10  Ben Pfaff  <blp@gnu.org>
6699
6700         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
6701         * lib/isnand.h: Rename lib/isnand-nolibm.h.
6702         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
6703         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
6704         * modules/isnanf-nolibm: Update references to renamed files.
6705         * modules/isnand-nolibm: Likewise.
6706         * modules/isnanf-nolibm-tests: Likewise.
6707         * modules/isnand-nolibm-tests: Likewise.
6708         * lib/frexp.c: Likewise.
6709         * lib/isfinite.c: Likewise.
6710         * lib/signbitd.c: Likewise.
6711         * lib/signbitf.c: Likewise.
6712         * lib/vasnprintf.c: Likewise.
6713         * tests/test-ceilf1.c: Likewise.
6714         * tests/test-ceilf2.c: Likewise.
6715         * tests/test-floorf1.c: Likewise.
6716         * tests/test-floorf2.c: Likewise.
6717         * tests/test-frexp.c: Likewise.
6718         * tests/test-round1.c: Likewise.
6719         * tests/test-round2.c: Likewise.
6720         * tests/test-roundf1.c: Likewise.
6721         * tests/test-strtod.c: Likewise.
6722         * tests/test-trunc1.c: Likewise.
6723         * tests/test-trunc2.c: Likewise.
6724         * tests/test-truncf1.c: Likewise.
6725         * tests/test-truncf2.c: Likewise.
6726         * NEWS: Mention the renamed header files.
6727
6728 2008-07-11  Jim Meyering  <meyering@redhat.com>
6729
6730         vc-list-files: make the last-resort awk code more portable
6731         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
6732         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
6733         does not support it.
6734
6735 2008-07-10  Eric Blake  <ebb9@byu.net>
6736
6737         Work with tar's bootstrap.
6738         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
6739         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
6740         an m4 comment.
6741
6742 2008-07-09  Jim Meyering  <meyering@redhat.com>
6743
6744         posix-shell.m4: fix typo that made this test malfunction
6745         * m4/posix-shell.m4: Remove capitalization in variable name.
6746
6747 2008-07-08  Bruno Haible  <bruno@clisp.org>
6748
6749         * m4/onceonly.m4: Update comments.
6750         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6751
6752 2008-07-04  Jim Meyering  <meyering@redhat.com>
6753
6754         * users.txt: Add vc-dwim.
6755         (bison, coreutils): Use the gitweb URL.
6756
6757 2008-07-03  Jim Meyering  <meyering@redhat.com>
6758
6759         * users.txt: Add libffcall.  From Sam Steingold.
6760
6761 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
6762
6763         getdate.y: do not ignore TZ with relative day, month or year offset
6764         * lib/getdate.y (get_date): Move the tz-handling block to follow the
6765         relative-date-handling, since otherwise, the latter would clobber the
6766         sole output (an updated Start value) of the tz-handling block.
6767         * tests/test-getdate.c: Tests for the fix
6768
6769 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6770
6771         Recognize 'foo_LIBRARIES += libgnu.a'.
6772         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
6773         makefile snippet has already specified an installation location,
6774         also using '+='.
6775
6776 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
6777
6778         getdate.y: factor out common actions
6779         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
6780         Use them in place of open-coded actions.
6781
6782 2008-07-01  Simon Josefsson  <simon@josefsson.org>
6783
6784         Add self-test for getdate module.
6785         * modules/getdate-tests: New file.
6786         * tests/test-getdate.c: New file.
6787
6788 2008-06-29  Bruno Haible  <bruno@clisp.org>
6789
6790         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
6791         .gitignore.
6792         Reported by Sylvain Beucler <beuc@beuc.net>.
6793
6794 2008-06-29  Bruno Haible  <bruno@clisp.org>
6795
6796         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
6797         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
6798
6799 2008-06-29  Bruno Haible  <bruno@clisp.org>
6800
6801         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
6802         EXTRA_DIST.
6803         Reported by Sylvain Beucler <beuc@beuc.net>.
6804
6805 2008-06-26  Jim Meyering  <meyering@redhat.com>
6806
6807         make several modules depend on the "open" module
6808         This provides slightly increased consistency when opening-for-write
6809         the name of a non-directory spelled with a trailing slash.
6810         * modules/chdir-safer: Likewise.
6811         * modules/chown: Likewise.
6812         * modules/clean-temp: Likewise.
6813         * modules/copy-file: Likewise.
6814         * modules/fchdir: Likewise.
6815         * modules/fcntl-safer: Likewise.
6816         * modules/pipe: Likewise.
6817         * modules/utime: Likewise.
6818         Prompted by Eric Blake and Bruno Haible.
6819
6820 2008-06-24  Andreas Schwab  <schwab@suse.de>
6821
6822         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
6823         literals can be used as initializers for global variables.
6824
6825 2008-06-23  Eric Blake  <ebb9@byu.net>
6826
6827         Make gnulib-cache.m4 easier to diff.
6828         * gnulib-tool (func_import): Allow newlines when reading cached
6829         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
6830
6831 2008-06-23  Bruno Haible  <bruno@clisp.org>
6832
6833         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
6834         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
6835         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
6836         m4/signalblocking.m4.
6837         (gl_PREREQ_SIGACTION): Don't invoke it.
6838         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
6839         gl_PREREQ_SIG_HANDLER_H.
6840         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
6841         Don't check for sigaction here.
6842
6843 2008-06-23  Bruno Haible  <bruno@clisp.org>
6844
6845         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
6846         (install_handlers): Don't set the SA_RESETHAND flag.
6847
6848 2008-06-23  Bruno Haible  <bruno@clisp.org>
6849
6850         * m4/sigaction.m4: Comment fixes.
6851         * lib/signal.in.h: Likewise.
6852
6853 2008-06-23  Eric Blake  <ebb9@byu.net>
6854
6855         Fix typo.
6856         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
6857
6858         Avoid SA_ namespace.
6859         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
6860         Reported by Ralf Wildenhues.
6861
6862         Avoid test failure due to SA_RESTORER.
6863         * tests/test-sigaction.c (SA_MASK): New macro.
6864         (main): Avoid failing due to extension flags being set.
6865         Reported by Jim Meyering.
6866
6867         Revert use of sig-handler.h in sigprocmask.c.
6868         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
6869         it requires the existence of struct sigaction.
6870         * lib/sigprocmask.c (handler_t): Restore typedef.
6871         (rpl_signal, old_handlers): Use local type.
6872
6873 2008-06-22  Bruno Haible  <bruno@clisp.org>
6874
6875         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
6876         conditionally.
6877         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6878
6879 2008-06-22  Bruno Haible  <bruno@clisp.org>
6880
6881         * doc/posix-functions/siginterrupt.texi: Move note.
6882
6883         * lib/signal.in.h (SA_RESTART): New macro.
6884         * lib/sigaction.c: Update comment.
6885
6886         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
6887
6888         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
6889         (gl_PREREQ_SIGPROCMASK): Invoke it.
6890         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
6891
6892         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
6893
6894         * lib/sigprocmask.c: Update a comment.
6895
6896 2008-06-21  Eric Blake  <ebb9@byu.net>
6897
6898         Use sigaction module rather than signal().
6899         * modules/c-stack (Depends-on): Add sigaction.
6900         * modules/fatal-signal (Depends-on): Likewise.
6901         * modules/nanosleep (Depends-on): Likewise.
6902         * modules/sigprocmask (Files): Add sig-handler.h.
6903         * modules/sigaction (Files): Likewise.
6904         * lib/sig-handler.h (get_handler): New file, suggested by Paul
6905         Eggert.
6906         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
6907         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
6908         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
6909         (init_fatal_signals): Likewise.
6910         * lib/nanosleep.c (rpl_nanosleep): Likewise.
6911         (siginterrupt): Delete fallback.
6912         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
6913         instead.
6914         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
6915         siginterrupt.
6916
6917         New module sigaction, for mingw.
6918         * modules/sigaction: New module...
6919         * modules/sigaction-tests: ...and its test.
6920         * m4/sigaction.m4: New file.
6921         * lib/sigaction.c: Likewise.
6922         * tests/test-sigaction.c: Likewise.
6923         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
6924         * modules/signal (Makefile.am): Likewise.
6925         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
6926         needed.
6927         * doc/posix-headers/signal.texi (signal.h): Mention provided
6928         types.
6929         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
6930         that sigaction is preferable.
6931         * doc/posix-functions/sigaction.texi (sigaction): Mention new
6932         module.
6933         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6934         sigaction.
6935
6936         Improve robustness of sigprocmask by overriding signal.
6937         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
6938         is in use.
6939         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
6940         (SIGKILL, SIGSTOP): Provide fallbacks.
6941         (rpl_signal): Implement.
6942         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
6943         signal can be called inside handlers.
6944
6945         Fix nanosleep module on mingw.
6946         * modules/nanosleep (Depends-on): Add sys_select.
6947         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
6948
6949         Fix licensing of sigprocmask.
6950         * modules/raise (License): Relicense as LGPL.
6951
6952 2008-06-21  Bruno Haible  <bruno@clisp.org>
6953
6954         * lib/propername.c (proper_name_utf8): Don't use the transliterated
6955         result if it contains question marks.
6956         Reported by Michael Geng <linux@michaelgeng.de>.
6957
6958 2008-06-19  Bruno Haible  <bruno@clisp.org>
6959
6960         Fix CVS-ism.
6961         * doc/gnulib.texi: Include updated-stamp.texi.
6962         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
6963         (updated-stamp.texi): New rule.
6964         (gnulib.info): Depend on it.
6965         * doc/.gitignore: Add updated-stamp.texi.
6966         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
6967
6968 2008-06-19  Bruno Haible  <bruno@clisp.org>
6969
6970         * doc/Makefile (gnulib.info): Update and simplify dependencies.
6971         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
6972
6973 2008-06-19  Eric Blake  <ebb9@byu.net>
6974
6975         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
6976         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
6977         Reported by Stepan Kasal.
6978
6979 2008-06-18  Bruno Haible  <bruno@clisp.org>
6980
6981         * lib/fatal-signal.c (init_fatal_signals): Add comment.
6982         Reported by Eric Blake.
6983
6984 2008-06-18  Eric Blake  <ebb9@byu.net>
6985
6986         Work around cygwin 1.5.25 strsignal bug.
6987         * tests/test-strsignal.c: Allow for const char *.
6988         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
6989
6990 2008-06-18  Simon Josefsson  <simon@josefsson.org>
6991
6992         * users.txt: Update URL to article and add author/date
6993         information.
6994
6995 2008-06-17  Bruno Haible  <bruno@clisp.org>
6996
6997         New macro gl_DISABLE_THREADS.
6998         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
6999         if the user did not pass --enable-threads or --disable-threads option.
7000         (gl_DISABLE_THREADS): New macro.
7001         Reported by Eric Blake <ebb9@byu.net>.
7002
7003 2008-06-17  Bruno Haible  <bruno@clisp.org>
7004
7005         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
7006         when the macro ignores it.
7007         Based on a patch by Eric Blake <ebb9@byu.net>.
7008
7009 2008-06-17  Bruno Haible  <bruno@clisp.org>
7010
7011         * modules/tls (License): Change to LGPLv2+.
7012         Reported by Eric Blake.
7013
7014 2008-06-17  Eric Blake  <ebb9@byu.net>
7015
7016         Simplify c-stack prerequisites.
7017         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
7018         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
7019         no longer requires <ucontext.h> to exist.  Optimize setrlimit
7020         check.
7021         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
7022         <sys/resource.h>.
7023
7024         Move c-stack test into testsuite.
7025         * modules/c-stack-tests: New file.
7026         * lib/c-stack.c [DEBUG]: Move test program...
7027         * tests/test-c-stack.c: ...into this new file.  Skip rather than
7028         fail test if sigaltstack is lacking.
7029         * tests/test-c-stack.sh: New driver file.
7030
7031 2008-06-16  Eric Blake  <ebb9@byu.net>
7032
7033         Use raise module consistently.
7034         * modules/fatal-signal (Depends-on): Add raise.
7035         * modules/sigprocmask (Depends-on): Likewise.
7036         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
7037         * lib/sigprocmask.c (sigprocmask): Likewise.
7038         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
7039         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
7040
7041         Fix compliance bug in sigpending.
7042         * lib/sigprocmask.c (sigpending): Return pending array via
7043         parameter, not return value.
7044
7045 2008-06-14  Eric Blake  <ebb9@byu.net>
7046
7047         Improve obstack-printf test code.
7048         * tests/test-obstack-printf.c (test_function): Fix comment, and
7049         simplify usage of obstack_* in macros.  Add a test for coverage.
7050         Reported by Bruno Haible.
7051
7052 2008-06-14  Bruno Haible  <bruno@clisp.org>
7053
7054         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
7055         array size as a constant, not as a const variable.
7056         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
7057         AC_USE_SYSTEM_EXTENSIONS.
7058         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
7059         Test whether the obstack_printf function actually exists.
7060         * modules/obstack-printf (Depends-on): Add extensions.
7061         (Include): Remove obstack.h.
7062         * modules/obstack-printf-posix (Depends-on): Add extensions.
7063         (Include): Remove obstack.h.
7064
7065 2008-06-13  Eric Blake  <ebb9@byu.net>
7066
7067         Add obstack-printf and obstack-printf-posix modules.
7068         * modules/obstack-printf: New file.
7069         * modules/obstack-printf-posix: Likewise.
7070         * MODULES.html.sh (Misc): Mention them.
7071         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
7072         Likewise.
7073         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
7074         Likewise.
7075         * modules/stdio (Makefile.am): Accomodate new modules.
7076         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7077         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
7078         Declare.
7079         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
7080         functions.
7081         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
7082         (gl_REPLACE_OBSTACK_PRINTF): New macros
7083         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
7084         * tests/test-obstack-printf.c: New file.
7085         * modules/obstack-printf-tests: Likewise.
7086         * modules/obstack-printf-posix-tests: Likewise.
7087
7088 2008-06-11  Bruno Haible  <bruno@clisp.org>
7089
7090         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
7091         * lib/open.c: Include errno.h.
7092         (open): Fail when attempting to write to a file that has a trailing
7093         slash.
7094         * tests/test-open.c (main): Test against trailing slash bug.
7095         * doc/posix-functions/open.texi: Mention the trailing slash bug.
7096
7097 2008-06-10  Bruno Haible  <bruno@clisp.org>
7098
7099         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
7100         for $? to work inside the trap command, with various /bin/sh-s.
7101         * tests/test-vc-list-files-cvs.sh: Likewise.
7102
7103 2008-06-10  Bruno Haible  <bruno@clisp.org>
7104
7105         * lib/acl-internal.h: Don't include gettext.h here.
7106         * lib/set-mode-acl.c: Include gettext.h here.
7107         * lib/copy-acl.c: Likewise.
7108
7109 2008-06-10  Bruno Haible  <bruno@clisp.org>
7110
7111         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
7112         * lib/wait-process.c (wait_subprocess): Likewise.
7113         * lib/execute.h (execute): Add termsigp argument.
7114         * lib/execute.c (execute): Likewise.
7115         * lib/csharpcomp.c (compile_csharp_using_pnet,
7116         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
7117         * lib/csharpexec.c (execute_csharp_using_pnet,
7118         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
7119         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
7120         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
7121         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
7122         is_jikes_present): Update.
7123         * lib/javaexec.c (execute_java_class): Update.
7124         * lib/javaversion.c (execute_and_read_line): Update.
7125         * NEWS: Document the changes.
7126         Reported by Eric Blake.
7127
7128 2008-06-10  Eric Blake  <ebb9@byu.net>
7129
7130         Add missing include.
7131         * tests/test-strstr.c (includes): Add <signal.h>.
7132         * tests/test-strcasestr.c (includes): Likewise.
7133         * tests/test-memmem.c (includes): Likewise.
7134
7135 2008-06-10  Bruno Haible  <bruno@clisp.org>
7136
7137         * lib/wait-process.c (wait_subprocess): Add an assertion.
7138
7139 2008-06-10  Bruno Haible  <bruno@clisp.org>
7140
7141         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
7142
7143 2008-06-10  Bruno Haible  <bruno@clisp.org>
7144
7145         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
7146         using alarm().
7147         * tests/test-strcasestr.c (main): Likewise.
7148         * tests/test-strstr.c (main): Likewise.
7149
7150 2008-06-09  Bruno Haible  <bruno@clisp.org>
7151
7152         Work around the Solaris 10 ACE ACLs ABI change.
7153         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
7154         declare if ACL_NO_TRIVIAL is present.
7155         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
7156         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
7157         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
7158         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
7159         define if ACL_NO_TRIVIAL is present.
7160         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
7161         and use the current ABI.
7162         (file_has_acl): Use same #if condition as elsewhere.
7163         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
7164         in use, and use the current ABI.
7165         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
7166         Reported by Jim Meyering.
7167
7168 2008-06-09  Eric Blake  <ebb9@byu.net>
7169
7170         Work around environments that (stupidly) ignore SIGALRM.
7171         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
7172         before using alarm().
7173         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7174         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7175         Reported by Ian Beckwith <ianb@erislabs.net>.
7176
7177         Produce autobuild blurb earlier in log.
7178         * modules/autobuild (configure.ac-early): Move AB_INIT here.
7179
7180 2008-06-09  Jim Meyering  <meyering@redhat.com>
7181         and OndÅ™ej Vašík  <ovasik@redhat.com>
7182
7183         utimens.c: correct kernel bug work-around
7184         OndÅ™ej Vašík found that the invalid return value of 280 indicates
7185         failure, not success, and the kernel bug we're trying to work
7186         around affects not just the utimensat call, but also the fallback
7187         futimens call.
7188         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
7189         not success.
7190         [HAVE_FUTIMENS]: Use the same work-around, here.
7191
7192 2008-06-09  Jim Meyering  <meyering@redhat.com>
7193
7194         add more guards around definition of ACE_-related code
7195         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
7196         ALLOW and ACE_OWNER are also defined.
7197
7198 2008-06-08  Bruno Haible  <bruno@clisp.org>
7199
7200         * lib/acl-internal.h: Add me as co-author.
7201         * lib/file-has-acl.c: Likewise.
7202         * lib/set-mode-acl.c: Likewise.
7203         * lib/copy-acl.c: Likewise.
7204
7205 2008-06-08  Bruno Haible  <bruno@clisp.org>
7206
7207         Add support for AIX ACLs.
7208         * lib/acl-internal.h (acl_nontrivial): New declaration.
7209         * lib/file-has-acl.c (acl_nontrivial): New function.
7210         (file_has_acl): Add implementation using AIX 4 ACL API.
7211         * lib/set-mode-acl.c (qset_acl): Likewise.
7212         * lib/copy-acl.c (qcopy_acl): Likewise.
7213
7214 2008-06-08  Bruno Haible  <bruno@clisp.org>
7215
7216         Add support for HP-UX ACLs.
7217         * lib/acl-internal.h (acl_nontrivial): New declaration.
7218         * lib/file-has-acl.c (acl_nontrivial): New function.
7219         (file_has_acl): Add implementation using HP-UX 11 ACL API.
7220         * lib/set-mode-acl.c (qset_acl): Likewise.
7221         * lib/copy-acl.c (qcopy_acl): Likewise.
7222
7223 2008-06-08  Bruno Haible  <bruno@clisp.org>
7224
7225         Add support for Cygwin ACLs.
7226         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
7227         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
7228         the chmod_or_fchmod call.
7229         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
7230
7231 2008-06-08  Bruno Haible  <bruno@clisp.org>
7232
7233         Fix bug with setuid modes in Solaris 10+ code.
7234         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
7235         succeeded, when the mode contains some special bits.
7236
7237 2008-06-08  Bruno Haible  <bruno@clisp.org>
7238
7239         Add support for Solaris 7..10 ACLs.
7240         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
7241         declarations.
7242         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
7243         functions.
7244         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
7245         * lib/set-mode-acl.c (qset_acl): Likewise.
7246         * lib/copy-acl.c (qcopy_acl): Likewise.
7247
7248 2008-06-08  Bruno Haible  <bruno@clisp.org>
7249
7250         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
7251         declaration.
7252         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
7253         (acl_access_nontrivial): Remove MacOS X case.
7254         (file_has_acl): Use acl_extended_nontrivial.
7255         * lib/copy-acl.c (qcopy_acl): Likewise.
7256
7257 2008-06-08  Bruno Haible  <bruno@clisp.org>
7258
7259         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
7260
7261 2008-06-08  Jim Meyering  <meyering@redhat.com>
7262
7263         * modules/acl (Maintainer): Add Bruno Haible.
7264
7265 2008-06-07  Bruno Haible  <bruno@clisp.org>
7266
7267         Improve support for Tru64 ACLs.
7268         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
7269         ACL on OSF/1.
7270
7271 2008-06-07  Bruno Haible  <bruno@clisp.org>
7272
7273         Add support for MacOS X ACLs.
7274         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
7275         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
7276         * lib/set-mode-acl.c (qset_acl): Likewise.
7277         * lib/copy-acl.c (qcopy_acl): Likewise.
7278
7279 2008-06-07  Bruno Haible  <bruno@clisp.org>
7280
7281         Fix memory leak introduced on 2008-05-22.
7282         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
7283         use.
7284
7285 2008-06-07  Bruno Haible  <bruno@clisp.org>
7286
7287         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
7288         to construct an empty ACL.
7289
7290 2008-06-07  Bruno Haible  <bruno@clisp.org>
7291
7292         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
7293         precisely.
7294         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
7295
7296 2008-06-07  Bruno Haible  <bruno@clisp.org>
7297
7298         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
7299         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
7300
7301 2008-06-07  Bruno Haible  <bruno@clisp.org>
7302
7303         * doc/posix-functions/_setjmp.texi: Explain the use of this function
7304         regardless of POSIX.
7305         * doc/posix-functions/_longjmp.texi: Likewise.
7306         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
7307         SystemV platform in this case.
7308
7309 2008-06-06  Eric Blake  <ebb9@byu.net>
7310
7311         Document abort() bugs.
7312         * doc/posix-functions/abort.texi (abort): Mention anomalies.
7313
7314         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
7315         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
7316         sigsetjmp.
7317         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
7318         siglongjmp, but only as a macro.
7319         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
7320         is obsolete.
7321         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
7322
7323         Tweak documentation to cover cygwin argz bugs.
7324         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
7325         argz bug fix; no code change needed since no cygwin releases
7326         occurred between the last fix and the bug being tested.
7327         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
7328         module and recently fixed cygwin bugs.
7329         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
7330         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
7331         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
7332         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
7333         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
7334         Likewise.
7335         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
7336         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
7337         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
7338         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
7339         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
7340         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
7341         Likewise.
7342
7343         Avoid gcc warning on cygwin.
7344         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
7345         !ACL_NO_TRIVIAL]: Avoid unused variable.
7346
7347 2008-06-05  Eric Blake  <ebb9@byu.net>
7348
7349         Be tolerant of UNKNOWN version in gnulib-tool test dir.
7350         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
7351         git-version-gen fails to come up with a version.
7352         Reported by Simon Josefsson.
7353
7354 2008-06-05  Jim Meyering  <meyering@redhat.com>
7355             Paul Eggert  <eggert@cs.ucla.edu>
7356
7357         utimens.c: work around a probable Linux kernel bug
7358         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
7359         appears to be a kernel bug that causes utimensat to return 280
7360         instead of 0, indicating success.
7361
7362 2008-06-04  Bruno Haible  <bruno@clisp.org>
7363
7364         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
7365         2008-06-01 commit.
7366
7367 2008-06-04  Bruno Haible  <bruno@clisp.org>
7368
7369         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
7370         * lib/file-has-acl.c (acl_access_nontrivial): New function.
7371         (file_has_acl): Use it. Save errno afterwards.
7372         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
7373
7374 2008-06-03  Bruno Haible  <bruno@clisp.org>
7375
7376         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
7377         draft code. Simplify #ifs.
7378         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
7379         Put Solaris code after POSIX-draft code. Fix comments regarding
7380         Solaris 10, HP-UX. Mention Cygwin.
7381         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
7382
7383 2008-06-03  Eric Blake  <ebb9@byu.net>
7384
7385         Provide fallback for older kernels.
7386         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
7387         Provide runtime fallback if kernel lacks support.
7388         Reported by Mike Frysinger.
7389
7390 2008-06-02  Bruno Haible  <bruno@clisp.org>
7391
7392         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
7393         it exists.
7394
7395 2008-06-02  Bruno Haible  <bruno@clisp.org>
7396
7397         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
7398         * lib/copy-acl.c (qcopy_acl): Update comment.
7399
7400 2008-06-02  Bruno Haible  <bruno@clisp.org>
7401
7402         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
7403         like ACL APIs.
7404
7405 2008-06-02  Bruno Haible  <bruno@clisp.org>
7406
7407         * tests/test-file-has-acl.sh: Use different code for Cygwin.
7408         * tests/test-set-mode-acl.sh: Likewise.
7409         * tests/test-copy-acl.sh: Likewise.
7410         * tests/test-copy-file.sh: Likewise.
7411
7412 2008-06-02  Bruno Haible  <bruno@clisp.org>
7413
7414         * tests/test-file-has-acl.sh: Remove unused code.
7415
7416 2008-06-01  Bruno Haible  <bruno@clisp.org>
7417
7418         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
7419         (copy_acl): Just a wrapper around qcopy_acl that emits the error
7420         messages.
7421         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
7422
7423 2008-06-01  Bruno Haible  <bruno@clisp.org>
7424
7425         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
7426         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
7427         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
7428         APIs.
7429         * modules/acl-tests (configure.ac): Remove tests now contained in
7430         m4/acl.m4.
7431
7432 2008-06-02  Jim Meyering  <meyering@redhat.com>
7433
7434         announce-gen: use a better key-server host name
7435         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
7436         it may be more consistently reliable.  Suggested by Werner Koch
7437         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
7438
7439 2008-06-01  Bruno Haible  <bruno@clisp.org>
7440
7441         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
7442         Reported by Voroskoi Andras <voroskoi@gmail.com>.
7443
7444 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
7445
7446         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
7447
7448 2008-06-01  Bruno Haible  <bruno@clisp.org>
7449
7450         New ACL tests.
7451         * tests/test-file-has-acl.sh: New file.
7452         * tests/test-file-has-acl.c: New file.
7453         * tests/test-set-mode-acl.sh: New file.
7454         * tests/test-set-mode-acl.c: New file.
7455         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
7456         * tests/test-copy-acl.c: New file.
7457         * modules/acl-tests: New file, based on modules/copy-file-tests.
7458         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
7459         (Depends-on): Add acl-tests.
7460         (configure.ac): Remove checks.
7461         (Makefile.am): Don't create test-sameacls program here any more.
7462
7463 2008-06-01  Bruno Haible  <bruno@clisp.org>
7464
7465         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
7466         * tests/test-sameacls.c: Include progname.h.
7467         (main): Invoke set_program_name. Portability fixes for MacOS X,
7468         Solaris, HP-UX.
7469
7470 2008-06-01  Bruno Haible  <bruno@clisp.org>
7471
7472         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
7473         function.
7474         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
7475
7476 2008-06-01  Bruno Haible  <bruno@clisp.org>
7477
7478         * modules/rpmatch (Depends-on): Add strdup.
7479
7480 2008-06-01  Bruno Haible  <bruno@clisp.org>
7481
7482         * lib/pipe.c: Include unistd-safer.h.
7483         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
7484         * modules/pipe (Depends-on): Add unistd-safer.
7485
7486 2008-05-30  Simon Josefsson  <simon@josefsson.org>
7487
7488         * modules/autobuild (configure.ac): Call AB_INIT.
7489
7490 2008-05-30  Simon Josefsson  <simon@josefsson.org>
7491
7492         * tests/test-getaddrinfo.c: Don't print debug messages by default.
7493         Suggested by Bruno Haible <bruno@clisp.org>.
7494
7495 2008-05-30  Simon Josefsson  <simon@josefsson.org>
7496
7497         * tests/test-base64.c: Cast size_t to unsigned long when invoking
7498         printf.  Use %lu instead of %d.  Reported by Bruno Haible
7499         <bruno@clisp.org>.
7500
7501 2008-05-29  Eric Blake  <ebb9@byu.net>
7502
7503         Prefer new POSIX 200x interfaces over futimesat.
7504         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
7505         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
7506         when available.
7507         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
7508
7509 2008-05-28  Bruno Haible  <bruno@clisp.org>
7510
7511         * modules/stpcpy (License): Change to LGPLv2+.
7512         Requested by David Lutterkort <dlutter@redhat.com>.
7513
7514 2008-05-27  Bruno Haible  <bruno@clisp.org>
7515
7516         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
7517         current mingw.
7518         Reported by Jose E. Marchesi <jemarch@gnu.org>.
7519
7520 2008-05-27  Bruno Haible  <bruno@clisp.org>
7521
7522         * modules/iconv_open (Link): New section, from module 'iconv'.
7523         * modules/striconv (Link): Likewise.
7524         * modules/striconveh (Link): Likewise.
7525         * modules/xstriconv (Link): Likewise.
7526         * modules/unicodeio (Link): Likewise.
7527         * modules/propername (Link): Likewise.
7528         Reported by Jim Meyering.
7529
7530 2008-05-26  Jim Meyering  <meyering@redhat.com>
7531
7532         sha256: do not artificially restrict buffer length to be < 2^32
7533         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
7534         uint32_t to size_t.
7535         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
7536         to match.
7537
7538         avoid unaligned access errors, e.g., on sparc
7539         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
7540         direct access through a possibly-unaligned uint64* pointer.
7541         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
7542         direct access through a possibly-unaligned uint32* pointer.
7543         Prompted by this patch from Tom "spot" Callaway:
7544         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
7545
7546         sha512.c: fix typo in comment
7547         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
7548
7549 2008-05-25  Bruno Haible  <bruno@clisp.org>
7550
7551         * lib/set-mode-acl.c: Renamed from lib/acl.c.
7552         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
7553         (Makefile.am): Update lib_SOURCES.
7554
7555 2008-05-25  Bruno Haible  <bruno@clisp.org>
7556
7557         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
7558
7559 2008-05-25  Jim Meyering  <meyering@redhat.com>
7560
7561         useless-if-before-free: freed expr may have white-space differences
7562         * build-aux/useless-if-before-free: Recognize cases in which the
7563         freed expression differs from the tested one in embedded white
7564         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
7565         $1 was used, so we can't make any regexp shy.  Improved tests now
7566         detect this.
7567
7568         useless-if-before-free: accept white space in the expression.
7569         * build-aux/useless-if-before-free: For now, any white space
7570         in the expression must be identical in the free argument.
7571
7572         useless-if-before-free: efficiency tweak
7573         * build-aux/useless-if-before-free: Make the expression-matching
7574         regexp "shy".
7575         Make the *outer* regexp shy, not the expr-matching one.
7576
7577         update code-in-comment to accept cast of free arg
7578         * build-aux/useless-if-before-free: Update regexp.
7579
7580 2008-05-25  Bruno Haible  <bruno@clisp.org>
7581
7582         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
7583         * modules/copy-file-tests (Files, Makefile.am): Update.
7584         * tests/test-copy-file.c (func_test_copy): Update.
7585
7586 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
7587
7588         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
7589
7590 2008-05-23  Bruno Haible  <bruno@clisp.org>
7591
7592         Improve support for ACLs on OSF/1.
7593         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
7594         Remove fallback for unknown flavors of ACLs.
7595
7596 2008-05-22  Bruno Haible  <bruno@clisp.org>
7597
7598         Add support for ACLs on OSF/1.
7599         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
7600         replacements.
7601         (acl_free_text): New macro fallback.
7602         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
7603         acl_free.
7604         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
7605         acl_free_text function. Require AC_C_INLINE.
7606
7607 2008-05-22  Bruno Haible  <bruno@clisp.org>
7608
7609         Make copy_acl work on MacOS X 10.5.
7610         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
7611         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
7612         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
7613         If MODE_INSIDE_ACL, don't assume that every system has the same text
7614         representation for ACLs as FreeBSD.
7615         * lib/copy-acl.c (copy_acl): Add support for platforms with
7616         !MODE_INSIDE_ACL.
7617         * lib/file-has-acl.c (file_has_acl): Likewise.
7618         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
7619         FreeBSD, MacOS X, or IRIX, respectively.
7620
7621 2008-05-22  Bruno Haible  <bruno@clisp.org>
7622
7623         * lib/acl.h: Don't include <sys/acl.h>.
7624         (GETACLCNT): Move fallback to lib/acl-internal.h.
7625         * lib/acl-internal.h: Include <sys/acl.h> here.
7626         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
7627
7628 2008-05-22  Bruno Haible  <bruno@clisp.org>
7629
7630         Split off copy_acl function to separate file.
7631         * lib/copy-acl.c: New file, extracted from lib/acl.c.
7632         * lib/acl.c (copy_acl): Moved function to separate file.
7633         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
7634         * modules/acl (Files): Add lib/copy-acl.c.
7635         (Makefiles.am): Augment lib_SOURCES.
7636
7637 2008-05-22  Bruno Haible  <bruno@clisp.org>
7638
7639         * modules/copy-file-tests: New file.
7640         * tests/test-copy-file.sh: New file.
7641         * tests/test-copy-file.c: New file.
7642         * tests/test-copy-file-sameacls.c: New file.
7643
7644 2008-05-22  Eric Blake  <ebb9@byu.net>
7645
7646         Avoid gcc warning.
7647         * tests/test-memcmp.c (main): Pass NULL indirectly.
7648
7649 2008-05-21  Bruno Haible  <bruno@clisp.org>
7650
7651         Add reference doc about ACLs.
7652         * doc/acl-resources.txt: New file.
7653         * doc/acl-cygwin.txt: New file.
7654
7655 2008-05-21  Bruno Haible  <bruno@clisp.org>
7656
7657         Avoid one more warning from gcc.
7658         * lib/vasnprintf.c (IF_LINT): Update comments.
7659         (VASNPRINTF): Use it also for the 'prefix' array initializer.
7660
7661 2008-05-21  Jim Meyering  <meyering@redhat.com>
7662
7663         avoid a warning from gcc
7664         * lib/vasnprintf.c (IF_LINT): Define.
7665         (scale10_round_decimal_long_double):
7666         Use it to avoid a "may be used uninitialized" warning.
7667         (scale10_round_decimal_double): Likewise.
7668
7669 2008-05-21  Simon Josefsson  <simon@josefsson.org>
7670
7671         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
7672         declared.
7673
7674 2008-05-20  Bruno Haible  <bruno@clisp.org>
7675
7676         * tests/test-memcmp.c (main): Test also the sign of the result. Test
7677         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
7678
7679 2008-05-20  Simon Josefsson  <simon@josefsson.org>
7680
7681         * modules/memcmp-tests: New file.
7682         * tests/test-memcmp.c: New file.
7683
7684 2008-05-19  Bruno Haible  <bruno@clisp.org>
7685
7686         * modules/propername (Notice, configure.ac): Put quoted "..." into
7687         --keyword option.
7688         * lib/propername.h: Update comments accordingly.
7689         Reported by Eric Blake.
7690
7691 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
7692
7693         * modules/getpass-gnu (Depends-on): Add fseeko.
7694
7695 2008-05-19  Simon Josefsson  <simon@josefsson.org>
7696
7697         * modules/base64-tests: New file.
7698
7699 2008-05-19  Bo Borgerson <gigabo@gmail.com>
7700
7701         * lib/base64.c (base64_decode_ctx): If a decode context structure
7702         was passed in use it to ignore newlines.  If a context structure
7703         was _not_ passed in, continue to treat newlines as garbage (this
7704         is the historical behavior).  Formerly base64_decode.
7705         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
7706         takes a decode context structure.
7707         * lib/base64.h (base64_decode): Macro for four-argument calls.
7708         (base64_decode_alloc): Likewise.
7709         * lib/base64.c (base64_decode_ctx): If a decode context structure
7710         was passed in use it to ignore newlines.  If a context structure
7711         was _not_ passed in, continue to treat newlines as garbage (this
7712         is the historical behavior).  Formerly base64_decode.
7713         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
7714         takes a decode context structure.
7715         * lib/base64.h (base64_decode): Macro for four-argument calls.
7716         (base64_decode_alloc): Likewise.
7717
7718 2008-05-19  Jim Meyering  <meyering@redhat.com>
7719
7720         avoid a warning from gcc
7721         * lib/trim.c (IF_LINT): Define.
7722         (trim2): Use it to avoid a "may be used uninitialized" warning.
7723
7724         Fix doc typo.
7725         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
7726
7727 2008-05-19  Bruno Haible  <bruno@clisp.org>
7728
7729         * doc/glibc-functions/getpass.texi: Document limits of other
7730         implementations.
7731
7732 2008-05-19  Simon Josefsson  <simon@josefsson.org>
7733             Bruno Haible <bruno@clisp.org>
7734
7735         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
7736
7737 2008-05-18  Bruno Haible  <bruno@clisp.org>
7738
7739         * modules/propername: New file, from GNU gettext.
7740         * lib/propername.h: New file, from GNU gettext.
7741         * lib/propername.c: New file, from GNU gettext.
7742         * MODULES.html.sh (Internationalization functions): Add propername.
7743
7744 2008-05-16  Jim Meyering  <meyering@redhat.com>
7745             Bruno Haible  <bruno@clisp.org>
7746
7747         Avoid some warnings from "gcc -Wshadow".
7748         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
7749
7750 2008-05-15  Eric Blake  <ebb9@byu.net>
7751
7752         Extend previous patch to cygwin 1.7.0.
7753         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
7754         fast implementation in cygwin >= 1.7.0.
7755         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7756         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7757
7758 2008-05-15  Bruno Haible  <bruno@clisp.org>
7759
7760         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
7761         implementation in glibc >= 2.9.
7762         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7763         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7764
7765 2008-05-15  Bruno Haible  <bruno@clisp.org>
7766
7767         * MODULES.html.sh (Internationalization functions): Remove linebreak.
7768         (Unicode string functions): Add unilbrk/*.
7769         Reported by Karl Berry.
7770
7771 2008-05-15  Eric Blake  <ebb9@byu.net>
7772
7773         Fix violation of <stdbool.h> replacement in regex.
7774         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
7775         * lib/regexec.c (re_search_internal): Likewise.
7776         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
7777
7778 2008-05-15  Jim Meyering  <meyering@redhat.com>
7779
7780         avoid distracting test output when git or cvs is not found
7781         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
7782         * tests/test-vc-list-files-git.sh: Likewise.
7783
7784 2008-05-15  Eric Blake  <ebb9@byu.net>
7785
7786         Glibc finally accepted the memmem speedup code, bugzilla #5514.
7787         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
7788         glibc version.
7789         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
7790         * doc/posix-functions/strstr.texi (strstr): Likewise.
7791         * lib/str-two-way.h (MAX): Sychronize with glibc.
7792
7793 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
7794
7795         * lib/regcomp.c (optimize_utf8): Add a note on why we test
7796         opr.ctx_type.
7797         (calc_first): Initialize constraint field.
7798         (duplicate_node_closure): Use it instead of special casing ANCHORS.
7799         Fix grammar.
7800         (duplicate_node): Merge constraint field for all node types.
7801         (calc_eclosure_iter): Look at constraint field for all node types.
7802         * lib/regex_internal.c (create_cd_newstate): Don't look at
7803         opr.ctx_type.
7804
7805 2008-05-14  Bruno Haible  <bruno@clisp.org>
7806
7807         Help GCC to do better code generation.
7808         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
7809         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
7810         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
7811         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
7812         Declare with attribute 'malloc' if supported.
7813
7814 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
7815
7816         use "echo STR|wc -c" rather than unportable "expr length STR"
7817         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
7818         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
7819
7820 2008-05-14  Jim Meyering  <meyering@redhat.com>
7821
7822         use dd ibs=$n count=1 ... rather than less-portable head -c$n
7823         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
7824         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
7825         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
7826         via Collin Lasse.
7827
7828 2008-05-14  Eric Blake  <ebb9@byu.net>
7829
7830         Avoid quadratic growth in gl_LIBSOURCES.
7831         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
7832         Suggested by Bruno Haible.
7833
7834         Test xmemdup0.
7835         * modules/xmemdup0-tests: New file.
7836         * tests/test-xmemdup0.c: Likewise.
7837
7838 2008-05-13  Eric Blake  <ebb9@byu.net>
7839
7840         Split xmemdup0 into its own module.
7841         * modules/xmemdup0: New file.
7842         * lib/xmemdup0.h: Likewise.
7843         * lib/xmemdup0.c: Likewise.
7844         * MODULES.html.sh (Memory management functions): Add xmemdup0.
7845         * lib/xalloc.h (xmemdup0): Remove.
7846         * lib/xmalloc.c (xmemdup0): Likewise.
7847
7848 2008-05-13  Eric Blake  <ebb9@byu.net>
7849             Bruno Haible  <bruno@clisp.org>
7850
7851         Reduce number of forks required during autoconf.
7852         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
7853         and gl_LIBSOURCES_DIR.
7854         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
7855         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
7856         m4_syscmd per file.
7857         <m4_foreach_w>: Move...
7858         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
7859
7860 2008-05-13  Eric Blake  <ebb9@byu.net>
7861
7862         * gnulib-tool: Fix various comment typos.
7863
7864 2008-05-12  Bruno Haible  <bruno@clisp.org>
7865
7866         Tailor the linebreaking algorithm.
7867         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
7868
7869 2008-05-12  Bruno Haible  <bruno@clisp.org>
7870
7871         Update to Unicode 5.0.0.
7872         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
7873         LBP_JV, LBP_JT. Redistribute values.
7874         (unilbrk_table): Change size.
7875         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
7876         Unicode TR#14 rev. 22.
7877         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
7878         LBP_JV, LBP_JT. Redistribute values.
7879         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
7880         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
7881         Update.
7882         * lib/unilbrk/lbrkprop1.h: Regenerated.
7883         * lib/unilbrk/lbrkprop2.h: Regenerated.
7884         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
7885         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
7886         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
7887         Likewise.
7888         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
7889         Likewise.
7890         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
7891         result.
7892         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
7893         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
7894         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
7895         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
7896         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
7897         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
7898
7899 2008-05-11  Bruno Haible  <bruno@clisp.org>
7900
7901         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
7902
7903 2008-05-11  Bruno Haible  <bruno@clisp.org>
7904
7905         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
7906         * modules/unilbrk/gen-lbrk: New file.
7907
7908 2008-05-11  Bruno Haible  <bruno@clisp.org>
7909
7910         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
7911         * m4/sha512.m4 (gl_SHA512): Likewise.
7912
7913 2008-05-11  Jim Meyering  <meyering@redhat.com>
7914
7915         New modules: crypto/sha256, crypto/sha512 (from coreutils)
7916         * modules/crypto/sha256: New file.
7917         * modules/crypto/sha512: Likewise.
7918         * lib/sha256.c: Likewise.
7919         * lib/sha256.h: Likewise.
7920         * lib/sha512.c: Likewise.
7921         * lib/sha512.h: Likewise.
7922         * lib/u64.h: Likewise.
7923         * m4/sha256.m4: Likewise.
7924         * m4/sha512.m4: Likewise.
7925         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
7926
7927 2008-05-10  Bruno Haible  <bruno@clisp.org>
7928
7929         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
7930         (Input/Output <stdio.h>): Add xprintf.
7931         (Signal handling <signal.h>): Add strsignal.
7932         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
7933         (Core language properties): Add func.
7934         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
7935         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
7936         strings.
7937         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
7938         (Input/output): New section.
7939         (File system functions): Add openat-die, stat-macros.
7940         (Networking functions): Add sockets.
7941         (Unicode string functions): Add unictype/*.
7942         (Support for building libraries and executables): Add gperf.
7943         (Support for building documentation): Add agpl-3.0.
7944         (Misc): Add nocrash.
7945
7946 2008-05-10  Bruno Haible  <bruno@clisp.org>
7947
7948         * modules/unictype/gen-ctype: New file.
7949
7950 2008-05-10  Jim Meyering  <meyering@redhat.com>
7951
7952         Make chdir-safer.c more efficient on a system with no symlinks.
7953         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
7954         also if ELOOP is zero.  Suggested by Bruno Haible.
7955
7956         Make chdir-safer.c slightly safer.
7957         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
7958         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
7959
7960         Avoid compile failure on systems without ELOOP (like mingw).
7961         * lib/chdir-safer.c (ELOOP): Define if not already defined.
7962         Reported by Bruno Haible.
7963
7964 2008-05-10  Bruno Haible  <bruno@clisp.org>
7965
7966         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
7967         (is_utf8_encoding): Use a case-insensitive comparison.
7968         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
7969         streq.
7970
7971 2008-05-10  Bruno Haible  <bruno@clisp.org>
7972
7973         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
7974         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
7975         * lib/unilbrk/ulc-common.h (iconv_string_length,
7976         iconv_string_keeping_offsets): Remove declarations.
7977         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
7978         Don't include <iconv.h>, streq.h, xsize.h.
7979         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
7980         conversion.
7981         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
7982         <iconv.h>, streq.h, xsize.h.
7983         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
7984         conversion.
7985         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
7986         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
7987         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
7988         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
7989
7990 2008-05-10  Bruno Haible  <bruno@clisp.org>
7991
7992         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
7993         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
7994
7995         * modules/unilbrk/u32-width-linebreaks-tests: New file.
7996         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
7997
7998         * modules/unilbrk/u16-width-linebreaks-tests: New file.
7999         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
8000
8001         * modules/unilbrk/u8-width-linebreaks-tests: New file.
8002         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
8003
8004         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
8005         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
8006
8007         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
8008         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
8009
8010         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
8011         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
8012
8013         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
8014         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
8015
8016 2008-05-10  Bruno Haible  <bruno@clisp.org>
8017
8018         Split up 'linebreak' module.
8019         * lib/unilbrk.h: New file, based on lib/linebreak.h.
8020         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
8021         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
8022         modifications.
8023         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
8024         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
8025         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
8026         lib/linebreak.c.
8027         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
8028         lib/linebreak.c.
8029         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
8030         lib/linebreak.c.
8031         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
8032         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
8033         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
8034         lib/linebreak.c.
8035         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
8036         lib/linebreak.c.
8037         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
8038         lib/linebreak.c.
8039         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
8040         lib/linebreak.c.
8041         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
8042         lib/linebreak.c.
8043         * modules/unilbrk/base: New file.
8044         * modules/unilbrk/tables: New file.
8045         * modules/unilbrk/u8-possible-linebreaks: New file.
8046         * modules/unilbrk/u16-possible-linebreaks: New file.
8047         * modules/unilbrk/u32-possible-linebreaks: New file.
8048         * modules/unilbrk/ulc-common: New file.
8049         * modules/unilbrk/ulc-possible-linebreaks: New file.
8050         * modules/unilbrk/u8-width-linebreaks: New file.
8051         * modules/unilbrk/u16-width-linebreaks: New file.
8052         * modules/unilbrk/u32-width-linebreaks: New file.
8053         * modules/unilbrk/ulc-width-linebreaks: New file.
8054         * lib/linebreak.h: Remove file.
8055         * lib/linebreak.c: Remove file.
8056         * m4/linebreak.m4: Remove file.
8057         * modules/linebreak: Remove file.
8058         * NEWS: Mention the changes.
8059
8060 2008-05-09  Eric Blake  <ebb9@byu.net>
8061
8062         Add xmemdup0.
8063         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
8064         implementation.
8065         * lib/xmalloc.c (xmemdup0): New C implementation.
8066
8067 2008-05-08  Bruno Haible  <bruno@clisp.org>
8068
8069         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
8070
8071 2008-05-07  Eric Blake  <ebb9@byu.net>
8072
8073         Support cross-compilation of <wctype.h>.
8074         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
8075         AC_CACHE_CHECK.
8076
8077 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
8078
8079         * build-aux/vc-list-files: Add support for bzr.
8080
8081 2008-05-03  Jim Meyering  <meyering@redhat.com>
8082
8083         avoid failed assertion with tight malloc
8084         * tests/test-getndelim2.c: Correct an off-by-one assertion.
8085
8086 2008-05-03  Simon Josefsson  <simon@josefsson.org>
8087
8088         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
8089         are needed from arpa/inet.h.
8090         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
8091         Reported by Bruno Haible.
8092
8093 2008-05-02  Jim Meyering  <meyering@redhat.com>
8094
8095         avoid compilation error on FreeBSD 6
8096         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
8097
8098 2008-05-01  Jim Meyering  <meyering@redhat.com>
8099
8100         useless-if-before-free: correct --help's exit status description
8101         * build-aux/useless-if-before-free (usage): Like grep, exit 0
8102         for one or more matches, etc.  Reported by Bruno Haible.
8103
8104         vc-list-files: make the stand-alone gnulib test work
8105         * modules/vc-list-files-tests (configure.ac):
8106         Define and AC_SUBST abs_aux_dir.
8107         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
8108         $(abs_top_srcdir) to each script and having each of them
8109         duplicate the work of setting PATH, set PATH here, using
8110         the new variable, abs_aux_dir instead.
8111         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
8112         * tests/test-vc-list-files-git.sh: Likewise.
8113         Reported by Bruno Haible.
8114
8115 2008-05-01  Bruno Haible  <bruno@clisp.org>
8116
8117         * lib/getndelim2.c (getndelim2): Fix newsize computation during
8118         reallocation. Rename 'done' to 'found_delimiter'.
8119
8120 2008-05-01  Jim Meyering  <meyering@redhat.com>
8121
8122         vc-list-files: accommodate /bin/sh like the one from Solaris 10
8123         * build-aux/vc-list-files: Use `...`, not $(...).
8124
8125 2008-04-30  Jim Meyering  <meyering@redhat.com>
8126
8127         add tests for vc-list-files
8128         * modules/vc-list-files-tests: New module.
8129         * tests/test-vc-list-files-cvs.sh: New file.
8130         * tests/test-vc-list-files-git.sh: New file.
8131
8132         avoid a warning from gcc
8133         * lib/getndelim2.c (IF_LINT): Define.
8134         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
8135
8136         vc-list-files: work properly with build-aux/cvsu, too
8137         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
8138         to all cvs-based clauses.
8139
8140         vc-list-files: work properly in the CVS+awk case, too
8141         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
8142
8143         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
8144         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
8145         take more than one file argument, so .  Add quotes, just in case $dir
8146         ever contains a shell meta-character.  Prompted by Soren Hansen in
8147         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
8148
8149 2008-04-29  Eric Blake  <ebb9@byu.net>
8150
8151         Optimize getndelim2 to use block operations when possible.
8152         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
8153         freadseek, and memchr2.
8154         * lib/getndelim2.c (getndelim2): Use them for block reads.
8155
8156 2008-04-29  Bruno Haible  <bruno@clisp.org>
8157
8158         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
8159         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8160         * modules/inet_ntop (Depends-on): Add extensions.
8161         * modules/inet_pton (Depends-on): Likewise.
8162         Reported by Simon Josefsson.
8163
8164 2008-04-29  Jim Meyering  <meyering@redhat.com>
8165
8166         When the is more than one match in a block, match all of them.
8167         * build-aux/useless-if-before-free: Iterate through each block
8168         until there are no more matches.
8169
8170         Fix broken useless-if-before-free script.
8171         * build-aux/useless-if-before-free: Fix typo: missing "?" after
8172         the expression to match cast of argument to free-like function.
8173
8174 2008-04-29  Eric Blake  <ebb9@byu.net>
8175
8176         Use new header.
8177         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
8178
8179 2008-04-29  Jim Meyering  <meyering@redhat.com>
8180
8181         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
8182         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
8183         by gnulib to exist and to declare e.g., inet_ntop.
8184         Don't include "inet_ntop.h", now removed.
8185
8186         * m4/arpa_inet_h.m4: Remove trailing blanks.
8187
8188 2008-04-29  Eric Blake  <ebb9@byu.net>
8189
8190         Silence valgrind on safe reads beyond potential array bounds.
8191         * lib/rawmemchr.valgrind: New file.
8192         * lib/strchrnul.valgrind: Likewise.
8193         * modules/rawmemchr (Files): Distribute new file.
8194         * modules/strchrnul (Files): Likewise.
8195         Suggested by Bruno Haible.
8196
8197 2008-04-29  Bruno Haible  <bruno@clisp.org>
8198
8199         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
8200         (inet_ntop, inet_pton): Change portability warning's wording.
8201         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
8202         Invoke gl_CHECK_NEXT_HEADERS.
8203         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
8204         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
8205         set ARPA_INET_H.
8206         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8207         * modules/arpa_inet (Description): No longer only for systems that
8208         lack it.
8209         (Depends-on): Add include_next.
8210         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
8211         HAVE_ARPA_INET_H.
8212
8213 2008-04-29  Jim Meyering  <meyering@redhat.com>
8214
8215         * modules/mkdir (License): Re-license as LGPLv2+.
8216
8217 2008-04-29  Bruno Haible  <bruno@clisp.org>
8218
8219         * modules/rawmemchr (Maintainer): Set to Eric.
8220         * modules/strchrnul (Maintainer): Likewise.
8221
8222 2008-04-29  Simon Josefsson  <simon@josefsson.org>
8223
8224         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
8225         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
8226
8227         * modules/arpa_inet (arpa/inet.h): Use them.
8228
8229 2008-04-28  Eric Blake  <ebb9@byu.net>
8230
8231         Test getndelim2.
8232         * modules/getndelim2-tests: New file.
8233         * tests/test-getndelim2.c: Likewise.
8234         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
8235         stream.
8236         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
8237
8238         * MODULES.html.sh: Document new module.
8239
8240 2008-04-20  Bruno Haible  <bruno@clisp.org>
8241
8242         * lib/c-stack.c (die): Use raise.
8243         * modules/c-stack (Depends-on): Add raise.
8244
8245 2008-04-28  Bruno Haible  <bruno@clisp.org>
8246
8247         Expect rpmatch to be declared.
8248         * lib/yesno.c (rpmatch): Remove declaration.
8249
8250         Declare rpmatch.
8251         * lib/stdlib.in.h (rpmatch): New declaration.
8252         * lib/rpmatch.c: Include <stdlib.h> first.
8253         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
8254         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
8255         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
8256         HAVE_RPMATCH.
8257         * modules/rpmatch (Depends-on): Add stdlib, extensions.
8258         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8259         (Include): Set to <stdlib.h>.
8260         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
8261         HAVE_RPMATCH.
8262         * NEWS: Document the change.
8263
8264 2008-04-28  Bruno Haible  <bruno@clisp.org>
8265
8266         Change rpmatch to use nl_langinfo when appropriate.
8267         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
8268         (N_): New macro.
8269         (localized_pattern): New function/macro.
8270         (try): Remove match, nomatch arguments. Copy the pattern into safe
8271         memory before caching it.
8272         (rpmatch): Use localized_pattern. Add translator comments.
8273         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
8274         Suggested by Eric Blake.
8275         * modules/rpmatch (Depends-on): Add stdbool.
8276
8277 2008-04-28  Eric Blake  <ebb9@byu.net>
8278
8279         Add rawmemchr module, matching glibc.
8280         * modules/string (Makefile.am): New indicator.
8281         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
8282         * lib/string.in.h (rawmemchr): Declare when appropriate.
8283         * modules/rawmemchr: New file.
8284         * m4/rawmemchr.m4: Likewise.
8285         * lib/rawmemchr.c: Likewise.
8286         * modules/rawmemchr-tests: Likewise.
8287         * tests/test-rawmemchr.c: Likewise.
8288         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
8289         module.
8290         * modules/strchrnul (Depends-on): Add rawmemchr.
8291         * lib/strchrnul.c (strchrnul): Optimize a corner case.
8292
8293         Whitespace cleanup.
8294         * tests/test-strchrnul.c: Reindent.
8295         * lib/strchrnul.c: Likewise.
8296
8297         Optimize and test strchrnul.
8298         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
8299         * modules/strchrnul-tests: New file.
8300         * tests/test-strchrnul.c: Likewise.
8301
8302         Remove intprops dependency.
8303         * modules/memchr (Depends-on): Remove intprops.
8304         * modules/memrchr (Depends-on): Likewise.
8305         * modules/memchr2 (Depends-on): Likewise.
8306         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
8307         * lib/memrchr.c (__memrchr): Likewise.
8308         * lib/memrchr2.c (memchr2): Likewise.
8309         Reported by Simon Josefsson.
8310
8311 2008-04-28  Simon Josefsson  <simon@josefsson.org>
8312
8313         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
8314         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8315
8316 2008-04-28  Simon Josefsson  <simon@josefsson.org>
8317
8318         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
8319
8320         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
8321
8322         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
8323
8324         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
8325         declarations.
8326         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
8327
8328         * m4/inet_pton.m4: Don't check for header files.
8329
8330         * m4/inet_ntop.m4: Don't check for header files.
8331
8332 2008-04-28  Simon Josefsson  <simon@josefsson.org>
8333
8334         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
8335         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
8336         trigger for cygwin).
8337         Reported by Bruno Haible  <bruno@clisp.org>.
8338
8339 2008-04-28  Bruno Haible  <bruno@clisp.org>
8340
8341         * doc/posix-functions/strdup.texi: Mention mingw problem.
8342
8343 2008-04-27  Bruno Haible  <bruno@clisp.org>
8344
8345         * modules/stat-time-tests (Depends-on): Add sleep.
8346         * tests/test-stat-time.c (force_unlink): New function.
8347         (cleanup): Use it.
8348         (test_mtime): Remove the ctime related tests.
8349         (test_ctime): New function, containing the ctime related tests.
8350         (main): Call test_ctime, except on native Windows platforms.
8351
8352 2008-04-27  Bruno Haible  <bruno@clisp.org>
8353
8354         * lib/rpmatch.c (rpmatch): Add some comments.
8355         Reported by James Youngman <jay@gnu.org>.
8356
8357 2008-04-27  Bruno Haible  <bruno@clisp.org>
8358
8359         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
8360         quiet NaNs.
8361
8362 2008-04-27  Bruno Haible  <bruno@clisp.org>
8363
8364         Make test-yesno.sh work on mingw.
8365         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
8366         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
8367         (main): Set stdin to binary mode.
8368         * modules/yesno-tests (Depends-on): Add binary-io.
8369
8370 2008-04-27  Bruno Haible  <bruno@clisp.org>
8371
8372         Fix 'isfinite' on x86, x86_64, ia64 platforms.
8373         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
8374         argument that lie outside the IEEE 854 domain.
8375         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
8376         (gl_ISFINITE): Use it.
8377         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
8378
8379 2008-04-27  Bruno Haible  <bruno@clisp.org>
8380
8381         Allow local renaming in config.h.
8382         * lib/memrchr.c (memrchr): Don't undefine outside libc.
8383
8384 2008-04-27  Bruno Haible  <bruno@clisp.org>
8385
8386         * lib/memchr.c (__memchr): Change type of 'i'.
8387         * lib/memchr2.c (memchr2): Likewise.
8388
8389 2008-04-26  Eric Blake  <ebb9@byu.net>
8390         and Bruno Haible  <bruno@clisp.org>
8391
8392         Optimize and test memrchr.
8393         * modules/memrchr (Depends-on): Add intprops.
8394         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
8395         * modules/memrchr-tests: New file.
8396         * tests/test-memrchr.c: New file.
8397
8398 2008-04-26  Bruno Haible  <bruno@clisp.org>
8399
8400         Add tentative support for DragonFly BSD.
8401         * lib/stdio-impl.h: Add macros for DragonFly BSD.
8402         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
8403         fp.
8404         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
8405         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
8406         * lib/fpurge.c (fpurge): Likewise.
8407         * lib/freadable.c (freaadable): Likewise.
8408         * lib/freadahead.c (freadahead): Likewise.
8409         * lib/freading.c (freading): Likewise.
8410         * lib/freadptr.c (freadptr): Likewise.
8411         * lib/freadseek.c (freadptrinc): Likewise.
8412         * lib/fseeko.c (fseeko): Likewise.
8413         * lib/fseterr.c (fseterr): Likewise.
8414         * lib/fwritable.c (fwritable): Likewise.
8415         * lib/fwriting.c (fwriting): Likewise.
8416
8417 2008-04-26  Bruno Haible  <bruno@clisp.org>
8418
8419         * lib/stdio-impl.h: New file.
8420         * lib/fbufmode.c: Include stdio-impl.h.
8421         (fbufmode): Use fp_, remove redundant #defines.
8422         * lib/fflush.c: Include stdio-impl.h.
8423         (clear_ungetc_buffer): Remove redundant #defines.
8424         * lib/fpurge.c: Include stdio-impl.h.
8425         (fpurge): Remove redundant #defines.
8426         * lib/freadable.c: Include stdio-impl.h.
8427         (freadable): Remove redundant #defines.
8428         * lib/freadahead.c: Include stdio-impl.h.
8429         (freadahead): Remove redundant #defines.
8430         * lib/freading.c: Include stdio-impl.h.
8431         (freading): Remove redundant #defines.
8432         * lib/freadptr.c: Include stdio-impl.h.
8433         (freadptr): Remove redundant #defines.
8434         * lib/freadseek.c: Include stdio-impl.h.
8435         (freadptrinc): Remove redundant #defines.
8436         * lib/fseeko.c: Include stdio-impl.h.
8437         (rpl_fseeko): Remove redundant #defines.
8438         * lib/fseterr.c: Include stdio-impl.h.
8439         (fseterr): Remove redundant #defines.
8440         * lib/fwritable.c: Include stdio-impl.h.
8441         (fwritable: Remove redundant #defines.
8442         * lib/fwriting.c: Include stdio-impl.h.
8443         (fwriting): Remove redundant #defines.
8444         * modules/fbufmode (Files): Add lib/stdio-impl.h.
8445         * modules/fflush (Files): Likewise.
8446         * modules/fpurge (Files): Likewise.
8447         * modules/freadable (Files): Likewise.
8448         * modules/freadahead (Files): Likewise.
8449         * modules/freading (Files): Likewise.
8450         * modules/freadptr (Files): Likewise.
8451         * modules/freadseek (Files): Likewise.
8452         * modules/fseeko (Files): Likewise.
8453         * modules/fseterr (Files): Likewise.
8454         * modules/fwritable (Files): Likewise.
8455         * modules/fwriting (Files): Likewise.
8456
8457 2008-04-26  Bruno Haible  <bruno@clisp.org>
8458
8459         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
8460         restore_seek_optimization, update_fpos_cache): New functions, extracted
8461         from rpl_fflush.
8462         (rpl_fflush): Use them.
8463         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
8464         (gl_REPLACE_FFLUSH): Use it.
8465
8466 2008-04-26  Bruno Haible  <bruno@clisp.org>
8467
8468         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
8469         on Solaris.
8470         * tests/test-xstrtoimax.sh: Likewise.
8471         * tests/test-xstrtoumax.sh: Likewise.
8472         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8473
8474 2008-04-26  Bruno Haible  <bruno@clisp.org>
8475
8476         * modules/memchr-tests: New file.
8477         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
8478
8479 2008-04-26  Eric Blake  <ebb9@byu.net>
8480             Bruno Haible  <bruno@clisp.org>
8481
8482         * lib/memchr.c: Include intprops.h.
8483         (__memchr): Optimize parallel detection of matching bytes. Rename local
8484         variables. Add explanatory comments.
8485
8486 2008-04-26  Bruno Haible  <bruno@clisp.org>
8487
8488         Fix module 'memchr', broken since 2000-10-28.
8489         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
8490
8491 2008-04-26  Bruno Haible  <bruno@clisp.org>
8492
8493         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
8494         comments.
8495
8496 2008-04-25  Eric Blake  <ebb9@byu.net>
8497
8498         Use native fstatat on cygwin 1.7.0.
8499         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
8500         first.
8501
8502 2008-04-23  Eric Blake  <ebb9@byu.net>
8503
8504         Improve memchr2 performance.
8505         * lib/memchr2.c (memchr2): Further optimize parallel detection of
8506         NUL bytes.
8507         * modules/memchr2 (Depends-on): Use intprops.h.
8508
8509 2008-04-23  Simon Josefsson  <simon@josefsson.org>
8510
8511         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
8512         an inline function instead of a CPP macro.  Patch by Ben Pfaff
8513         <blp@cs.stanford.edu>.
8514
8515 2008-04-23  Simon Josefsson  <simon@josefsson.org>
8516
8517         * lib/arpa_inet.in.h: New file.
8518
8519         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
8520         (Makefile.am): Sed in substitute header file.
8521
8522         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
8523         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
8524
8525         * modules/inet_ntop (configure.ac): Use
8526         gl_ARPA_INET_MODULE_INDICATOR.
8527
8528         * modules/inet_pton (configure.ac): Use
8529         gl_ARPA_INET_MODULE_INDICATOR.
8530
8531 2008-04-22  Jim Meyering  <meyering@redhat.com>
8532
8533         * modules/verify (License): Re-license as LGPLv2+.
8534
8535 2008-04-22  Simon Josefsson  <simon@josefsson.org>
8536
8537         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
8538         parameter to void* as per POSIX standard (MinGW uses char*).
8539
8540 2008-04-21  Bruno Haible  <bruno@clisp.org>
8541
8542         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
8543         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
8544         Define to replacements if REPLACE_ISWCNTRL is 1.
8545         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
8546         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
8547         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
8548         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
8549         what it fixes.
8550         * doc/posix-functions/iswalpha.texi: Likewise.
8551         * doc/posix-functions/iswblank.texi: Likewise.
8552         * doc/posix-functions/iswcntrl.texi: Likewise.
8553         * doc/posix-functions/iswdigit.texi: Likewise.
8554         * doc/posix-functions/iswgraph.texi: Likewise.
8555         * doc/posix-functions/iswlower.texi: Likewise.
8556         * doc/posix-functions/iswprint.texi: Likewise.
8557         * doc/posix-functions/iswpunct.texi: Likewise.
8558         * doc/posix-functions/iswspace.texi: Likewise.
8559         * doc/posix-functions/iswupper.texi: Likewise.
8560         * doc/posix-functions/iswxdigit.texi: Likewise.
8561         Reported by Alain Guibert.
8562
8563 2008-04-21  Bruno Haible  <bruno@clisp.org>
8564
8565         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
8566         Patch by Alain Guibert.
8567
8568 2008-04-21  Bruno Haible  <bruno@clisp.org>
8569
8570         Fix test failures on mingw.
8571         * tests/test-xstrtol.c (print_no_progname): New function.
8572         (main): Install it in error_print_progname hook.
8573         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
8574         * tests/test-xstrtoimax.sh: Likewise.
8575         * tests/test-xstrtoumax.sh: Likewise.
8576
8577 2008-04-21  Bruno Haible  <bruno@clisp.org>
8578
8579         Fix test failure on mingw.
8580         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
8581
8582 2008-04-21  Bruno Haible  <bruno@clisp.org>
8583
8584         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
8585         Actually assign a value.
8586
8587 2008-04-20  Bruno Haible  <bruno@clisp.org>
8588
8589         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
8590         take 2.
8591         * lib/canonicalize.c (canonicalize_file_name): Elide if the
8592         'canonicalize-lgpl' module is also used.
8593         * lib/canonicalize-lgpl.c: Undo last change.
8594         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
8595
8596 2008-04-20  Bruno Haible  <bruno@clisp.org>
8597
8598         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
8599         config.h. Provide _mkdir based fallback for mingw.
8600         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
8601         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
8602         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
8603         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
8604         rather than defining mkdir in config.h.
8605         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
8606         (gl_SYS_STAT_H_DEFAULTS): New macro.
8607         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
8608         HAVE_IO_H any more.
8609         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
8610         HAVE_DECL_MKDIR and HAVE_IO_H.
8611
8612 2008-04-20  Bruno Haible  <bruno@clisp.org>
8613
8614         * lib/isapipe.c: Port to native Windows platforms.
8615
8616 2008-04-20  Bruno Haible  <bruno@clisp.org>
8617
8618         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
8619
8620 2008-04-21  Eric Blake  <ebb9@byu.net>
8621
8622         Work around preprocessors that don't handle UINTMAX_MAX.
8623         * lib/memchr2.c (memchr2): Avoid embedded #if.
8624         Reported by Alain Guibert, fix suggested by Bruno Haible.
8625
8626 2008-04-21  Simon Josefsson  <simon@josefsson.org>
8627
8628         * doc/posix-functions/strftime.texi (strftime): Explain better
8629         Windows incompatibility.  Suggested by Micah Cowan
8630         <micah@cowan.name>.
8631
8632 2008-04-20  Bruno Haible  <bruno@clisp.org>
8633
8634         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
8635         unistr/u8-mblen.
8636
8637 2008-04-20  Bruno Haible  <bruno@clisp.org>
8638
8639         Fix test failure on platforms with non-GNU iconv.
8640         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
8641         (U_TO_U8): Use it, rather than u16_to_u8.
8642         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
8643         units at the end of the input string.
8644         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
8645
8646 2008-04-20  Bruno Haible  <bruno@clisp.org>
8647
8648         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
8649         when the resulting length is 0.
8650         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
8651
8652 2008-04-20  Bruno Haible  <bruno@clisp.org>
8653
8654         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
8655         works.
8656         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
8657
8658 2008-04-20  Bruno Haible  <bruno@clisp.org>
8659
8660         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
8661         * modules/tsearch-tests (configure.ac): Test for initstate function.
8662
8663 2008-04-20  Bruno Haible  <bruno@clisp.org>
8664
8665         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
8666         for nlink_t if missing.
8667         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
8668
8669 2008-04-19  Bruno Haible  <bruno@clisp.org>
8670
8671         Work around snprintf bug on Linux libc5.
8672         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
8673         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8674         gl_SNPRINTF_SIZE1.
8675         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8676         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
8677         that test failed.
8678         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
8679         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
8680         * modules/snprintf (Files): Add m4/printf.m4.
8681         * modules/vsnprintf (Files): Likewise.
8682         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
8683         * doc/posix-functions/vsnprintf.texi: Likewise.
8684
8685 2008-04-19  Bruno Haible  <bruno@clisp.org>
8686
8687         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
8688         from 0.0058 to less than 10^-7.
8689
8690 2008-04-19  Bruno Haible  <bruno@clisp.org>
8691
8692         Fix rounding when a precision is given.
8693         * lib/vasnprintf.c (is_borderline): New function.
8694         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
8695         9...9x.
8696         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
8697         %e, %g.
8698         * tests/test-vasprintf-posix.c (test_function): Likewise.
8699         * tests/test-snprintf-posix.h (test_function): Likewise.
8700         * tests/test-sprintf-posix.h (test_function): Likewise.
8701         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
8702         * tests/test-printf-posix.h (test_function): Likewise.
8703         * tests/test-printf-posix.output: Update.
8704         Reported by John Darrington <john@darrington.wattle.id.au> via
8705         Ben Pfaff <blp@cs.stanford.edu>.
8706
8707 2008-04-18  Simon Josefsson  <simon@josefsson.org>
8708
8709         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
8710         Suggested by Bruno Haible <bruno@clisp.org>.
8711
8712 2008-04-17  Bruno Haible  <bruno@clisp.org>
8713
8714         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
8715         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
8716         implementation.
8717         Patch by Bruce Merry <bmerry@gmail.com>.
8718
8719 2008-04-17  Simon Josefsson  <simon@josefsson.org>
8720
8721         * doc/posix-functions/strftime.texi (strftime): Mention that %e
8722         doesn't work under Windows.
8723
8724 2008-04-16  Bruno Haible  <bruno@clisp.org>
8725
8726         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
8727         New macros.
8728         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
8729         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
8730         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
8731         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
8732         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
8733         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
8734         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
8735         macros.
8736         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
8737         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
8738         Northern Sotho, Uighur.
8739
8740 2008-04-16  Bruno Haible  <bruno@clisp.org>
8741
8742         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
8743         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
8744         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
8745         Reported by Daniel Bergström <daniel@octocode.com>.
8746
8747 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
8748             Bruno Haible  <bruno@clisp.org>
8749
8750         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
8751         function.
8752         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
8753         New functions, mostly extracted from gl_locale_name_default.
8754         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
8755
8756 2008-04-16  Eric Blake  <ebb9@byu.net>
8757
8758         Adjust strtod detection to catch glibc 2.7 bug.
8759         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
8760         Reported by John Gatewood Ham.
8761
8762 2008-04-16  Bruno Haible  <bruno@clisp.org>
8763
8764         Add tentative support for Linux libc5.
8765         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
8766         * lib/fpurge.c (fpurge): Likewise.
8767         * lib/freadable.c (freadable): Likewise.
8768         * lib/freadahead.c (freadahead): Likewise.
8769         * lib/freading.c (freading): Likewise.
8770         * lib/freadptr.c (freadptr): Likewise.
8771         * lib/freadseek.c (freadptrinc): Likewise.
8772         * lib/fseeko.c (rpl_fseeko): Likewise.
8773         * lib/fseterr.c (fseterr): Likewise.
8774         * lib/fwritable.c (fwritable): Likewise.
8775         * lib/fwriting.c (fwriting): Likewise.
8776         Reported by Alain Guibert <alguibert+bts@free.fr>.
8777
8778 2008-04-15  Bruno Haible  <bruno@clisp.org>
8779
8780         * modules/mathl (configure.ac): Define module indicator.
8781
8782 2008-04-15  Bruno Haible  <bruno@clisp.org>
8783
8784         * lib/logl.c (logl): Remove unused variables.
8785
8786 2008-04-15  Bruno Haible  <bruno@clisp.org>
8787
8788         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
8789         fails.
8790
8791 2008-04-15  Bruno Haible  <bruno@clisp.org>
8792
8793         * lib/trim.c (trim2): Fix argument of isspace() macro.
8794
8795 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
8796
8797         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
8798         to 0.
8799         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
8800
8801 2008-04-14  Bruno Haible  <bruno@clisp.org>
8802
8803         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
8804         AC_LANG_PROGRAM argument.
8805         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
8806         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
8807         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
8808         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
8809         * m4/math_h.m4 (gl_MATH_H): Likewise.
8810         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
8811         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8812         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
8813         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
8814         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8815         * m4/regex.m4 (gl_REGEX): Likewise.
8816         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
8817         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
8818         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8819         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
8820         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8821         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8822         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8823         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
8824
8825 2008-04-14  Jim Meyering  <meyering@redhat.com>
8826
8827         test-strtod: fix typos: s/abs/fabs/
8828         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
8829
8830 2008-04-13  Bruno Haible  <bruno@clisp.org>
8831
8832         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
8833         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
8834         module is also used and while not building the reloc-wrapper.
8835
8836 2008-04-13  Bruno Haible  <bruno@clisp.org>
8837
8838         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
8839
8840 2008-04-13  Bruno Haible  <bruno@clisp.org>
8841
8842         Fix AIX compilation failure introduced on 2008-04-02.
8843         * tests/test-frexp.c (exp): Undefine before redefining.
8844         * tests/test-frexpl.c (exp): Likewise.
8845
8846 2008-04-13  Bruno Haible  <bruno@clisp.org>
8847
8848         Work around a HP-UX stdio bug.
8849         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
8850         * tests/test-ftello.c (main): Likewise.
8851         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
8852         * doc/posix-functions/ftello.texi: Likewise.
8853
8854 2008-04-13  Bruno Haible  <bruno@clisp.org>
8855
8856         Make test-signbit pass on HP-UX/hppa.
8857         * tests/test-signbit.c (minus_zerol): New variable.
8858         (test_signbitl): Use it.
8859
8860 2008-04-13  Bruno Haible  <bruno@clisp.org>
8861
8862         Make truncl work on OSF/1 4.0.
8863         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
8864         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
8865         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
8866         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
8867         HAVE_DECL_TRUNCL.
8868         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
8869         HAVE_DECL_TRUNCL.
8870         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
8871
8872 2008-04-13  Bruno Haible  <bruno@clisp.org>
8873
8874         * lib/unictype.h: Remove trailing comma from enumeration definitions.
8875
8876 2008-04-13  Bruno Haible  <bruno@clisp.org>
8877
8878         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
8879         expression, so as to avoid HP-UX 11 cc compiler bug.
8880
8881 2008-04-13  Bruno Haible  <bruno@clisp.org>
8882
8883         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
8884
8885 2008-04-13  Bruno Haible  <bruno@clisp.org>
8886
8887         * lib/git-merge-changelog.c: Remove empty declaration outside of
8888         functions.
8889
8890 2008-04-13  Bruno Haible  <bruno@clisp.org>
8891
8892         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
8893
8894 2008-04-13  Bruno Haible  <bruno@clisp.org>
8895
8896         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
8897         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
8898         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
8899         also if it exists but lacks definitions of the SHUT_* macros.
8900         * modules/sys_socket (Description): Update.
8901         Reported by Elbert Pol <e.pol@chello.nl>.
8902
8903 2008-04-13  Bruno Haible  <bruno@clisp.org>
8904
8905         * lib/localcharset.c (OS2): Don't redefine if already defined.
8906         Reported by Elbert Pol <e.pol@chello.nl>.
8907
8908 2008-04-13  Bruno Haible  <bruno@clisp.org>
8909
8910         * lib/binary-io.h [__EMX__]: Include <io.h>.
8911         Reported by Elbert Pol <e.pol@chello.nl>.
8912
8913 2008-04-12  Bruno Haible  <bruno@clisp.org>
8914
8915         * lib/fpucw.h: Enable the definitions also for x86_64.
8916         Needed for NetBSD/x86_64.
8917         Reported by Thomas Klausner <tk@giga.or.at>.
8918
8919 2008-04-12  Bruno Haible  <bruno@clisp.org>
8920
8921         * tests/test-strtod.c: Include isnand.h.
8922         (main): Use isnand instead of isnan.
8923         Reported by Jim Meyering.
8924
8925 2008-04-12  Bruno Haible  <bruno@clisp.org>
8926
8927         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
8928         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8929
8930 2008-04-12  Jim Meyering  <meyering@redhat.com>
8931
8932         * m4/math_h.m4 (gl_MATH_H): Fix typos.
8933
8934 2008-04-12  Bruno Haible  <bruno@clisp.org>
8935
8936         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
8937         Reported by Elbert Pol <e.pol@chello.nl>.
8938
8939 2008-04-12  Eric Blake  <ebb9@byu.net>
8940
8941         Work around Solaris 10 math.h bug.
8942         * m4/math_h.m4 (gl_MATH_H): Check for bug.
8943         (gl_MATH_H_DEFAULTS): Set up default.
8944         * modules/math (Makefile.am): Replace new indicators.
8945         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
8946         * tests/test-math.c (main): Test this.
8947         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
8948         * doc/posix-headers/math.texi (math.h): Mention bug.
8949         Reported by Nelson H. F. Beebe and Jim Meyering.
8950
8951 2008-04-11  Bruno Haible  <bruno@clisp.org>
8952
8953         Adapt to future versions of Apple GCC.
8954         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
8955         Reported by Peter O'Gorman <peter@pogma.com>.
8956
8957 2008-04-11  Bruno Haible  <bruno@clisp.org>
8958
8959         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
8960
8961 2008-04-11  Bruno Haible  <bruno@clisp.org>
8962
8963         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
8964
8965         * modules/getaddrinfo-tests (Makefile.am): Define
8966         test_getaddrinfo_LDADD.
8967
8968 2008-04-11  Bruno Haible  <bruno@clisp.org>
8969
8970         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
8971         (init): Fix syntax error.
8972         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
8973         is declared.
8974
8975 2008-04-11  Bruno Haible  <bruno@clisp.org>
8976
8977         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
8978         * modules/glob (Depends-on): Add stdbool.
8979
8980 2008-04-11  Bruno Haible  <bruno@clisp.org>
8981
8982         * lib/trim.c: Include <string.h>.
8983
8984 2008-04-11  Eric Blake  <ebb9@byu.net>
8985
8986         Avoid compile failure on OS/2.
8987         * lib/regex_internal.h (internal_function): Disable optimization
8988         on OS/2 (__EMX__), where it caused compiler error.
8989         Reported by Elbert Pol.
8990
8991 2008-04-11  Bruno Haible  <bruno@clisp.org>
8992
8993         Flush the standard error stream before aborting. Needed on mingw.
8994         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
8995         * tests/test-array_list.c (ASSERT): Likewise.
8996         * tests/test-array_oset.c (ASSERT): Likewise.
8997         * tests/test-avltree_list.c (ASSERT): Likewise.
8998         * tests/test-avltree_oset.c (ASSERT): Likewise.
8999         * tests/test-avltreehash_list.c (ASSERT): Likewise.
9000         * tests/test-binary-io.c (ASSERT): Likewise.
9001         * tests/test-byteswap.c (ASSERT): Likewise.
9002         * tests/test-c-ctype.c (ASSERT): Likewise.
9003         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
9004         * tests/test-c-strcasestr.c (ASSERT): Likewise.
9005         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
9006         * tests/test-c-strstr.c (ASSERT): Likewise.
9007         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
9008         * tests/test-canonicalize.c (ASSERT): Likewise.
9009         * tests/test-carray_list.c (ASSERT): Likewise.
9010         * tests/test-ceilf1.c (ASSERT): Likewise.
9011         * tests/test-ceilf2.c (ASSERT): Likewise.
9012         * tests/test-ceill.c (ASSERT): Likewise.
9013         * tests/test-count-one-bits.c (ASSERT): Likewise.
9014         * tests/test-fbufmode.c (ASSERT): Likewise.
9015         * tests/test-fflush2.c (ASSERT): Likewise.
9016         * tests/test-floorf1.c (ASSERT): Likewise.
9017         * tests/test-floorf2.c (ASSERT): Likewise.
9018         * tests/test-floorl.c (ASSERT): Likewise.
9019         * tests/test-fopen.c (ASSERT): Likewise.
9020         * tests/test-fpending.c (ASSERT): Likewise.
9021         * tests/test-fprintf-posix.c (ASSERT): Likewise.
9022         * tests/test-fpurge.c (ASSERT): Likewise.
9023         * tests/test-freadable.c (ASSERT): Likewise.
9024         * tests/test-freadahead.c (ASSERT): Likewise.
9025         * tests/test-freading.c (ASSERT): Likewise.
9026         * tests/test-freadptr.c (ASSERT): Likewise.
9027         * tests/test-freadptr2.c (ASSERT): Likewise.
9028         * tests/test-freadseek.c (ASSERT): Likewise.
9029         * tests/test-freopen.c (ASSERT): Likewise.
9030         * tests/test-frexp.c (ASSERT): Likewise.
9031         * tests/test-frexpl.c (ASSERT): Likewise.
9032         * tests/test-fseek.c (ASSERT): Likewise.
9033         * tests/test-fseeko.c (ASSERT): Likewise.
9034         * tests/test-fstrcmp.c (ASSERT): Likewise.
9035         * tests/test-ftell.c (ASSERT): Likewise.
9036         * tests/test-ftello.c (ASSERT): Likewise.
9037         * tests/test-func.c (ASSERT): Likewise.
9038         * tests/test-fwritable.c (ASSERT): Likewise.
9039         * tests/test-fwriting.c (ASSERT): Likewise.
9040         * tests/test-getdelim.c (ASSERT): Likewise.
9041         * tests/test-getline.c (ASSERT): Likewise.
9042         * tests/test-i-ring.c (ASSERT): Likewise.
9043         * tests/test-iconv-utf.c (ASSERT): Likewise.
9044         * tests/test-iconv.c (ASSERT): Likewise.
9045         * tests/test-isfinite.c (ASSERT): Likewise.
9046         * tests/test-isnand.c (ASSERT): Likewise.
9047         * tests/test-isnanf.c (ASSERT): Likewise.
9048         * tests/test-isnanl.h (ASSERT): Likewise.
9049         * tests/test-ldexpl.c (ASSERT): Likewise.
9050         * tests/test-linked_list.c (ASSERT): Likewise.
9051         * tests/test-linkedhash_list.c (ASSERT): Likewise.
9052         * tests/test-localename.c (ASSERT): Likewise.
9053         * tests/test-lseek.c (ASSERT): Likewise.
9054         * tests/test-mbscasecmp.c (ASSERT): Likewise.
9055         * tests/test-mbscasestr1.c (ASSERT): Likewise.
9056         * tests/test-mbscasestr2.c (ASSERT): Likewise.
9057         * tests/test-mbscasestr3.c (ASSERT): Likewise.
9058         * tests/test-mbscasestr4.c (ASSERT): Likewise.
9059         * tests/test-mbschr.c (ASSERT): Likewise.
9060         * tests/test-mbscspn.c (ASSERT): Likewise.
9061         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
9062         * tests/test-mbspbrk.c (ASSERT): Likewise.
9063         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
9064         * tests/test-mbsrchr.c (ASSERT): Likewise.
9065         * tests/test-mbsspn.c (ASSERT): Likewise.
9066         * tests/test-mbsstr1.c (ASSERT): Likewise.
9067         * tests/test-mbsstr2.c (ASSERT): Likewise.
9068         * tests/test-mbsstr3.c (ASSERT): Likewise.
9069         * tests/test-memchr2.c (ASSERT): Likewise.
9070         * tests/test-memmem.c (ASSERT): Likewise.
9071         * tests/test-open.c (ASSERT): Likewise.
9072         * tests/test-printf-frexp.c (ASSERT): Likewise.
9073         * tests/test-printf-frexpl.c (ASSERT): Likewise.
9074         * tests/test-printf-posix.c (ASSERT): Likewise.
9075         * tests/test-quotearg.c (ASSERT): Likewise.
9076         * tests/test-rbtree_list.c (ASSERT): Likewise.
9077         * tests/test-rbtree_oset.c (ASSERT): Likewise.
9078         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
9079         * tests/test-round1.c (ASSERT): Likewise.
9080         * tests/test-roundf1.c (ASSERT): Likewise.
9081         * tests/test-roundl.c (ASSERT): Likewise.
9082         * tests/test-signbit.c (ASSERT): Likewise.
9083         * tests/test-sleep.c (ASSERT): Likewise.
9084         * tests/test-snprintf-posix.c (ASSERT): Likewise.
9085         * tests/test-snprintf.c (ASSERT): Likewise.
9086         * tests/test-sprintf-posix.c (ASSERT): Likewise.
9087         * tests/test-stat-time.c (ASSERT): Likewise.
9088         * tests/test-strcasestr.c (ASSERT): Likewise.
9089         * tests/test-strerror.c (ASSERT): Likewise.
9090         * tests/test-striconv.c (ASSERT): Likewise.
9091         * tests/test-striconveh.c (ASSERT): Likewise.
9092         * tests/test-striconveha.c (ASSERT): Likewise.
9093         * tests/test-strsignal.c (ASSERT): Likewise.
9094         * tests/test-strstr.c (ASSERT): Likewise.
9095         * tests/test-strtod.c (ASSERT): Likewise.
9096         * tests/test-trunc1.c (ASSERT): Likewise.
9097         * tests/test-trunc2.c (ASSERT): Likewise.
9098         * tests/test-truncf1.c (ASSERT): Likewise.
9099         * tests/test-truncf2.c (ASSERT): Likewise.
9100         * tests/test-truncl.c (ASSERT): Likewise.
9101         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
9102         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
9103         * tests/test-vasnprintf.c (ASSERT): Likewise.
9104         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
9105         * tests/test-vasprintf.c (ASSERT): Likewise.
9106         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
9107         * tests/test-vprintf-posix.c (ASSERT): Likewise.
9108         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
9109         * tests/test-vsnprintf.c (ASSERT): Likewise.
9110         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
9111         * tests/test-wcwidth.c (ASSERT): Likewise.
9112         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
9113         * tests/test-xprintf-posix.c (ASSERT): Likewise.
9114         * tests/test-xvasprintf.c (ASSERT): Likewise.
9115         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
9116         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
9117         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
9118         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
9119         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
9120         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
9121         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
9122         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
9123         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
9124         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
9125         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
9126         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
9127         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
9128         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
9129         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
9130         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
9131         * tests/unictype/test-block_list.c (ASSERT): Likewise.
9132         * tests/unictype/test-block_of.c (ASSERT): Likewise.
9133         * tests/unictype/test-block_test.c (ASSERT): Likewise.
9134         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
9135         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
9136         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
9137         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
9138         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
9139         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
9140         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
9141         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
9142         * tests/unictype/test-combining.c (ASSERT): Likewise.
9143         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
9144         * tests/unictype/test-digit.c (ASSERT): Likewise.
9145         * tests/unictype/test-mirror.c (ASSERT): Likewise.
9146         * tests/unictype/test-numeric.c (ASSERT): Likewise.
9147         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
9148         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
9149         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
9150         * tests/unictype/test-scripts.c (ASSERT): Likewise.
9151         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
9152         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
9153         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
9154         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
9155         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
9156         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
9157         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
9158         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
9159         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
9160         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
9161         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
9162         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
9163         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
9164         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
9165         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
9166         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
9167         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
9168         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
9169         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
9170         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
9171         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
9172         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
9173         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
9174         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
9175         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
9176         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
9177         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
9178         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
9179         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
9180         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
9181         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
9182         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
9183         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
9184         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
9185         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
9186         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
9187         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
9188         Reported by Eric Blake.
9189
9190 2008-04-11  Bruno Haible  <bruno@clisp.org>
9191
9192         * lib/wchar.in.h: Tweak comment.
9193
9194 2008-04-11  Bruno Haible  <bruno@clisp.org>
9195
9196         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
9197         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
9198         gl_COMMON.
9199         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
9200
9201 2008-04-11  Bruno Haible  <bruno@clisp.org>
9202
9203         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
9204
9205 2008-04-11  Simon Josefsson  <simon@josefsson.org>
9206
9207         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
9208         of attempting to use non-existing /dev/*random.  Based on patch
9209         from Adam Strzelecki <ono@java.pl> in
9210         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
9211
9212 2008-04-08  Bruno Haible  <bruno@clisp.org>
9213
9214         Add tentative support for emx+gcc.
9215         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
9216         * lib/fpurge.c (fpurge): Likewise.
9217         * lib/freadable.c (freadable): Likewise.
9218         * lib/freadahead.c (freadahead): Likewise.
9219         * lib/freading.c (freading): Likewise.
9220         * lib/freadptr.c (freadptr): Likewise.
9221         * lib/freadseek.c (freadptrinc): Likewise.
9222         * lib/fseeko.c (rpl_fseeko): Likewise.
9223         * lib/fseterr.c (fseterr): Likewise.
9224         * lib/fwritable.c (fwritable): Likewise.
9225         * lib/fwriting.c (fwriting): Likewise.
9226         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
9227
9228 2008-04-09  Eric Blake  <ebb9@byu.net>
9229
9230         Avoid some autoconf warnings.
9231         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
9232         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
9233         * m4/afs.m4 (gl_AFS): Likewise.
9234         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
9235         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
9236         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9237         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
9238         (gl_INTEGER_TYPE_SUFFIX): Likewise.
9239         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
9240         (AC_CHECK_DECLS_ONCE): Likewise.
9241         Rename file...
9242         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
9243         gnulib-tool requires autoconf 2.59 or better.
9244         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
9245
9246 2008-04-08  Eric Blake  <ebb9@byu.net>
9247
9248         Use 'git describe --match' if present (added in git 1.5.5).
9249         * build-aux/git-version-gen: Limit result to tags that match 'v*'
9250         if possible.
9251
9252 2008-04-08  Bruno Haible  <bruno@clisp.org>
9253
9254         Add tentative support for OpenServer.
9255         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
9256         _ptr, _cnt.
9257         * lib/fpurge.c (fpurge): Likewise.
9258         * lib/freadable.c (freadable): Likewise.
9259         * lib/freadahead.c (freadahead): Likewise.
9260         * lib/freading.c (freading): Likewise.
9261         * lib/freadptr.c (freadptr): Likewise.
9262         * lib/freadseek.c (freadptrinc): Likewise.
9263         * lib/fseeko.c (rpl_fseeko): Likewise.
9264         * lib/fseterr.c (fseterr): Likewise.
9265         * lib/fwritable.c (fwritable): Likewise.
9266         * lib/fwriting.c (fwriting): Likewise.
9267         Reported by Roger Cornelius <rac@tenzing.org> and
9268         Brian K. White <brian@aljex.com>.
9269
9270 2008-04-06  Jim Meyering  <meyering@redhat.com>
9271
9272         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
9273
9274 2008-04-06  Bruno Haible  <bruno@clisp.org>
9275
9276         Avoid possible error with non-ASCII bytes in UTF-8 locales.
9277         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
9278         * tests/test-printf-posix.sh: Likewise.
9279         * tests/test-vfprintf-posix.sh: Likewise.
9280         * tests/test-vprintf-posix.sh: Likewise.
9281         * tests/test-xprintf-posix.sh: Likewise.
9282
9283 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9284
9285         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
9286         hide error from 'ls', needed on OS/2.
9287         Report by Elbert Pol <elbert.pol@gmail.com>.
9288
9289 2008-04-04  Eric Blake  <ebb9@byu.net>
9290
9291         Make test-fseeko.c failures meaningful.
9292         * tests/test-fseeko.c: Print line number on failure.
9293         * tests/test-fseek.c: Likewise.
9294         Reported by Nelson H. F. Beebe.
9295
9296         Improve strtod bug detection check.
9297         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
9298         required for Solaris 10.
9299         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
9300
9301 2008-04-04  Bruno Haible  <bruno@clisp.org>
9302
9303         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
9304         by m4/setenv.m4.
9305
9306 2008-04-03  Eric Blake  <ebb9@byu.net>
9307
9308         Ensure sane .version contents.
9309         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
9310         version string.
9311         * build-aux/git-version-gen: Improve documentation.
9312
9313         Make GNU make output nicer.
9314         * top/GNUmakefile [!_have-Makefile]: Add dependency on
9315         MAKECMDGOALS to enforce message for all command line targets.  Set
9316         srcdir for use in maint.mk.
9317
9318         Another maintainer tweak.
9319         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
9320         a target that regenerates version.
9321
9322 2008-04-03  Jim Meyering  <meyering@redhat.com>
9323
9324         vc-list-files: don't cause coreutils "make po-check" failure
9325         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
9326
9327 2008-04-03  Eric Blake  <ebb9@byu.net>
9328
9329         Allow VPATH usage of vc-list-files.
9330         * build-aux/vc-list-files (scriptversion): Add timestamp.
9331         (options): Add --help, --version, -C.
9332         (CVS): Support installed cvsu.
9333
9334 2008-04-02  Bruno Haible  <bruno@clisp.org>
9335
9336         Avoid some "statement with no effect" warnings from gcc.
9337         * tests/test-wctype.c (main): Explicitly ignore unused values.
9338         Reported by Jim Meyering.
9339
9340 2008-04-02  Jim Meyering  <meyering@redhat.com>
9341
9342         Avoid some warnings from "gcc -Wshadow".
9343         * tests/test-frexp.c (exp): Define to a different identifier.
9344         * tests/test-frexpl.c (exp): Likewise.
9345
9346 2008-04-03  Jim Meyering  <meyering@redhat.com>
9347
9348         bootstrap: remove dangling *.[ch] symlinks from lib
9349         * build-aux/bootstrap [dangling symlink removal]: Move find's
9350         -depth option to precede all others, to avoid a warning.
9351         Remove *.[ch] files too, and from "$source_base" (usually lib/).
9352
9353 2008-04-02  Bruno Haible  <bruno@clisp.org>
9354
9355         Avoid some warnings from "gcc -Wshadow".
9356         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
9357         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
9358         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
9359         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
9360         Reported by Jim Meyering.
9361
9362 2008-04-01  Bruno Haible  <bruno@clisp.org>
9363
9364         Fix test to work on IRIX 6.5 with cc.
9365         * tests/test-math.c (numeric_equal): New function.
9366         (main): Use it.
9367
9368 2008-04-01  Bruno Haible  <bruno@clisp.org>
9369
9370         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
9371
9372 2008-04-01  Bruno Haible  <bruno@clisp.org>
9373
9374         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
9375         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9376         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
9377         (Depends-on): Remove math.
9378
9379         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
9380         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9381         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
9382         (Depends-on): Remove math.
9383
9384         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
9385         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9386         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
9387         (Depends-on): Remove math.
9388         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
9389         (Depends-on): Remove math.
9390
9391         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
9392         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9393         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
9394         (Depends-on): Remove math.
9395         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
9396         (Depends-on): Remove math.
9397
9398         * tests/test-round1.c: Include nan.h.
9399         (main): Use NaNd instead of NAN.
9400         * modules/round-tests (Files): Add tests/nan.h.
9401
9402         * tests/test-trunc1.c: Include nan.h.
9403         (main): Use NaNd instead of NAN.
9404         * modules/trunc-tests (Files): Add tests/nan.h.
9405
9406         * tests/test-roundf1.c: Include nan.h.
9407         (main): Use NaNf instead of NAN.
9408         * modules/roundf-tests (Files): Add tests/nan.h.
9409
9410         * tests/test-truncf1.c: Include nan.h.
9411         (main): Use NaNf instead of NAN.
9412         * modules/truncf-tests (Files): Add tests/nan.h.
9413
9414         * tests/test-ceilf1.c: Include nan.h.
9415         (main): Use NaNf instead of NAN.
9416         * modules/ceilf-tests (Files): Add tests/nan.h.
9417
9418         * tests/test-floorf1.c: Include nan.h.
9419         (main): Use NaNf instead of NAN.
9420         * modules/floorf-tests (Files): Add tests/nan.h.
9421
9422         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
9423         (main): Use NaNf instead of NAN.
9424         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
9425
9426         * tests/test-isnand.c: Include nan.h instead of <math.h>.
9427         (main): Use NaNd instead of NAN.
9428         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
9429
9430         * tests/test-frexp.c: Include nan.h.
9431         (main): Use NaNd instead of NAN.
9432         * modules/frexp-tests (Files): Add tests/nan.h.
9433
9434         * lib/isnan.c: Don't include <math.h>.
9435         (FUNC): Don't use NAN macro.
9436         * modules/isnand-nolibm (Depends-on): Remove math.
9437         * modules/isnanf-nolibm (Depends-on): Remove math.
9438         * modules/isnanl (Depends-on): Remove math.
9439         * modules/isnanl-nolibm (Depends-on): Remove math.
9440
9441         * tests/nan.h: New file.
9442
9443 2008-04-01  Eric Blake  <ebb9@byu.net>
9444
9445         Fix typos.
9446         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
9447         values to be the right type.
9448
9449         For now, cater to gnulib strtod inaccuracies.
9450         * tests/test-strtod.c (main): Allow 1-ulp error on expected
9451         fractional results.  While not as nice from a QoI perspective, it
9452         is a quicker patch than correctly implementing decimal to binary
9453         rounding.
9454
9455 2008-03-31  Eric Blake  <ebb9@byu.net>
9456
9457         Guarantee a definition of NAN.
9458         * lib/math.in.h (NAN): Define if missing.
9459         * tests/test-math.c (main): Test it.
9460         * doc/posix-headers/math.texi (math.h): Document this.
9461         * lib/isnan.c (rpl_isnand): Use it.
9462         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
9463         * tests/test-floorf1.c (NaN): Likewise.
9464         * tests/test-frexp.c (NaN): Likewise.
9465         * tests/test-isnand.c (NaN): Likewise.
9466         * tests/test-isnanf.c (NaN): Likewise.
9467         * tests/test-round1.c (NaN): Likewise.
9468         * tests/test-roundf1.c (NaN): Likewise.
9469         * tests/test-snprintf-posix.h (NaN): Likewise.
9470         * tests/test-sprintf-posix.h (NaN): Likewise.
9471         * tests/test-trunc1.c (NaN): Likewise.
9472         * tests/test-truncf1.c (NaN): Likewise.
9473         * tests/test-vasnprintf-posix.c (NaN): Likewise.
9474         * tests/test-vasprintf-posix.c (NaN): Likewise.
9475         * modules/isnand-nolibm (Depends-on): Add math.
9476         * modules/isnanf-nolibm (Depends-on): Likewise.
9477         * modules/isnanl (Depends-on): Likewise.
9478         * modules/isnanl-nolibm (Depends-on): Likewise.
9479         * modules/snprintf-posix-tests (Depends-on): Likewise.
9480         * modules/sprintf-posix-tests (Depends-on): Likewise.
9481         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
9482         * modules/vsprintf-posix-tests (Depends-on): Likewise.
9483         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
9484         * modules/vasprintf-posix-tests (Depends-on): Likewise.
9485
9486 2008-03-31  Bruno Haible  <bruno@clisp.org>
9487
9488         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
9489         * doc/posix-functions/strtod.texi: Likewise.
9490
9491 2008-03-31  Bruno Haible  <bruno@clisp.org>
9492
9493         * tests/test-strtod.c (main): Don't use C99 syntax.
9494
9495 2008-03-31  Bruno Haible  <bruno@clisp.org>
9496
9497         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
9498         Reported by Eric Blake.
9499
9500 2008-03-31  Jim Meyering  <meyering@redhat.com>
9501
9502         Don't compare actual signbit return values.
9503         * tests/test-strtod.c (main): Rather, compare only their
9504         zero/non-zero nature.
9505
9506 2008-03-31  Eric Blake  <ebb9@byu.net>
9507
9508         More strtod documentation.
9509         * doc/posix-functions/strtod.texi (strtod): Interpret more test
9510         failures as distinct bugs.
9511
9512 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
9513
9514         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
9515         Problem reported by Erik Benada in
9516         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
9517
9518 2008-03-30  Bruno Haible  <bruno@clisp.org>
9519
9520         * tests/test-strtod.c: Add comments about which assertion fails on which
9521         platform.
9522         * doc/posix-functions/strtod.texi: Add info about many more platforms.
9523
9524 2008-03-30  Eric Blake  <ebb9@byu.net>
9525
9526         Test signbit behavior on zeros.
9527         * tests/test-signbit.c (test_signbitf): Add tests for zero.
9528         (test_signbitd, test_signbitl): Likewise.
9529
9530         More strtod touchups.
9531         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
9532         sign of negative underflow, for now.  Use .5, not .1.
9533         * doc/posix-functions/strtod.texi (strtod): Mention these
9534         limitations.
9535         Reported by Jim Meyering.
9536
9537 2008-03-30  Bruno Haible  <bruno@clisp.org>
9538
9539         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
9540         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
9541
9542 2008-03-30  Bruno Haible  <bruno@clisp.org>
9543
9544         Avoid failure when attempting to return empty iconv results on some
9545         platforms.
9546         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
9547         allocation, don't report ENOMEM when the resulting string is empty.
9548
9549 2008-03-30  Bruno Haible  <bruno@clisp.org>
9550
9551         Fix buffer overrun.
9552         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
9553         Don't consider the width for tmp_length. Check count against tmp_length
9554         before doing the padding. Ensure enough allocation during padding.
9555
9556 2008-03-30  Eric Blake  <ebb9@byu.net>
9557
9558         strtod touchups.
9559         * lib/strtod.c (strtod): Avoid compiler warnings.
9560         Reported by Jim Meyering.
9561
9562 2008-03-30  Bruno Haible  <bruno@clisp.org>
9563
9564         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
9565         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
9566         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
9567         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
9568         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
9569         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
9570         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
9571         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
9572
9573         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
9574         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
9575         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
9576         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
9577         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
9578         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
9579         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
9580         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
9581
9582         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
9583         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
9584         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
9585         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
9586         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
9587         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
9588         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
9589         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
9590
9591         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
9592         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
9593
9594         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
9595         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
9596
9597         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
9598         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
9599
9600         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
9601         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
9602         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
9603
9604         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
9605         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
9606         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
9607
9608         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
9609         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
9610         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
9611
9612         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
9613         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
9614         * modules/vasprintf (Depends-on): Add EOVERFLOW.
9615
9616         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
9617         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
9618         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
9619         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
9620         (Depends-on): Add EOVERFLOW.
9621         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
9622         (Depends-on): Add EOVERFLOW.
9623         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
9624         (Depends-on): Add EOVERFLOW.
9625         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
9626         (Depends-on): Add EOVERFLOW.
9627         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
9628         (Depends-on): Add EOVERFLOW.
9629         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
9630         (Depends-on): Add EOVERFLOW.
9631         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
9632         (Depends-on): Add EOVERFLOW.
9633         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
9634         (Depends-on): Add EOVERFLOW.
9635
9636         * lib/sprintf.c (EOVERFLOW): Remove fallback.
9637         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
9638         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
9639
9640         * lib/snprintf.c (EOVERFLOW): Remove fallback.
9641         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
9642         * modules/snprintf (Depends-on): Add EOVERFLOW.
9643
9644         * lib/poll.c (EOVERFLOW): Remove fallback.
9645         * modules/poll (Depends-on): Add EOVERFLOW.
9646
9647         * lib/getugroups.c (EOVERFLOW): Remove fallback.
9648         * modules/getugroups (Depends-on): Add EOVERFLOW.
9649
9650         * lib/getdelim.c (EOVERFLOW): Remove fallback.
9651         * modules/getdelim (Depends-on): Add EOVERFLOW.
9652
9653         * lib/ftell.c (EOVERFLOW): Remove fallback.
9654         * modules/ftell (Depends-on): Add EOVERFLOW.
9655
9656         * lib/fprintf.c (EOVERFLOW): Remove fallback.
9657         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
9658         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
9659
9660         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
9661
9662         * modules/EOVERFLOW-tests: New file.
9663         * tests/test-EOVERFLOW.c: New file.
9664
9665         * modules/EOVERFLOW: New file.
9666         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
9667
9668 2008-03-30  Bruno Haible  <bruno@clisp.org>
9669
9670         Fix bug introduced on 2007-06-10.
9671         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
9672         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
9673
9674 2008-03-30  Bruno Haible  <bruno@clisp.org>
9675
9676         Improve freadseek's efficiency after ungetc.
9677         * lib/freadseek.c: Include freadahead.h.
9678         (freadptrinc): New function, extracted from freadseek.
9679         (freadseek): Use it in a loop. Use freadahead to determine the number
9680         of loop iterations.
9681         * modules/freadseek (Depends-on): Add freadahead.
9682         (configure.ac): Require AC_C_INLINE.
9683
9684 2008-03-30  Bruno Haible  <bruno@clisp.org>
9685
9686         * lib/freadseek.c (freadseek): Don't ignore the return value of
9687         freadptr.
9688
9689 2008-03-29  Eric Blake  <ebb9@byu.net>
9690
9691         Add hex float support.
9692         * modules/strtod (Depends-on): Add c-ctype.
9693         (Link): Mention POW_LIB.
9694         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
9695         whitespace between 'e' and exponent.
9696         * tests/test-strtod.c (main): Enable hex float tests.
9697         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
9698         now provides.
9699
9700         Document various strtod bugs, with some fixes.
9701         * doc/posix-functions/strtod.texi (strtod): Document bugs with
9702         "-0x", "inf", "nan", and hex constants.
9703         * doc/posix-functions/atof.texi (atof): Likewise.
9704         * modules/stdlib (Makefile.am): Support strtod.
9705         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
9706         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
9707         detect additional strtod bugs.
9708         * lib/stdlib.in.h (rpl_strtod): Add declarations.
9709         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
9710         bool where appropriate.  Parse 'inf' and 'nan'.
9711         * tests/test-strtod.c: New file.
9712         * modules/strtod (Depends-on): Add stdbool, stdlib.
9713         (configure.ac): Turn on module indicator.
9714         * modules/strtod-tests: New module.
9715
9716 2008-03-29  Eric Blake  <ebb9@byu.net>
9717
9718         Fix ftell on mingw.
9719         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
9720         * modules/ftell-tests (Depends-on): Add binary-io.
9721         * modules/ftello-tests (Depends-on): Likewise.
9722         * tests/test-ftell.c (main): Enhance test to cover behavior after
9723         ungetc.  Enforce binary mode.
9724         * tests/test-ftello.c (main): Likewise.
9725
9726         Pass test-freadseek on cygwin.
9727         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
9728         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
9729         ungetc buffer.
9730
9731         * tests/test-fflush2.c (main): Fix typo.
9732
9733 2008-03-29  Bruno Haible  <bruno@clisp.org>
9734
9735         * tests/test-fflush2.c (main): Temporarily disable the contents of
9736         this test.
9737         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
9738         Reported by Eric Blake.
9739
9740 2008-03-28  Simon Josefsson  <simon@josefsson.org>
9741
9742         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
9743         (GC_SHA224_DIGEST_SIZE): Add.
9744
9745         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
9746         (gc_hash_digest_length): Likewise.
9747         (gc_hash_buffer): Likewise.
9748
9749 2008-03-25  Bruno Haible  <bruno@clisp.org>
9750
9751         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
9752         detail which gettext release to use.
9753         Reported by Simon Josefsson.
9754
9755 2008-03-26  Jim Meyering  <meyering@redhat.com>
9756
9757         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
9758         * modules/gnumakefile (clean-GNUmakefile): Also, use
9759         test ... && ... || : syntax rather than if-then ... fi.
9760
9761         gnumakefile: Don't double-quote-expand $(VPATH) value.
9762         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
9763
9764 2008-03-24  Eric Blake  <ebb9@byu.net>
9765
9766         Alter GNUmakefile to install into top directory.
9767         * modules/maintainer-makefile: Split, and add dependency...
9768         * modules/gnumakefile: to this new module.
9769         * build-aux/GNUmakefile: Move...
9770         * top/GNUmakefile: ...here.
9771         * build-aux/maint.mk: Move...
9772         * top/maint.mk: ...here.
9773         * MODULES.html.sh (Support for maintaining...): Document new
9774         module.
9775
9776 2008-03-23  Bruno Haible  <bruno@clisp.org>
9777
9778         * gnulib-tool: New options --vc-files, --no-vc-files.
9779         (func_usage): Document them.
9780         (vc_files): New variable.
9781         (func_import): Consider vc_files.
9782         (func_create_testdir): Set vc_files to empty.
9783         Suggested by Jim Meyering and Karl Berry.
9784
9785 2008-03-23  Bruno Haible  <bruno@clisp.org>
9786
9787         Fix regex compilation error on HP-UX 11.
9788         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
9789         * modules/regex (Files): Add m4/mbstate_t.m4.
9790         Reported by Ton Voon <ton.voon@altinity.com>.
9791
9792 2008-03-23  Bruno Haible  <bruno@clisp.org>
9793
9794         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
9795
9796 2008-03-23  Eric Blake  <ebb9@byu.net>
9797             Bruno Haible  <bruno@clisp.org>
9798
9799         Install files from top/ in the destination directory.
9800         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
9801         augmentation also for the files from top/.
9802         (func_import, func_create_testdir): Rewrite file names:
9803         top/filename -> filename.
9804
9805 2008-03-23  Bruno Haible  <bruno@clisp.org>
9806
9807         Tweak "gnulib --version" output.
9808         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
9809
9810 2008-03-23  Bruno Haible  <bruno@clisp.org>
9811
9812         Tweak "gnulib --version" output.
9813         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
9814         rather than contents of ChangeLog, when possible.
9815
9816 2008-03-21  Eric Blake  <ebb9@byu.net>
9817
9818         More --version tweaks.
9819         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
9820         date of last ChangeLog entry.
9821
9822 2008-03-21  Jim Meyering  <meyering@redhat.com>
9823
9824         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
9825
9826 2008-03-20  Eric Blake  <ebb9@byu.net>
9827
9828         VPATH fix.
9829         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
9830
9831 2008-03-20  Simon Josefsson  <simon@josefsson.org>
9832
9833         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
9834         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
9835
9836 2008-03-20  Eric Blake  <ebb9@byu.net>
9837
9838         Sync GNUmakefile with coreutils.
9839         * build-aux/GNUmakefile (have-Makefile): Rename...
9840         (_have-Makefile): ...to this, for namespace consideration.
9841         (GNUmakefile.cfg): Include, if present.
9842         (_autoreconf): Define a default.
9843         (_is-dist-target): New rule for rebuilds to pick up intra-release
9844         version.
9845         (maint-cfg.mk): Rename...
9846         (cfg.mk): ...to this.
9847
9848 2008-03-18  Jim Meyering  <meyering@redhat.com>
9849
9850         New script and module: mktempd
9851         * MODULES.html.sh (maint+release support): Add mktempd.
9852         * build-aux/mktempd: New file.
9853         * modules/mktempd: New file.
9854
9855 2008-03-15  Jim Meyering  <meyering@redhat.com>
9856
9857         Undo last change.
9858         * lib/sha1.c, lib/md5.c: 63 != ~63.
9859         Reported by Andreas Schwab.
9860
9861         sha1.c, md5.c: Hoist a redundant expression.
9862         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
9863         "ctx->buflen" only once, before calling *_process_block.
9864         * lib/md5.c (md5_process_bytes): Likewise.
9865
9866 2008-03-14  Eric Blake  <ebb9@byu.net>
9867
9868         Bump copyright year in files generated by gnulib-tool.
9869         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
9870         gnulib-tool, rather than hard-coding it.
9871
9872         Fix 'gnulib-tool --version' output to work with git.
9873         * gnulib-tool (func_gnulib_dir): New function, extracted from...
9874         (startup): ...here.
9875         (func_version): Use it to invoke git-version-gen, rather than
9876         relying on CVS keyword expansion.  Modernize wording.
9877         (cvsdatestamp, last_checkin_date, version): Kill unused
9878         variables.
9879
9880 2008-03-12  Jim Meyering  <meyering@redhat.com>
9881
9882         Recognize optional cast of the argument to free.
9883         * build-aux/useless-if-before-free: Update regexps.
9884
9885         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
9886
9887 2008-03-11  Bruno Haible  <bruno@clisp.org>
9888
9889         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
9890         by a single package.
9891         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
9892         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
9893         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
9894         Reported by Sam Steingold <sds@gnu.org>.
9895
9896 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9897
9898         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
9899         repositories.
9900
9901 2008-03-11  Bruno Haible  <bruno@clisp.org>
9902
9903         Avoid conflicts between local macro definitions.
9904         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9905         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
9906
9907 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
9908             Bruno Haible  <bruno@clisp.org>
9909
9910         Make va_copy work with some version of xlc on AIX 5.1.
9911         * lib/stdarg.in.h: New file.
9912         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
9913         On AIX, use a <stdarg.h> file substitute.
9914         * modules/stdarg (Files): Add lib/stdarg.in.h.
9915         (Depends-on): Add include_next.
9916         (Makefile.am): Build a stdarg.h substitute if requested.
9917         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
9918
9919 2008-03-10  Bruno Haible  <bruno@clisp.org>
9920
9921         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
9922         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9923         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
9924
9925 2008-03-10  Bruno Haible  <bruno@clisp.org>
9926
9927         * modules/stdlib (Depends-on): Add include_next, remove
9928         absolute-header.
9929
9930 2008-03-09  Bruno Haible  <bruno@clisp.org>
9931
9932         * lib/freadahead.h (freadahead): Document more precisely.
9933         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
9934         the sum of both buffer sizes.
9935         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
9936         * NEWS: Document the change.
9937
9938 2008-03-09  Bruno Haible  <bruno@clisp.org>
9939
9940         Extend freadptr to return also the buffer size.
9941         * lib/freadptr.h (freadptr): Add sizep argument.
9942         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
9943         (freadptr): Add sizep argument. Determine buffer size like freadahead
9944         does.
9945         * tests/test-freadptr.c: Don't include freadahead.h.
9946         (main): Adapt for new calling convention of freadptr.
9947         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
9948         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
9949         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
9950         tests/test-freadptr2.sh.
9951         (Depends): Remove freadahead.
9952         (TESTS): Add test-freadptr2.sh.
9953         (check_PROGRAMS): Add test-freadptr2.
9954
9955 2008-03-09  Bruno Haible  <bruno@clisp.org>
9956
9957         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
9958         Report and solution by Simon Josefsson.
9959
9960 2008-03-06  Bruno Haible  <bruno@clisp.org>
9961
9962         Make fflush after ungetc work on BSD platforms.
9963         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
9964         * tests/test-fflush2.c: New file.
9965         * tests/test-fflush2.sh: New file.
9966         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
9967         tests/test-fflush2.c.
9968         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
9969         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
9970
9971 2008-03-06  Eric Blake  <ebb9@byu.net>
9972
9973         Likewise for ftello.
9974         * modules/ftello (Dependencies): Add extensions.
9975         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
9976
9977 2008-03-06  Bruno Haible  <bruno@clisp.org>
9978
9979         * modules/fseeko (Dependencies): Add extensions.
9980         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
9981         Needed on glibc systems.
9982
9983 2008-03-06  Bruno Haible  <bruno@clisp.org>
9984
9985         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
9986         email address.
9987         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
9988
9989 2008-03-06  Bruno Haible  <bruno@clisp.org>
9990
9991         * users.txt: Add libgnupdf.
9992
9993 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
9994
9995         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
9996         (Header File Substitutes, Function Substitutes,
9997         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
9998         (Build robot for gnulib): Fix typo.
9999
10000 2008-03-06  Bruno Haible  <bruno@clisp.org>
10001
10002         * doc/gnulib-tool.texi (VCS Issues): Small updates.
10003         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10004
10005 2008-03-06  Bruno Haible  <bruno@clisp.org>
10006
10007         * doc/func.texi: New file, extracted from doc/gnulib.texi.
10008         * doc/gnulib.texi: Include it.
10009
10010 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10011
10012         * modules/func (License): Change license to unlimited; there was
10013         no LGPL parts in the module anyway.
10014
10015 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10016
10017         * modules/__func__: Renamed to modules/func.
10018         * modules/__func__-tests: Renamed to modules/func-tests.
10019         * tests/test-__func__.c: Renamed to tests/test-func.c.
10020         * m4/__func__.m4: Renamed to m4/func.m4.
10021         * doc/gnulib.texi (__func__): Section renamed to func.
10022         Suggested by Eric Blake <ebb9@byu.net>.
10023
10024 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10025
10026         * doc/gnulib.texi (__func__): Use C99 terminology when talking
10027         about __func__.  Make example self-contained.  Suggested by Eric
10028         Blake <ebb9@byu.net>.
10029
10030         * tests/test-__func__.c (main): Avoid extraneous () around __func.
10031         Suggested by Eric Blake <ebb9@byu.net>.
10032
10033 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10034
10035         * modules/__func__: New file.
10036         * modules/__func__-tests: New file.
10037         * tests/test-__func__.c: New file.
10038         * m4/__func__.m4: New file.
10039         * doc/gnulib.texi (__func__): Document __func__ module.
10040
10041 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10042
10043         * modules/byteswap (License): Re-license as LGPLv2+.
10044
10045 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10046
10047         * doc/Makefile: Add pdf target.
10048
10049 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10050
10051         * modules/inline (License): Use 'unlimited', since there are only
10052         *.m4 files in this module.
10053
10054 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10055             Bruno Haible  <bruno@clisp.org>
10056
10057         Add support for HP C 7.1 on OpenVMS 8.3.
10058         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
10059
10060 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10061
10062         Update VMS specifics.
10063         * lib/getopt.c [VMS]: Remove include of unixlib.h.
10064
10065 2008-03-02  Jim Meyering  <meyering@redhat.com>
10066
10067         Remove the last dependency on the "free" module.
10068         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
10069         Reported by Bob Proulx.
10070
10071         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
10072
10073         Remove useless "if" tests before free.  Deprecate "free" module.
10074         * doc/posix-functions/free.texi: Mention that this
10075         module is no longer useful.
10076         * modules/free (Notice): Say this module is obsolete.
10077         * modules/readutmp (Depends-on): Remove free.
10078         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
10079         * lib/putenv.c (putenv): Likewise.
10080         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
10081         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
10082         * tests/test-c-strcasestr.c (main): Likewise.
10083         * tests/test-c-strstr.c (main): Likewise.
10084         * tests/test-mbscasestr1.c (main): Likewise.
10085         * tests/test-mbscasestr2.c (main): Likewise.
10086         * tests/test-mbsstr1.c (main): Likewise.
10087         * tests/test-mbsstr2.c (main): Likewise.
10088         * tests/test-memmem.c (main): Likewise.
10089         * tests/test-strcasestr.c (main): Likewise.
10090         * tests/test-striconv.c (main): Likewise.
10091         * tests/test-striconveh.c (main): Likewise.
10092         * tests/test-striconveha.c (main): Likewise.
10093         * tests/test-strstr.c (main): Likewise.
10094
10095         * build-aux/git-version-gen: Adjust a comment and the Usage string.
10096
10097         bootstrap: sync from coreutils again
10098         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
10099
10100 2008-03-01  Jim Meyering  <meyering@redhat.com>
10101
10102         bootstrap: sync from coreutils
10103         * build-aux/bootstrap (update_po_files): Copy a .po file into place
10104         also when the target doesn't exist.
10105
10106 2008-03-01  Eric Blake  <ebb9@byu.net>
10107
10108         Fix bugs in last patch.
10109         * lib/memchr2.c (memchr2): Fix typo.
10110         * tests/test-memchr2.c: Test previous bug, and don't use GNU
10111         extension.
10112         Reported by Bruce Korb.
10113
10114         New module 'memchr2'.
10115         * modules/memchr2: New file.
10116         * modules/memchr2-tests: Likewise.
10117         * lib/memchr2.h: Likewise.
10118         * lib/memchr2.c: Likewise, based on memchr.c.
10119         * tests/test-memchr2.c: New test.
10120         * MODULES.html.sh (String handling): Add memchr2.
10121
10122 2008-02-29  Bruno Haible  <bruno@clisp.org>
10123
10124         * modules/freadseek-tests: New file.
10125         * tests/test-freadseek.sh: New file.
10126         * tests/test-freadseek.c: New file.
10127
10128         New module 'freadseek'.
10129         * modules/freadseek: New file.
10130         * lib/freadseek.h: New file.
10131         * lib/freadseek.c: New file.
10132         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
10133
10134 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
10135
10136         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
10137         wydawca.
10138
10139         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
10140         program_invocation_name and program_invocation_short_name are
10141         present.
10142
10143 2008-02-28  Bruno Haible  <bruno@clisp.org>
10144
10145         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
10146         * tests/test-freadptr.sh: Also test non-seekable stdin.
10147
10148 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
10149
10150         * build-aux/bootstrap (source_base, m4_base)
10151         (doc_base, tests_base): New variables.
10152         (gnulib_tool_options): Do not hardcode base directories, use
10153         the above variables instead.
10154
10155 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
10156
10157         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
10158
10159 2008-02-28  Bruno Haible  <bruno@clisp.org>
10160
10161         * modules/freadptr-tests: New file.
10162         * tests/test-freadptr.sh: New file.
10163         * tests/test-freadptr.c: New file.
10164
10165         New module 'freadptr'.
10166         * modules/freadptr: New file.
10167         * lib/freadptr.h: New file.
10168         * lib/freadptr.c: New file.
10169         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
10170
10171 2008-02-26  Karl Berry  <karl@freefriends.org>
10172
10173         Sync from Libtool:
10174         * libltdl/argz.c (argz_add, argz_count): New functions.
10175         * libltdl/argz.in.h: Declare them.
10176         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
10177
10178 2008-02-22  Bruno Haible  <bruno@clisp.org>
10179
10180         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
10181         is a pointer type.  Needed for HP-UX 10.
10182         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
10183         * doc/posix-functions/gmtime_r.texi: Likewise.
10184         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
10185
10186 2008-02-24  Bruno Haible  <bruno@clisp.org>
10187
10188         * modules/environ-tests: New file.
10189         * tests/test-environ.c: New file.
10190
10191         New module 'environ'.
10192         * modules/environ: New file.
10193         * lib/unistd.in.h (environ): New declaration.
10194         * m4/environ.m4: New file.
10195         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
10196         after use.
10197         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
10198         HAVE_DECL_ENVIRON.
10199         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
10200         HAVE_DECL_ENVIRON.
10201         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
10202         wrong claim that 'environ' is missing on some systems.
10203         * modules/execute (Depends-on): Add environ.
10204         * lib/execute.c (environ): Remove fallback declaration.
10205         * modules/pipe (Depends-on): Add environ.
10206         * lib/pipe.c (environ): Remove fallback declaration.
10207         * modules/setenv (Depends-on): Add environ.
10208         * lib/setenv.c (environ): Remove fallback declaration.
10209         * modules/unsetenv (Depends-on): Add environ.
10210         * lib/unsetenv.c (environ): Remove fallback declaration.
10211         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
10212         m4/environ.m4.
10213         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
10214         (gl_PREREQ_UNSETENV): Likewise.
10215
10216 2008-02-24  Bruno Haible  <bruno@clisp.org>
10217
10218         * doc/posix-functions/environ.texi: Document the MacOS X problem.
10219
10220 2008-02-20  Bob Proulx  <bob@proulx.com>
10221
10222         Enable use of older two part flavor 'git describe'.
10223         * build-aux/git-version-gen: If using the older two part flavor of
10224         git version then recreate the third part now present in the
10225         newer three part flavor of git describe.
10226
10227 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
10228
10229         * lib/fts.c (fts_build): Typo correction to comment.
10230
10231 2008-02-17  Bruno Haible  <bruno@clisp.org>
10232
10233         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
10234         generating no-op conflicts.
10235
10236 2008-02-17  Bruno Haible  <bruno@clisp.org>
10237
10238         Speed up by 10%.
10239         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
10240         result_entries, rather than an index-based loop.
10241
10242 2008-02-17  Bruno Haible  <bruno@clisp.org>
10243
10244         Speed up by 25%.
10245         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
10246         'hashcode_cached'.
10247         (entry_create): New function.
10248         (entry_hashcode): Use the cached hashcode if possible.
10249         (read_changelog_file, try_split_merged_entry): Use entry_create.
10250
10251 2008-02-17  Bruno Haible  <bruno@clisp.org>
10252
10253         Speed up from O(n^2) to O(n) for long ChangeLog files.
10254         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
10255         (read_changelog_file): Change implementation of entries_reversed list
10256         to rbtreehash.
10257         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
10258
10259 2008-02-17  Bruno Haible  <bruno@clisp.org>
10260
10261         New option --split-merged-entry.
10262         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
10263         (find_paragraph_end, try_split_merged_entry): New functions.
10264         (long_options): Add option --split-merged-entry.
10265         (usage): Document option --split-merged-entry.
10266         (main): Implement option --split-merged-entry.
10267         Reported by Eric Blake.
10268
10269 2008-02-17  Bruno Haible  <bruno@clisp.org>
10270
10271         * lib/git-merge-changelog.c: Include c-strstr.h.
10272         (main): Support the "git pull --rebase" situation.
10273         * modules/git-merge-changelog (Depends-on): Add c-strstr.
10274         Reported by Eric Blake.
10275
10276 2008-02-16  Eric Blake  <ebb9@byu.net>
10277
10278         Avoid doubling \ in common case of "c-maybe" quoting style.
10279         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
10280         eliding outer quotes.
10281         * lib/quotearg.h: Document this.
10282         * tests/test-quotearg.c (result_strings, inputs, results_g)
10283         (flag_results, locale_results): Test it by adding a new string to
10284         each test group.
10285         (compare_strings): Test new string.
10286
10287 2008-02-13  Eric Blake  <ebb9@byu.net>
10288
10289         Avoid trigraph quoting in default output.
10290         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
10291         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
10292         unless explicitly requested.
10293         * tests/test-quotearg.c (flag_results, main): Add additional tests.
10294
10295 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
10296
10297         Don't rely on signed integer overflowing to negative value.
10298         * lib/getugroups.c (getugroups): Include <limits.h>.
10299         Instead, compare against INT_MAX, and increment only if the test passes.
10300
10301 2008-02-13  Jim Meyering  <meyering@redhat.com>
10302         and Eric Blake  <ebb9@byu.net>
10303
10304         Avoid shadowing warning and compile errors on Linux.
10305         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
10306         forwarding macros on Linux.
10307         (dcgettext): Define a stub, for Linux.
10308         (results_g, main): Avoid warnings.
10309
10310 2008-02-12  Eric Blake  <ebb9@byu.net>
10311
10312         Silence warning in last patch.
10313         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
10314
10315         Quotearg part 4: add tests, fix c-maybe colon quoting.
10316         * lib/quotearg.h: Improve documentation.
10317         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
10318         escapes when adding outer quotes.  When quoting trigraphs, use
10319         valid C notation.  When quoting NUL, omit extra characters if next
10320         character is not digit.  Alter prototype.
10321         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
10322         callers.
10323         * modules/quotearg-tests: New module.
10324         * tests/test-quotearg.c: New test.
10325
10326 2008-02-07  Eric Blake  <ebb9@byu.net>
10327
10328         Quotearg part 3: add flag to control outer quote elision.
10329         * lib/quotearg.h (c_maybe_quoting_style): New style.
10330         (enum quoting_flags): Better documentation of flags.
10331         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
10332         c-maybe style.
10333         (quotearg_buffer_restyled): Handle new flag to elide outer
10334         quotes.
10335
10336         Quotearg part 2: add flag that can control NUL elision.
10337         * lib/quotearg.h (set_quoting_flags): New prototype.
10338         * lib/quotearg.c (struct quoting_options): Add flag field.
10339         (set_quoting_flags): New function.
10340         (quotearg_buffer_restyled): Add flags parameter.
10341         (quotearg_alloc_mem): Set the flag if length cannot be returned.
10342         (quotearg_n_options): Set the flag, since length cannot be
10343         returned.
10344         (quoting_options_from_style): Default flags correctly.
10345
10346         Quotearg part 1: more wrappers, restore quotearg_char state.
10347         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
10348         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
10349         (quotearg_colon_mem): New wrappers.
10350         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
10351         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
10352         functions.
10353         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
10354         (quotearg_colon_mem): New functions.
10355
10356 2008-02-11  Bruno Haible  <bruno@clisp.org>
10357
10358         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
10359         library in the current directory: it does not work with parallel make.
10360         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10361
10362 2008-02-11  Bruno Haible  <bruno@clisp.org>
10363
10364         * .gitattributes: New file.
10365
10366 2008-02-11  Jim Meyering  <meyering@redhat.com>
10367
10368         useless-if-before-free: Fix reversed exit values.
10369         * build-aux/useless-if-before-free: Use correct values
10370         for EXIT_MATCH and EXIT_NO_MATCH.
10371
10372         * build-aux/useless-if-before-free: Close stdout carefully.
10373
10374 2008-02-10  Bruno Haible  <bruno@clisp.org>
10375
10376         New module 'git-merge-changelog'.
10377         * modules/git-merge-changelog: New file.
10378         * lib/git-merge-changelog.c: New file.
10379
10380 2008-02-10  Jim Meyering  <meyering@redhat.com>
10381
10382         useless-if-before-free: New option: --list (-l).
10383
10384         useless-if-before-free: Don't exit immediately upon open failure.
10385         * build-aux/useless-if-before-free: Exit 2 for errors.
10386         Upon failure to open a file, don't exit immediately.
10387         Rather, just warn and continue with any remaining files.
10388
10389 2008-02-10  Bruno Haible  <bruno@clisp.org>
10390
10391         New abstract list operation 'node_set_value'.
10392         * lib/gl_list.h (gl_list_node_set_value): New function.
10393         (struct gl_list_implementation): New field node_set_value.
10394         * lib/gl_list.c (gl_list_node_set_value): New function.
10395         * lib/gl_array_list.c (gl_array_node_set_value): New function.
10396         (gl_array_list_implementation): Update.
10397         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
10398         (gl_carray_list_implementation): Update.
10399         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
10400         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10401         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10402         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
10403         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10404         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10405         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10406         Update.
10407         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10408         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
10409         (gl_sublist_list_implementation): Update.
10410
10411 2008-02-10  Bruno Haible  <bruno@clisp.org>
10412
10413         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
10414         Needed when ELEMENT is #defined to 'some_type *'.
10415
10416 2008-02-10  Jim Meyering  <meyering@redhat.com>
10417
10418         New script and module: useless-if-before-free
10419         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
10420         * build-aux/useless-if-before-free: New file.
10421         * modules/useless-if-before-free: New file.
10422
10423         * build-aux/gitlog-to-changelog: Use committer date, not author date.
10424
10425         xstrtol_error: Fix typo.
10426         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
10427         s/exit_failure/exit_status/.
10428
10429 2008-02-09  Jim Meyering  <meyering@redhat.com>
10430
10431         New script and module: gitlog-to-changelog
10432         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
10433         * modules/gitlog-to-changelog: New file.
10434         * build-aux/gitlog-to-changelog: New file.
10435
10436 2008-02-08  Jim Meyering  <meyering@redhat.com>
10437
10438         Avoid two "parameter unused" warnings.
10439         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
10440         Mark "st" as used.
10441
10442         Use "git COMMAND", not "git-COMMAND".
10443         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
10444         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
10445         * build-aux/git-version-gen: Use "git status", not "git-status".
10446
10447 2008-02-07  Bruno Haible  <bruno@clisp.org>
10448
10449         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
10450         Avoids a crash on Windows Vista.
10451         Reported by Adam Strzelecki <ono@java.pl> via
10452         Simon Josefsson <simon@josefsson.org>.
10453
10454 2008-02-06  Bruno Haible  <bruno@clisp.org>
10455
10456         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
10457         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
10458         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
10459         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
10460         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10461         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10462         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
10463         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
10464         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10465         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10466         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10467         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10468         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10469         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10470         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10471         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
10472         left-adjust flag.
10473         * tests/test-snprintf-posix.h (test_function): Likewise.
10474         * tests/test-sprintf-posix.h (test_function): Likewise.
10475         * tests/test-vasprintf-posix.c (test_function): Likewise.
10476         * doc/posix-functions/fprintf.texi: Update.
10477         * doc/posix-functions/printf.texi: Update.
10478         * doc/posix-functions/snprintf.texi: Update.
10479         * doc/posix-functions/sprintf.texi: Update.
10480         * doc/posix-functions/vfprintf.texi: Update.
10481         * doc/posix-functions/vprintf.texi: Update.
10482         * doc/posix-functions/vsnprintf.texi: Update.
10483         * doc/posix-functions/vsprintf.texi: Update.
10484         Reported by Peter Fales <psfales@alcatel-lucent.com>.
10485
10486 2008-02-06  Bruno Haible  <bruno@clisp.org>
10487
10488         Fix bug introduced on 2008-01-26.
10489         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
10490
10491 2008-02-06  Bruno Haible  <bruno@clisp.org>
10492
10493         Fix bug introduced on 2007-06-10.
10494         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
10495         !NEED_PRINTF_FLAG_ZERO.
10496
10497 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
10498
10499         getloadavg: use libperfstat on AIX5
10500         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
10501
10502 2008-02-03  Bruno Haible  <bruno@clisp.org>
10503
10504         * lib/diffseq.h: Add comments about required #includes.
10505         Reported by Michael Biggs <gnulib@doubleplum.net>.
10506
10507 2008-02-01  Bruno Haible  <bruno@clisp.org>
10508
10509         * users.txt: Add gnuit.
10510
10511 2008-01-31  Bruno Haible  <bruno@clisp.org>
10512
10513         * lib/md4.c (set_uint32): Mark as inline.
10514         * lib/md5.c (set_uint32): Likewise.
10515         * lib/sha1.c (set_uint32): Likewise.
10516         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
10517         * m4/md5.m4 (gl_MD5): Likewise.
10518         * m4/sha1.m4 (gl_SHA1): Likewise.
10519
10520 2008-01-31  Jim Meyering  <meyering@redhat.com>
10521
10522         Use "sizeof VAR", rather than a literal "4".
10523         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
10524         * lib/md4.c (md4_read_ctx): Likewise.
10525         * lib/sha1.c (sha1_read_ctx): Likewise.
10526
10527 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10528
10529         * tests/test-sha1.c: New file, based on test-md5.c.
10530
10531         * modules/crypto/sha1-tests: New file.
10532
10533 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10534
10535         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
10536
10537 2008-01-31  Jim Meyering  <meyering@redhat.com>
10538
10539         Prefer "sizeof v" over the equivalent "4".
10540         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
10541         * lib/md5.c (set_uint32): Likewise.
10542         * lib/sha1.c (set_uint32): Likewise.
10543
10544 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10545
10546         * lib/sha1.c (set_uint32): Mark function as static.
10547
10548 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10549
10550         md2: clarify comments to say that alignment is not required.
10551         * lib/md2.h: Remove warning about alignment in comment.
10552         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
10553         never been required.
10554
10555 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10556
10557         md4: adapt alignment constraint fix from sha1.
10558         * lib/md4.c (set_uint32): New function, from sha1.c
10559         (md4_read_ctx): Use it.
10560         (md4_finish_ctx): Doc fix.
10561         * lib/md4.h: Doc fix.
10562
10563 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10564
10565         md5: adapt alignment constraint fix from sha1.
10566         * lib/md5.c (set_uint32): New function, from sha1.c
10567         (md5_read_ctx): Use it.
10568         (md5_finish_ctx): Doc fix.
10569         * lib/md5.h: Doc fix.
10570
10571 2008-01-30  Peter Palfrader  <weasel@debian.org>
10572
10573         sha1: remove the result buffer alignment constraint
10574         * lib/sha1.c (set_uint32): New function.
10575         (sha1_read_ctx): Rewrite to remove the result buffer alignment
10576         constraint.
10577         (sha1_finish_ctx): Remove comment warning about alignment constraint.
10578         * lib/sha1.h: Likewise.
10579
10580 2008-01-30  Andreas Schwab  <schwab@suse.de>
10581             Bruno Haible  <bruno@clisp.org>
10582
10583         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
10584         correct definition of LDBL_MIN_EXP.
10585
10586 2008-01-30  Karl Berry  <karl@gnu.org>
10587
10588         * config/srclist-update: try to preserve x bit on updates.
10589         * config/srclistvars.sh: update for karl.
10590
10591 2008-01-29  Jim Meyering  <meyering@redhat.com>
10592
10593         vasnprintf.c: Avoid warning about unused label
10594         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
10595         "overflow" label definition and associated code with the
10596         same cpp condition that guards the sole use of that label.
10597
10598 2008-01-26  Bruno Haible  <bruno@clisp.org>
10599
10600         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
10601         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
10602         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
10603         * lib/isnanl-nolibm.h (isnanl): Likewise.
10604         Reported by Paul Eggert <eggert@cs.ucla.edu>.
10605
10606 2008-01-26  Bruno Haible  <bruno@clisp.org>
10607
10608         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
10609         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
10610
10611 2008-01-26  Bruno Haible  <bruno@clisp.org>
10612
10613         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
10614         GCC >= 4.0 built-in.
10615         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
10616
10617 2008-01-26  Bruno Haible  <bruno@clisp.org>
10618
10619         Rename isnan, applicable to 'double' only, to isnand.
10620         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
10621         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
10622         (configure.ac): Update.
10623         (Include): Replace "isnan.h" with "isnand.h".
10624         * m4/isnand.m4: Renamed from m4/isnan.m4.
10625         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
10626         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
10627         instead of isnan.c.
10628         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
10629         instead of HAVE_ISNAN_IN_LIBC.
10630         (isnand): Renamed from isnan.
10631         * lib/isnand.c: New file.
10632         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
10633         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
10634         (Makefile.am): Update.
10635         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
10636         Include isnand.h instead of isnan.h.
10637         (main): Test isnand instead of isnan.
10638         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
10639         isnan-nolibm.
10640         * modules/frexp (Depends-on): Likewise.
10641         * modules/frexp-tests (Depends-on): Likewise.
10642         * modules/frexp-nolibm (Depends-on): Likewise.
10643         * modules/frexp-nolibm-tests (Depends-on): Likewise.
10644         * modules/isfinite (Depends-on): Likewise.
10645         * modules/round-tests (Depends-on): Likewise.
10646         * modules/signbit (Depends-on): Likewise.
10647         * modules/signbit-tests (Depends-on): Likewise.
10648         * modules/snprintf-posix (Depends-on): Likewise.
10649         * modules/sprintf-posix (Depends-on): Likewise.
10650         * modules/trunc-tests (Depends-on): Likewise.
10651         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10652         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10653         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10654         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10655         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10656         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10657         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10658         * modules/vasnprintf-posix (Depends-on): Likewise.
10659         * modules/vasprintf-posix (Depends-on): Likewise.
10660         * modules/vfprintf-posix (Depends-on): Likewise.
10661         * modules/vsnprintf-posix (Depends-on): Likewise.
10662         * modules/vsprintf-posix (Depends-on): Likewise.
10663         * lib/frexp.c: Include isnand.h instead of isnan.h.
10664         (ISNAN): Set to isnand instead of isnan.
10665         * lib/isfinite.c: Include isnand.h instead of isnan.h.
10666         (gl_isfinited): Use isnand instead of isnan.
10667         * lib/signbitd.c: Include isnand.h instead of isnan.h.
10668         (gl_signbitd): Use isnand instead of isnan.
10669         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
10670         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
10671         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
10672         (main): Use isnand instead of isnan.
10673         * tests/test-round1.c: Include isnand.h.
10674         (main): Use isnand instead of isnan.
10675         * tests/test-round2.c: Include isnand.h instead of isnan.h.
10676         (ISNAN): Set to isnand instead of isnan.
10677         * tests/test-trunc1.c: Include isnand.h.
10678         (main): Use isnand instead of isnan.
10679         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
10680         (equal): Use isnand instead of isnan.
10681         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
10682         isnand-nolibm.
10683         * NEWS: Mention the change.
10684
10685 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10686             Bruno Haible  <bruno@clisp.org>
10687
10688         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
10689         the GCC builtins for signbits are present and set
10690         REPLACE_SIGNBIT_USING_GCC if so.
10691         * lib/math.in.h (signbit): Define using GCC builtins if
10692         REPLACE_SIGNBIT_USING_GCC is set.
10693         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
10694         REPLACE_SIGNBIT_USING_GCC.
10695         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
10696
10697 2008-01-25  Jim Meyering  <meyering@redhat.com>
10698
10699         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
10700         * lib/poll.c: Include <config.h>, not "config.h".
10701         * tests/test-getaddrinfo.c: Likewise.
10702
10703 2008-01-25  Simon Josefsson  <simon@josefsson.org>
10704
10705         * modules/sockets-tests: New file.
10706
10707 2008-01-24  Simon Josefsson  <simon@josefsson.org>
10708
10709         * modules/sockets: New module, can be used to call WSA_Startup and
10710         WSA_Cleanup when needed.
10711
10712         * lib/sockets.h, lib/sockets.c: New files.
10713
10714         * m4/sockets.m4: New file.
10715
10716         * tests/test-sockets.c: New file.
10717
10718 2008-01-19  Bruno Haible  <bruno@clisp.org>
10719
10720         * doc/posix-headers: Renamed from doc/headers.
10721         * doc/posix-functions: Renamed from doc/functions.
10722         * doc/gnulib.texi: Update.
10723
10724 2008-01-19  Bruno Haible  <bruno@clisp.org>
10725
10726         * doc/glibc-functions/strcasestr.texi: Include contents of
10727         doc/functions/strcasestr.texi, fixing the list of platforms.
10728         * doc/functions/strcasestr.texi: Remove file.
10729
10730 2008-01-19  Bruno Haible  <bruno@clisp.org>
10731
10732         * doc/glibc-functions/memmem.texi: Include contents of
10733         doc/functions/memmem.texi.
10734         * doc/functions/memmem.texi: Remove file.
10735
10736 2008-01-18  Bruno Haible  <bruno@clisp.org>
10737
10738         * doc/glibc-functions/*.texi: New files.
10739         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
10740         to use the new files.
10741
10742 2008-01-17  Bruno Haible  <bruno@clisp.org>
10743
10744         * tests/test-gethostname.c (main): Fix printf statement.
10745
10746 2008-01-17  Simon Josefsson  <simon@josefsson.org>
10747
10748         * modules/gethostname-tests: New file.
10749
10750         * tests/test-gethostname.c: New file.
10751
10752 2008-01-17  Simon Josefsson  <simon@josefsson.org>
10753
10754         * lib/gethostname.c: Include string.h unconditionally, strncpy is
10755         used by the UNAME case.  Reported by Bruno Haible
10756         <bruno@clisp.org>.
10757
10758 2008-01-17  Eric Blake  <ebb9@byu.net>
10759
10760         Convert c-strcasestr to be more efficient.
10761         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
10762         (Depends-on): Add c-strcase, remove malloca, strnlen.
10763         * tests/test-c-strcasestr.c (main): Enhance test.
10764         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
10765
10766 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
10767
10768         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
10769         Use it in creating po/Makevars.
10770
10771 2008-01-15  Simon Josefsson  <simon@josefsson.org>
10772
10773         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
10774         Applications that requires it should initialize libgcrypt
10775         manually.
10776
10777 2008-01-16  Simon Josefsson  <simon@josefsson.org>
10778
10779         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
10780
10781 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
10782
10783         Fix problem with getdate on mingw32 reported by Simon Josefsson
10784         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
10785         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
10786         tzname", when deciding whether to declare tzname.
10787         * lib/strftime.c (tzname): Likewise.
10788
10789 2008-01-15  Bruno Haible  <bruno@clisp.org>
10790
10791         Work around a MacOS X 10.5 bug in frexpl().
10792         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
10793         * doc/functions/frexpl.texi: Document the bug.
10794         Reported by Elias Pipping <pipping@gentoo.org>.
10795
10796 2008-01-14  Eric Blake  <ebb9@byu.net>
10797
10798         Touch up previous patch.
10799         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
10800         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
10801
10802         Convert strcasestr module to use Two-Way algorithm.
10803         * modules/strcasestr-simple: New module, based on the old
10804         strcasestr, but with Two-Way rather than KMP.
10805         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
10806         * lib/string.in.h (rpl_strcasestr): Declare.
10807         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
10808         performance.
10809         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
10810         * modules/string (Makefile.am): Support strcasestr.
10811         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
10812         * modules/strcasestr-tests (Depends-on): Check for alarm.
10813         * tests/test-strcasestr.c: Augment test.
10814         * lib/str-two-way.h: Clean up stray macro.
10815         * NEWS: Document new module.
10816         * MODULES.html.sh (string handling): Likewise.
10817         * doc/functions/strcasestr.texi: New file.
10818         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
10819         here, since it is not a POSIX function.
10820
10821 2008-01-14  Colin Watson  <cjwatson@debian.org>
10822             Bruno Haible  <bruno@clisp.org>
10823
10824         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
10825         works fine; if not, set REPLACE_STRSIGNAL.
10826         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
10827         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10828         REPLACE_STRSIGNAL.
10829         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
10830         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
10831         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
10832
10833 2008-01-14  Bruno Haible  <bruno@clisp.org>
10834
10835         * modules/strsignal (Include): Change to <string.h>.
10836
10837 2008-01-14  Colin Watson  <cjwatson@debian.org>
10838
10839         * modules/argp (Notice): Add a notice recommending to change
10840         XGETTEXT_OPTIONS.
10841         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
10842
10843 2008-01-13  Colin Watson  <cjwatson@debian.org>
10844
10845         * modules/strsignal-tests: New file.
10846         * tests/test-strsignal.c: New file.
10847
10848         * lib/strsignal.c: New file, from glibc with modifications.
10849         * lib/siglist.h: New file, from glibc with modifications.
10850         * lib/string.in.h (strsignal): New declaration.
10851         * m4/strsignal.m4: New file.
10852         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10853         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
10854         * modules/strsignal: New file.
10855         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
10856         HAVE_DECL_STRSIGNAL.
10857
10858 2008-01-13  Bruno Haible  <bruno@clisp.org>
10859
10860         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
10861         locale encoding is not ASCII. Needed for OpenBSD 4.0.
10862         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10863         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10864
10865 2008-01-13  Bruno Haible  <bruno@clisp.org>
10866
10867         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
10868         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
10869         * lib/argp.h (__attribute__): Likewise.
10870         * lib/c-stack.c (__attribute__): Likewise.
10871         * lib/error.h (__attribute__): Likewise.
10872         * lib/fts.c (__attribute__): Likewise.
10873         * lib/openat.h (__attribute__): Likewise.
10874         * lib/stdio.in.h (__attribute__): Likewise.
10875         * lib/string.in.h (__attribute__): Likewise.
10876         * lib/utimens.c (__attribute__): Likewise.
10877         * lib/vasnprintf.h (__attribute__): Likewise.
10878         * lib/xalloc.h (__attribute__): Likewise.
10879         * lib/xprintf.h (__attribute__): Likewise.
10880         * lib/xstrtol.h (__attribute__): Likewise.
10881         * lib/xvasprintf.h (__attribute__): Likewise.
10882
10883 2008-01-12  Bruno Haible  <bruno@clisp.org>
10884
10885         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
10886         * doc/glibc-headers/a.out.texi: New file.
10887         * doc/glibc-headers/aliases.texi: New file.
10888         * doc/glibc-headers/alloca.texi: New file.
10889         * doc/glibc-headers/ar.texi: New file.
10890         * doc/glibc-headers/argp.texi: New file.
10891         * doc/glibc-headers/argz.texi: New file.
10892         * doc/glibc-headers/byteswap.texi: New file.
10893         * doc/glibc-headers/crypt.texi: New file.
10894         * doc/glibc-headers/endian.texi: New file.
10895         * doc/glibc-headers/envz.texi: New file.
10896         * doc/glibc-headers/err.texi: New file.
10897         * doc/glibc-headers/error.texi: New file.
10898         * doc/glibc-headers/execinfo.texi: New file.
10899         * doc/glibc-headers/fpu_control.texi: New file.
10900         * doc/glibc-headers/fstab.texi: New file.
10901         * doc/glibc-headers/fts.texi: New file.
10902         * doc/glibc-headers/getopt.texi: New file.
10903         * doc/glibc-headers/ieee754.texi: New file.
10904         * doc/glibc-headers/ifaddrs.texi: New file.
10905         * doc/glibc-headers/libintl.texi: New file.
10906         * doc/glibc-headers/mcheck.texi: New file.
10907         * doc/glibc-headers/mntent.texi: New file.
10908         * doc/glibc-headers/obstack.texi: New file.
10909         * doc/glibc-headers/paths.texi: New file.
10910         * doc/glibc-headers/printf.texi: New file.
10911         * doc/glibc-headers/pty.texi: New file.
10912         * doc/glibc-headers/resolv.texi: New file.
10913         * doc/glibc-headers/shadow.texi: New file.
10914         * doc/glibc-headers/sysexits.texi: New file.
10915         * doc/glibc-headers/ttyent.texi: New file.
10916
10917 2008-01-12  Jim Meyering  <meyering@redhat.com>
10918
10919         announce-gen: emit Gnulib's git-based version string.
10920         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
10921         New option --gnulib-version=V, where V is expected to be
10922         the output of running git describe in the gnulib directory.
10923         (get_tool_versions): Request feedback on xdelta.  I suspect it's
10924         not useful, and plan to stop publishing an xdelta file with each
10925         coreutils release.
10926
10927         * build-aux/announce-gen: Also check for lzma-compressed files.
10928
10929 2008-01-11  Bruno Haible  <bruno@clisp.org>
10930
10931         * tests/test-memmem.c (main): Increase maximum allowed time.
10932         * tests/test-strstr.c (main): Likewise.
10933
10934 2008-01-11  Bruno Haible  <bruno@clisp.org>
10935
10936         * doc/functions/memmem.texi: Add more precisions about platforms.
10937         * doc/functions/strstr.texi: Likewise.
10938
10939 2008-01-10  Eric Blake  <ebb9@byu.net>
10940
10941         * m4/strstr.m4: Delete cruft from copy-n-paste.
10942         Reported by Bruno Haible.
10943
10944 2008-01-10  Bruno Haible  <bruno@clisp.org>
10945
10946         Make c-strstr rely on strstr.
10947         * lib/c-strstr.c: Don't include str-kmp.h.
10948         (c_strstr): Define in terms of strstr.
10949         * modules/c-strstr (Files): Remove lib/str-kmp.h.
10950         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
10951
10952 2008-01-10  Bruno Haible  <bruno@clisp.org>
10953
10954         * doc/gnulib.texi (String Functions in C Locale): New section.
10955         * doc/c-ctype.texi: New file.
10956         * doc/c-strcase.texi: New file.
10957         * doc/c-strcaseeq.texi: New file.
10958         * doc/c-strcasestr.texi: New file.
10959         * doc/c-strstr.texi: New file.
10960         * doc/c-strtod.texi: New file.
10961         * doc/c-strtold.texi: New file.
10962
10963 2008-01-10  Eric Blake  <ebb9@byu.net>
10964
10965         * lib/relocatable.h: Fix a comment.
10966
10967 2008-01-10  Eric Blake  <ebb9@byu.net>
10968
10969         Share two-way algorithm.
10970         * lib/str-two-way.h: New file, merged from...
10971         * lib/memmem.c: ...here...
10972         * lib/strstr.c: ...and here.
10973         * modules/memmem (Files): Use it.
10974         * modules/strstr (Files): Likewise.
10975
10976         Avoid quadratic strstr implementations.
10977         * lib/strstr.c: New file.
10978         * m4/strstr.m4: Likewise.
10979         * modules/strstr: Likewise.
10980         * modules/strstr-tests: Likewise.
10981         * tests/test-strstr.c: Likewise.
10982         * lib/string.in.h (rpl_strstr): Declare.
10983         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
10984         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
10985         * modules/string (Makefile.am): Likewise.
10986         * MODULES.html.sh (string handling): Mention new module.
10987         * doc/functions/strstr.texi (strstr): Document the bug.
10988
10989 2008-01-10  Bruno Haible  <bruno@clisp.org>
10990
10991         * lib/relocatable.h (relocate): State whether result is freshly
10992         allocated or not.
10993         * lib/relocatable.c (relocate): Return a freshly allocated string
10994         instead of a pointer to a privately held string.
10995         Reported by Sylvain Beucler <beuc@gnu.org>.
10996
10997 2008-01-10  Colin Watson  <cjwatson@debian.org>
10998
10999         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
11000         s/S_ISNLK/S_ISLNK/.
11001
11002 2008-01-09  Bruno Haible  <bruno@clisp.org>
11003
11004         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
11005         and other files.
11006         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
11007         if it's only a guess.
11008         * modules/memmem: Simplify by depending on memmem-simple.
11009
11010 2008-01-09  Bruno Haible  <bruno@clisp.org>
11011
11012         Work around OpenBSD 4.0 tdelete() bug.
11013         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
11014         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
11015         macros and don't redefine the enum values.
11016         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
11017         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
11018         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
11019
11020 2008-01-09  Bruno Haible  <bruno@clisp.org>
11021
11022         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
11023         (main): Don't perform the tests if setlocale did not install a UTF-8
11024         locale. Needed on OpenBSD 4.0.
11025         * modules/wcwidth-tests (Depends-on): Add localcharset.
11026
11027 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11028
11029         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
11030         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
11031         * NEWS: announce this.
11032         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
11033
11034 2008-01-09  Simon Josefsson  <simon@josefsson.org>
11035         and Eric Blake  <ebb9@byu.net>
11036
11037         Add memmem-simple module.
11038         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
11039         (gl_FUNC_MEMMEM): Separate performance from presence checks.
11040         * modules/memmem-simple: New file.
11041         * modules/memmem (Description): Tweak.
11042         * MODULES.html.sh (string handling): Mention new module.
11043         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
11044         addressed by memmem-simple.
11045         * NEWS: Document the difference.
11046
11047 2008-01-09  Eric Blake  <ebb9@byu.net>
11048
11049         Give gcc some memmem optimization hints.
11050         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
11051         (strcasestr): Declare as pure.
11052         * modules/memmem (Maintainer): Claim my implementation.
11053
11054 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11055
11056         Support AIX 6.1 and higher.
11057         * build-aux/config.libpath: Likewise.
11058         * build-aux/config.rpath: Likewise.
11059
11060 2008-01-08  Jim Meyering  <meyering@redhat.com>
11061             Bruno Haible  <bruno@clisp.org>
11062
11063         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
11064         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
11065         Reported by Peter Fales in
11066         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
11067
11068 2008-01-08  Bruno Haible  <bruno@clisp.org>
11069
11070         * modules/unictype/category-of (Depends-on): Add
11071         unictype/category-none.
11072         * modules/unictype/category-and-tests (Depends-on): Add
11073         unictype/category-{L,N,Lu,Nd}.
11074         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
11075         * modules/unictype/category-or-tests (Depends-on): Add
11076         unictype/category-{L,N}.
11077         * modules/unictype/category-name-tests (Depends-on): Add
11078         unictype/category-{Z,Nl}.
11079         Reported by Simon Josefsson.
11080
11081 2008-01-08  Bruno Haible  <bruno@clisp.org>
11082
11083         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
11084         convention better.
11085         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
11086         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
11087         Reported by Peter Miller <millerp@canb.auug.org.au>.
11088
11089 2008-01-08  Eric Blake  <ebb9@byu.net>
11090
11091         Rewrite memmem to guarantee linear complexity without malloc.
11092         * lib/memmem.c (memmem): Use Two-Way rather than
11093         Knuth-Morris-Pratt, to allow O(1) space usage.
11094         (critical_factorization, two_way_short_needle)
11095         (two_way_long_needle): New functions.
11096         (knuth_morris_pratt): Delete.
11097         * modules/memmem (Depends-on): No longer need malloca or stdbool.
11098         Add stdint.
11099         * tests/test-memmem.c (main): Add tests for periodic needle and
11100         sublinear performance.
11101         * doc/functions/memmem.texi (memmem): Document other deficiencies
11102         in cygwin and older glibc.
11103
11104 2008-01-08  Bruno Haible  <bruno@clisp.org>
11105
11106         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
11107         augmentation.
11108
11109 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
11110
11111         Add a configure time option: --disable-acl.
11112         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
11113         AC_ARG_ENABLE(acl).
11114
11115 2008-01-06  Simon Josefsson  <simon@josefsson.org>
11116
11117         * tests/test-localename.c: Don't include obsolete "setenv.h".
11118
11119         * modules/localename-tests (Depends-on): Need unsetenv.
11120
11121 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11122
11123         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
11124
11125 2008-01-06  Colin Watson  <cjwatson@debian.org>
11126
11127         * users.txt: Add man-db.
11128
11129 2008-01-07  Bruno Haible  <bruno@clisp.org>
11130
11131         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
11132         previous section name.
11133
11134 2008-01-07  Bruno Haible  <bruno@clisp.org>
11135
11136         * lib/progname.c (set_program_name): Don't strip off a leading
11137         "lt-" prefix outside a .libs directory.
11138         Suggested by Paul Eggert.
11139
11140 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
11141             Bruno Haible  <bruno@clisp.org>
11142
11143         Improve memory cleanup in 'relocatable' module.
11144         * lib/relocatable.h (compute_curr_prefix): Change return type to
11145         'char *'.
11146         * lib/relocatable.c (compute_curr_prefix): Change return type to
11147         'char *'. Free curr_installdir after use.
11148         (relocate): Free curr_prefix_better after use.
11149         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
11150
11151 2008-01-01  Bruno Haible  <bruno@clisp.org>
11152
11153         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
11154         failure on older glibc systems.
11155         Reported by Peter Fales <psfales@alcatel-lucent.com>.
11156
11157 2008-01-05  Eric Blake  <ebb9@byu.net>
11158
11159         Avoid quadratic system memmem.
11160         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
11161         Reported by Ralf Wildenhues.
11162
11163         Fix memmem test for mingw.
11164         * modules/memmem-tests (configure.ac): Check for alarm.
11165         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
11166         it.
11167         * doc/functions/memmem.texi: New file.
11168         * doc/gnulib.texi (Function Substitutes): Add memmem.
11169         Reported by Bruno Haible.
11170
11171 2008-01-04  Bruno Haible  <bruno@clisp.org>
11172
11173         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
11174         Require gl_HEADER_STRINGS_H_DEFAULTS, not
11175         gl_HEADER_STRING_H_DEFAULTS.
11176
11177 2008-01-04  Eric Blake  <ebb9@byu.net>
11178
11179         Shorten duration of memmem test.
11180         * tests/test-memmem.c (main): Use alarm to declare failure if test
11181         is taking too long.
11182         Reported by Ralf Wildenhues.
11183
11184 2007-12-21  Simon Josefsson  <simon@josefsson.org>
11185
11186         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
11187         string, needed by strerror.
11188
11189 2008-01-03  Colin Watson  <cjwatson@debian.org>
11190             Bruno Haible  <bruno@clisp.org>
11191
11192         * doc/gnulib-tool.texi (Localization): New section.
11193
11194 2008-01-02  Bruno Haible  <bruno@clisp.org>
11195
11196         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
11197         variables to 'unsigned char *' type.
11198         Reported by Paul Eggert.
11199
11200 2008-01-02  Jim Meyering  <jim@meyering.net>
11201
11202         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
11203
11204 2007-12-31  Jim Meyering  <jim@meyering.net>
11205
11206         Avoid use of private FTS type name.
11207         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
11208
11209 2007-12-30  Karl Berry  <karl@gnu.org>
11210
11211         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
11212         work around defect in Texinfo and/or the standalone Info browser.
11213
11214 2007-12-30  Bruno Haible  <bruno@clisp.org>
11215
11216         Unify 5 copies of the KMP code.
11217         * lib/str-kmp.h: New file.
11218         * lib/c-strcasestr.c: Include str-kmp.h.
11219         (knuth_morris_pratt): Remove function.
11220         (c_strcasestr): Update.
11221         * lib/c-strstr.c: Include str-kmp.h.
11222         (knuth_morris_pratt): Remove function.
11223         (c_strcasestr): Update.
11224         * lib/mbscasestr.c: Include str-kmp.h.
11225         (knuth_morris_pratt_unibyte): Remove function.
11226         * lib/mbsstr.c: Include str-kmp.h.
11227         (knuth_morris_pratt_unibyte): Remove function.
11228         * lib/strcasestr.c: Include str-kmp.h.
11229         (knuth_morris_pratt): Remove function.
11230         (strcasestr): Update.
11231         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
11232         * modules/c-strstr (Files): Likewise.
11233         * modules/mbscasestr (Files): Likewise.
11234         * modules/mbsstr (Files): Likewise.
11235         * modules/strcasestr (Files): Likewise.
11236         Suggested by Paul Eggert.
11237
11238 2007-12-30  Bruno Haible  <bruno@clisp.org>
11239
11240         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
11241         defined.
11242
11243 2007-12-30  Bruno Haible  <bruno@clisp.org>
11244
11245         * lib/xmalloca.h: Include xalloc.h.
11246         (xnmalloca): New macro.
11247
11248 2007-12-30  Bruno Haible  <bruno@clisp.org>
11249
11250         * lib/malloca.h (nmalloca): New macro.
11251         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
11252         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
11253         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
11254         knuth_morris_pratt_multibyte): Likewise.
11255         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
11256         knuth_morris_pratt_multibyte): Likewise.
11257         * lib/memmem.c (knuth_morris_pratt): Likewise.
11258         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
11259
11260 2007-12-25  Bruno Haible  <bruno@clisp.org>
11261
11262         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
11263         * lib/glob.c: Don't include openat.h.
11264         (link_exists2_p): Add back the code that deals with the
11265         !GLOB_ALTDIRFUNC case.
11266         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
11267         let it do the filename concatenation.
11268         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
11269         * modules/glob (Depends-on): Remove openat.
11270
11271 2007-12-31  Bruno Haible  <bruno@clisp.org>
11272
11273         * modules/dirfd (License): Change to LGPLv2+.
11274         Approved by Jim Meyering.
11275
11276 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
11277
11278         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
11279         when multiplying M by sizeof (size_t).
11280
11281 2007-12-10  Martin Lambers  <marlam@marlam.de>
11282
11283         Override getpagesize on mingw.
11284         * lib/getpagesize.c: New file.
11285         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
11286         * modules/getpagesize (Files): Add lib/getpagesize.c.
11287         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
11288         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11289         REPLACE_GETPAGESIZE.
11290         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
11291
11292 2007-12-25  Bruno Haible  <bruno@clisp.org>
11293
11294         * modules/localcharset (Notice): New field.
11295         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
11296         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
11297
11298 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
11299             Bruno Haible  <bruno@clisp.org>
11300
11301         Avoid using the syntax symbol() in formatted documentation.
11302         * MODULES.html.sh (func_module): When replacing symbol() with a
11303         hyperlink, remove the parentheses. Show an error if some remain.
11304         Recognize and render the '...' syntax.
11305         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
11306         Rework. Add paragraph about GCC's inlining.
11307         * doc/alloca.texi: Likewise.
11308         * doc/error.texi: Remove parentheses from symbol reference.
11309         * doc/gnulib-intro.texi: Likewise.
11310         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
11311         * modules/fnmatch (Description): Reword to say "the ... function".
11312         * modules/full-read (Description): Likewise.
11313         * modules/full-write (Description): Likewise.
11314         * modules/safe-read (Description): Likewise.
11315         * modules/safe-write (Description): Likewise.
11316         * modules/strchrnul (Description): Likewise.
11317         * modules/trim (Description): Likewise.
11318         * modules/error (Description): Remove parentheses from symbol
11319         references.
11320         * modules/verror (Description): Likewise.
11321         Reported by Karl Berry.
11322
11323 2007-12-25  Bruno Haible  <bruno@clisp.org>
11324
11325         Fixup after 2007-10-16 commit.
11326         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
11327
11328 2007-12-24  Bruno Haible  <bruno@clisp.org>
11329
11330         Make --enable-relocatable work with DESTDIR.
11331         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
11332         to compute installdir from destprog.
11333         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
11334         also set the RELOC_DESTDIR variable.
11335         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
11336
11337 2007-12-24  Bruno Haible  <bruno@clisp.org>
11338
11339         Fix link error due to xalloc_die().
11340         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
11341         of xreadlink.
11342         * lib/relocwrapper.c: Update comments.
11343         * build-aux/install-reloc: Remove xreadlink.c from file list.
11344         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
11345         xreadlink.c.
11346         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
11347
11348 2007-12-24  Bruno Haible  <bruno@clisp.org>
11349
11350         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
11351         * lib/setenv.h: Remove file.
11352         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
11353         lib/setenv.h.
11354         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
11355         (Depends-on): Add stdlib.
11356         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
11357         gl_FUNC_UNSETENV.
11358         (Include): Replace setenv.h with <stdlib.h>.
11359         * modules/unsetenv: New file.
11360         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
11361         * lib/unsetenv.c: Include <stdlib.h> first.
11362         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
11363         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
11364         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
11365         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
11366         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
11367         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
11368         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
11369         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
11370         * doc/functions/unsetenv.texi: Update.
11371         * modules/xsetenv (Depends-on): Add unsetenv.
11372         * modules/getdate (Depends-on): Likewise.
11373         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
11374         * lib/xsetenv.c: Don't include setenv.h.
11375         * lib/getdate.y: Likewise.
11376         * lib/relocwrapper.c: Likewise.
11377         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
11378         (Depends-on): Add stdlib.
11379         * NEWS: Mention the changes.
11380         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
11381
11382 2007-12-23  Bruno Haible  <bruno@clisp.org>
11383
11384         * lib/memmem.c (memmem): Use lowercase variable names. Tab
11385         indentation.
11386
11387 2007-12-23  Bruno Haible  <bruno@clisp.org>
11388
11389         * lib/c-strcasestr.c: Add more comments.
11390         * lib/c-strstr.c: Likewise.
11391         * lib/mbscasestr.c: Likewise.
11392         * lib/mbsstr.c: Likewise.
11393         * lib/strcasestr.c: Likewise.
11394         * lib/memmem.c: Likewise.
11395
11396 2007-12-23  Bruno Haible  <bruno@clisp.org>
11397
11398         * tests/test-memmem.c: Include <string.h> first.
11399
11400 2007-12-22  Bruno Haible  <bruno@clisp.org>
11401
11402         * gnulib-tool (func_create_testdir): Change $auxdir while generating
11403         the contents of $testsbase.
11404         Reported by Ralf Wildenhues.
11405
11406 2007-12-22  Bruno Haible  <bruno@clisp.org>
11407
11408         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
11409         two variables local_ldadd_before, local_ldadd_last.
11410
11411 2007-12-20  Eric Blake  <ebb9@byu.net>
11412
11413         Work around circular library issue when cross-compiling.
11414         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
11415         that progname.o does not need to pull in rpl_memcmp.
11416
11417 2007-12-19  Eric Blake  <ebb9@byu.net>
11418
11419         Fix memmem to avoid O(n^2) worst-case complexity.
11420         * lib/memmem.c (knuth_morris_pratt): New function.
11421         (memmem): Use it if first few naive iterations fail.
11422         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
11423         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
11424         * modules/memchr (License): Likewise.
11425         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
11426         malloca.
11427         * tests/test-memmem.c: Rewrite, borrowing ideas from
11428         test-mbsstr1.c; the old version wouldn't even compile!
11429         * modules/memmem-tests: New file.
11430         * lib/string.in.h (rpl_memmem): Add declaration.
11431         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
11432         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
11433         REPLACE_MEMMEM.
11434
11435 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11436
11437         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
11438         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
11439         before any system include files, and undef after them all.  This
11440         should fix a problem on VMS reported by John E. Malmberg in
11441         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
11442
11443 2007-12-17  Eric Blake  <ebb9@byu.net>
11444
11445         Revert addition of verify, for BSD/OS.
11446         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
11447         can't handle large files, for the sake of obsolete platforms.
11448         * modules/fseeko (Depends-on): Remove verify.
11449         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
11450         * doc/functions/ftello.texi (ftello): Likewise.
11451         * doc/functions/fgetpos.texi (fgetpos): Likewise.
11452         Reported by Larry Jones.
11453
11454 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
11455
11456         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
11457         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
11458
11459 2007-12-17  Jim Meyering  <meyering@redhat.com>
11460
11461         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
11462         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
11463         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
11464         * modules/getcwd (Depends-on): Add openat.
11465         Reported by Petr Salinger.
11466
11467 2007-12-17  Bruno Haible  <bruno@clisp.org>
11468
11469         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
11470         avoid a segmentation fault of the configure test on x86_64 systems.
11471
11472 2007-12-15  Jim Meyering  <meyering@redhat.com>
11473
11474         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
11475
11476 2007-12-13  Eric Blake  <ebb9@byu.net>
11477
11478         Another fseek test.
11479         * tests/test-fseek.c (main): Also test ungetc handling.
11480         * tests/test-fseeko.c (main): Likewise.
11481         * modules/fseeko (Depends-on): Add verify.
11482         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
11483         large.
11484         Reported by Larry Jones.
11485
11486         Fix fseeko on mingw.
11487         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
11488         seek.
11489
11490         Beef up fseek tests.
11491         * tests/test-fseek.c (main): Also test eof handling.
11492         * tests/test-fseeko.c (main): Likewise.
11493         Reported by Larry Jones.
11494
11495 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
11496
11497         Fix fseeko on BSD-based platforms.
11498         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
11499         successful seek.
11500
11501 2007-12-12  Eric Blake  <ebb9@byu.net>
11502
11503         Allow circular dependency of separate libtests.a
11504         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
11505         when use_libtests.
11506
11507 2007-12-11  Eric Blake  <ebb9@byu.net>
11508
11509         Fix bug with -0.0L in previous patch.
11510         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
11511         * tests/test-isnan.c (main): Also test on zeroes.
11512         * tests/test-isnanf.c (main): Likewise.
11513         * tests/test-isnanl.h (main): Likewise.
11514
11515         Detect pseudo-denormals on x86 even when cross-compiling.
11516         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
11517         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
11518         invalid bit patterns that happen to satisfy ==.
11519
11520         Avoid link failures with separate libtests.a.
11521         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
11522         last, to satisfy circular dependencies.
11523
11524 2007-12-11  Eric Blake  <ebb9@byu.net>
11525         and Bruno Haible  <bruno@clisp.org>
11526
11527         Fix OpenBSD 4.0 <float.h> handling of long double.
11528         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
11529         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
11530         * doc/headers/float.texi (float.h): Document OpenBSD bug.
11531
11532 2007-12-11  Jim Meyering  <meyering@redhat.com>
11533
11534         * users.txt: Add libvirt.
11535
11536         Support versions of autoconf prior to 2.59c.
11537         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
11538         if it is not already defined.
11539
11540 2007-12-09  Bruno Haible  <bruno@clisp.org>
11541
11542         Let 'gnulib-tool --import' collect sources needed for the tests in
11543         tests/ rather than in lib/.
11544         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
11545         argument. If true, add rules to generate libtests.a, and put libtests.a
11546         into $(LDADD). Consider source files in subdirectories and set
11547         uses_subdirs.
11548         (func_emit_initmacro_start, func_emit_initmacro_end,
11549         func_emit_initmacro_done): Pass all arguments explicitly.
11550         (func_import): Determine two module lists main_modules,
11551         testsrelated_modules. Determine use_libtests. Determine two variables
11552         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
11553         instead of just sed_transform_lib_file. Determine two variables
11554         main_files and testsrelated_files. Compute 'files' as the union of
11555         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
11556         func_add_or_update. In the generated gnulib-comp.m4, collect the
11557         object files for tests/ in different variables than those for lib/.
11558         Substitute LIBTESTS_LIBDEPS.
11559         (func_create_testdir): Combine the uses_subdirs results from
11560         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
11561
11562 2007-12-09  Bruno Haible  <bruno@clisp.org>
11563
11564         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
11565         the build-aux directory.
11566
11567 2007-12-09  Bruno Haible  <bruno@clisp.org>
11568
11569         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
11570         introduced on 2006-09-09.
11571
11572 2007-12-07  Jim Meyering  <meyering@redhat.com>
11573
11574         Let these macros work also with autoconf-2.59.
11575         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
11576         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
11577         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
11578
11579 2007-12-06  Jim Meyering  <meyering@redhat.com>
11580
11581         Avoid a configure-time syntax error in gl_FUNC_ACL.
11582         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
11583         function in each branch, before testing the cache variable.
11584
11585 2007-12-04  Eric Blake  <ebb9@byu.net>
11586
11587         Make scripts executable.
11588         * build-aux/config.guess: Add execute permissions.
11589         * build-aux/config.sub: Likewise.
11590         * build-aux/gendocs.sh: Likewise.
11591
11592         Fix frexp on mingw.
11593         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
11594         cross-compiling.
11595         * doc/functions/frexp.texi (frexp): Document the bug.
11596
11597         Make cygwin fseeko check more reliable.
11598         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
11599         version numbers, rather than unrelated feature check.
11600         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
11601         * doc/functions/ftello.texi (ftello): Likewise.
11602         Reported by Bruno Haible.
11603
11604         * m4/strerror.m4: Bump version number.
11605
11606 2007-12-03  Bruno Haible  <bruno@clisp.org>
11607
11608         * doc/functions/mprotect.texi: Mention the mingw problem.
11609
11610 2007-12-03  Eric Blake  <ebb9@byu.net>
11611
11612         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
11613         REPLACE_STRERROR is initialized before this macro.
11614
11615 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
11616
11617         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
11618         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
11619         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
11620         put -lsec in even for programs other than 'ls'.  This fixes a problem
11621         for gettext reported by Bruno Haible in
11622         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
11623         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
11624         Add support for Solaris 10.  This isn't efficient, but should get the
11625         job done for now.
11626
11627 2007-12-03  James Youngman  <jay@gnu.org>
11628
11629         * doc/regexprops-generic.texi: change "an close-group" to "a
11630         close-group" and "illegal" to "not allowed".
11631
11632 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11633
11634         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
11635         pr_byname.h. Needed for the rare case when the maintainer has done
11636         "make maintainer-clean" in the source directory and then attempts a
11637         build outside the source directory.
11638         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
11639         scripts_byname.h.
11640
11641 2007-12-02  Martin Lambers <marlam@marlam.de>
11642             Bruno Haible  <bruno@clisp.org>
11643
11644         * lib/getpagesize.h: Remove file.
11645         * lib/unistd.in.h: Include declaration of getpagesize here.
11646         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
11647         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
11648         HAVE_SYS_PARAM_H.
11649         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
11650         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
11651         * modules/getpagesize (Files): Remove lib/getpagesize.h.
11652         (Depends-on): Add unistd.
11653         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11654         (Include): Use <unistd.h> instead of getpagesize.h.
11655         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
11656         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
11657         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
11658         gl_GETPAGESIZE invocation, already handled by module dependency.
11659         * lib/pagealign_alloc.c: Don't include getpagesize.h.
11660
11661 2007-12-02  Bruno Haible  <bruno@clisp.org>
11662
11663         * modules/strings-tests: New file.
11664         * tests/test-strings.c: New file.
11665
11666         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
11667         * lib/strings.in.h: New file.
11668         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
11669         * m4/strings_h.m4: New file.
11670         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
11671         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
11672         * modules/strings: New file.
11673         * modules/string (Makefile.am): Update.
11674         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
11675         Reported by Karl Berry.
11676
11677 2007-12-01  Eric Blake  <ebb9@byu.net>
11678
11679         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
11680         accomodate fix in cygwin 1.5.25.
11681
11682 2007-12-01  Jim Meyering  <meyering@redhat.com>
11683
11684         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
11685         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
11686         that would inhibit utf8-optimization of a regexp containing line-
11687         or buffer-anchors, e.g., `^', `$'.
11688
11689 2007-11-30  Bruno Haible  <bruno@clisp.org>
11690
11691         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
11692         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
11693         glthread_recursive_lock_init.
11694         * lib/lock.c (glthread_recursive_lock_init)
11695         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
11696         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11697
11698 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
11699
11700         New function qset_acl, like set_acl but with syscall semantics.
11701         * lib/acl.h (qset_acl): New decl.
11702         * lib/acl.c (qset_acl): New function.
11703         (set_acl): Use new function.  Use more-consistent diagnostics.
11704
11705 2007-11-28  Jim Meyering  <meyering@redhat.com>
11706
11707         * modules/physmem (License): Change from GPL to LGPLv2+.
11708
11709 2007-11-26  Bruno Haible  <bruno@clisp.org>
11710
11711         * lib/vasnprintf.c (decode_long_double): Don't abort if the
11712         'long double' type has excess precision.
11713         Reported by Jim Meyering in
11714         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
11715
11716 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11717
11718         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
11719         Sync from <http://gnu.org/licenses>.
11720         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
11721         with license text from same location.
11722         * doc/maintain.texi, doc/standards.texi:  Sync from
11723         <http://savannah.gnu.org/projects/gnustandards>.
11724
11725 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
11726         and Jim Meyering  <meyering@redhat.com>
11727
11728         Adjust getdate' grammar to accept a slightly more regular language.
11729         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
11730         Before, the former was rejected.
11731         * lib/getdate.y (digits_to_date_time): New function, factored
11732         out of ...
11733         (number): ...here.  Just call digits_to_date_time.
11734         (hybrid): New non-terminal to handle an <unsigned number,
11735         signed relative offset> sequence consistently.
11736
11737 2007-11-18  Jim Meyering  <meyering@redhat.com>
11738
11739         Pull my changes from coreutils:
11740         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
11741         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
11742         use of $gnulib_tool_option_extras, so that it's separated from the
11743         preceding argument.
11744
11745         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
11746         * build-aux/bootstrap (cp_mark_as_generated): Create any required
11747         parent destination directories before copying a file into place.
11748
11749 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11750
11751         bootstrap: work also with 4-argument variant of AC_INIT
11752         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
11753
11754 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11755
11756         Port test-getaddrinfo to Solaris.
11757         Problem reported by Bruno Haible in
11758         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
11759         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
11760         explanation of setting 'hints'.
11761         Don't reject an implementation merely because it returns EAI_SERVICE.
11762         (EAI_SERVICE): Define to 0 if not defined.
11763
11764 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11765
11766         The license of gnu-make and posix-shell is now "GPLed build tool".
11767         * modules/gnu-make (License): Likewise.
11768         * modules/posix-shell (License): Likewise.
11769
11770         New module posix-shell, for determining a POSIX shell
11771         or perhaps something that is close enough to a POSIX shell.
11772         * m4/posix-shell.m4: New file.
11773         * modules/posix-shell: New file.
11774
11775         * MODULES.html.sh: Mention new module.
11776
11777         New module gnu-make, for determining whether we're using GNU Make.
11778         * m4/gnu-make.m4: New file.
11779         * modules/gnu-make: New file.
11780         * MODULES.html.sh: Mention new module.
11781
11782 2007-11-14  Jim Meyering  <meyering@redhat.com>
11783
11784         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
11785         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
11786         use this macro to create a function _definition_.
11787         Remove useless "#undef ARGMATCH_DIE".
11788
11789 2007-11-14  Bruno Haible  <bruno@clisp.org>
11790
11791         * lib/config.charset: Update for OpenBSD 4.1.
11792         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
11793
11794 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
11795
11796         Document 64-bit #if problems in stdint.texi.
11797         * doc/headers/stdint.texi (stdint.h): Mention problems with
11798         64-bit-#if, and how to work around them.
11799
11800         Don't insist on 'long long int' support in the preprocessor.  It
11801         breaks too many things.  For example, PRIdMAX still uses a 'long
11802         long int' format with the latest Sun compiler, even though
11803         HAVE_LONG_LONG_INT isn't defined due to that compiler's
11804         preprocessor problem.  This causes the latest coreutils to dump
11805         core on Solaris 10 sparc with the Sun C compiler.
11806         Instead, fix the 2007-10-16 problem in a different way, by evaluating
11807         the troublesome expressions at configure-time, not at #if-time.
11808         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
11809         preprocessor.
11810         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
11811         compile-time C checks, done at 'configure'-time.
11812         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
11813         * modules/inttypes (Makefile): Substitute the new symbols that
11814         gl_INTTYPES_H now generates.
11815         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
11816
11817 2007-11-12  Bruno Haible  <bruno@clisp.org>
11818
11819         Tests for Unicode character classification functions.
11820
11821         * modules/unictype/bidicategory-byname-tests: New file.
11822         * modules/unictype/bidicategory-name-tests: New file.
11823         * modules/unictype/bidicategory-of-tests: New file.
11824         * modules/unictype/bidicategory-test-tests: New file.
11825         * modules/unictype/block-list-tests: New file.
11826         * modules/unictype/block-of-tests: New file.
11827         * modules/unictype/block-test-tests: New file.
11828         * modules/unictype/category-C-tests: New file.
11829         * modules/unictype/category-Cc-tests: New file.
11830         * modules/unictype/category-Cf-tests: New file.
11831         * modules/unictype/category-Cn-tests: New file.
11832         * modules/unictype/category-Co-tests: New file.
11833         * modules/unictype/category-Cs-tests: New file.
11834         * modules/unictype/category-L-tests: New file.
11835         * modules/unictype/category-Ll-tests: New file.
11836         * modules/unictype/category-Lm-tests: New file.
11837         * modules/unictype/category-Lo-tests: New file.
11838         * modules/unictype/category-Lt-tests: New file.
11839         * modules/unictype/category-Lu-tests: New file.
11840         * modules/unictype/category-M-tests: New file.
11841         * modules/unictype/category-Mc-tests: New file.
11842         * modules/unictype/category-Me-tests: New file.
11843         * modules/unictype/category-Mn-tests: New file.
11844         * modules/unictype/category-N-tests: New file.
11845         * modules/unictype/category-Nd-tests: New file.
11846         * modules/unictype/category-Nl-tests: New file.
11847         * modules/unictype/category-No-tests: New file.
11848         * modules/unictype/category-P-tests: New file.
11849         * modules/unictype/category-Pc-tests: New file.
11850         * modules/unictype/category-Pd-tests: New file.
11851         * modules/unictype/category-Pe-tests: New file.
11852         * modules/unictype/category-Pf-tests: New file.
11853         * modules/unictype/category-Pi-tests: New file.
11854         * modules/unictype/category-Po-tests: New file.
11855         * modules/unictype/category-Ps-tests: New file.
11856         * modules/unictype/category-S-tests: New file.
11857         * modules/unictype/category-Sc-tests: New file.
11858         * modules/unictype/category-Sk-tests: New file.
11859         * modules/unictype/category-Sm-tests: New file.
11860         * modules/unictype/category-So-tests: New file.
11861         * modules/unictype/category-Z-tests: New file.
11862         * modules/unictype/category-Zl-tests: New file.
11863         * modules/unictype/category-Zp-tests: New file.
11864         * modules/unictype/category-Zs-tests: New file.
11865         * modules/unictype/category-and-not-tests: New file.
11866         * modules/unictype/category-and-tests: New file.
11867         * modules/unictype/category-byname-tests: New file.
11868         * modules/unictype/category-name-tests: New file.
11869         * modules/unictype/category-none-tests: New file.
11870         * modules/unictype/category-of-tests: New file.
11871         * modules/unictype/category-or-tests: New file.
11872         * modules/unictype/category-test-withtable-tests: New file.
11873         * modules/unictype/combining-class-tests: New file.
11874         * modules/unictype/ctype-alnum-tests: New file.
11875         * modules/unictype/ctype-alpha-tests: New file.
11876         * modules/unictype/ctype-blank-tests: New file.
11877         * modules/unictype/ctype-cntrl-tests: New file.
11878         * modules/unictype/ctype-digit-tests: New file.
11879         * modules/unictype/ctype-graph-tests: New file.
11880         * modules/unictype/ctype-lower-tests: New file.
11881         * modules/unictype/ctype-print-tests: New file.
11882         * modules/unictype/ctype-punct-tests: New file.
11883         * modules/unictype/ctype-space-tests: New file.
11884         * modules/unictype/ctype-upper-tests: New file.
11885         * modules/unictype/ctype-xdigit-tests: New file.
11886         * modules/unictype/decimal-digit-tests: New file.
11887         * modules/unictype/digit-tests: New file.
11888         * modules/unictype/mirror-tests: New file.
11889         * modules/unictype/numeric-tests: New file.
11890         * modules/unictype/property-alphabetic-tests: New file.
11891         * modules/unictype/property-ascii-hex-digit-tests: New file.
11892         * modules/unictype/property-bidi-arabic-digit-tests: New file.
11893         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
11894         * modules/unictype/property-bidi-block-separator-tests: New file.
11895         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
11896         * modules/unictype/property-bidi-common-separator-tests: New file.
11897         * modules/unictype/property-bidi-control-tests: New file.
11898         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
11899         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
11900         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
11901         * modules/unictype/property-bidi-european-digit-tests: New file.
11902         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
11903         * modules/unictype/property-bidi-left-to-right-tests: New file.
11904         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
11905         * modules/unictype/property-bidi-other-neutral-tests: New file.
11906         * modules/unictype/property-bidi-pdf-tests: New file.
11907         * modules/unictype/property-bidi-segment-separator-tests: New file.
11908         * modules/unictype/property-bidi-whitespace-tests: New file.
11909         * modules/unictype/property-byname-tests: New file.
11910         * modules/unictype/property-combining-tests: New file.
11911         * modules/unictype/property-composite-tests: New file.
11912         * modules/unictype/property-currency-symbol-tests: New file.
11913         * modules/unictype/property-dash-tests: New file.
11914         * modules/unictype/property-decimal-digit-tests: New file.
11915         * modules/unictype/property-default-ignorable-code-point-tests: New file.
11916         * modules/unictype/property-deprecated-tests: New file.
11917         * modules/unictype/property-diacritic-tests: New file.
11918         * modules/unictype/property-extender-tests: New file.
11919         * modules/unictype/property-format-control-tests: New file.
11920         * modules/unictype/property-grapheme-base-tests: New file.
11921         * modules/unictype/property-grapheme-extend-tests: New file.
11922         * modules/unictype/property-grapheme-link-tests: New file.
11923         * modules/unictype/property-hex-digit-tests: New file.
11924         * modules/unictype/property-hyphen-tests: New file.
11925         * modules/unictype/property-id-continue-tests: New file.
11926         * modules/unictype/property-id-start-tests: New file.
11927         * modules/unictype/property-ideographic-tests: New file.
11928         * modules/unictype/property-ids-binary-operator-tests: New file.
11929         * modules/unictype/property-ids-trinary-operator-tests: New file.
11930         * modules/unictype/property-ignorable-control-tests: New file.
11931         * modules/unictype/property-iso-control-tests: New file.
11932         * modules/unictype/property-join-control-tests: New file.
11933         * modules/unictype/property-left-of-pair-tests: New file.
11934         * modules/unictype/property-line-separator-tests: New file.
11935         * modules/unictype/property-logical-order-exception-tests: New file.
11936         * modules/unictype/property-lowercase-tests: New file.
11937         * modules/unictype/property-math-tests: New file.
11938         * modules/unictype/property-non-break-tests: New file.
11939         * modules/unictype/property-not-a-character-tests: New file.
11940         * modules/unictype/property-numeric-tests: New file.
11941         * modules/unictype/property-other-alphabetic-tests: New file.
11942         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
11943         * modules/unictype/property-other-grapheme-extend-tests: New file.
11944         * modules/unictype/property-other-id-continue-tests: New file.
11945         * modules/unictype/property-other-id-start-tests: New file.
11946         * modules/unictype/property-other-lowercase-tests: New file.
11947         * modules/unictype/property-other-math-tests: New file.
11948         * modules/unictype/property-other-uppercase-tests: New file.
11949         * modules/unictype/property-paired-punctuation-tests: New file.
11950         * modules/unictype/property-paragraph-separator-tests: New file.
11951         * modules/unictype/property-pattern-syntax-tests: New file.
11952         * modules/unictype/property-pattern-white-space-tests: New file.
11953         * modules/unictype/property-private-use-tests: New file.
11954         * modules/unictype/property-punctuation-tests: New file.
11955         * modules/unictype/property-quotation-mark-tests: New file.
11956         * modules/unictype/property-radical-tests: New file.
11957         * modules/unictype/property-sentence-terminal-tests: New file.
11958         * modules/unictype/property-soft-dotted-tests: New file.
11959         * modules/unictype/property-space-tests: New file.
11960         * modules/unictype/property-terminal-punctuation-tests: New file.
11961         * modules/unictype/property-test-tests: New file.
11962         * modules/unictype/property-titlecase-tests: New file.
11963         * modules/unictype/property-unassigned-code-value-tests: New file.
11964         * modules/unictype/property-unified-ideograph-tests: New file.
11965         * modules/unictype/property-uppercase-tests: New file.
11966         * modules/unictype/property-variation-selector-tests: New file.
11967         * modules/unictype/property-white-space-tests: New file.
11968         * modules/unictype/property-xid-continue-tests: New file.
11969         * modules/unictype/property-xid-start-tests: New file.
11970         * modules/unictype/property-zero-width-tests: New file.
11971         * modules/unictype/scripts-tests: New file.
11972         * modules/unictype/syntax-c-ident-tests: New file.
11973         * modules/unictype/syntax-c-whitespace-tests: New file.
11974         * modules/unictype/syntax-java-ident-tests: New file.
11975         * modules/unictype/syntax-java-whitespace-tests: New file.
11976         * tests/unictype/test-bidi_byname.c: New file.
11977         * tests/unictype/test-bidi_name.c: New file.
11978         * tests/unictype/test-bidi_of.c: New file.
11979         * tests/unictype/test-bidi_test.c: New file.
11980         * tests/unictype/test-block_list.c: New file.
11981         * tests/unictype/test-block_of.c: New file.
11982         * tests/unictype/test-block_test.c: New file.
11983         * tests/unictype/test-categ_and.c: New file.
11984         * tests/unictype/test-categ_and_not.c: New file.
11985         * tests/unictype/test-categ_byname.c: New file.
11986         * tests/unictype/test-categ_name.c: New file.
11987         * tests/unictype/test-categ_none.c: New file.
11988         * tests/unictype/test-categ_of.c: New file.
11989         * tests/unictype/test-categ_or.c: New file.
11990         * tests/unictype/test-categ_test_withtable.c: New file.
11991         * tests/unictype/test-combining.c: New file.
11992         * tests/unictype/test-decdigit.c: New file.
11993         * tests/unictype/test-digit.c: New file.
11994         * tests/unictype/test-mirror.c: New file.
11995         * tests/unictype/test-numeric.c: New file.
11996         * tests/unictype/test-pr_byname.c: New file.
11997         * tests/unictype/test-pr_test.c: New file.
11998         * tests/unictype/test-predicate-part1.h: New file.
11999         * tests/unictype/test-predicate-part2.h: New file.
12000         * tests/unictype/test-scripts.c: New file.
12001         * tests/unictype/test-sy_c_ident.c: New file.
12002         * tests/unictype/test-sy_java_ident.c: New file.
12003
12004         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
12005         for Unicode 5.0.0.
12006         * tests/unictype/test-categ_Cc.c: Likewise.
12007         * tests/unictype/test-categ_Cf.c: Likewise.
12008         * tests/unictype/test-categ_Cn.c: Likewise.
12009         * tests/unictype/test-categ_Co.c: Likewise.
12010         * tests/unictype/test-categ_Cs.c: Likewise.
12011         * tests/unictype/test-categ_L.c: Likewise.
12012         * tests/unictype/test-categ_Ll.c: Likewise.
12013         * tests/unictype/test-categ_Lm.c: Likewise.
12014         * tests/unictype/test-categ_Lo.c: Likewise.
12015         * tests/unictype/test-categ_Lt.c: Likewise.
12016         * tests/unictype/test-categ_Lu.c: Likewise.
12017         * tests/unictype/test-categ_M.c: Likewise.
12018         * tests/unictype/test-categ_Mc.c: Likewise.
12019         * tests/unictype/test-categ_Me.c: Likewise.
12020         * tests/unictype/test-categ_Mn.c: Likewise.
12021         * tests/unictype/test-categ_N.c: Likewise.
12022         * tests/unictype/test-categ_Nd.c: Likewise.
12023         * tests/unictype/test-categ_Nl.c: Likewise.
12024         * tests/unictype/test-categ_No.c: Likewise.
12025         * tests/unictype/test-categ_P.c: Likewise.
12026         * tests/unictype/test-categ_Pc.c: Likewise.
12027         * tests/unictype/test-categ_Pd.c: Likewise.
12028         * tests/unictype/test-categ_Pe.c: Likewise.
12029         * tests/unictype/test-categ_Pf.c: Likewise.
12030         * tests/unictype/test-categ_Pi.c: Likewise.
12031         * tests/unictype/test-categ_Po.c: Likewise.
12032         * tests/unictype/test-categ_Ps.c: Likewise.
12033         * tests/unictype/test-categ_S.c: Likewise.
12034         * tests/unictype/test-categ_Sc.c: Likewise.
12035         * tests/unictype/test-categ_Sk.c: Likewise.
12036         * tests/unictype/test-categ_Sm.c: Likewise.
12037         * tests/unictype/test-categ_So.c: Likewise.
12038         * tests/unictype/test-categ_Z.c: Likewise.
12039         * tests/unictype/test-categ_Zl.c: Likewise.
12040         * tests/unictype/test-categ_Zp.c: Likewise.
12041         * tests/unictype/test-categ_Zs.c: Likewise.
12042         * tests/unictype/test-ctype_alnum.c: Likewise.
12043         * tests/unictype/test-ctype_alpha.c: Likewise.
12044         * tests/unictype/test-ctype_blank.c: Likewise.
12045         * tests/unictype/test-ctype_cntrl.c: Likewise.
12046         * tests/unictype/test-ctype_digit.c: Likewise.
12047         * tests/unictype/test-ctype_graph.c: Likewise.
12048         * tests/unictype/test-ctype_lower.c: Likewise.
12049         * tests/unictype/test-ctype_print.c: Likewise.
12050         * tests/unictype/test-ctype_punct.c: Likewise.
12051         * tests/unictype/test-ctype_space.c: Likewise.
12052         * tests/unictype/test-ctype_upper.c: Likewise.
12053         * tests/unictype/test-ctype_xdigit.c: Likewise.
12054         * tests/unictype/test-decdigit.h: Likewise.
12055         * tests/unictype/test-digit.h: Likewise.
12056         * tests/unictype/test-numeric.h: Likewise.
12057         * tests/unictype/test-pr_alphabetic.c: Likewise.
12058         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
12059         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
12060         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
12061         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
12062         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
12063         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
12064         * tests/unictype/test-pr_bidi_control.c: Likewise.
12065         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
12066         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
12067         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
12068         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
12069         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
12070         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
12071         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
12072         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
12073         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
12074         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
12075         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
12076         * tests/unictype/test-pr_combining.c: Likewise.
12077         * tests/unictype/test-pr_composite.c: Likewise.
12078         * tests/unictype/test-pr_currency_symbol.c: Likewise.
12079         * tests/unictype/test-pr_dash.c: Likewise.
12080         * tests/unictype/test-pr_decimal_digit.c: Likewise.
12081         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
12082         * tests/unictype/test-pr_deprecated.c: Likewise.
12083         * tests/unictype/test-pr_diacritic.c: Likewise.
12084         * tests/unictype/test-pr_extender.c: Likewise.
12085         * tests/unictype/test-pr_format_control.c: Likewise.
12086         * tests/unictype/test-pr_grapheme_base.c: Likewise.
12087         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
12088         * tests/unictype/test-pr_grapheme_link.c: Likewise.
12089         * tests/unictype/test-pr_hex_digit.c: Likewise.
12090         * tests/unictype/test-pr_hyphen.c: Likewise.
12091         * tests/unictype/test-pr_id_continue.c: Likewise.
12092         * tests/unictype/test-pr_id_start.c: Likewise.
12093         * tests/unictype/test-pr_ideographic.c: Likewise.
12094         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
12095         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
12096         * tests/unictype/test-pr_ignorable_control.c: Likewise.
12097         * tests/unictype/test-pr_iso_control.c: Likewise.
12098         * tests/unictype/test-pr_join_control.c: Likewise.
12099         * tests/unictype/test-pr_left_of_pair.c: Likewise.
12100         * tests/unictype/test-pr_line_separator.c: Likewise.
12101         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
12102         * tests/unictype/test-pr_lowercase.c: Likewise.
12103         * tests/unictype/test-pr_math.c: Likewise.
12104         * tests/unictype/test-pr_non_break.c: Likewise.
12105         * tests/unictype/test-pr_not_a_character.c: Likewise.
12106         * tests/unictype/test-pr_numeric.c: Likewise.
12107         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
12108         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
12109         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
12110         * tests/unictype/test-pr_other_id_continue.c: Likewise.
12111         * tests/unictype/test-pr_other_id_start.c: Likewise.
12112         * tests/unictype/test-pr_other_lowercase.c: Likewise.
12113         * tests/unictype/test-pr_other_math.c: Likewise.
12114         * tests/unictype/test-pr_other_uppercase.c: Likewise.
12115         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
12116         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
12117         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
12118         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
12119         * tests/unictype/test-pr_private_use.c: Likewise.
12120         * tests/unictype/test-pr_punctuation.c: Likewise.
12121         * tests/unictype/test-pr_quotation_mark.c: Likewise.
12122         * tests/unictype/test-pr_radical.c: Likewise.
12123         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
12124         * tests/unictype/test-pr_soft_dotted.c: Likewise.
12125         * tests/unictype/test-pr_space.c: Likewise.
12126         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
12127         * tests/unictype/test-pr_titlecase.c: Likewise.
12128         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
12129         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
12130         * tests/unictype/test-pr_uppercase.c: Likewise.
12131         * tests/unictype/test-pr_variation_selector.c: Likewise.
12132         * tests/unictype/test-pr_white_space.c: Likewise.
12133         * tests/unictype/test-pr_xid_continue.c: Likewise.
12134         * tests/unictype/test-pr_xid_start.c: Likewise.
12135         * tests/unictype/test-pr_zero_width.c: Likewise.
12136         * tests/unictype/test-sy_c_whitespace.c: Likewise.
12137         * tests/unictype/test-sy_java_whitespace.c: Likewise.
12138
12139 2007-11-12  Bruno Haible  <bruno@clisp.org>
12140
12141         Unicode character classification functions.
12142         * lib/unictype.h: New file.
12143         * modules/unictype/base: New file.
12144         * modules/unictype/category-L: New file.
12145         * modules/unictype/category-Lu: New file.
12146         * modules/unictype/category-Ll: New file.
12147         * modules/unictype/category-Lt: New file.
12148         * modules/unictype/category-Lm: New file.
12149         * modules/unictype/category-Lo: New file.
12150         * modules/unictype/category-M: New file.
12151         * modules/unictype/category-Mn: New file.
12152         * modules/unictype/category-Mc: New file.
12153         * modules/unictype/category-Me: New file.
12154         * modules/unictype/category-N: New file.
12155         * modules/unictype/category-Nd: New file.
12156         * modules/unictype/category-Nl: New file.
12157         * modules/unictype/category-No: New file.
12158         * modules/unictype/category-P: New file.
12159         * modules/unictype/category-Pc: New file.
12160         * modules/unictype/category-Pd: New file.
12161         * modules/unictype/category-Ps: New file.
12162         * modules/unictype/category-Pe: New file.
12163         * modules/unictype/category-Pi: New file.
12164         * modules/unictype/category-Pf: New file.
12165         * modules/unictype/category-Po: New file.
12166         * modules/unictype/category-S: New file.
12167         * modules/unictype/category-Sm: New file.
12168         * modules/unictype/category-Sc: New file.
12169         * modules/unictype/category-Sk: New file.
12170         * modules/unictype/category-So: New file.
12171         * modules/unictype/category-Z: New file.
12172         * modules/unictype/category-Zs: New file.
12173         * modules/unictype/category-Zl: New file.
12174         * modules/unictype/category-Zp: New file.
12175         * modules/unictype/category-C: New file.
12176         * modules/unictype/category-Cc: New file.
12177         * modules/unictype/category-Cf: New file.
12178         * modules/unictype/category-Cs: New file.
12179         * modules/unictype/category-Co: New file.
12180         * modules/unictype/category-Cn: New file.
12181         * modules/unictype/category-or: New file.
12182         * modules/unictype/category-of: New file.
12183         * modules/unictype/category-test: New file.
12184         * modules/unictype/category-test-withtable: New file.
12185         * modules/unictype/category-byname: New file.
12186         * modules/unictype/category-none: New file.
12187         * modules/unictype/category-and: New file.
12188         * modules/unictype/category-and-not: New file.
12189         * modules/unictype/category-name: New file.
12190         * modules/unictype/combining-class: New file.
12191         * modules/unictype/category-all: New file.
12192         * modules/unictype/bidicategory-all: New file.
12193         * modules/unictype/bidicategory-byname: New file.
12194         * modules/unictype/bidicategory-name: New file.
12195         * modules/unictype/bidicategory-of: New file.
12196         * modules/unictype/bidicategory-test: New file.
12197         * modules/unictype/decimal-digit: New file.
12198         * modules/unictype/digit: New file.
12199         * modules/unictype/numeric: New file.
12200         * modules/unictype/mirror: New file.
12201         * modules/unictype/property-white-space: New file.
12202         * modules/unictype/property-alphabetic: New file.
12203         * modules/unictype/property-other-alphabetic: New file.
12204         * modules/unictype/property-not-a-character: New file.
12205         * modules/unictype/property-default-ignorable-code-point: New file.
12206         * modules/unictype/property-other-default-ignorable-code-point: New
12207         file.
12208         * modules/unictype/property-deprecated: New file.
12209         * modules/unictype/property-logical-order-exception: New file.
12210         * modules/unictype/property-variation-selector: New file.
12211         * modules/unictype/property-private-use: New file.
12212         * modules/unictype/property-unassigned-code-value: New file.
12213         * modules/unictype/property-uppercase: New file.
12214         * modules/unictype/property-other-uppercase: New file.
12215         * modules/unictype/property-lowercase: New file.
12216         * modules/unictype/property-other-lowercase: New file.
12217         * modules/unictype/property-titlecase: New file.
12218         * modules/unictype/property-soft-dotted: New file.
12219         * modules/unictype/property-id-start: New file.
12220         * modules/unictype/property-other-id-start: New file.
12221         * modules/unictype/property-id-continue: New file.
12222         * modules/unictype/property-other-id-continue: New file.
12223         * modules/unictype/property-xid-start: New file.
12224         * modules/unictype/property-xid-continue: New file.
12225         * modules/unictype/property-pattern-white-space: New file.
12226         * modules/unictype/property-pattern-syntax: New file.
12227         * modules/unictype/property-join-control: New file.
12228         * modules/unictype/property-grapheme-base: New file.
12229         * modules/unictype/property-grapheme-extend: New file.
12230         * modules/unictype/property-other-grapheme-extend: New file.
12231         * modules/unictype/property-grapheme-link: New file.
12232         * modules/unictype/property-bidi-control: New file.
12233         * modules/unictype/property-bidi-left-to-right: New file.
12234         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
12235         * modules/unictype/property-bidi-arabic-right-to-left: New file.
12236         * modules/unictype/property-bidi-european-digit: New file.
12237         * modules/unictype/property-bidi-eur-num-separator: New file.
12238         * modules/unictype/property-bidi-eur-num-terminator: New file.
12239         * modules/unictype/property-bidi-arabic-digit: New file.
12240         * modules/unictype/property-bidi-common-separator: New file.
12241         * modules/unictype/property-bidi-block-separator: New file.
12242         * modules/unictype/property-bidi-segment-separator: New file.
12243         * modules/unictype/property-bidi-whitespace: New file.
12244         * modules/unictype/property-bidi-non-spacing-mark: New file.
12245         * modules/unictype/property-bidi-boundary-neutral: New file.
12246         * modules/unictype/property-bidi-pdf: New file.
12247         * modules/unictype/property-bidi-embedding-or-override: New file.
12248         * modules/unictype/property-bidi-other-neutral: New file.
12249         * modules/unictype/property-hex-digit: New file.
12250         * modules/unictype/property-ascii-hex-digit: New file.
12251         * modules/unictype/property-ideographic: New file.
12252         * modules/unictype/property-unified-ideograph: New file.
12253         * modules/unictype/property-radical: New file.
12254         * modules/unictype/property-ids-binary-operator: New file.
12255         * modules/unictype/property-ids-trinary-operator: New file.
12256         * modules/unictype/property-zero-width: New file.
12257         * modules/unictype/property-space: New file.
12258         * modules/unictype/property-non-break: New file.
12259         * modules/unictype/property-iso-control: New file.
12260         * modules/unictype/property-format-control: New file.
12261         * modules/unictype/property-dash: New file.
12262         * modules/unictype/property-hyphen: New file.
12263         * modules/unictype/property-punctuation: New file.
12264         * modules/unictype/property-line-separator: New file.
12265         * modules/unictype/property-paragraph-separator: New file.
12266         * modules/unictype/property-quotation-mark: New file.
12267         * modules/unictype/property-sentence-terminal: New file.
12268         * modules/unictype/property-terminal-punctuation: New file.
12269         * modules/unictype/property-currency-symbol: New file.
12270         * modules/unictype/property-math: New file.
12271         * modules/unictype/property-other-math: New file.
12272         * modules/unictype/property-paired-punctuation: New file.
12273         * modules/unictype/property-left-of-pair: New file.
12274         * modules/unictype/property-combining: New file.
12275         * modules/unictype/property-composite: New file.
12276         * modules/unictype/property-decimal-digit: New file.
12277         * modules/unictype/property-numeric: New file.
12278         * modules/unictype/property-diacritic: New file.
12279         * modules/unictype/property-extender: New file.
12280         * modules/unictype/property-ignorable-control: New file.
12281         * modules/unictype/property-test: New file.
12282         * modules/unictype/property-byname: New file.
12283         * modules/unictype/property-all: New file.
12284         * modules/unictype/scripts: New file.
12285         * modules/unictype/scripts-all: New file.
12286         * modules/unictype/block-of: New file.
12287         * modules/unictype/block-test: New file.
12288         * modules/unictype/block-list: New file.
12289         * modules/unictype/block-all: New file.
12290         * modules/unictype/syntax-c-whitespace: New file.
12291         * modules/unictype/syntax-java-whitespace: New file.
12292         * modules/unictype/syntax-c-ident: New file.
12293         * modules/unictype/syntax-java-ident: New file.
12294         * modules/unictype/ctype-alnum: New file.
12295         * modules/unictype/ctype-alpha: New file.
12296         * modules/unictype/ctype-cntrl: New file.
12297         * modules/unictype/ctype-digit: New file.
12298         * modules/unictype/ctype-graph: New file.
12299         * modules/unictype/ctype-lower: New file.
12300         * modules/unictype/ctype-print: New file.
12301         * modules/unictype/ctype-punct: New file.
12302         * modules/unictype/ctype-space: New file.
12303         * modules/unictype/ctype-upper: New file.
12304         * modules/unictype/ctype-xdigit: New file.
12305         * modules/unictype/ctype-blank: New file.
12306         * lib/unictype/bidi_byname.c: New file.
12307         * lib/unictype/bidi_name.c: New file.
12308         * lib/unictype/bidi_of.c: New file.
12309         * lib/unictype/bidi_test.c: New file.
12310         * lib/unictype/bitmap.h: New file.
12311         * lib/unictype/block_test.c: New file.
12312         * lib/unictype/blocks.c: New file.
12313         * lib/unictype/categ_C.c: New file.
12314         * lib/unictype/categ_Cc.c: New file.
12315         * lib/unictype/categ_Cf.c: New file.
12316         * lib/unictype/categ_Cn.c: New file.
12317         * lib/unictype/categ_Co.c: New file.
12318         * lib/unictype/categ_Cs.c: New file.
12319         * lib/unictype/categ_L.c: New file.
12320         * lib/unictype/categ_Ll.c: New file.
12321         * lib/unictype/categ_Lm.c: New file.
12322         * lib/unictype/categ_Lo.c: New file.
12323         * lib/unictype/categ_Lt.c: New file.
12324         * lib/unictype/categ_Lu.c: New file.
12325         * lib/unictype/categ_M.c: New file.
12326         * lib/unictype/categ_Mc.c: New file.
12327         * lib/unictype/categ_Me.c: New file.
12328         * lib/unictype/categ_Mn.c: New file.
12329         * lib/unictype/categ_N.c: New file.
12330         * lib/unictype/categ_Nd.c: New file.
12331         * lib/unictype/categ_Nl.c: New file.
12332         * lib/unictype/categ_No.c: New file.
12333         * lib/unictype/categ_P.c: New file.
12334         * lib/unictype/categ_Pc.c: New file.
12335         * lib/unictype/categ_Pd.c: New file.
12336         * lib/unictype/categ_Pe.c: New file.
12337         * lib/unictype/categ_Pf.c: New file.
12338         * lib/unictype/categ_Pi.c: New file.
12339         * lib/unictype/categ_Po.c: New file.
12340         * lib/unictype/categ_Ps.c: New file.
12341         * lib/unictype/categ_S.c: New file.
12342         * lib/unictype/categ_Sc.c: New file.
12343         * lib/unictype/categ_Sk.c: New file.
12344         * lib/unictype/categ_Sm.c: New file.
12345         * lib/unictype/categ_So.c: New file.
12346         * lib/unictype/categ_Z.c: New file.
12347         * lib/unictype/categ_Zl.c: New file.
12348         * lib/unictype/categ_Zp.c: New file.
12349         * lib/unictype/categ_Zs.c: New file.
12350         * lib/unictype/categ_and.c: New file.
12351         * lib/unictype/categ_and_not.c: New file.
12352         * lib/unictype/categ_byname.c: New file.
12353         * lib/unictype/categ_name.c: New file.
12354         * lib/unictype/categ_none.c: New file.
12355         * lib/unictype/categ_of.c: New file.
12356         * lib/unictype/categ_or.c: New file.
12357         * lib/unictype/categ_test.c: New file.
12358         * lib/unictype/combining.c: New file.
12359         * lib/unictype/ctype_alnum.c: New file.
12360         * lib/unictype/ctype_alpha.c: New file.
12361         * lib/unictype/ctype_blank.c: New file.
12362         * lib/unictype/ctype_cntrl.c: New file.
12363         * lib/unictype/ctype_digit.c: New file.
12364         * lib/unictype/ctype_graph.c: New file.
12365         * lib/unictype/ctype_lower.c: New file.
12366         * lib/unictype/ctype_print.c: New file.
12367         * lib/unictype/ctype_punct.c: New file.
12368         * lib/unictype/ctype_space.c: New file.
12369         * lib/unictype/ctype_upper.c: New file.
12370         * lib/unictype/ctype_xdigit.c: New file.
12371         * lib/unictype/decdigit.c: New file.
12372         * lib/unictype/digit.c: New file.
12373         * lib/unictype/identsyntaxmap.h: New file.
12374         * lib/unictype/mirror.c: New file.
12375         * lib/unictype/numeric.c: New file.
12376         * lib/unictype/pr_alphabetic.c: New file.
12377         * lib/unictype/pr_ascii_hex_digit.c: New file.
12378         * lib/unictype/pr_bidi_arabic_digit.c: New file.
12379         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
12380         * lib/unictype/pr_bidi_block_separator.c: New file.
12381         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
12382         * lib/unictype/pr_bidi_common_separator.c: New file.
12383         * lib/unictype/pr_bidi_control.c: New file.
12384         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
12385         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
12386         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
12387         * lib/unictype/pr_bidi_european_digit.c: New file.
12388         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
12389         * lib/unictype/pr_bidi_left_to_right.c: New file.
12390         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
12391         * lib/unictype/pr_bidi_other_neutral.c: New file.
12392         * lib/unictype/pr_bidi_pdf.c: New file.
12393         * lib/unictype/pr_bidi_segment_separator.c: New file.
12394         * lib/unictype/pr_bidi_whitespace.c: New file.
12395         * lib/unictype/pr_byname.c: New file.
12396         * lib/unictype/pr_byname.gperf: New file.
12397         * lib/unictype/pr_combining.c: New file.
12398         * lib/unictype/pr_composite.c: New file.
12399         * lib/unictype/pr_currency_symbol.c: New file.
12400         * lib/unictype/pr_dash.c: New file.
12401         * lib/unictype/pr_decimal_digit.c: New file.
12402         * lib/unictype/pr_default_ignorable_code_point.c: New file.
12403         * lib/unictype/pr_deprecated.c: New file.
12404         * lib/unictype/pr_diacritic.c: New file.
12405         * lib/unictype/pr_extender.c: New file.
12406         * lib/unictype/pr_format_control.c: New file.
12407         * lib/unictype/pr_grapheme_base.c: New file.
12408         * lib/unictype/pr_grapheme_extend.c: New file.
12409         * lib/unictype/pr_grapheme_link.c: New file.
12410         * lib/unictype/pr_hex_digit.c: New file.
12411         * lib/unictype/pr_hyphen.c: New file.
12412         * lib/unictype/pr_id_continue.c: New file.
12413         * lib/unictype/pr_id_start.c: New file.
12414         * lib/unictype/pr_ideographic.c: New file.
12415         * lib/unictype/pr_ids_binary_operator.c: New file.
12416         * lib/unictype/pr_ids_trinary_operator.c: New file.
12417         * lib/unictype/pr_ignorable_control.c: New file.
12418         * lib/unictype/pr_iso_control.c: New file.
12419         * lib/unictype/pr_join_control.c: New file.
12420         * lib/unictype/pr_left_of_pair.c: New file.
12421         * lib/unictype/pr_line_separator.c: New file.
12422         * lib/unictype/pr_logical_order_exception.c: New file.
12423         * lib/unictype/pr_lowercase.c: New file.
12424         * lib/unictype/pr_math.c: New file.
12425         * lib/unictype/pr_non_break.c: New file.
12426         * lib/unictype/pr_not_a_character.c: New file.
12427         * lib/unictype/pr_numeric.c: New file.
12428         * lib/unictype/pr_other_alphabetic.c: New file.
12429         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
12430         * lib/unictype/pr_other_grapheme_extend.c: New file.
12431         * lib/unictype/pr_other_id_continue.c: New file.
12432         * lib/unictype/pr_other_id_start.c: New file.
12433         * lib/unictype/pr_other_lowercase.c: New file.
12434         * lib/unictype/pr_other_math.c: New file.
12435         * lib/unictype/pr_other_uppercase.c: New file.
12436         * lib/unictype/pr_paired_punctuation.c: New file.
12437         * lib/unictype/pr_paragraph_separator.c: New file.
12438         * lib/unictype/pr_pattern_syntax.c: New file.
12439         * lib/unictype/pr_pattern_white_space.c: New file.
12440         * lib/unictype/pr_private_use.c: New file.
12441         * lib/unictype/pr_punctuation.c: New file.
12442         * lib/unictype/pr_quotation_mark.c: New file.
12443         * lib/unictype/pr_radical.c: New file.
12444         * lib/unictype/pr_sentence_terminal.c: New file.
12445         * lib/unictype/pr_soft_dotted.c: New file.
12446         * lib/unictype/pr_space.c: New file.
12447         * lib/unictype/pr_terminal_punctuation.c: New file.
12448         * lib/unictype/pr_test.c: New file.
12449         * lib/unictype/pr_titlecase.c: New file.
12450         * lib/unictype/pr_unassigned_code_value.c: New file.
12451         * lib/unictype/pr_unified_ideograph.c: New file.
12452         * lib/unictype/pr_uppercase.c: New file.
12453         * lib/unictype/pr_variation_selector.c: New file.
12454         * lib/unictype/pr_white_space.c: New file.
12455         * lib/unictype/pr_xid_continue.c: New file.
12456         * lib/unictype/pr_xid_start.c: New file.
12457         * lib/unictype/pr_zero_width.c: New file.
12458         * lib/unictype/scripts.c: New file.
12459         * lib/unictype/sy_c_ident.c: New file.
12460         * lib/unictype/sy_c_whitespace.c: New file.
12461         * lib/unictype/sy_java_ident.c: New file.
12462         * lib/unictype/sy_java_whitespace.c: New file.
12463
12464         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
12465         Unicode 5.0.0.
12466         * lib/unictype/blocks.h: Likewise.
12467         * lib/unictype/categ_C.h: Likewise.
12468         * lib/unictype/categ_Cc.h: Likewise.
12469         * lib/unictype/categ_Cf.h: Likewise.
12470         * lib/unictype/categ_Cn.h: Likewise.
12471         * lib/unictype/categ_Co.h: Likewise.
12472         * lib/unictype/categ_Cs.h: Likewise.
12473         * lib/unictype/categ_L.h: Likewise.
12474         * lib/unictype/categ_Ll.h: Likewise.
12475         * lib/unictype/categ_Lm.h: Likewise.
12476         * lib/unictype/categ_Lo.h: Likewise.
12477         * lib/unictype/categ_Lt.h: Likewise.
12478         * lib/unictype/categ_Lu.h: Likewise.
12479         * lib/unictype/categ_M.h: Likewise.
12480         * lib/unictype/categ_Mc.h: Likewise.
12481         * lib/unictype/categ_Me.h: Likewise.
12482         * lib/unictype/categ_Mn.h: Likewise.
12483         * lib/unictype/categ_N.h: Likewise.
12484         * lib/unictype/categ_Nd.h: Likewise.
12485         * lib/unictype/categ_Nl.h: Likewise.
12486         * lib/unictype/categ_No.h: Likewise.
12487         * lib/unictype/categ_P.h: Likewise.
12488         * lib/unictype/categ_Pc.h: Likewise.
12489         * lib/unictype/categ_Pd.h: Likewise.
12490         * lib/unictype/categ_Pe.h: Likewise.
12491         * lib/unictype/categ_Pf.h: Likewise.
12492         * lib/unictype/categ_Pi.h: Likewise.
12493         * lib/unictype/categ_Po.h: Likewise.
12494         * lib/unictype/categ_Ps.h: Likewise.
12495         * lib/unictype/categ_S.h: Likewise.
12496         * lib/unictype/categ_Sc.h: Likewise.
12497         * lib/unictype/categ_Sk.h: Likewise.
12498         * lib/unictype/categ_Sm.h: Likewise.
12499         * lib/unictype/categ_So.h: Likewise.
12500         * lib/unictype/categ_Z.h: Likewise.
12501         * lib/unictype/categ_Zl.h: Likewise.
12502         * lib/unictype/categ_Zp.h: Likewise.
12503         * lib/unictype/categ_Zs.h: Likewise.
12504         * lib/unictype/categ_of.h: Likewise.
12505         * lib/unictype/combining.h: Likewise.
12506         * lib/unictype/ctype_alnum.h: Likewise.
12507         * lib/unictype/ctype_alpha.h: Likewise.
12508         * lib/unictype/ctype_blank.h: Likewise.
12509         * lib/unictype/ctype_cntrl.h: Likewise.
12510         * lib/unictype/ctype_digit.h: Likewise.
12511         * lib/unictype/ctype_graph.h: Likewise.
12512         * lib/unictype/ctype_lower.h: Likewise.
12513         * lib/unictype/ctype_print.h: Likewise.
12514         * lib/unictype/ctype_punct.h: Likewise.
12515         * lib/unictype/ctype_space.h: Likewise.
12516         * lib/unictype/ctype_upper.h: Likewise.
12517         * lib/unictype/ctype_xdigit.h: Likewise.
12518         * lib/unictype/decdigit.h: Likewise.
12519         * lib/unictype/digit.h: Likewise.
12520         * lib/unictype/mirror.h: Likewise.
12521         * lib/unictype/numeric.h: Likewise.
12522         * lib/unictype/pr_alphabetic.h: Likewise.
12523         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
12524         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
12525         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
12526         * lib/unictype/pr_bidi_block_separator.h: Likewise.
12527         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
12528         * lib/unictype/pr_bidi_common_separator.h: Likewise.
12529         * lib/unictype/pr_bidi_control.h: Likewise.
12530         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
12531         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
12532         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
12533         * lib/unictype/pr_bidi_european_digit.h: Likewise.
12534         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
12535         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
12536         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
12537         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
12538         * lib/unictype/pr_bidi_pdf.h: Likewise.
12539         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
12540         * lib/unictype/pr_bidi_whitespace.h: Likewise.
12541         * lib/unictype/pr_combining.h: Likewise.
12542         * lib/unictype/pr_composite.h: Likewise.
12543         * lib/unictype/pr_currency_symbol.h: Likewise.
12544         * lib/unictype/pr_dash.h: Likewise.
12545         * lib/unictype/pr_decimal_digit.h: Likewise.
12546         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
12547         * lib/unictype/pr_deprecated.h: Likewise.
12548         * lib/unictype/pr_diacritic.h: Likewise.
12549         * lib/unictype/pr_extender.h: Likewise.
12550         * lib/unictype/pr_format_control.h: Likewise.
12551         * lib/unictype/pr_grapheme_base.h: Likewise.
12552         * lib/unictype/pr_grapheme_extend.h: Likewise.
12553         * lib/unictype/pr_grapheme_link.h: Likewise.
12554         * lib/unictype/pr_hex_digit.h: Likewise.
12555         * lib/unictype/pr_hyphen.h: Likewise.
12556         * lib/unictype/pr_id_continue.h: Likewise.
12557         * lib/unictype/pr_id_start.h: Likewise.
12558         * lib/unictype/pr_ideographic.h: Likewise.
12559         * lib/unictype/pr_ids_binary_operator.h: Likewise.
12560         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
12561         * lib/unictype/pr_ignorable_control.h: Likewise.
12562         * lib/unictype/pr_iso_control.h: Likewise.
12563         * lib/unictype/pr_join_control.h: Likewise.
12564         * lib/unictype/pr_left_of_pair.h: Likewise.
12565         * lib/unictype/pr_line_separator.h: Likewise.
12566         * lib/unictype/pr_logical_order_exception.h: Likewise.
12567         * lib/unictype/pr_lowercase.h: Likewise.
12568         * lib/unictype/pr_math.h: Likewise.
12569         * lib/unictype/pr_non_break.h: Likewise.
12570         * lib/unictype/pr_not_a_character.h: Likewise.
12571         * lib/unictype/pr_numeric.h: Likewise.
12572         * lib/unictype/pr_other_alphabetic.h: Likewise.
12573         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
12574         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
12575         * lib/unictype/pr_other_id_continue.h: Likewise.
12576         * lib/unictype/pr_other_id_start.h: Likewise.
12577         * lib/unictype/pr_other_lowercase.h: Likewise.
12578         * lib/unictype/pr_other_math.h: Likewise.
12579         * lib/unictype/pr_other_uppercase.h: Likewise.
12580         * lib/unictype/pr_paired_punctuation.h: Likewise.
12581         * lib/unictype/pr_paragraph_separator.h: Likewise.
12582         * lib/unictype/pr_pattern_syntax.h: Likewise.
12583         * lib/unictype/pr_pattern_white_space.h: Likewise.
12584         * lib/unictype/pr_private_use.h: Likewise.
12585         * lib/unictype/pr_punctuation.h: Likewise.
12586         * lib/unictype/pr_quotation_mark.h: Likewise.
12587         * lib/unictype/pr_radical.h: Likewise.
12588         * lib/unictype/pr_sentence_terminal.h: Likewise.
12589         * lib/unictype/pr_soft_dotted.h: Likewise.
12590         * lib/unictype/pr_space.h: Likewise.
12591         * lib/unictype/pr_terminal_punctuation.h: Likewise.
12592         * lib/unictype/pr_titlecase.h: Likewise.
12593         * lib/unictype/pr_unassigned_code_value.h: Likewise.
12594         * lib/unictype/pr_unified_ideograph.h: Likewise.
12595         * lib/unictype/pr_uppercase.h: Likewise.
12596         * lib/unictype/pr_variation_selector.h: Likewise.
12597         * lib/unictype/pr_white_space.h: Likewise.
12598         * lib/unictype/pr_xid_continue.h: Likewise.
12599         * lib/unictype/pr_xid_start.h: Likewise.
12600         * lib/unictype/pr_zero_width.h: Likewise.
12601         * lib/unictype/scripts.h: Likewise.
12602         * lib/unictype/scripts_byname.gperf: Likewise.
12603         * lib/unictype/sy_c_ident.h: Likewise.
12604         * lib/unictype/sy_c_whitespace.h: Likewise.
12605         * lib/unictype/sy_java_ident.h: Likewise.
12606         * lib/unictype/sy_java_whitespace.h: Likewise.
12607
12608         * lib/unictype/Makefile: New file.
12609         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
12610         glibc.
12611         * lib/unictype/3level.h: New file, copied from glibc.
12612         * lib/unictype/3levelbit.h: New file.
12613
12614 2007-11-11  Bruno Haible  <bruno@clisp.org>
12615
12616         * modules/gperf: New file.
12617         * modules/iconv_open (Depends-on): Add it.
12618         (Makefile.am): Remove the GPERF definition.
12619
12620 2007-11-11  Bruno Haible  <bruno@clisp.org>
12621
12622         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
12623         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
12624
12625 2007-11-11  Bruno Haible  <bruno@clisp.org>
12626
12627         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
12628         (usage): Remove function.
12629
12630 2007-11-11  Bruno Haible  <bruno@clisp.org>
12631
12632         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
12633         gl_FUNC_CEILF_LIBS.
12634         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
12635         gl_FUNC_CEIL_LIBS.
12636         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
12637         gl_FUNC_CEILL_LIBS.
12638         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
12639         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
12640         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
12641
12642 2007-11-11  Bruno Haible  <bruno@clisp.org>
12643
12644         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
12645         roundf were declared but do not exist on functions.
12646         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
12647         roundl were declared but do not exist on functions.
12648         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
12649         HAVE_FLOORL_AND_CEILL, respectively.
12650         Needed for Sun C on Solaris 10.
12651
12652 2007-11-11  Bruno Haible  <bruno@clisp.org>
12653
12654         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
12655         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
12656         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
12657         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
12658         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
12659         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
12660         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
12661         HAVE_DECL_ROUNDF.
12662         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
12663         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
12664         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
12665         of HAVE_DECL_ROUND*.
12666         * modules/math (Makefile.am): Update.
12667
12668 2007-11-10  Bruno Haible  <bruno@clisp.org>
12669
12670         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
12671         ptrdiff_t as m4/intl.m4.
12672
12673 2007-11-10  Jim Meyering  <meyering@redhat.com>
12674
12675         Avoid link failure for the argmatch test.
12676         * tests/test-argmatch.c (usage): Define function to avoid a link
12677         failure: argmatch_die requires a usage function.
12678
12679 2007-11-09  Bruno Haible  <bruno@clisp.org>
12680
12681         * doc/functions/snprintf.texi: Mention BeOS deficiency.
12682         * doc/functions/vsnprintf.texi: Likewise.
12683         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
12684         with a size argument < 2.
12685
12686 2007-11-09  Bruno Haible  <bruno@clisp.org>
12687
12688         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
12689         buffer. Fixes an inefficiency introduced on 2007-11-03.
12690
12691 2007-11-09  Bruno Haible  <bruno@clisp.org>
12692
12693         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
12694         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
12695
12696 2007-11-08  Jim Meyering  <meyering@redhat.com>
12697
12698         Change cache variable name prefix "jm_" to "gl_" everywhere.
12699         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
12700         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
12701         * m4/uptime.m4: s/gl_/jm_/
12702
12703 2007-11-07  Bruno Haible  <bruno@clisp.org>
12704
12705         Update to GNU gettext 0.17.
12706         * m4/intl.m4: Update to GNU gettext 0.17.
12707         * m4/po.m4: Likewise.
12708         * modules/gettext (Files): Remove m4/ulonglong.m4.
12709         (configure.ac): Require gettext infrastructure from version 0.17.
12710
12711 2007-11-06  Bruno Haible  <bruno@clisp.org>
12712
12713         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
12714         symbolic values are not defined in a public header.
12715         * lib/freadable.c (freadable) [QNX]: Likewise.
12716         * lib/freadahead.c (freadahead) [QNX]: Likewise.
12717         * lib/freading.c (freading) [QNX]: Likewise.
12718         * lib/fseterr.c (fseterr) [QNX]: Likewise.
12719         * lib/fwritable.c (fwritable) [QNX]: Likewise.
12720         * lib/fwriting.c (fwriting) [QNX]: Likewise.
12721         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
12722         Reported by Alain Magloire.
12723
12724         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
12725
12726 2007-11-05  Bruno Haible  <bruno@clisp.org>
12727
12728         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
12729         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
12730         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
12731         Reported by Eric Blake.
12732
12733 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12734             Bruno Haible  <bruno@clisp.org>
12735
12736         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
12737         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
12738         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
12739         (malloc): Undefine also before including <stdlib.h>.
12740         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
12741         Needed on OSF/1 4.0.
12742
12743 2007-11-05  Jim Meyering  <meyering@redhat.com>
12744
12745         git-version-gen: sync from coreutils.
12746         * build-aux/git-version-gen: Add comments.
12747         Change the first '-' to '.' in the snapshot version string,
12748         e.g., 6.9-377-08144 -> 6.9.377-08144
12749         Remove first parameter.
12750         Don't declare a version "-dirty" merely because a time
12751         stamp has changed.
12752
12753 2007-11-04  Bruno Haible  <bruno@clisp.org>
12754
12755         * lib/lock.h: Protect all macro definitions containing an 'if'
12756         statement through a "do { ... } while (0)".
12757         * lib/tls.h: Likewise.
12758
12759 2007-11-04  Bruno Haible  <bruno@clisp.org>
12760
12761         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
12762
12763 2007-11-04  Bruno Haible  <bruno@clisp.org>
12764
12765         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
12766         * modules/fprintf-posix (Depends-on): Add nocrash.
12767         * modules/snprintf-posix (Depends-on): Likewise.
12768         * modules/sprintf-posix (Depends-on): Likewise.
12769         * modules/vasnprintf-posix (Depends-on): Likewise.
12770         * modules/vasprintf-posix (Depends-on): Likewise.
12771         * modules/vfprintf-posix (Depends-on): Likewise.
12772         * modules/vsnprintf-posix (Depends-on): Likewise.
12773         * modules/vsprintf-posix (Depends-on): Likewise.
12774         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12775         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12776         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12777         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12778         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12779         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12780         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12781
12782 2007-11-04  Bruno Haible  <bruno@clisp.org>
12783
12784         * modules/nocrash: New file.
12785         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
12786         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
12787
12788 2007-11-04  Bruno Haible  <bruno@clisp.org>
12789
12790         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
12791         precision handling.
12792         * tests/test-vasprintf-posix.c (test_function): Likewise.
12793         * tests/test-snprintf-posix.h (test_function): Likewise.
12794         * tests/test-sprintf-posix.h (test_function): Likewise.
12795
12796         Fix *printf behaviour for large precisions on mingw and BeOS.
12797         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
12798         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
12799         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
12800         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12801         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12802         gl_PRINTF_PRECISION and test its result. Invoke
12803         gl_PREREQ_VASNPRINTF_PRECISION.
12804         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12805         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12806         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12807         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12808         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12809         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12810         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12811         * doc/functions/fprintf.texi: Update.
12812         * doc/functions/printf.texi: Update.
12813         * doc/functions/snprintf.texi: Update.
12814         * doc/functions/sprintf.texi: Update.
12815         * doc/functions/vfprintf.texi: Update.
12816         * doc/functions/vprintf.texi: Update.
12817         * doc/functions/vsnprintf.texi: Update.
12818         * doc/functions/vsprintf.texi: Update.
12819
12820 2007-11-04  Bruno Haible  <bruno@clisp.org>
12821
12822         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
12823
12824 2007-11-04  Bruno Haible  <bruno@clisp.org>
12825
12826         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
12827         Reported by Sylvain Beucler <beuc@gnu.org>.
12828
12829 2007-11-03  Bruno Haible  <bruno@clisp.org>
12830
12831         * tests/test-fprintf-posix2.sh: New file.
12832         * tests/test-fprintf-posix2.c: New file.
12833         * modules/fprintf-posix-tests (Files): Add them.
12834         (TESTS): Add test-fprintf-posix2.sh.
12835         (configure.ac): Check for getrlimit and setrlimit.
12836         (check_PROGRAMS): Add test-fprintf-posix2.
12837
12838         * tests/test-printf-posix2.sh: New file.
12839         * tests/test-printf-posix2.c: New file.
12840         * modules/printf-posix-tests (Files): Add them.
12841         (TESTS): Add test-printf-posix2.sh.
12842         (configure.ac): Check for getrlimit and setrlimit.
12843         (check_PROGRAMS): Add test-printf-posix2.
12844
12845         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
12846         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
12847         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
12848         (decode_double): New function, copied from decode_long_double.
12849         (scale10_round_decimal_decoded): New function, extracted from
12850         scale10_round_decimal_long_double.
12851         (scale10_round_decimal_long_double): Use it.
12852         (scale10_round_decimal_double): New function.
12853         (floorlog10): New function.
12854         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
12855         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
12856         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12857         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12858         gl_PRINTF_ENOMEM and test its result. Invoke
12859         gl_PREREQ_VASNPRINTF_ENOMEM.
12860         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12861         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12862         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12863         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12864         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12865         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12866         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12867         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
12868         * modules/snprintf-posix (Depends-on): Likewise.
12869         * modules/sprintf-posix (Depends-on): Likewise.
12870         * modules/vasnprintf-posix (Depends-on): Likewise.
12871         * modules/vasprintf-posix (Depends-on): Likewise.
12872         * modules/vfprintf-posix (Depends-on): Likewise.
12873         * modules/vsnprintf-posix (Depends-on): Likewise.
12874         * modules/vsprintf-posix (Depends-on): Likewise.
12875         * doc/functions/fprintf.texi: Update.
12876         * doc/functions/printf.texi: Update.
12877         * doc/functions/snprintf.texi: Update.
12878         * doc/functions/sprintf.texi: Update.
12879         * doc/functions/vfprintf.texi: Update.
12880         * doc/functions/vprintf.texi: Update.
12881         * doc/functions/vsnprintf.texi: Update.
12882         * doc/functions/vsprintf.texi: Update.
12883
12884 2007-11-03  Bruno Haible  <bruno@clisp.org>
12885
12886         * modules/frexp-nolibm-tests: New file.
12887
12888         * modules/frexp-nolibm: New file.
12889         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
12890
12891 2007-11-03  Bruno Haible  <bruno@clisp.org>
12892
12893         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
12894         value is C99 compliant.
12895         Needed for OSF/1 5.1.
12896
12897 2007-11-03  Bruno Haible  <bruno@clisp.org>
12898
12899         Fix out-of-memory handling of vasnprintf.
12900         * lib/printf-parse.c: Include <errno.h>.
12901         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
12902         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
12903         is already set.
12904
12905 2007-11-02  Eric Blake  <ebb9@byu.net>
12906
12907         Fix tests on cygwin.
12908         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
12909
12910 2007-11-01  Bruno Haible  <bruno@clisp.org>
12911
12912         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
12913         warning.
12914         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
12915         needed for POSIX compatibility.
12916
12917 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12918
12919         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
12920         for compatibility with GNU.
12921
12922 2007-11-01  Bruno Haible  <bruno@clisp.org>
12923
12924         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
12925         (putenv): Renamed from rpl_putenv. Change argument type from
12926         'const char *' to 'char *'.
12927         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
12928         of defining putenv in config.h, just set REPLACE_PUTENV.
12929         * modules/putenv (Depends-on): Add stdlib.
12930         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12931         (Include): Use <stdlib.h>.
12932         * lib/stdlib.in.h (putenv): New declaration.
12933         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
12934         REPLACE_PUTENV.
12935         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
12936         REPLACE_PUTENV.
12937         Needed for MacOS X 10.5.0.
12938         Reported by Peter O'Gorman <peter@pogma.com>.
12939
12940 2007-11-01  Jim Meyering  <meyering@redhat.com>
12941
12942         Treat an empty date string exactly like "0".
12943         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
12944         if the remaining date string (to be parsed) is empty, use "0".
12945         Reported by Mischa Molhoek and discussed in this thread:
12946         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
12947
12948 2007-10-31  Bruno Haible  <bruno@clisp.org>
12949
12950         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
12951         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
12952         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
12953         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
12954         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
12955         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
12956
12957 2007-10-31  Bruno Haible  <bruno@clisp.org>
12958
12959         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
12960         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
12961         (AC_TYPE_LONG_LONG_INT): Use it.
12962         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
12963         it as well.
12964         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
12965         to m4/longlong.m4.
12966         * modules/stdint (Files): Remove m4/ulonglong.m4.
12967         * modules/strtoull (Files): Use m4/longlong.m4 instead of
12968         m4/ulonglong.m4.
12969         * modules/strtoumax (Files): Likewise.
12970
12971 2007-10-30  Bruno Haible  <bruno@clisp.org>
12972
12973         * modules/xvasprintf-posix: New file.
12974         Suggested by Eric Blake.
12975
12976 2007-10-30  Bruno Haible  <bruno@clisp.org>
12977
12978         * modules/xprintf-posix-tests: New file.
12979         * tests/test-xprintf-posix.sh: New file.
12980         * tests/test-xprintf-posix.c: New file.
12981         * tests/test-xfprintf-posix.c: New file.
12982
12983         * modules/xprintf-posix: New file.
12984
12985 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12986
12987         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
12988         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
12989         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
12990
12991 2007-10-29  Bruno Haible  <bruno@clisp.org>
12992
12993         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
12994         contain the special marker '_cv_'.
12995         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
12996         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
12997         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
12998         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
12999         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
13000         Reported by Ralf Wildenhues.
13001
13002 2007-10-29  Bruno Haible  <bruno@clisp.org>
13003
13004         * gnulib-tool (func_import): When --lgpl is not specified, set
13005         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
13006         GPLv3.
13007         Reported by Simon Josefsson.
13008
13009 2007-10-28  Bruno Haible  <bruno@clisp.org>
13010
13011         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
13012         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
13013         HAVE_DECL_ISFINITE.
13014         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13015         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
13016         HAVE_DECL_ISFINITE.
13017
13018 2007-10-28  Bruno Haible  <bruno@clisp.org>
13019
13020         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
13021         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
13022
13023 2007-10-28  Bruno Haible  <bruno@clisp.org>
13024
13025         Fix link errors with Sun C 5.0 on Solaris 10.
13026         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
13027         function is declared but not present in the compiler's libm.
13028         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
13029         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
13030         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
13031         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
13032         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
13033         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
13034         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
13035         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13036         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
13037         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
13038         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
13039         HAVE_DECL_FLOORL.
13040
13041 2007-10-28  Bruno Haible  <bruno@clisp.org>
13042
13043         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
13044         gl_FUNC_FLOORL. Cache the result.
13045         (gl_FUNC_FLOORL): Use it.
13046         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
13047         gl_FUNC_CEILL. Cache the result.
13048         (gl_FUNC_CEILL): Use it.
13049
13050         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
13051         gl_FUNC_FLOOR. Cache the result.
13052         (gl_FUNC_FLOOR): Use it.
13053         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
13054         gl_FUNC_CEIL. Cache the result.
13055         (gl_FUNC_CEIL): Use it.
13056
13057         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
13058         gl_FUNC_FLOORF. Cache the result.
13059         (gl_FUNC_FLOORF): Use it.
13060         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
13061         gl_FUNC_CEILF. Cache the result.
13062         (gl_FUNC_CEILF): Use it.
13063
13064 2007-10-28  Bruno Haible  <bruno@clisp.org>
13065
13066         * gnulib-tool: Allow specifying the LGPL version number through
13067         --lgpl=2 or --lgpl=3.
13068         (func_usage): Document --lgpl with argument.
13069         Handle --lgpl=... arguments.
13070         (func_import): Recognize also gl_LGPL calls with an argument. When
13071         --lgpl=2 is used and the module's license is just LGPL, report an
13072         error. Set sed_transform_lib_file according to the lgpl variable. In
13073         the generated files, use --lgpl or gl_LGPL invocations with argument,
13074         if necessary.
13075         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
13076         an LGPv2+ license.
13077         * doc/gnulib-tool.texi (Modified imports): Update explanation of
13078         gl_LGPL macro.
13079
13080 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13081             Bruno Haible  <bruno@clisp.org>
13082
13083         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
13084         (u16_uctomb_aux): Likewise.
13085         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
13086         !HAVE_INLINE.
13087         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
13088
13089 2007-10-28  Bruno Haible  <bruno@clisp.org>
13090
13091         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
13092         Invoke AM_GETTEXT_OPTION if it exists.
13093         * modules/vasprintf: Likewise.
13094         * modules/verror: Likewise.
13095         * modules/xprintf: Likewise.
13096         * modules/xvasprintf: Likewise.
13097
13098 2007-10-27  Ben Pfaff  <blp@gnu.org>
13099
13100         * lib/math.in.h: Define isfinite macro and prototypes for
13101         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
13102         implementations.
13103         * m4/math_h.m4: New substitutions for isfinite module.
13104         * lib/isfinite.c: New file.
13105         * m4/isfinite.m4: New file.
13106         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
13107         * modules/isfinite: New file.
13108         * modules/isfinite-tests: New file.
13109         * tests/tests-isfinite.c: New file.
13110         * doc/functions/isfinite.texi: Mention isfinite module.
13111         * MODULES.html.sh: Mention new module.
13112
13113 2007-10-27  Ben Pfaff  <blp@gnu.org>
13114
13115         Ralf Wildenhues reported that Tru64 4.0D declares the round
13116         functions but does not have definitions.
13117         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
13118         cannot be found in any library, set the output variable to
13119         "missing" instead of "".
13120         * m4/round.m4: Also use our substitute if we cannot find round in
13121         any library, even if it is declared.
13122         * m4/roundf.m4: Likewise for roundf.
13123         * m4/roundl.m4: Likewise for roundl.
13124         * lib/math.in.h: Undefine roundf, round, roundl before defining
13125         their replacements, to allow for hypothetical systems where these
13126         may be defined as macros but not available in libraries.
13127
13128 2007-10-27  Bruno Haible  <bruno@clisp.org>
13129
13130         * doc/gnulib.texi: Invoke @firstparagraphindent.
13131         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
13132         changes in gnulib.
13133         (Source changes): New section.
13134
13135 2007-10-26  Bruno Haible  <bruno@clisp.org>
13136
13137         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
13138         borrowed from autoconf.
13139
13140 2007-10-26  Bruno Haible  <bruno@clisp.org>
13141
13142         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
13143         strerror returned the empty string. Needed on HP-UX 11.00.
13144
13145 2007-10-24  Micah Cowan  <micah@cowan.name>
13146
13147         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
13148         * build-aux/bootstrap: Remove support for now-unnecessary option,
13149         --cvs-user, and envvars CVS_USER, CVS_RSH.
13150
13151 2007-10-24  Jim Meyering  <meyering@redhat.com>
13152
13153         Avoid diagnostics from sha1sum when there is no cached checksum.
13154         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
13155         if the po.s1 file hasn't been created yet.
13156
13157         * build-aux/bootstrap: Sync from coreutils:
13158         2007-10-24  Jim Meyering  <meyering@redhat.com>
13159         Get gnulib from the git repository, not from an obsolete cvs one.
13160         * build-aux/bootstrap: Suggestion from Micah Cowan.
13161         2007-10-04  Jim Meyering  <jim@meyering.net>
13162         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
13163         (update_po_files): Work also when there are no .po files in po/.
13164
13165 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13166
13167         * README: Append ".git" to git and cg examples.
13168         Problem reported by Benoit Sigoure.
13169
13170 2007-10-23  Micah Cowan  <micah@cowan.name>
13171
13172         * users.txt: Add wget.
13173
13174 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13175
13176         Fix linking of some unistdio tests on FreeBSD.
13177         * modules/unistdio/u16-vsnprintf-tests
13178         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
13179         * modules/unistdio/u16-vsprintf-tests
13180         (test_u16_vsnprintf1_LDADD): Likewise.
13181         * modules/unistdio/u32-vsnprintf-tests
13182         (test_u32_vsnprintf1_LDADD): Likewise.
13183         * modules/unistdio/u32-vsprintf-tests
13184         (test_u32_vsprintf1_LDADD): Likewise.
13185         * modules/unistdio/u8-vsnprintf-tests
13186         (test_u8_vsnprintf1_LDADD): Likewise.
13187         * modules/unistdio/u8-vsprintf-tests
13188         (test_u8_vsprintf1_LDADD): Likewise.
13189         * modules/unistdio/ulc-vsnprintf-tests
13190         (test_ulc_vsnprintf1_LDADD): Likewise.
13191         * modules/unistdio/ulc-vsprintf-tests
13192         (test_ulc_vsprintf1_LDADD): Likewise.
13193
13194         Fix linking of some uniconv tests on FreeBSD.
13195         * modules/uniconv/u16-conv-from-enc-tests
13196         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
13197         * modules/uniconv/u16-conv-to-enc-tests
13198         (test_u16_conv_to_enc_LDADD): Likewise.
13199         * modules/uniconv/u16-strconv-from-enc-tests
13200         (test_u16_strconv_from_enc_LDADD): Likewise.
13201         * modules/uniconv/u16-strconv-to-enc-tests
13202         (test_u16_strconv_to_enc_LDADD): Likewise.
13203         * modules/uniconv/u32-conv-from-enc-tests
13204         (test_u32_conv_from_enc_LDADD): Likewise.
13205         * modules/uniconv/u32-conv-to-enc-tests
13206         (test_u32_conv_to_enc_LDADD): Likewise.
13207         * modules/uniconv/u32-strconv-from-enc-tests
13208         (test_u32_strconv_from_enc_LDADD): Likewise.
13209         * modules/uniconv/u32-strconv-to-enc-tests
13210         (test_u32_strconv_to_enc_LDADD): Likewise.
13211         * modules/uniconv/u8-conv-from-enc-tests
13212         (test_u8_conv_from_enc_LDADD): Likewise.
13213         * modules/uniconv/u8-conv-to-enc-tests
13214         (test_u8_conv_to_enc_LDADD): Likewise.
13215         * modules/uniconv/u8-strconv-from-enc-tests
13216         (test_u8_strconv_from_enc_LDADD): Likewise.
13217         * modules/uniconv/u8-strconv-to-enc-tests
13218         (test_u8_strconv_to_enc_LDADD): Likewise.
13219
13220 2007-10-22  Bruno Haible  <bruno@clisp.org>
13221
13222         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
13223         size.
13224
13225 2007-10-22  Eric Blake  <ebb9@byu.net>
13226
13227         Tweak x*printf documentation.
13228         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
13229         variable name and comments.
13230         Suggested by Bruno Haible.
13231
13232 2007-10-22  Bruno Haible  <bruno@clisp.org>
13233
13234         * lib/acl.c (copy_acl): Fix file name in comment.
13235
13236 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13237
13238         Fix Tru64 problem with stdbool.h.
13239         * lib/stdbool.in.h (false, true):
13240         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
13241         Don't declare as an enum in this situation; it runs afoul of Tru64.
13242         Problem reported by Steven M. Schweda in
13243         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
13244
13245 2007-10-22  Eric Blake  <ebb9@byu.net>
13246
13247         Also wrap vf?printf.
13248         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
13249         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
13250         (xvprintf, xvfprintf): New functions.
13251
13252 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13253
13254         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
13255         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
13256
13257         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
13258         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
13259
13260 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
13263         by Bruno Haible.
13264
13265 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13266
13267         * lib/getloadavg.c
13268         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
13269         Undef `sys' after including sys/table.h, for Tru64 4.0D.
13270
13271         * tests/test-i-ring.c: Work for C89.
13272
13273 2007-10-22  Bruno Haible  <bruno@clisp.org>
13274
13275         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
13276         -1u, in preprocessor expression, so that we don't test for the bug
13277         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
13278         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
13279
13280 2007-10-22  Eric Blake  <ebb9@byu.net>
13281
13282         * tests/test-yesno.sh: Silence stderr during test.
13283
13284 2007-10-22  Simon Josefsson  <simon@josefsson.org>
13285
13286         * modules/crypto/gc-camellia: New file.
13287
13288         * m4/gc-camellia.m4: New file.
13289
13290         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
13291
13292         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
13293
13294 2007-10-22  Simon Josefsson  <simon@josefsson.org>
13295
13296         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
13297         --help to stdout.  Reported by sms@antinode.org (Steven
13298         M. Schweda).
13299
13300 2007-10-22  Simon Josefsson  <simon@josefsson.org>
13301
13302         * users.txt: Fix link to libksba.
13303
13304 2007-10-21  Ben Pfaff  <blp@gnu.org>
13305
13306         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
13307         round.c roundf implementation that depends on floorf and ceilf to
13308         be tested unconditionally.
13309
13310 2007-10-21  Ben Pfaff  <blp@gnu.org>
13311
13312         * m4/check-libm-func.m4: Removed.
13313         * m4/check-math-lib.m4: New file.
13314         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
13315         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
13316         definition and lack of AC_LIBOBJ([roundf]).
13317         * m4/roundl.m4: Ditto, and similarly for roundl.
13318         * modules/round: Reference new m4 file.
13319         * modules/roundf: Ditto.
13320         * modules/roundl: Ditto.
13321         * tests/test-round2.c (main): Use ROUND instead of round.
13322         Bug report from Bruno Haible.
13323
13324 2007-10-21  Bruno Haible  <bruno@clisp.org>
13325
13326         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
13327         context.
13328
13329 2007-10-21  Bruno Haible  <bruno@clisp.org>
13330
13331         * tests/test-wcwidth.c (main): Allow negative result for some control
13332         characters.
13333
13334         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
13335         Needed on OSF/1 5.1.
13336
13337 2007-10-21  Bruno Haible  <bruno@clisp.org>
13338
13339         * tests/test-floorf1.c: Include isnanf.h.
13340         (main): Use isnanf() instead of isnan().
13341         * tests/test-ceilf1.c: Include isnanf.h.
13342         (main): Use isnanf() instead of isnan().
13343         * tests/test-truncf1.c: Include isnanf.h.
13344         (main): Use isnanf() instead of isnan().
13345         * tests/test-roundf1.c: Include isnanf.h.
13346         (main): Use isnanf() instead of isnan().
13347
13348 2007-10-21  Eric Blake  <ebb9@byu.net>
13349
13350         * users.txt: Update URL for m4.
13351
13352 2007-10-21  Bruno Haible  <bruno@clisp.org>
13353
13354         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
13355
13356 2007-10-21  Bruno Haible  <bruno@clisp.org>
13357
13358         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
13359         Git's management files if the CVS files are not present.
13360
13361 2007-10-20  Bruno Haible  <bruno@clisp.org>
13362
13363         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
13364         gcc-3.4.x.
13365
13366 2007-10-20  Ben Pfaff  <blp@gnu.org>
13367
13368         * lib/math.in.h: Declare round, roundf, roundl if we are providing
13369         implementations.
13370         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
13371         * lib/round.c: New file.
13372         * lib/roundf.c: New file.
13373         * lib/roundl.c: New file.
13374         * m4/round.m4: New file.
13375         * m4/roundf.m4: New file.
13376         * m4/roundl.m4: New file.
13377         * m4/check-libm-func-m4: New file.
13378         * modules/math: Replace round, roundf, roundl related @VARS@ in
13379         math.in.h.
13380         * modules/round: New file.
13381         * modules/round-tests: New file.
13382         * modules/roundf: New file.
13383         * modules/roundf-tests: New file.
13384         * modules/roundl: New file.
13385         * modules/roundl-tests: New file.
13386         * tests/test-round1.c: New file.
13387         * tests/test-round2.c: New file.
13388         * tests/test-roundf1.c: New file.
13389         * tests/test-roundf2.c: New file.
13390         * tests/test-roundl.c: New file.
13391         * doc/functions/round.texi: Mention round module.
13392         * doc/functions/roundf.texi: Mention roundf module.
13393         * doc/functions/roundl.texi: Mention roundl module.
13394         * MODULES.html.sh: Mention new modules.
13395         Thanks to Bruno Haible for suggestions.
13396
13397 2007-10-20  Jim Meyering  <meyering@redhat.com>
13398
13399         * lib/xprintf.c: Include <config.h> unconditionally.
13400
13401         Change xprintf's license to GPL.
13402         * modules/xprintf (License): s/LGPL/GPL/, since this module
13403         depends on modules (exit and exitfail) which are GPL.
13404         Suggestion from Bruno Haible.
13405
13406         xprintf fixes.
13407         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
13408         Use a clearer diagnostic.
13409         Patch from Bruno Haible.
13410
13411 2007-10-20  Bruno Haible  <bruno@clisp.org>
13412
13413         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
13414         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
13415         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13416
13417 2007-10-20  Bruno Haible  <bruno@clisp.org>
13418
13419         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
13420         precision in the comparison result > x - 1 or similar.
13421         * tests/test-ceilf2.c (correct_result_p): Likewise.
13422         * tests/test-truncf2.c (correct_result_p): Likewise.
13423         * tests/test-trunc2.c (correct_result_p): Likewise.
13424         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13425
13426 2007-10-20  Bruno Haible  <bruno@clisp.org>
13427
13428         * modules/ceil: New file.
13429         * m4/ceil.m4: New file.
13430         * doc/functions/ceil.texi: Mention the 'ceil' module.
13431
13432 2007-10-20  Bruno Haible  <bruno@clisp.org>
13433
13434         * modules/floor: New file.
13435         * m4/floor.m4: New file.
13436         * doc/functions/floor.texi: Mention the 'floor' module.
13437
13438 2007-10-20  Bruno Haible  <bruno@clisp.org>
13439
13440         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
13441         of %a.
13442         * modules/floorf-tests (Depends-on): Likewise.
13443         * modules/truncf-tests (Depends-on): Likewise.
13444         * modules/trunc-tests (Depends-on): Likewise.
13445         Reported by Ben Pfaff.
13446
13447 2007-10-19  Jim Meyering  <meyering@redhat.com>
13448
13449         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
13450         Don't bother testing specific errno values.  Just test ferror.
13451
13452         New module: xprintf
13453         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
13454
13455 2007-10-19  Bruno Haible  <bruno@clisp.org>
13456
13457         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
13458         syntax.
13459         * modules/javaexec (Makefile.am): Likewise.
13460         * modules/relocatable-prog (Makefile.am): Likewise.
13461         Suggested by Jim Meyering.
13462
13463 2007-10-18  Bruno Haible  <bruno@clisp.org>
13464
13465         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
13466         Reported by Jim Meyering.
13467
13468 2007-10-18  Eric Blake  <ebb9@byu.net>
13469
13470         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
13471
13472 2007-10-18  Bruno Haible  <bruno@clisp.org>
13473
13474         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
13475         the format string into writable memory. Needed in Fortify conditions.
13476
13477 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
13478             Bruno Haible  <bruno@clisp.org>
13479
13480         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
13481         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
13482         * modules/trim (Depends-on): Add mbchar.
13483         (configure.ac): Add gl_FUNC_MBRTOWC.
13484         (Makefile.am): Augment lib_SOURCES.
13485
13486 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13487
13488         Modify glob.c to use fstatat and dirfd, to simplify it.
13489         Suggested by Eric Blake.
13490         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
13491         Don't include <stdbool.h>; not used.
13492         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
13493         (link_exists_p): Simplify implementation, since we can now assume
13494         dirfd and fstatat.
13495         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
13496
13497 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13498
13499         * gnulib-tool (func_get_dependencies): Fix sed script to
13500         match only tests.
13501
13502 2007-10-17  Bruno Haible  <bruno@clisp.org>
13503
13504         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
13505         allow locale names without encoding suffix.
13506         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
13507         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
13508
13509 2007-10-16  Bruno Haible  <bruno@clisp.org>
13510
13511         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
13512         * lib/getgroups.c (getgroups): Likewise.
13513         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
13514
13515 2007-10-16  Bruno Haible  <bruno@clisp.org>
13516
13517         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
13518         * modules/malloc-posix (License): Likewise.
13519         * modules/realloc-posix (License): Likewise.
13520         * modules/calloc-posix (License): Likewise.
13521         * modules/intprops (License): Change from GPL to LGPL, with
13522         Paul Eggert's approval.
13523
13524 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
13525
13526         Merge glibc changes into lib/glob.c.
13527
13528         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
13529         2007-10-15 04:59:03 UTC.  Here are the changes:
13530
13531         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
13532
13533         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
13534
13535         * lib/glob.c: Add some branch prediction throughout.
13536
13537         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
13538
13539         [BZ #5103]
13540         * lib/glob.c (glob): Recognize patterns starting \/.
13541
13542         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
13543
13544         [BZ #3996]
13545         * lib/glob.c (attribute_hidden): Define if not defined.
13546         (glob): Unescape dirname, filename or username when needed and not
13547         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
13548         is NULL.  Handle unescaped [ in pattern without closing ].
13549         Don't pass GLOB_CHECK down to recursive glob for directories.
13550         (__glob_pattern_type): New function.
13551         (__glob_pattern_p): Implement using __glob_pattern_type.
13552         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
13553         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
13554         Remove unreachable code.
13555
13556         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
13557
13558         * lib/glob.c (glob_in_dir): Add some comments and asserts to
13559         explain why there are no leaks.
13560
13561         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
13562
13563         [BZ #3253]
13564         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
13565         time, rather allocate increasingly bigger arrays of pointers, if
13566         possible with alloca, if too large with malloc.
13567
13568 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
13569
13570         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
13571         Problem reported by H.Merijn Brand in
13572         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
13573         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
13574         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13575
13576 2007-10-15  Bruno Haible  <bruno@clisp.org>
13577
13578         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
13579         with explicit rpl_ prefix.
13580         * lib/fopen.c (fopen): Likewise.
13581         * lib/freopen.c (freopen): Likewise.
13582         * lib/iconv.c (iconv): Likewise.
13583         * lib/iconv_close.c (iconv_close): Likewise.
13584
13585 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13586
13587         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
13588
13589 2007-10-15  Bruno Haible  <bruno@clisp.org>
13590
13591         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
13592         <stddef.h> instead of <stdlib.h> since we only need NULL.
13593         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13594
13595 2007-10-15  Bruno Haible  <bruno@clisp.org>
13596
13597         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
13598         Replace paragraph talking about LIBOBJS.
13599         Reported by Colin Watson <cjwatson@debian.org>.
13600
13601 2007-10-15  Bruno Haible  <bruno@clisp.org>
13602
13603         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
13604         <stdlib.h> before using NULL.
13605
13606 2007-10-15  Simon Josefsson  <simon@josefsson.org>
13607
13608         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
13609         Reported by Albert Chin <china@thewrittenword.com>.
13610
13611 2007-10-14  Bruno Haible  <bruno@clisp.org>
13612
13613         * modules/iconv_open-utf-tests: New file.
13614         * tests/test-iconv-utf.c: New file.
13615
13616         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
13617         * modules/iconv_open-utf: New file.
13618         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
13619         (iconv, iconv_close): New declarations.
13620         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
13621         be defined.
13622         (iconv_open): Add special handling of conversion between UTF-8 and
13623         UTF-{16,32}{BE,LE}.
13624         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
13625         * lib/iconv_close.c: New file.
13626         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
13627         gl_FUNC_ICONV_OPEN.
13628         (gl_FUNC_ICONV_OPEN): Use it.
13629         (gl_FUNC_ICONV_OPEN_UTF): New macro.
13630         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
13631         and REPLACE_ICONV_UTF.
13632         * modules/iconv_open (Depends-on): Add c-strcase.
13633         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
13634         ICONV_CONST.
13635         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
13636
13637 2007-10-13  Albert Chin  <china@thewrittenword.com>
13638             Bruno Haible  <bruno@clisp.org>
13639
13640         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
13641         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
13642
13643 2007-10-13  Bruno Haible  <bruno@clisp.org>
13644
13645         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
13646         defined, use the ISO C99 inline semantics.
13647         * lib/argp.h (ARGP_EI): Likewise.
13648
13649 2007-10-13  Bruno Haible  <bruno@clisp.org>
13650
13651         Handle 'inline' change in gcc 4.3.0.
13652         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
13653         argp_fmtstream_write, argp_fmtstream_set_lmargin,
13654         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
13655         argp_fmtstream_point): Disable 'extern' declaration if the function
13656         definition is going to be provided inline.
13657         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
13658         semantics, not the ISO C99 inline semantics.
13659         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
13660         'extern' declaration if the function definition is going to be provided
13661         inline.
13662         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
13663         the GNU C inline semantics, not the ISO C99 inline semantics. With
13664         GCC 4.2, avoid a warning.
13665
13666 2007-10-13  Bruno Haible  <bruno@clisp.org>
13667
13668         * lib/freading.h (freading): Enable the use of __freading for
13669         glibc >= 2.7.
13670         * lib/freading.c (freading): Likewise.
13671
13672 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
13673
13674         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
13675         "warning: C99 inline functions are not supported; using GNU89".
13676
13677 2007-10-12  Bruno Haible  <bruno@clisp.org>
13678
13679         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
13680         of 2.
13681         * tests/test-ceilf2.c: New file.
13682         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
13683
13684         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
13685         * modules/ceilf-tests: Update.
13686
13687 2007-10-12  Bruno Haible  <bruno@clisp.org>
13688
13689         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
13690         of 2.
13691         * tests/test-floorf2.c: New file.
13692         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
13693
13694         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
13695         * modules/floorf-tests: Update.
13696
13697 2007-10-12  Bruno Haible  <bruno@clisp.org>
13698
13699         * tests/test-trunc2.c: New file.
13700         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
13701
13702         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
13703         * modules/trunc-tests: Update.
13704
13705 2007-10-12  Bruno Haible  <bruno@clisp.org>
13706
13707         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
13708         of 2.
13709         * tests/test-truncf2.c: New file.
13710         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
13711
13712         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
13713         * modules/truncf-tests: Update.
13714
13715 2007-10-11  Eric Blake  <ebb9@byu.net>
13716
13717         Don't claim strerror is broken on Interix.
13718         * doc/functions/strerror.texi (strerror): Known broken systems are
13719         now Solaris 8, and not Interix.
13720         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
13721         Interix on cross-compile.
13722         Reported by Martin Koeppe in
13723         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
13724
13725 2007-10-11  Bruno Haible  <bruno@clisp.org>
13726
13727         * modules/i-ring-tests: New file.
13728         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
13729         instead of assert.
13730
13731 2007-10-11  Bruno Haible  <bruno@clisp.org>
13732
13733         * modules/filenamecat-tests: New file.
13734         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
13735         * lib/filenamecat.c: Remove test code.
13736
13737 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
13738
13739         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
13740
13741         * lib/strerror.c: Include <string.h> always, to test interface,
13742         and to remove the need for the dummy.
13743         Include intprops.h to compute width instead of doing it ourselves
13744         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
13745         (strerror): Define it to return NULL if there's no system strerror.
13746         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
13747         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
13748         ancient pre-strerror Unix systems well any more.  Saying "unknown
13749         system error" is enough.
13750         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
13751         simpler strerror.c implementation.
13752         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
13753         Simplify the tests to reflect the simpler strerror implementation.
13754         * modules/strerror (Depends-on): Add intprops.
13755
13756 2007-10-09  Eric Blake  <ebb9@byu.net>
13757
13758         Silence test-fpending.
13759         * modules/fpending-tests (Files): Add wrapper script.
13760         * tests/test-fpending.sh: New file.
13761
13762 2007-10-09  Bruno Haible  <bruno@clisp.org>
13763
13764         * MODULES.html.sh (func_module): Don't create a hyperlink for
13765         function names like 'printf_frexp'.
13766         (Misc): Add crc, memxor.
13767         (Characteristics of floating types): New section.
13768         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
13769         isnanf-nolibm, signbit, trunc, truncf, truncl.
13770         (Enhancements for ISO C 99 functions): New subsection Input/output.
13771         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
13772         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
13773         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
13774         (Compatibility checks for POSIX:2001 functions): Add clock-time.
13775         (Enhancements for POSIX:2001 functions): Add chdir-long.
13776         (File system functions): Add areadlink, chdir-safer, read-file.
13777         Remove cycle-check.
13778         (File system as inode set): New section.
13779         (Date and time): Add gethrxtime.
13780         (Multithreading): Add openmp.
13781         (Internationalization functions): Add localename.
13782         (Unicode string functions): Add unistr/u*-mbsnlen.
13783         (Support for maintaining and releasing projects): Add git-version-gen.
13784         (Lone files): Remove directories.
13785
13786 2007-10-08  Ben Pfaff  <blp@gnu.org>
13787
13788         * lib/xmalloca.h: Fix typo in comment.
13789
13790 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
13791
13792         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
13793         when avoiding problems with integer overflow.  Use a portable test
13794         instead.
13795
13796 2007-10-08  Simon Josefsson  <simon@josefsson.org>
13797
13798         * modules/dummy (License): Change to LGPLv2+.
13799         * modules/float (License): Likewise
13800         * modules/realloc (License): Likewise
13801         * modules/stdlib (License): Likewise
13802
13803 2007-10-07  Bruno Haible  <bruno@clisp.org>
13804
13805         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
13806         * floor.c (TWO_MANT_DIG): Likewise.
13807         * ceil.c (TWO_MANT_DIG): Likewise.
13808         Reported by Ben Pfaff.
13809
13810 2007-10-07  Bruno Haible  <bruno@clisp.org>
13811
13812         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
13813         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
13814         * lib/frexp.c (FUNC): Likewise.
13815         * lib/printf-frexp.h (printf_frexp): Likewise.
13816         * lib/printf-frexpl.h (printf_frexpl): Likewise.
13817         * lib/printf-frexp.c (FUNC): Likewise.
13818         Suggested by Jim Meyering.
13819
13820 2007-10-07  Jim Meyering  <meyering@redhat.com>
13821
13822         Make xnanosleep's integer overflow test more robust.
13823         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
13824         so that gcc-4.3.0 doesn't optimize away this test for overflow.
13825
13826 2007-10-07  Bruno Haible  <bruno@clisp.org>
13827
13828         * NEWS: Mention the license change.
13829
13830         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
13831         abbreviations in the modules files.
13832
13833         Change copyright notice from GPLv2+ to GPLv3+.
13834         * README: Change copyright notice.
13835         * MODULES.html.sh: Likewise.
13836         * build-aux/bootstrap.conf: Likewise.
13837         * build-aux/config.libpath: Likewise.
13838         * build-aux/csharpcomp.sh.in: Likewise.
13839         * build-aux/csharpexec.sh.in: Likewise.
13840         * build-aux/install-reloc: Likewise.
13841         * build-aux/javacomp.sh.in: Likewise.
13842         * build-aux/javaexec.sh.in: Likewise.
13843         * build-aux/ldd.sh.in: Likewise.
13844         * build-aux/reloc-ldflags: Likewise.
13845         * build-aux/relocatable.sh.in: Likewise.
13846         * build-aux/x-to-1.in: Likewise.
13847         * check-module: Likewise.
13848         * config/srclistvars.sh: Likewise.
13849         * gnulib-tool: Likewise.
13850         * lib/acl-internal.h: Likewise.
13851         * lib/acl.c: Likewise.
13852         * lib/acl.h: Likewise.
13853         * lib/acl_entries.c: Likewise.
13854         * lib/areadlink-with-size.c: Likewise.
13855         * lib/areadlink.c: Likewise.
13856         * lib/areadlink.h: Likewise.
13857         * lib/argmatch.c: Likewise.
13858         * lib/argmatch.h: Likewise.
13859         * lib/argp-ba.c: Likewise.
13860         * lib/argp-eexst.c: Likewise.
13861         * lib/argp-fmtstream.c: Likewise.
13862         * lib/argp-fmtstream.h: Likewise.
13863         * lib/argp-fs-xinl.c: Likewise.
13864         * lib/argp-help.c: Likewise.
13865         * lib/argp-namefrob.h: Likewise.
13866         * lib/argp-parse.c: Likewise.
13867         * lib/argp-pin.c: Likewise.
13868         * lib/argp-pv.c: Likewise.
13869         * lib/argp-pvh.c: Likewise.
13870         * lib/argp-xinl.c: Likewise.
13871         * lib/argp.h: Likewise.
13872         * lib/at-func.c: Likewise.
13873         * lib/atanl.c: Likewise.
13874         * lib/backupfile.c: Likewise.
13875         * lib/backupfile.h: Likewise.
13876         * lib/basename.c: Likewise.
13877         * lib/binary-io.h: Likewise.
13878         * lib/byteswap.in.h: Likewise.
13879         * lib/c-stack.c: Likewise.
13880         * lib/c-stack.h: Likewise.
13881         * lib/c-strcasestr.c: Likewise.
13882         * lib/c-strcasestr.h: Likewise.
13883         * lib/c-strstr.c: Likewise.
13884         * lib/c-strstr.h: Likewise.
13885         * lib/c-strtod.c: Likewise.
13886         * lib/calloc.c: Likewise.
13887         * lib/canon-host.c: Likewise.
13888         * lib/canon-host.h: Likewise.
13889         * lib/canonicalize-lgpl.c: Likewise.
13890         * lib/canonicalize.c: Likewise.
13891         * lib/canonicalize.h: Likewise.
13892         * lib/ceil.c: Likewise.
13893         * lib/ceilf.c: Likewise.
13894         * lib/ceill.c: Likewise.
13895         * lib/chdir-long.c: Likewise.
13896         * lib/chdir-long.h: Likewise.
13897         * lib/chdir-safer.c: Likewise.
13898         * lib/chdir-safer.h: Likewise.
13899         * lib/chown.c: Likewise.
13900         * lib/classpath.c: Likewise.
13901         * lib/classpath.h: Likewise.
13902         * lib/clean-temp.c: Likewise.
13903         * lib/clean-temp.h: Likewise.
13904         * lib/cloexec.c: Likewise.
13905         * lib/close-stream.c: Likewise.
13906         * lib/closein.c: Likewise.
13907         * lib/closein.h: Likewise.
13908         * lib/closeout.c: Likewise.
13909         * lib/closeout.h: Likewise.
13910         * lib/concat-filename.c: Likewise.
13911         * lib/copy-file.c: Likewise.
13912         * lib/copy-file.h: Likewise.
13913         * lib/count-one-bits.h: Likewise.
13914         * lib/crc.c: Likewise.
13915         * lib/crc.h: Likewise.
13916         * lib/creat-safer.c: Likewise.
13917         * lib/csharpcomp.c: Likewise.
13918         * lib/csharpcomp.h: Likewise.
13919         * lib/csharpexec.c: Likewise.
13920         * lib/csharpexec.h: Likewise.
13921         * lib/cycle-check.c: Likewise.
13922         * lib/cycle-check.h: Likewise.
13923         * lib/diacrit.c: Likewise.
13924         * lib/diacrit.h: Likewise.
13925         * lib/diffseq.h: Likewise.
13926         * lib/dirchownmod.c: Likewise.
13927         * lib/dirent.in.h: Likewise.
13928         * lib/dirfd.c: Likewise.
13929         * lib/dirfd.h: Likewise.
13930         * lib/dirname.c: Likewise.
13931         * lib/dirname.h: Likewise.
13932         * lib/dummy.c: Likewise.
13933         * lib/dup-safer.c: Likewise.
13934         * lib/dup2.c: Likewise.
13935         * lib/eealloc.h: Likewise.
13936         * lib/error.c: Likewise.
13937         * lib/error.h: Likewise.
13938         * lib/euidaccess.c: Likewise.
13939         * lib/exclude.c: Likewise.
13940         * lib/exclude.h: Likewise.
13941         * lib/execute.c: Likewise.
13942         * lib/execute.h: Likewise.
13943         * lib/exitfail.c: Likewise.
13944         * lib/exitfail.h: Likewise.
13945         * lib/expl.c: Likewise.
13946         * lib/fatal-signal.c: Likewise.
13947         * lib/fatal-signal.h: Likewise.
13948         * lib/fbufmode.c: Likewise.
13949         * lib/fbufmode.h: Likewise.
13950         * lib/fchdir.c: Likewise.
13951         * lib/fchmodat.c: Likewise.
13952         * lib/fchownat.c: Likewise.
13953         * lib/fcntl--.h: Likewise.
13954         * lib/fcntl-safer.h: Likewise.
13955         * lib/fcntl.in.h: Likewise.
13956         * lib/fd-safer.c: Likewise.
13957         * lib/fflush.c: Likewise.
13958         * lib/file-has-acl.c: Likewise.
13959         * lib/file-set.c: Likewise.
13960         * lib/file-type.c: Likewise.
13961         * lib/file-type.h: Likewise.
13962         * lib/fileblocks.c: Likewise.
13963         * lib/filemode.c: Likewise.
13964         * lib/filemode.h: Likewise.
13965         * lib/filename.h: Likewise.
13966         * lib/filenamecat.c: Likewise.
13967         * lib/filenamecat.h: Likewise.
13968         * lib/findprog.c: Likewise.
13969         * lib/findprog.h: Likewise.
13970         * lib/float.in.h: Likewise.
13971         * lib/floor.c: Likewise.
13972         * lib/floorf.c: Likewise.
13973         * lib/floorl.c: Likewise.
13974         * lib/fopen-safer.c: Likewise.
13975         * lib/fopen.c: Likewise.
13976         * lib/fpending.c: Likewise.
13977         * lib/fpending.h: Likewise.
13978         * lib/fprintf.c: Likewise.
13979         * lib/fprintftime.h: Likewise.
13980         * lib/fpucw.h: Likewise.
13981         * lib/fpurge.c: Likewise.
13982         * lib/fpurge.h: Likewise.
13983         * lib/freadable.c: Likewise.
13984         * lib/freadable.h: Likewise.
13985         * lib/freadahead.c: Likewise.
13986         * lib/freadahead.h: Likewise.
13987         * lib/freading.c: Likewise.
13988         * lib/freading.h: Likewise.
13989         * lib/free.c: Likewise.
13990         * lib/freopen.c: Likewise.
13991         * lib/frexp.c: Likewise.
13992         * lib/frexpl.c: Likewise.
13993         * lib/fseek.c: Likewise.
13994         * lib/fseterr.c: Likewise.
13995         * lib/fseterr.h: Likewise.
13996         * lib/fstatat.c: Likewise.
13997         * lib/fstrcmp.c: Likewise.
13998         * lib/fstrcmp.h: Likewise.
13999         * lib/fsusage.c: Likewise.
14000         * lib/fsusage.h: Likewise.
14001         * lib/ftell.c: Likewise.
14002         * lib/ftello.c: Likewise.
14003         * lib/fts-cycle.c: Likewise.
14004         * lib/fts.c: Likewise.
14005         * lib/fts_.h: Likewise.
14006         * lib/full-read.c: Likewise.
14007         * lib/full-read.h: Likewise.
14008         * lib/full-write.c: Likewise.
14009         * lib/full-write.h: Likewise.
14010         * lib/fwritable.c: Likewise.
14011         * lib/fwritable.h: Likewise.
14012         * lib/fwriteerror.c: Likewise.
14013         * lib/fwriteerror.h: Likewise.
14014         * lib/fwriting.c: Likewise.
14015         * lib/fwriting.h: Likewise.
14016         * lib/gcd.c: Likewise.
14017         * lib/gcd.h: Likewise.
14018         * lib/getcwd.c: Likewise.
14019         * lib/getdate.h: Likewise.
14020         * lib/getdate.y: Likewise.
14021         * lib/getdomainname.c: Likewise.
14022         * lib/getdomainname.h: Likewise.
14023         * lib/getgroups.c: Likewise.
14024         * lib/gethostname.c: Likewise.
14025         * lib/gethrxtime.c: Likewise.
14026         * lib/gethrxtime.h: Likewise.
14027         * lib/getloadavg.c: Likewise.
14028         * lib/getndelim2.c: Likewise.
14029         * lib/getndelim2.h: Likewise.
14030         * lib/getnline.c: Likewise.
14031         * lib/getnline.h: Likewise.
14032         * lib/getopt.c: Likewise.
14033         * lib/getopt.in.h: Likewise.
14034         * lib/getopt1.c: Likewise.
14035         * lib/getopt_int.h: Likewise.
14036         * lib/getpagesize.h: Likewise.
14037         * lib/getsubopt.c: Likewise.
14038         * lib/gettime.c: Likewise.
14039         * lib/getugroups.c: Likewise.
14040         * lib/getugroups.h: Likewise.
14041         * lib/getusershell.c: Likewise.
14042         * lib/gl_anyavltree_list1.h: Likewise.
14043         * lib/gl_anyavltree_list2.h: Likewise.
14044         * lib/gl_anyhash_list1.h: Likewise.
14045         * lib/gl_anyhash_list2.h: Likewise.
14046         * lib/gl_anylinked_list1.h: Likewise.
14047         * lib/gl_anylinked_list2.h: Likewise.
14048         * lib/gl_anyrbtree_list1.h: Likewise.
14049         * lib/gl_anyrbtree_list2.h: Likewise.
14050         * lib/gl_anytree_list1.h: Likewise.
14051         * lib/gl_anytree_list2.h: Likewise.
14052         * lib/gl_anytree_oset.h: Likewise.
14053         * lib/gl_anytreehash_list1.h: Likewise.
14054         * lib/gl_anytreehash_list2.h: Likewise.
14055         * lib/gl_array_list.c: Likewise.
14056         * lib/gl_array_list.h: Likewise.
14057         * lib/gl_array_oset.c: Likewise.
14058         * lib/gl_array_oset.h: Likewise.
14059         * lib/gl_avltree_list.c: Likewise.
14060         * lib/gl_avltree_list.h: Likewise.
14061         * lib/gl_avltree_oset.c: Likewise.
14062         * lib/gl_avltree_oset.h: Likewise.
14063         * lib/gl_avltreehash_list.c: Likewise.
14064         * lib/gl_avltreehash_list.h: Likewise.
14065         * lib/gl_carray_list.c: Likewise.
14066         * lib/gl_carray_list.h: Likewise.
14067         * lib/gl_linked_list.c: Likewise.
14068         * lib/gl_linked_list.h: Likewise.
14069         * lib/gl_linkedhash_list.c: Likewise.
14070         * lib/gl_linkedhash_list.h: Likewise.
14071         * lib/gl_list.c: Likewise.
14072         * lib/gl_list.h: Likewise.
14073         * lib/gl_oset.c: Likewise.
14074         * lib/gl_oset.h: Likewise.
14075         * lib/gl_rbtree_list.c: Likewise.
14076         * lib/gl_rbtree_list.h: Likewise.
14077         * lib/gl_rbtree_oset.c: Likewise.
14078         * lib/gl_rbtree_oset.h: Likewise.
14079         * lib/gl_rbtreehash_list.c: Likewise.
14080         * lib/gl_rbtreehash_list.h: Likewise.
14081         * lib/gl_sublist.c: Likewise.
14082         * lib/gl_sublist.h: Likewise.
14083         * lib/group-member.c: Likewise.
14084         * lib/group-member.h: Likewise.
14085         * lib/hard-locale.c: Likewise.
14086         * lib/hard-locale.h: Likewise.
14087         * lib/hash-pjw.c: Likewise.
14088         * lib/hash-pjw.h: Likewise.
14089         * lib/hash-triple.c: Likewise.
14090         * lib/hash.c: Likewise.
14091         * lib/hash.h: Likewise.
14092         * lib/human.c: Likewise.
14093         * lib/human.h: Likewise.
14094         * lib/i-ring.c: Likewise.
14095         * lib/i-ring.h: Likewise.
14096         * lib/idcache.c: Likewise.
14097         * lib/imaxabs.c: Likewise.
14098         * lib/imaxdiv.c: Likewise.
14099         * lib/inet_pton.c: Likewise.
14100         * lib/inet_pton.h: Likewise.
14101         * lib/intprops.h: Likewise.
14102         * lib/inttostr.c: Likewise.
14103         * lib/inttostr.h: Likewise.
14104         * lib/inttypes.in.h: Likewise.
14105         * lib/isapipe.c: Likewise.
14106         * lib/isdir.c: Likewise.
14107         * lib/isnan.c: Likewise.
14108         * lib/isnan.h: Likewise.
14109         * lib/isnanf.c: Likewise.
14110         * lib/isnanf.h: Likewise.
14111         * lib/isnanl-nolibm.h: Likewise.
14112         * lib/isnanl.c: Likewise.
14113         * lib/isnanl.h: Likewise.
14114         * lib/javacomp.c: Likewise.
14115         * lib/javacomp.h: Likewise.
14116         * lib/javaexec.c: Likewise.
14117         * lib/javaexec.h: Likewise.
14118         * lib/javaversion.c: Likewise.
14119         * lib/javaversion.h: Likewise.
14120         * lib/javaversion.java: Likewise.
14121         * lib/lbrkprop.h: Likewise.
14122         * lib/lchmod.h: Likewise.
14123         * lib/lchown.c: Likewise.
14124         * lib/ldexpl.c: Likewise.
14125         * lib/linebreak.c: Likewise.
14126         * lib/linebreak.h: Likewise.
14127         * lib/linebuffer.c: Likewise.
14128         * lib/linebuffer.h: Likewise.
14129         * lib/locale.in.h: Likewise.
14130         * lib/logl.c: Likewise.
14131         * lib/long-options.c: Likewise.
14132         * lib/long-options.h: Likewise.
14133         * lib/lstat.c: Likewise.
14134         * lib/lstat.h: Likewise.
14135         * lib/math.in.h: Likewise.
14136         * lib/mbchar.c: Likewise.
14137         * lib/mbchar.h: Likewise.
14138         * lib/mbfile.h: Likewise.
14139         * lib/mbiter.h: Likewise.
14140         * lib/mbscasecmp.c: Likewise.
14141         * lib/mbscasestr.c: Likewise.
14142         * lib/mbschr.c: Likewise.
14143         * lib/mbscspn.c: Likewise.
14144         * lib/mbslen.c: Likewise.
14145         * lib/mbsncasecmp.c: Likewise.
14146         * lib/mbsnlen.c: Likewise.
14147         * lib/mbspbrk.c: Likewise.
14148         * lib/mbspcasecmp.c: Likewise.
14149         * lib/mbsrchr.c: Likewise.
14150         * lib/mbssep.c: Likewise.
14151         * lib/mbsspn.c: Likewise.
14152         * lib/mbsstr.c: Likewise.
14153         * lib/mbstok_r.c: Likewise.
14154         * lib/mbswidth.c: Likewise.
14155         * lib/mbswidth.h: Likewise.
14156         * lib/mbuiter.h: Likewise.
14157         * lib/memcasecmp.c: Likewise.
14158         * lib/memcasecmp.h: Likewise.
14159         * lib/memchr.c: Likewise.
14160         * lib/memcmp.c: Likewise.
14161         * lib/memcoll.c: Likewise.
14162         * lib/memcoll.h: Likewise.
14163         * lib/memcpy.c: Likewise.
14164         * lib/memrchr.c: Likewise.
14165         * lib/mkancesdirs.c: Likewise.
14166         * lib/mkdir-p.c: Likewise.
14167         * lib/mkdir-p.h: Likewise.
14168         * lib/mkdir.c: Likewise.
14169         * lib/mkdirat.c: Likewise.
14170         * lib/mkdtemp.c: Likewise.
14171         * lib/mkstemp-safer.c: Likewise.
14172         * lib/mkstemp.c: Likewise.
14173         * lib/modechange.c: Likewise.
14174         * lib/modechange.h: Likewise.
14175         * lib/mountlist.c: Likewise.
14176         * lib/mountlist.h: Likewise.
14177         * lib/mpsort.c: Likewise.
14178         * lib/nanosleep.c: Likewise.
14179         * lib/obstack.c: Likewise.
14180         * lib/obstack.h: Likewise.
14181         * lib/open-safer.c: Likewise.
14182         * lib/open.c: Likewise.
14183         * lib/openat-die.c: Likewise.
14184         * lib/openat-priv.h: Likewise.
14185         * lib/openat-proc.c: Likewise.
14186         * lib/openat.c: Likewise.
14187         * lib/openat.h: Likewise.
14188         * lib/pagealign_alloc.c: Likewise.
14189         * lib/pagealign_alloc.h: Likewise.
14190         * lib/physmem.c: Likewise.
14191         * lib/physmem.h: Likewise.
14192         * lib/pipe-safer.c: Likewise.
14193         * lib/pipe.c: Likewise.
14194         * lib/pipe.h: Likewise.
14195         * lib/posixtm.c: Likewise.
14196         * lib/posixtm.h: Likewise.
14197         * lib/posixver.c: Likewise.
14198         * lib/printf-frexp.c: Likewise.
14199         * lib/printf-frexp.h: Likewise.
14200         * lib/printf-frexpl.c: Likewise.
14201         * lib/printf-frexpl.h: Likewise.
14202         * lib/printf.c: Likewise.
14203         * lib/progname.c: Likewise.
14204         * lib/progname.h: Likewise.
14205         * lib/progreloc.c: Likewise.
14206         * lib/putenv.c: Likewise.
14207         * lib/quote.c: Likewise.
14208         * lib/quote.h: Likewise.
14209         * lib/quotearg.c: Likewise.
14210         * lib/quotearg.h: Likewise.
14211         * lib/raise.c: Likewise.
14212         * lib/readline.c: Likewise.
14213         * lib/readline.h: Likewise.
14214         * lib/readlink.c: Likewise.
14215         * lib/readtokens.c: Likewise.
14216         * lib/readtokens.h: Likewise.
14217         * lib/readtokens0.c: Likewise.
14218         * lib/readtokens0.h: Likewise.
14219         * lib/readutmp.c: Likewise.
14220         * lib/readutmp.h: Likewise.
14221         * lib/realloc.c: Likewise.
14222         * lib/relocwrapper.c: Likewise.
14223         * lib/rename-dest-slash.c: Likewise.
14224         * lib/rename.c: Likewise.
14225         * lib/rmdir.c: Likewise.
14226         * lib/rpmatch.c: Likewise.
14227         * lib/safe-read.c: Likewise.
14228         * lib/safe-read.h: Likewise.
14229         * lib/safe-write.c: Likewise.
14230         * lib/safe-write.h: Likewise.
14231         * lib/same-inode.h: Likewise.
14232         * lib/same.c: Likewise.
14233         * lib/same.h: Likewise.
14234         * lib/save-cwd.c: Likewise.
14235         * lib/save-cwd.h: Likewise.
14236         * lib/savedir.c: Likewise.
14237         * lib/savedir.h: Likewise.
14238         * lib/savewd.c: Likewise.
14239         * lib/savewd.h: Likewise.
14240         * lib/search.in.h: Likewise.
14241         * lib/setenv.c: Likewise.
14242         * lib/setenv.h: Likewise.
14243         * lib/settime.c: Likewise.
14244         * lib/sh-quote.c: Likewise.
14245         * lib/sh-quote.h: Likewise.
14246         * lib/sig2str.c: Likewise.
14247         * lib/sig2str.h: Likewise.
14248         * lib/signal.in.h: Likewise.
14249         * lib/signbitd.c: Likewise.
14250         * lib/signbitf.c: Likewise.
14251         * lib/signbitl.c: Likewise.
14252         * lib/sigprocmask.c: Likewise.
14253         * lib/sincosl.c: Likewise.
14254         * lib/sleep.c: Likewise.
14255         * lib/sprintf.c: Likewise.
14256         * lib/sqrtl.c: Likewise.
14257         * lib/stat-time.h: Likewise.
14258         * lib/stdio--.h: Likewise.
14259         * lib/stdio-safer.h: Likewise.
14260         * lib/stdlib--.h: Likewise.
14261         * lib/stdlib-safer.h: Likewise.
14262         * lib/stdlib.in.h: Likewise.
14263         * lib/stpcpy.c: Likewise.
14264         * lib/stpncpy.c: Likewise.
14265         * lib/strchrnul.c: Likewise.
14266         * lib/strcspn.c: Likewise.
14267         * lib/strerror.c: Likewise.
14268         * lib/strftime.c: Likewise.
14269         * lib/strftime.h: Likewise.
14270         * lib/striconveh.c: Likewise.
14271         * lib/striconveh.h: Likewise.
14272         * lib/striconveha.c: Likewise.
14273         * lib/striconveha.h: Likewise.
14274         * lib/stripslash.c: Likewise.
14275         * lib/strnlen1.c: Likewise.
14276         * lib/strnlen1.h: Likewise.
14277         * lib/strtod.c: Likewise.
14278         * lib/strtoimax.c: Likewise.
14279         * lib/strtok_r.c: Likewise.
14280         * lib/strtol.c: Likewise.
14281         * lib/strtoll.c: Likewise.
14282         * lib/strtoul.c: Likewise.
14283         * lib/strtoull.c: Likewise.
14284         * lib/sysexits.in.h: Likewise.
14285         * lib/tempname.c: Likewise.
14286         * lib/tempname.h: Likewise.
14287         * lib/timespec.h: Likewise.
14288         * lib/tls.c: Likewise.
14289         * lib/tls.h: Likewise.
14290         * lib/tmpdir.c: Likewise.
14291         * lib/tmpdir.h: Likewise.
14292         * lib/tmpfile-safer.c: Likewise.
14293         * lib/tmpfile.c: Likewise.
14294         * lib/trigl.c: Likewise.
14295         * lib/trigl.h: Likewise.
14296         * lib/trim.c: Likewise.
14297         * lib/trim.h: Likewise.
14298         * lib/trunc.c: Likewise.
14299         * lib/truncf.c: Likewise.
14300         * lib/truncl.c: Likewise.
14301         * lib/tsearch.c: Likewise.
14302         * lib/unicodeio.c: Likewise.
14303         * lib/unicodeio.h: Likewise.
14304         * lib/unistd--.h: Likewise.
14305         * lib/unistd-safer.h: Likewise.
14306         * lib/unistdio/ulc-fprintf.c: Likewise.
14307         * lib/unistdio/ulc-vfprintf.c: Likewise.
14308         * lib/unlinkdir.c: Likewise.
14309         * lib/unlinkdir.h: Likewise.
14310         * lib/unlocked-io.h: Likewise.
14311         * lib/unsetenv.c: Likewise.
14312         * lib/userspec.c: Likewise.
14313         * lib/utime.c: Likewise.
14314         * lib/utimecmp.c: Likewise.
14315         * lib/utimecmp.h: Likewise.
14316         * lib/utimens.c: Likewise.
14317         * lib/verify.h: Likewise.
14318         * lib/verror.c: Likewise.
14319         * lib/verror.h: Likewise.
14320         * lib/version-etc-fsf.c: Likewise.
14321         * lib/version-etc.c: Likewise.
14322         * lib/version-etc.h: Likewise.
14323         * lib/vfprintf.c: Likewise.
14324         * lib/vprintf.c: Likewise.
14325         * lib/vsprintf.c: Likewise.
14326         * lib/w32spawn.h: Likewise.
14327         * lib/wait-process.c: Likewise.
14328         * lib/wait-process.h: Likewise.
14329         * lib/wcwidth.c: Likewise.
14330         * lib/write-any-file.c: Likewise.
14331         * lib/xalloc-die.c: Likewise.
14332         * lib/xalloc.h: Likewise.
14333         * lib/xasprintf.c: Likewise.
14334         * lib/xgetcwd.c: Likewise.
14335         * lib/xgetcwd.h: Likewise.
14336         * lib/xgetdomainname.c: Likewise.
14337         * lib/xgetdomainname.h: Likewise.
14338         * lib/xgethostname.c: Likewise.
14339         * lib/xmalloc.c: Likewise.
14340         * lib/xmalloca.c: Likewise.
14341         * lib/xmalloca.h: Likewise.
14342         * lib/xmemcoll.c: Likewise.
14343         * lib/xnanosleep.c: Likewise.
14344         * lib/xreadlink.c: Likewise.
14345         * lib/xreadlink.h: Likewise.
14346         * lib/xsetenv.c: Likewise.
14347         * lib/xsetenv.h: Likewise.
14348         * lib/xstriconv.c: Likewise.
14349         * lib/xstriconv.h: Likewise.
14350         * lib/xstrndup.c: Likewise.
14351         * lib/xstrndup.h: Likewise.
14352         * lib/xstrtod.c: Likewise.
14353         * lib/xstrtod.h: Likewise.
14354         * lib/xstrtol-error.c: Likewise.
14355         * lib/xstrtol.c: Likewise.
14356         * lib/xstrtol.h: Likewise.
14357         * lib/xtime.h: Likewise.
14358         * lib/xvasprintf.c: Likewise.
14359         * lib/xvasprintf.h: Likewise.
14360         * lib/yesno.c: Likewise.
14361         * lib/yesno.h: Likewise.
14362         * posix-modules: Likewise.
14363         * tests/test-alloca-opt.c: Likewise.
14364         * tests/test-arcfour.c: Likewise.
14365         * tests/test-arctwo.c: Likewise.
14366         * tests/test-argmatch.c: Likewise.
14367         * tests/test-argp-2.sh: Likewise.
14368         * tests/test-argp.c: Likewise.
14369         * tests/test-arpa_inet.c: Likewise.
14370         * tests/test-array_list.c: Likewise.
14371         * tests/test-array_oset.c: Likewise.
14372         * tests/test-atexit.c: Likewise.
14373         * tests/test-avltree_list.c: Likewise.
14374         * tests/test-avltree_oset.c: Likewise.
14375         * tests/test-avltreehash_list.c: Likewise.
14376         * tests/test-base64.c: Likewise.
14377         * tests/test-binary-io.c: Likewise.
14378         * tests/test-byteswap.c: Likewise.
14379         * tests/test-c-ctype.c: Likewise.
14380         * tests/test-c-strcasecmp.c: Likewise.
14381         * tests/test-c-strcasestr.c: Likewise.
14382         * tests/test-c-strncasecmp.c: Likewise.
14383         * tests/test-c-strstr.c: Likewise.
14384         * tests/test-canonicalize-lgpl.c: Likewise.
14385         * tests/test-canonicalize.c: Likewise.
14386         * tests/test-carray_list.c: Likewise.
14387         * tests/test-ceilf.c: Likewise.
14388         * tests/test-ceill.c: Likewise.
14389         * tests/test-count-one-bits.c: Likewise.
14390         * tests/test-crc.c: Likewise.
14391         * tests/test-dirname.c: Likewise.
14392         * tests/test-fbufmode.c: Likewise.
14393         * tests/test-fcntl.c: Likewise.
14394         * tests/test-fflush.c: Likewise.
14395         * tests/test-floorf.c: Likewise.
14396         * tests/test-floorl.c: Likewise.
14397         * tests/test-fopen.c: Likewise.
14398         * tests/test-fprintf-posix.c: Likewise.
14399         * tests/test-fprintf-posix.h: Likewise.
14400         * tests/test-fpurge.c: Likewise.
14401         * tests/test-freadable.c: Likewise.
14402         * tests/test-freadahead.c: Likewise.
14403         * tests/test-freading.c: Likewise.
14404         * tests/test-freopen.c: Likewise.
14405         * tests/test-frexp.c: Likewise.
14406         * tests/test-frexpl.c: Likewise.
14407         * tests/test-fseek.c: Likewise.
14408         * tests/test-fseeko.c: Likewise.
14409         * tests/test-fseterr.c: Likewise.
14410         * tests/test-fstrcmp.c: Likewise.
14411         * tests/test-ftell.c: Likewise.
14412         * tests/test-ftello.c: Likewise.
14413         * tests/test-fwritable.c: Likewise.
14414         * tests/test-fwriting.c: Likewise.
14415         * tests/test-getaddrinfo.c: Likewise.
14416         * tests/test-getpass.c: Likewise.
14417         * tests/test-gettimeofday.c: Likewise.
14418         * tests/test-hmac-md5.c: Likewise.
14419         * tests/test-hmac-sha1.c: Likewise.
14420         * tests/test-iconv.c: Likewise.
14421         * tests/test-iconvme.c: Likewise.
14422         * tests/test-inttypes.c: Likewise.
14423         * tests/test-isnan.c: Likewise.
14424         * tests/test-isnanf.c: Likewise.
14425         * tests/test-isnanl-nolibm.c: Likewise.
14426         * tests/test-isnanl.c: Likewise.
14427         * tests/test-isnanl.h: Likewise.
14428         * tests/test-ldexpl.c: Likewise.
14429         * tests/test-linked_list.c: Likewise.
14430         * tests/test-linkedhash_list.c: Likewise.
14431         * tests/test-locale.c: Likewise.
14432         * tests/test-localename.c: Likewise.
14433         * tests/test-lock.c: Likewise.
14434         * tests/test-lseek.c: Likewise.
14435         * tests/test-malloca.c: Likewise.
14436         * tests/test-math.c: Likewise.
14437         * tests/test-mbscasecmp.c: Likewise.
14438         * tests/test-mbscasestr1.c: Likewise.
14439         * tests/test-mbscasestr2.c: Likewise.
14440         * tests/test-mbscasestr3.c: Likewise.
14441         * tests/test-mbscasestr4.c: Likewise.
14442         * tests/test-mbschr.c: Likewise.
14443         * tests/test-mbscspn.c: Likewise.
14444         * tests/test-mbsncasecmp.c: Likewise.
14445         * tests/test-mbspbrk.c: Likewise.
14446         * tests/test-mbspcasecmp.c: Likewise.
14447         * tests/test-mbsrchr.c: Likewise.
14448         * tests/test-mbsspn.c: Likewise.
14449         * tests/test-mbsstr1.c: Likewise.
14450         * tests/test-mbsstr2.c: Likewise.
14451         * tests/test-mbsstr3.c: Likewise.
14452         * tests/test-md5.c: Likewise.
14453         * tests/test-memmem.c: Likewise.
14454         * tests/test-netinet_in.c: Likewise.
14455         * tests/test-open.c: Likewise.
14456         * tests/test-printf-frexp.c: Likewise.
14457         * tests/test-printf-frexpl.c: Likewise.
14458         * tests/test-printf-posix.c: Likewise.
14459         * tests/test-printf-posix.h: Likewise.
14460         * tests/test-rbtree_list.c: Likewise.
14461         * tests/test-rbtree_oset.c: Likewise.
14462         * tests/test-rbtreehash_list.c: Likewise.
14463         * tests/test-read-file.c: Likewise.
14464         * tests/test-rijndael.c: Likewise.
14465         * tests/test-search.c: Likewise.
14466         * tests/test-signbit.c: Likewise.
14467         * tests/test-sleep.c: Likewise.
14468         * tests/test-snprintf-posix.c: Likewise.
14469         * tests/test-snprintf-posix.h: Likewise.
14470         * tests/test-snprintf.c: Likewise.
14471         * tests/test-sprintf-posix.c: Likewise.
14472         * tests/test-sprintf-posix.h: Likewise.
14473         * tests/test-stat-time.c: Likewise.
14474         * tests/test-stdbool.c: Likewise.
14475         * tests/test-stdint.c: Likewise.
14476         * tests/test-stdio.c: Likewise.
14477         * tests/test-stdlib.c: Likewise.
14478         * tests/test-stpncpy.c: Likewise.
14479         * tests/test-strcasestr.c: Likewise.
14480         * tests/test-striconv.c: Likewise.
14481         * tests/test-striconveh.c: Likewise.
14482         * tests/test-striconveha.c: Likewise.
14483         * tests/test-string.c: Likewise.
14484         * tests/test-sys_select.c: Likewise.
14485         * tests/test-sys_socket.c: Likewise.
14486         * tests/test-sys_stat.c: Likewise.
14487         * tests/test-sys_time.c: Likewise.
14488         * tests/test-sysexits.c: Likewise.
14489         * tests/test-time.c: Likewise.
14490         * tests/test-tls.c: Likewise.
14491         * tests/test-trunc.c: Likewise.
14492         * tests/test-truncf.c: Likewise.
14493         * tests/test-truncl.c: Likewise.
14494         * tests/test-unistd.c: Likewise.
14495         * tests/test-vasnprintf-posix.c: Likewise.
14496         * tests/test-vasnprintf-posix2.c: Likewise.
14497         * tests/test-vasnprintf.c: Likewise.
14498         * tests/test-vasprintf-posix.c: Likewise.
14499         * tests/test-vasprintf.c: Likewise.
14500         * tests/test-verify.c: Likewise.
14501         * tests/test-vfprintf-posix.c: Likewise.
14502         * tests/test-vprintf-posix.c: Likewise.
14503         * tests/test-vsnprintf-posix.c: Likewise.
14504         * tests/test-vsnprintf.c: Likewise.
14505         * tests/test-vsprintf-posix.c: Likewise.
14506         * tests/test-wchar.c: Likewise.
14507         * tests/test-wctype.c: Likewise.
14508         * tests/test-wcwidth.c: Likewise.
14509         * tests/test-xstrtol.c: Likewise.
14510         * tests/test-xvasprintf.c: Likewise.
14511         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
14512         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
14513         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
14514         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
14515         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
14516         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
14517         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
14518         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
14519         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
14520         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
14521         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
14522         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
14523         * tests/uniname/test-uninames.c: Likewise.
14524         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
14525         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
14526         * tests/unistdio/test-u16-printf1.h: Likewise.
14527         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
14528         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
14529         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
14530         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
14531         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
14532         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
14533         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
14534         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
14535         * tests/unistdio/test-u32-printf1.h: Likewise.
14536         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
14537         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
14538         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
14539         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
14540         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
14541         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
14542         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
14543         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
14544         * tests/unistdio/test-u8-printf1.h: Likewise.
14545         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
14546         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
14547         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
14548         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
14549         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
14550         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
14551         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
14552         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
14553         * tests/unistdio/test-ulc-printf1.h: Likewise.
14554         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
14555         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
14556         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
14557         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
14558         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
14559         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
14560         * tests/uniwidth/test-u16-strwidth.c: Likewise.
14561         * tests/uniwidth/test-u16-width.c: Likewise.
14562         * tests/uniwidth/test-u32-strwidth.c: Likewise.
14563         * tests/uniwidth/test-u32-width.c: Likewise.
14564         * tests/uniwidth/test-u8-strwidth.c: Likewise.
14565         * tests/uniwidth/test-u8-width.c: Likewise.
14566         * tests/uniwidth/test-uc_width.c: Likewise.
14567         * config/srclist-update: Likewise.
14568         (fixlicense): Update to GPLv3+.
14569
14570         Change copyright notice from LGPLv2.1+ to LGPLv3+.
14571         * tests/test-tsearch.c: Change copyright notice.
14572
14573         Change copyright notice from LGPLv2.0+ to LGPLv3+.
14574         * lib/c-strcaseeq.h: Change copyright notice.
14575         * lib/streq.h: Likewise.
14576         * lib/uniconv.h: Likewise.
14577         * lib/uniconv/u-conv-from-enc.h: Likewise.
14578         * lib/uniconv/u-conv-to-enc.h: Likewise.
14579         * lib/uniconv/u-strconv-from-enc.h: Likewise.
14580         * lib/uniconv/u-strconv-to-enc.h: Likewise.
14581         * lib/uniconv/u16-conv-from-enc.c: Likewise.
14582         * lib/uniconv/u16-conv-to-enc.c: Likewise.
14583         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
14584         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
14585         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
14586         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
14587         * lib/uniconv/u32-conv-from-enc.c: Likewise.
14588         * lib/uniconv/u32-conv-to-enc.c: Likewise.
14589         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
14590         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
14591         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
14592         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
14593         * lib/uniconv/u8-conv-from-enc.c: Likewise.
14594         * lib/uniconv/u8-conv-to-enc.c: Likewise.
14595         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
14596         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
14597         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
14598         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
14599         * lib/uniname.h: Likewise.
14600         * lib/uniname/uniname.c: Likewise.
14601         * lib/unistdio.h: Likewise.
14602         * lib/unistdio/u-asnprintf.h: Likewise.
14603         * lib/unistdio/u-asprintf.h: Likewise.
14604         * lib/unistdio/u-printf-args.c: Likewise.
14605         * lib/unistdio/u-printf-args.h: Likewise.
14606         * lib/unistdio/u-printf-parse.h: Likewise.
14607         * lib/unistdio/u-snprintf.h: Likewise.
14608         * lib/unistdio/u-sprintf.h: Likewise.
14609         * lib/unistdio/u-vasprintf.h: Likewise.
14610         * lib/unistdio/u-vsnprintf.h: Likewise.
14611         * lib/unistdio/u-vsprintf.h: Likewise.
14612         * lib/unistdio/u16-asnprintf.c: Likewise.
14613         * lib/unistdio/u16-asprintf.c: Likewise.
14614         * lib/unistdio/u16-printf-parse.c: Likewise.
14615         * lib/unistdio/u16-snprintf.c: Likewise.
14616         * lib/unistdio/u16-sprintf.c: Likewise.
14617         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
14618         * lib/unistdio/u16-u16-asprintf.c: Likewise.
14619         * lib/unistdio/u16-u16-snprintf.c: Likewise.
14620         * lib/unistdio/u16-u16-sprintf.c: Likewise.
14621         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
14622         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
14623         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
14624         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
14625         * lib/unistdio/u16-vasnprintf.c: Likewise.
14626         * lib/unistdio/u16-vasprintf.c: Likewise.
14627         * lib/unistdio/u16-vsnprintf.c: Likewise.
14628         * lib/unistdio/u16-vsprintf.c: Likewise.
14629         * lib/unistdio/u32-asnprintf.c: Likewise.
14630         * lib/unistdio/u32-asprintf.c: Likewise.
14631         * lib/unistdio/u32-printf-parse.c: Likewise.
14632         * lib/unistdio/u32-snprintf.c: Likewise.
14633         * lib/unistdio/u32-sprintf.c: Likewise.
14634         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
14635         * lib/unistdio/u32-u32-asprintf.c: Likewise.
14636         * lib/unistdio/u32-u32-snprintf.c: Likewise.
14637         * lib/unistdio/u32-u32-sprintf.c: Likewise.
14638         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
14639         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
14640         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
14641         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
14642         * lib/unistdio/u32-vasnprintf.c: Likewise.
14643         * lib/unistdio/u32-vasprintf.c: Likewise.
14644         * lib/unistdio/u32-vsnprintf.c: Likewise.
14645         * lib/unistdio/u32-vsprintf.c: Likewise.
14646         * lib/unistdio/u8-asnprintf.c: Likewise.
14647         * lib/unistdio/u8-asprintf.c: Likewise.
14648         * lib/unistdio/u8-printf-parse.c: Likewise.
14649         * lib/unistdio/u8-snprintf.c: Likewise.
14650         * lib/unistdio/u8-sprintf.c: Likewise.
14651         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
14652         * lib/unistdio/u8-u8-asprintf.c: Likewise.
14653         * lib/unistdio/u8-u8-snprintf.c: Likewise.
14654         * lib/unistdio/u8-u8-sprintf.c: Likewise.
14655         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
14656         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
14657         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
14658         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
14659         * lib/unistdio/u8-vasnprintf.c: Likewise.
14660         * lib/unistdio/u8-vasprintf.c: Likewise.
14661         * lib/unistdio/u8-vsnprintf.c: Likewise.
14662         * lib/unistdio/u8-vsprintf.c: Likewise.
14663         * lib/unistdio/ulc-asnprintf.c: Likewise.
14664         * lib/unistdio/ulc-asprintf.c: Likewise.
14665         * lib/unistdio/ulc-printf-parse.c: Likewise.
14666         * lib/unistdio/ulc-snprintf.c: Likewise.
14667         * lib/unistdio/ulc-sprintf.c: Likewise.
14668         * lib/unistdio/ulc-vasnprintf.c: Likewise.
14669         * lib/unistdio/ulc-vasprintf.c: Likewise.
14670         * lib/unistdio/ulc-vsnprintf.c: Likewise.
14671         * lib/unistdio/ulc-vsprintf.c: Likewise.
14672         * lib/unistr.h: Likewise.
14673         * lib/unistr/u-cpy-alloc.h: Likewise.
14674         * lib/unistr/u-cpy.h: Likewise.
14675         * lib/unistr/u-endswith.h: Likewise.
14676         * lib/unistr/u-move.h: Likewise.
14677         * lib/unistr/u-set.h: Likewise.
14678         * lib/unistr/u-startswith.h: Likewise.
14679         * lib/unistr/u-stpcpy.h: Likewise.
14680         * lib/unistr/u-stpncpy.h: Likewise.
14681         * lib/unistr/u-strcat.h: Likewise.
14682         * lib/unistr/u-strcpy.h: Likewise.
14683         * lib/unistr/u-strcspn.h: Likewise.
14684         * lib/unistr/u-strdup.h: Likewise.
14685         * lib/unistr/u-strlen.h: Likewise.
14686         * lib/unistr/u-strncat.h: Likewise.
14687         * lib/unistr/u-strncpy.h: Likewise.
14688         * lib/unistr/u-strnlen.h: Likewise.
14689         * lib/unistr/u-strpbrk.h: Likewise.
14690         * lib/unistr/u-strspn.h: Likewise.
14691         * lib/unistr/u-strstr.h: Likewise.
14692         * lib/unistr/u-strtok.h: Likewise.
14693         * lib/unistr/u16-check.c: Likewise.
14694         * lib/unistr/u16-chr.c: Likewise.
14695         * lib/unistr/u16-cmp.c: Likewise.
14696         * lib/unistr/u16-cpy-alloc.c: Likewise.
14697         * lib/unistr/u16-cpy.c: Likewise.
14698         * lib/unistr/u16-endswith.c: Likewise.
14699         * lib/unistr/u16-mblen.c: Likewise.
14700         * lib/unistr/u16-mbsnlen.c: Likewise.
14701         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14702         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14703         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14704         * lib/unistr/u16-mbtouc.c: Likewise.
14705         * lib/unistr/u16-mbtoucr.c: Likewise.
14706         * lib/unistr/u16-move.c: Likewise.
14707         * lib/unistr/u16-next.c: Likewise.
14708         * lib/unistr/u16-prev.c: Likewise.
14709         * lib/unistr/u16-set.c: Likewise.
14710         * lib/unistr/u16-startswith.c: Likewise.
14711         * lib/unistr/u16-stpcpy.c: Likewise.
14712         * lib/unistr/u16-stpncpy.c: Likewise.
14713         * lib/unistr/u16-strcat.c: Likewise.
14714         * lib/unistr/u16-strchr.c: Likewise.
14715         * lib/unistr/u16-strcmp.c: Likewise.
14716         * lib/unistr/u16-strcpy.c: Likewise.
14717         * lib/unistr/u16-strcspn.c: Likewise.
14718         * lib/unistr/u16-strdup.c: Likewise.
14719         * lib/unistr/u16-strlen.c: Likewise.
14720         * lib/unistr/u16-strmblen.c: Likewise.
14721         * lib/unistr/u16-strmbtouc.c: Likewise.
14722         * lib/unistr/u16-strncat.c: Likewise.
14723         * lib/unistr/u16-strncmp.c: Likewise.
14724         * lib/unistr/u16-strncpy.c: Likewise.
14725         * lib/unistr/u16-strnlen.c: Likewise.
14726         * lib/unistr/u16-strpbrk.c: Likewise.
14727         * lib/unistr/u16-strrchr.c: Likewise.
14728         * lib/unistr/u16-strspn.c: Likewise.
14729         * lib/unistr/u16-strstr.c: Likewise.
14730         * lib/unistr/u16-strtok.c: Likewise.
14731         * lib/unistr/u16-to-u32.c: Likewise.
14732         * lib/unistr/u16-to-u8.c: Likewise.
14733         * lib/unistr/u16-uctomb-aux.c: Likewise.
14734         * lib/unistr/u16-uctomb.c: Likewise.
14735         * lib/unistr/u32-check.c: Likewise.
14736         * lib/unistr/u32-chr.c: Likewise.
14737         * lib/unistr/u32-cmp.c: Likewise.
14738         * lib/unistr/u32-cpy-alloc.c: Likewise.
14739         * lib/unistr/u32-cpy.c: Likewise.
14740         * lib/unistr/u32-endswith.c: Likewise.
14741         * lib/unistr/u32-mblen.c: Likewise.
14742         * lib/unistr/u32-mbsnlen.c: Likewise.
14743         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14744         * lib/unistr/u32-mbtouc.c: Likewise.
14745         * lib/unistr/u32-mbtoucr.c: Likewise.
14746         * lib/unistr/u32-move.c: Likewise.
14747         * lib/unistr/u32-next.c: Likewise.
14748         * lib/unistr/u32-prev.c: Likewise.
14749         * lib/unistr/u32-set.c: Likewise.
14750         * lib/unistr/u32-startswith.c: Likewise.
14751         * lib/unistr/u32-stpcpy.c: Likewise.
14752         * lib/unistr/u32-stpncpy.c: Likewise.
14753         * lib/unistr/u32-strcat.c: Likewise.
14754         * lib/unistr/u32-strchr.c: Likewise.
14755         * lib/unistr/u32-strcmp.c: Likewise.
14756         * lib/unistr/u32-strcpy.c: Likewise.
14757         * lib/unistr/u32-strcspn.c: Likewise.
14758         * lib/unistr/u32-strdup.c: Likewise.
14759         * lib/unistr/u32-strlen.c: Likewise.
14760         * lib/unistr/u32-strmblen.c: Likewise.
14761         * lib/unistr/u32-strmbtouc.c: Likewise.
14762         * lib/unistr/u32-strncat.c: Likewise.
14763         * lib/unistr/u32-strncmp.c: Likewise.
14764         * lib/unistr/u32-strncpy.c: Likewise.
14765         * lib/unistr/u32-strnlen.c: Likewise.
14766         * lib/unistr/u32-strpbrk.c: Likewise.
14767         * lib/unistr/u32-strrchr.c: Likewise.
14768         * lib/unistr/u32-strspn.c: Likewise.
14769         * lib/unistr/u32-strstr.c: Likewise.
14770         * lib/unistr/u32-strtok.c: Likewise.
14771         * lib/unistr/u32-to-u16.c: Likewise.
14772         * lib/unistr/u32-to-u8.c: Likewise.
14773         * lib/unistr/u32-uctomb.c: Likewise.
14774         * lib/unistr/u8-check.c: Likewise.
14775         * lib/unistr/u8-chr.c: Likewise.
14776         * lib/unistr/u8-cmp.c: Likewise.
14777         * lib/unistr/u8-cpy-alloc.c: Likewise.
14778         * lib/unistr/u8-cpy.c: Likewise.
14779         * lib/unistr/u8-endswith.c: Likewise.
14780         * lib/unistr/u8-mblen.c: Likewise.
14781         * lib/unistr/u8-mbsnlen.c: Likewise.
14782         * lib/unistr/u8-mbtouc-aux.c: Likewise.
14783         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14784         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14785         * lib/unistr/u8-mbtouc.c: Likewise.
14786         * lib/unistr/u8-mbtoucr.c: Likewise.
14787         * lib/unistr/u8-move.c: Likewise.
14788         * lib/unistr/u8-next.c: Likewise.
14789         * lib/unistr/u8-prev.c: Likewise.
14790         * lib/unistr/u8-set.c: Likewise.
14791         * lib/unistr/u8-startswith.c: Likewise.
14792         * lib/unistr/u8-stpcpy.c: Likewise.
14793         * lib/unistr/u8-stpncpy.c: Likewise.
14794         * lib/unistr/u8-strcat.c: Likewise.
14795         * lib/unistr/u8-strchr.c: Likewise.
14796         * lib/unistr/u8-strcmp.c: Likewise.
14797         * lib/unistr/u8-strcpy.c: Likewise.
14798         * lib/unistr/u8-strcspn.c: Likewise.
14799         * lib/unistr/u8-strdup.c: Likewise.
14800         * lib/unistr/u8-strlen.c: Likewise.
14801         * lib/unistr/u8-strmblen.c: Likewise.
14802         * lib/unistr/u8-strmbtouc.c: Likewise.
14803         * lib/unistr/u8-strncat.c: Likewise.
14804         * lib/unistr/u8-strncmp.c: Likewise.
14805         * lib/unistr/u8-strncpy.c: Likewise.
14806         * lib/unistr/u8-strnlen.c: Likewise.
14807         * lib/unistr/u8-strpbrk.c: Likewise.
14808         * lib/unistr/u8-strrchr.c: Likewise.
14809         * lib/unistr/u8-strspn.c: Likewise.
14810         * lib/unistr/u8-strstr.c: Likewise.
14811         * lib/unistr/u8-strtok.c: Likewise.
14812         * lib/unistr/u8-to-u16.c: Likewise.
14813         * lib/unistr/u8-to-u32.c: Likewise.
14814         * lib/unistr/u8-uctomb-aux.c: Likewise.
14815         * lib/unistr/u8-uctomb.c: Likewise.
14816         * lib/unitypes.h: Likewise.
14817         * lib/uniwidth.h: Likewise.
14818         * lib/uniwidth/cjk.h: Likewise.
14819         * lib/uniwidth/u16-strwidth.c: Likewise.
14820         * lib/uniwidth/u16-width.c: Likewise.
14821         * lib/uniwidth/u32-strwidth.c: Likewise.
14822         * lib/uniwidth/u32-width.c: Likewise.
14823         * lib/uniwidth/u8-strwidth.c: Likewise.
14824         * lib/uniwidth/u8-width.c: Likewise.
14825         * lib/uniwidth/width.c: Likewise.
14826
14827 2007-10-07  Bruno Haible  <bruno@clisp.org>
14828
14829         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
14830         The file is still under LGPL (see modules/inttypes).
14831
14832 2007-10-06  Bruno Haible  <bruno@clisp.org>
14833
14834         * modules/trunc (Dependencies): Add 'extensions'.
14835         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
14836         Reported by Ben Pfaff <blp@gnu.org>.
14837
14838 2007-10-06  Bruno Haible  <bruno@clisp.org>
14839
14840         * modules/freopen-tests: New file.
14841         * tests/test-freopen.c: New file.
14842
14843         * modules/fopen-tests: New file.
14844         * tests/test-fopen.c: New file.
14845
14846         * modules/fopen: New file.
14847         * lib/fopen.c: New file.
14848         * m4/fopen.m4: New file.
14849         * modules/freopen: New file.
14850         * lib/freopen.c: New file.
14851         * m4/freopen.m4: New file.
14852         * lib/stdio.in.h (fopen, freopen): New declarations.
14853         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
14854         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
14855         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
14856         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
14857         * doc/functions/fopen.texi: Mention the 'fopen' module.
14858         * doc/functions/freopen.texi: Mention the 'freopen' module.
14859
14860 2007-10-06  Bruno Haible  <bruno@clisp.org>
14861
14862         * modules/open-tests: New file.
14863         * tests/test-open.c: New file.
14864
14865         * modules/open: New file.
14866         * lib/open.c: New file.
14867         * m4/open.m4: New file.
14868         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
14869         lib/open.c does.
14870         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
14871         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
14872         macros.
14873         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
14874         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
14875         REPLACE_OPEN.
14876         * doc/functions/open.texi: Mention the 'open' module.
14877
14878 2007-10-04  Bruno Haible  <bruno@clisp.org>
14879
14880         * modules/ceill-tests: New file.
14881         * tests/test-ceill.c: New file.
14882
14883         * modules/ceill: New file.
14884         * lib/ceill.c: Replace entire file.
14885         * m4/ceill.m4: New file.
14886         * lib/math.in.h (ceill): Replace declaration.
14887         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
14888         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
14889         * doc/functions/ceill.texi: Mention the 'ceill' module.
14890         * modules/mathl (Files): Remove lib/ceill.c.
14891         (Depends-on): Add ceill.
14892
14893 2007-10-04  Bruno Haible  <bruno@clisp.org>
14894
14895         * modules/ceilf-tests: New file.
14896         * tests/test-ceilf.c: New file.
14897
14898         * modules/ceilf: New file.
14899         * lib/ceil.c: New file.
14900         * lib/ceilf.c: New file.
14901         * m4/ceilf.m4: New file.
14902         * lib/math.in.h (ceilf): New declaration.
14903         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
14904         HAVE_DECL_CEILF.
14905         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
14906         HAVE_DECL_CEILF.
14907         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
14908
14909 2007-10-04  Bruno Haible  <bruno@clisp.org>
14910
14911         * modules/floorl-tests: New file.
14912         * tests/test-floorl.c: New file.
14913
14914         * modules/floorl: New file.
14915         * lib/floorl.c: Replace entire file.
14916         * m4/floorl.m4: New file.
14917         * lib/math.in.h (floorl): Replace declaration.
14918         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
14919         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
14920         * doc/functions/floorl.texi: Mention the 'floorl' module.
14921         * modules/mathl (Files): Remove lib/floorl.c.
14922         (Depends-on): Add floorl.
14923
14924 2007-10-04  Bruno Haible  <bruno@clisp.org>
14925
14926         * modules/floorf-tests: New file.
14927         * tests/test-floorf.c: New file.
14928
14929         * modules/floorf: New file.
14930         * lib/floor.c: New file.
14931         * lib/floorf.c: New file.
14932         * m4/floorf.m4: New file.
14933         * lib/math.in.h (floorf): New declaration.
14934         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
14935         HAVE_DECL_FLOORF.
14936         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
14937         HAVE_DECL_FLOORF.
14938         * doc/functions/floorf.texi: Mention the 'floorf' module.
14939
14940 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
14941             Bruno Haible  <bruno@clisp.org>
14942
14943         Advertise for the Git server instead of the CVS server.
14944         * doc/gnulib-intro.texi (Steady Development): Mention the Git
14945         repository instead of the CVS one.
14946         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
14947         about all VCS systems generically.
14948         * doc/gnulib.texi (Introduction): Capitalize `Git'.
14949
14950 2007-10-04  Bruno Haible  <bruno@clisp.org>
14951
14952         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
14953         means.
14954         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
14955
14956 2007-10-04  Bruno Haible  <bruno@clisp.org>
14957
14958         * modules/truncl-tests: New file.
14959         * tests/test-truncl.c: New file.
14960
14961         * modules/truncl: New file.
14962         * lib/truncl.c: New file.
14963         * m4/truncl.m4: New file.
14964         * lib/math.in.h (truncl): New declaration.
14965         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
14966         HAVE_DECL_TRUNCL.
14967         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
14968         HAVE_DECL_TRUNCL.
14969         * doc/functions/truncl.texi: Mention the 'truncl' module.
14970
14971 2007-10-04  Bruno Haible  <bruno@clisp.org>
14972
14973         * modules/truncf-tests: New file.
14974         * tests/test-truncf.c: New file.
14975
14976         * modules/truncf: New file.
14977         * lib/trunc.c: Make paramerizable through USE_* macros.
14978         * lib/truncf.c: New file.
14979         * m4/truncf.m4: New file.
14980         * lib/math.in.h (truncf): New declaration.
14981         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
14982         HAVE_DECL_TRUNCF.
14983         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
14984         HAVE_DECL_TRUNCF.
14985         * doc/functions/truncf.texi: Mention the 'truncf' module.
14986
14987 2007-10-03  Bruno Haible  <bruno@clisp.org>
14988
14989         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
14990         augmentation also for tests modules.
14991         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
14992         * modules/atexit-tests (Makefile.am): Likewise.
14993         * modules/binary-io-tests (Makefile.am): Likewise.
14994         * modules/c-strcase-tests (Makefile.am): Likewise.
14995         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
14996         * modules/canonicalize-tests (Makefile.am): Likewise.
14997         * modules/closein-tests (Makefile.am): Likewise.
14998         * modules/fprintf-posix-tests (Makefile.am): Likewise.
14999         * modules/freadahead-tests (Makefile.am): Likewise.
15000         * modules/fseek-tests (Makefile.am): Likewise.
15001         * modules/fseeko-tests (Makefile.am): Likewise.
15002         * modules/ftell-tests (Makefile.am): Likewise.
15003         * modules/ftello-tests (Makefile.am): Likewise.
15004         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
15005         * modules/isnanl-tests (Makefile.am): Likewise.
15006         * modules/lseek-tests (Makefile.am): Likewise.
15007         * modules/mbscasecmp-tests (Makefile.am): Likewise.
15008         * modules/mbscasestr-tests (Makefile.am): Likewise.
15009         * modules/mbschr-tests (Makefile.am): Likewise.
15010         * modules/mbscspn-tests (Makefile.am): Likewise.
15011         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
15012         * modules/mbspbrk-tests (Makefile.am): Likewise.
15013         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
15014         * modules/mbsrchr-tests (Makefile.am): Likewise.
15015         * modules/mbsspn-tests (Makefile.am): Likewise.
15016         * modules/mbsstr-tests (Makefile.am): Likewise.
15017         * modules/printf-posix-tests (Makefile.am): Likewise.
15018         * modules/snprintf-posix-tests (Makefile.am): Likewise.
15019         * modules/sprintf-posix-tests (Makefile.am): Likewise.
15020         * modules/tsearch-tests (Makefile.am): Likewise.
15021         * modules/uniname/uniname-tests (Makefile.am): Likewise.
15022         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
15023         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
15024         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
15025         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
15026         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
15027         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
15028         * modules/vprintf-posix-tests (Makefile.am): Likewise.
15029         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
15030         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
15031         * modules/xstrtoimax-tests (Makefile.am): Likewise.
15032         * modules/xstrtol-tests (Makefile.am): Likewise.
15033         * modules/xstrtoumax-tests (Makefile.am): Likewise.
15034         * modules/yesno-tests (Makefile.am): Likewise.
15035
15036 2007-10-03  Bruno Haible  <bruno@clisp.org>
15037
15038         * modules/trunc-tests: New file.
15039         * tests/test-trunc.c: New file.
15040
15041         * modules/trunc: New file.
15042         * lib/trunc.c: New file.
15043         * m4/trunc.m4: New file.
15044         * lib/math.in.h (trunc): New declaration.
15045         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
15046         HAVE_DECL_TRUNC.
15047         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
15048         HAVE_DECL_TRUNC.
15049         * doc/functions/trunc.texi: Mention the 'trunc' module.
15050
15051 2007-10-03  Bruno Haible  <bruno@clisp.org>
15052
15053         * tests/test-fpending.c: New file, mostly copied
15054         from coreutils/lib/t-fpending.c.
15055         * modules/fpending-tests: New file.
15056
15057 2007-10-03  Bruno Haible  <bruno@clisp.org>
15058
15059         Port the stdio extensions to QNX (untested).
15060         * lib/fseterr.c (fseterr): Add support for QNX.
15061         * lib/fbufmode.c (fbufmode): Likewise.
15062         * lib/freadable.c (freadable): Likewise.
15063         * lib/fwritable.c (fwritable): Likewise.
15064         * lib/freading.c (freading): Likewise.
15065         * lib/fwriting.c (fwriting): Likewise.
15066         * lib/freadahead.c (freadahed): Likewise.
15067         * lib/fpurge.c (fpurge): Likewise.
15068         * lib/fseeko.c (rpl_fseeko): Likewise.
15069
15070 2007-10-03  Bruno Haible  <bruno@clisp.org>
15071             Jim Meyering  <jim@meyering.net>
15072             Eric Blake  <ebb9@byu.net>
15073
15074         * doc/relocatable.texi: Use @command instead of @program.
15075
15076 2007-10-02  Jim Meyering  <jim@meyering.net>
15077
15078         Perform one more "_.h" -> ".in.h" substitution.
15079         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
15080         instead of unistd_.h here, too.
15081
15082 2007-10-01  Bruno Haible  <bruno@clisp.org>
15083
15084         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
15085         Needed for the alloca-opt module.
15086
15087 2007-09-30  Bruno Haible  <bruno@clisp.org>
15088
15089         * lib/alloca.in.h: Renamed from lib/alloca_.h.
15090         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
15091         alloca_.h.
15092         * lib/argz.in.h: Renamed from lib/argz_.h.
15093         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
15094         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
15095         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
15096         byteswap_.h.
15097         * lib/dirent.in.h: Renamed from lib/dirent_.h.
15098         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
15099         dirent_.h.
15100         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
15101         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
15102         fcntl_.h.
15103         * lib/float.in.h: Renamed from lib/float_.h.
15104         * modules/float (Files, Makefile.am): Use float.in.h instead of
15105         float_.h.
15106         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
15107         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
15108         fnmatch_.h.
15109         * lib/getopt.in.h: Renamed from lib/getopt_.h.
15110         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
15111         getopt_.h.
15112         * lib/glob.in.h: Renamed from lib/glob_.h.
15113         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
15114         * lib/iconv.in.h: Renamed from lib/iconv_.h.
15115         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
15116         iconv_.h.
15117         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
15118         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
15119         inttypes_.h.
15120         * lib/locale.in.h: Renamed from lib/locale_.h.
15121         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
15122         locale_.h.
15123         * lib/math.in.h: Renamed from lib/math_.h.
15124         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
15125         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
15126         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
15127         of netinet_in_.h. Add dependency.
15128         * lib/poll.in.h: Renamed from lib/poll_.h.
15129         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
15130         * lib/search.in.h: Renamed from lib/search_.h.
15131         * modules/search (Files, Makefile.am): Use search.in.h instead of
15132         search_.h.
15133         * lib/signal.in.h: Renamed from lib/signal_.h.
15134         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
15135         _signal.h.
15136         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
15137         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
15138         stdbool_.h.
15139         * lib/stdint.in.h: Renamed from lib/stdint_.h.
15140         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
15141         stdint_.h.
15142         * lib/stdio.in.h: Renamed from lib/stdio_.h.
15143         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
15144         stdio_.h.
15145         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
15146         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
15147         stdlib_.h.
15148         * lib/string.in.h: Renamed from lib/string_.h.
15149         * modules/string (Files, Makefile.am): Use string.in.h instead of
15150         string_.h.
15151         * doc/gnulib-tool.texi (Initial import): Update.
15152         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
15153         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
15154         of sys_select_.h. Add dependency.
15155         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
15156         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
15157         of sys_socket_.h.
15158         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
15159         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
15160         sys_stat_.h.
15161         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
15162         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
15163         sys_time_.h.
15164         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
15165         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
15166         sysexits_.h.
15167         * lib/time.in.h: Renamed from lib/time_.h.
15168         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
15169         * lib/unistd.in.h: Renamed from lib/unistd_.h.
15170         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
15171         unistd_.h.
15172         * lib/wchar.in.h: Renamed from lib/wchar_.h.
15173         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
15174         wchar_.h.
15175         * lib/wctype.in.h: Renamed from lib/wctype_.h.
15176         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
15177         wctype_.h.
15178         * build-aux/bootstrap (slurp): Update.
15179         * lib/.cppi-disable: Update.
15180
15181 2007-09-30  Bruno Haible  <bruno@clisp.org>
15182
15183         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
15184         Needed on BeOS.
15185
15186 2007-09-30  Bruno Haible  <bruno@clisp.org>
15187
15188         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
15189
15190 2007-09-29  Bruno Haible  <bruno@clisp.org>
15191
15192         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
15193
15194 2007-09-29  Bruno Haible  <bruno@clisp.org>
15195
15196         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
15197         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
15198         * build-aux/install-reloc: Compile also areadlink.c.
15199         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
15200
15201 2007-09-29  Bruno Haible  <bruno@clisp.org>
15202
15203         * gnulib-tool (func_emit_initmacro_done): Indentation.
15204
15205 2007-09-29  Bruno Haible  <bruno@clisp.org>
15206
15207         * README: Add CVS checkout update instructions.
15208         Info from Bob Proulx <bob@proulx.com>.
15209
15210 2007-09-28  Eric Blake  <ebb9@byu.net>
15211
15212         Provide move-if-change.
15213         * build-aux/move-if-change: New file, based on best practice
15214         rather than any canonical upstream location.
15215
15216 2007-09-28  Jim Meyering  <jim@meyering.net>
15217
15218         Fix canonicalize loop-detection corner case.
15219         Do not attempt to stat the symlink values stored via seen_triple.
15220         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
15221         on linux-2.6.18, (but not 2.6.22).
15222         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
15223         triple_compare.  The former compares dev,ino,filename, while the latter
15224         would actually stat dirname(filename) when dev and ino were equal.
15225         * lib/hash-triple.c: Install <string.h>.
15226         (STREQ): Define.
15227         (triple_compare_ino_str): New function.
15228         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
15229
15230 2007-09-28  Eric Blake  <ebb9@byu.net>
15231
15232         Enforce that AC_REPLACE_FUNCS files exist.
15233         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
15234         override check for typos.
15235
15236         Fix test-closein on Solaris 10.
15237         * tests/test-closein.c (main): Don't assume stdin can be inherited
15238         closed on all systems.
15239         * tests/test-closein.sh: Likewise.
15240         Reported by Piotr Tarnowski.
15241
15242 2007-09-28  Jim Meyering  <jim@meyering.net>
15243
15244         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
15245
15246 2007-09-27  Jim Meyering  <jim@meyering.net>
15247
15248         canonicalize: Avoid a false-positive cycle failure.
15249         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
15250         Sort.  Remove cycle-check.
15251         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
15252         not cycle-check.h.
15253         (seen_triple): New function.
15254         (canonicalize_filename_mode): Use it instead of cycle-check.
15255         * tests/test-canonicalize.c: Add a test for this bug.
15256         * tests/test-canonicalize.sh: Set up and run the test.
15257
15258         New module, file-set, from coreutils.
15259         * modules/file-set: Define it.
15260         * lib/file-set.c, lib/file-set.h: Implement.
15261
15262         New module, hash-triple, from coreutils.
15263         * modules/hash-triple: Define it.
15264         * lib/hash-triple.c, lib/hash-triple.h: Implement.
15265
15266 2007-09-25  Eric Blake  <ebb9@byu.net>
15267
15268         Fix strerror on Interix.
15269         * lib/string_.h (strerror): Declare replacement.
15270         * doc/functions/strerror.texi (strerror): Document the Interix
15271         shortcoming.
15272         * modules/string (Makefile.am): Support new hooks.
15273         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
15274         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
15275         gl_FUNC_STRERROR_SEPARATE.
15276         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
15277         * lib/strerror.c (rpl_strerror): Provide replacement.
15278         * modules/strerror (Depends-on): Add string.
15279         (configure.ac): Detect use of module.
15280         * tests/test-strerror.c: New file.
15281         * modules/strerror-tests: New test module.
15282         * modules/argp (Depends-on): Add strerror.
15283         * modules/error (Depends-on): Likewise.
15284         Reported by Martin Koeppe.
15285
15286 2007-09-24  Bruno Haible  <bruno@clisp.org>
15287
15288         * README: Update git instructions.
15289
15290 2007-09-24  Eric Blake  <ebb9@byu.net>
15291
15292         Revert fpending breakage from 2007-09-08.
15293         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
15294         __fpending.c.
15295
15296 2007-09-24  Jim Meyering  <jim@meyering.net>
15297
15298         filenamecat.c: Add a test.
15299         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
15300         showing how the function works when DIR is the empty string.
15301
15302 2007-09-21  Simon Josefsson  <simon@josefsson.org>
15303
15304         * tests/test-canonicalize.sh: Turn on executable bit.
15305
15306 2007-09-19  Eric Blake  <ebb9@byu.net>
15307
15308         * README: Update CVS instructions.
15309
15310 2007-09-18  Bruno Haible  <bruno@clisp.org>
15311
15312         * modules/areadlink: New file.
15313         * lib/areadlink.h (areadlink): New declaration.
15314         * lib/areadlink.c: New file, based on lib/xreadlink.c.
15315
15316 2007-09-17  Jim Meyering  <jim@meyering.net>
15317
15318         * lib/savewd.c (ESTALE) [!defined]: Define.
15319         Reported to be required on Interix by Martin Koeppe.
15320
15321 2007-09-17  Bruno Haible  <bruno@clisp.org>
15322
15323         * gnulib-tool (func_version): Use $version.
15324
15325 2007-09-16  Bruno Haible  <bruno@clisp.org>
15326
15327         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
15328         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
15329         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
15330         Reported by Greg Schafer <gschafer@zip.com.au>.
15331
15332 2007-09-15  Bruno Haible  <bruno@clisp.org>
15333
15334         * gnulib-tool (sed): Try a little harder to make bash understand the
15335         alias.
15336         Reported by Bruce Korb <bruce.korb@gmail.com>.
15337
15338 2007-09-13  Eric Blake  <ebb9@byu.net>
15339
15340         * ChangeLog: Remove conflict markers.
15341
15342 2007-09-13  Simon Josefsson  <simon@josefsson.org>
15343
15344         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
15345         Reported by Bruno Haible <bruno@clisp.org>.
15346
15347 2007-09-12  Bruno Haible  <bruno@clisp.org>
15348
15349         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
15350         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
15351         is not defined.
15352
15353 2007-09-12  Eric Blake  <ebb9@byu.net>
15354
15355         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
15356         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
15357         Autoconf definition.
15358         * modules/euidaccess (Depends-on): Add extensions, for
15359         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
15360         * modules/fnmatch (Depends-on): Likewise.
15361         * modules/getaddrinfo (Depends-on): Likewise.
15362         * modules/getdelim (Depends-on): Likewise.
15363         * modules/getline (Depends-on): Likewise.
15364         * modules/getsubopt (Depends-on): Likewise.
15365         * modules/gettext (Depends-on): Likewise.
15366         * modules/group-member (Depends-on): Likewise.
15367         * modules/mbchar (Depends-on): Likewise.
15368         * modules/memmem (Depends-on): Likewise.
15369         * modules/mempcpy (Depends-on): Likewise.
15370         * modules/memrchr (Depends-on): Likewise.
15371         * modules/pagealign_alloc (Depends-on): Likewise.
15372         * modules/readutmp (Depends-on): Likewise.
15373         * modules/stpcpy (Depends-on): Likewise.
15374         * modules/stpncpy (Depends-on): Likewise.
15375         * modules/strchrnul (Depends-on): Likewise.
15376         * modules/strndup (Depends-on): Likewise.
15377         * modules/strsep (Depends-on): Likewise.
15378         * modules/strverscmp (Depends-on): Likewise.
15379         * modules/vasprintf (Depends-on): Likewise.
15380         * modules/wcwidth (Depends-on): Likewise.
15381         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
15382         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
15383         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
15384         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
15385         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
15386         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
15387         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
15388         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15389         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
15390         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
15391         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
15392         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
15393         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
15394         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
15395         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
15396         * m4/readutmp.m4 (gl_READUTMP): Likewise.
15397         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15398         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
15399         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15400         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
15401         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15402         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
15403         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
15404         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
15405         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
15406         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15407         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
15408         so that lock.m4 can be used in gettext without extensions module.
15409
15410 2007-09-11  Bruno Haible  <bruno@clisp.org>
15411
15412         * m4/isc-posix.m4: Remove file.
15413         Suggested by Eric Blake.
15414
15415 2007-09-11  Eric Blake  <ebb9@byu.net>
15416
15417         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
15418
15419 2007-09-10  Bruno Haible  <bruno@clisp.org>
15420
15421         * posix-modules: Fix typo in error message.
15422         Reported by Matt <mkraai@beckman.com>.
15423
15424 2007-09-09  Bruno Haible  <bruno@clisp.org>
15425
15426         * doc/functions/getdelim.texi: Update list of platforms lacking the
15427         function.
15428         * doc/functions/getline.texi: Likewise.
15429
15430 2007-09-09  Jim Meyering  <jim@meyering.net>
15431
15432         * lib/hash.c (hash_initialize): Detect calloc failure.
15433         Reported by Bruno Haible.
15434
15435 2007-09-09  Bruno Haible  <bruno@clisp.org>
15436
15437         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
15438         malloc or realloc fails.
15439
15440 2007-09-09  Bruno Haible  <bruno@clisp.org>
15441
15442         * modules/getcwd (Depends-on): Add malloc-posix.
15443         * modules/glob (Depends-on): Likewise.
15444         * modules/putenv (Depends-on): Likewise.
15445         * modules/strdup (Depends-on): Likewise.
15446         * modules/getdelim (Depends-on): Add realloc-posix.
15447         * modules/read-file (Depends-on): Likewise.
15448
15449 2007-09-09  Bruno Haible  <bruno@clisp.org>
15450
15451         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
15452         (gl_FUNC_MALLOC_POSIX): Require it.
15453         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
15454         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
15455         * modules/realloc (Files): Add m4/malloc.m4.
15456         * modules/calloc (Files): Likewise.
15457
15458 2007-09-09  Bruno Haible  <bruno@clisp.org>
15459
15460         * modules/malloc-posix: New file.
15461         * modules/malloc (Depends-on): Add malloc-posix.
15462         * lib/malloc.c: Include errno.h.
15463         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
15464         and a POSIX-compatible malloc into a single function. Set ENOMEM
15465         when returning NULL.
15466         * m4/malloc.m4: New file.
15467         * doc/functions/malloc.texi: Mention the malloc-posix module.
15468         * lib/stdlib_.h (malloc): New declaration.
15469         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
15470         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
15471         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
15472         and HAVE_MALLOC_POSIX.
15473
15474 2007-09-09  Bruno Haible  <bruno@clisp.org>
15475
15476         * modules/realloc-posix: New file.
15477         * modules/realloc (Depends-on): Add realloc-posix.
15478         * lib/realloc.c: Include errno.h.
15479         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
15480         and a POSIX-compatible realloc into a single function. Set ENOMEM
15481         when returning NULL.
15482         * m4/realloc.m4: New file.
15483         * doc/functions/realloc.texi: Mention the realloc-posix module.
15484         * lib/stdlib_.h (realloc): New declaration.
15485         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
15486         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
15487         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
15488         and HAVE_REALLOC_POSIX.
15489
15490 2007-09-09  Bruno Haible  <bruno@clisp.org>
15491
15492         * modules/calloc-posix: New file.
15493         * modules/calloc (Depends-on): Add calloc-posix.
15494         * lib/calloc.c: Include errno.h.
15495         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
15496         and a POSIX-compatible calloc into a single function. Set ENOMEM
15497         when returning NULL.
15498         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
15499         * doc/functions/calloc.texi: Mention the calloc-posix module.
15500         * lib/stdlib_.h (calloc): New declaration.
15501         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
15502         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
15503         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
15504         and HAVE_CALLOC_POSIX.
15505
15506 2007-09-09  Bruno Haible  <bruno@clisp.org>
15507
15508         Allow for modules to show an arbitrary notice.
15509         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
15510         * gnulib-tool: New option --extract-notice.
15511         (func_usage): Document it.
15512         (sed_extract_prog): Update.
15513         (func_get_notice): New function.
15514         (func_modules_notice): New function.
15515         (func_import, func_create_testdir): Invoke it.
15516         Suggested by Jim Meyering.
15517
15518 2007-09-09  Bruno Haible  <bruno@clisp.org>
15519
15520         * gnulib-tool: New options --verbose, --quiet.
15521         (func_usage): Document them.
15522         (verbose): New variable.
15523         (func_execute_command): New function.
15524         (func_import): Don't show the module list and the file list if
15525         $verbose < 0.
15526         (func_create_testdir): Likewise. Use func_execute_command.
15527         (func_create_megatestdir): Use func_execute_command.
15528
15529 2007-09-08  Bruno Haible  <bruno@clisp.org>
15530
15531         * gnulib-tool (func_import): Prefer rsync over wget when available,
15532         for fetching the PO files.
15533
15534 2007-09-08  Bruno Haible  <bruno@clisp.org>
15535
15536         * posix-modules: New file. Portions copied from gnulib-tool.
15537         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
15538
15539 2007-09-08  Jim Meyering  <jim@meyering.net>
15540
15541         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
15542         * lib/fpending.h: Rename from __fpending.h.
15543         * lib/fpending.c: Rename from __fpending.c.
15544         Include "fpending.h", not "__fpending.h".
15545         * lib/__fpending.h, lib/__fpending.c: Remove files.
15546         * modules/fpending (Files): Reflect new file names.
15547         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
15548
15549 2007-09-08  Bruno Haible  <bruno@clisp.org>
15550
15551         * m4/inttypes-h.m4: Remove stub file.
15552
15553 2007-09-07  Simon Josefsson  <simon@josefsson.org>
15554
15555         * doc/headers/stdint.texi: Discuss #include_next issue.
15556
15557 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15558
15559         * build-aux/bootstrap: Remove obsolete comment about wget --help.
15560
15561 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15562
15563         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
15564         in variable name.
15565
15566 2007-09-03  Jim Meyering  <jim@meyering.net>
15567
15568         New module: git-version-gen.
15569         * modules/git-version-gen: New file.
15570
15571         Import changes from coreutils for bootstrap script.
15572
15573         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
15574
15575         bootstrap: uses rsync to download the .po files
15576         * build-aux/bootstrap (po_download_command_format): New global.
15577         (download_po_files): Use rsync.
15578         (update_po_files): Don't remove .po files after download,
15579         so future rsync runs can take advantage of the copies.
15580
15581         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
15582
15583         Solve the unnecessary-.po-file-regeneration problem once and for all.
15584         * build-aux/bootstrap (download_po_files): New function, renamed from
15585         get_translations.  Now, downloads, but doesn't update LINGUAS.
15586         (update_po_files): New function.
15587
15588         bootstrap: Ignore more.
15589         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
15590         uniwidth to e.g., lib/.gitignore.
15591         (slurp): Handle the sys_stat_.h -> sys mapping, too.
15592
15593         * build-aux/bootstrap: New setting: vc_ignore.
15594         (insert_sorted_if_absent): Create $file if absent.
15595         Adapt to new, possibly empty, list: $vc_ignore.
15596
15597         bootstrap: generate more ignorable names
15598         * build-aux/bootstrap (slurp): When generating ignorable names,
15599         also map .sin to .sed, .gperf to .c, and .y to .c.
15600
15601 2007-09-03  Jim Meyering  <jim@meyering.net>
15602
15603         * build-aux/git-version-gen: New file, from coreutils.  For details, see
15604         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
15605
15606 2007-09-02  Bruno Haible  <bruno@clisp.org>
15607
15608         Fix mis-recognition of 'mcs' on QNX 6.
15609         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
15610         output contains the string "Mono".
15611         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
15612         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
15613
15614 2007-09-01  Bruno Haible  <bruno@clisp.org>
15615
15616         Fix collision between uniwidth/* and linebreak modules.
15617         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
15618         u32_width): Remove declarations.
15619         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
15620         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
15621         streq3, streq2, streq1, streq0): Remove functions.
15622         (STREQ): Remove macro.
15623         (is_cjk_encoding): Remove function.
15624         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
15625         (uc_width, u8_width, u16_width, u32_width): Remove functions.
15626         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
15627         * NEWS: Document the change.
15628
15629 2007-09-01  Bruno Haible  <bruno@clisp.org>
15630
15631         * lib/streq.h: Add double-inclusion guard.
15632
15633 2007-09-01  Karl Berry  <karl@gnu.org>
15634
15635         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
15636
15637 2007-08-28  Jim Meyering  <jim@meyering.net>
15638
15639         Rename mreadlink_with_size to areadlink_with_size.
15640         * NEWS: Document the change.
15641         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
15642         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
15643         * lib/mreadlink.h: Rename this to...
15644         * lib/areadlink.h: ...this.
15645         * modules/mreadlink-with-size: Rename this to...
15646         * modules/areadlink-with-size: ...this.
15647         * lib/canonicalize.c: Reflect the renaming.
15648         * modules/canonicalize: Likewise.
15649
15650 2007-08-26  Bruno Haible  <bruno@clisp.org>
15651
15652         * gnulib-tool (func_import): When deciding which files to remove,
15653         consider also dangling symbolic links.
15654         Reported by Eric Blake.
15655
15656 2007-08-26  Bruno Haible  <bruno@clisp.org>
15657
15658         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
15659
15660 2007-08-23  Simon Josefsson  <simon@josefsson.org>
15661
15662         * lib/readline.c: Don't include getline.h, the prototype is now
15663         found in stdio.h.
15664
15665 2007-08-23  Jim Meyering  <jim@meyering.net>
15666
15667         Getdelim touchup.
15668         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
15669         around the funlockfile call, since funlockfile never sets errno.
15670         Don't set errno upon failed realloc.
15671
15672 2007-08-22  Eric Blake  <ebb9@byu.net>
15673
15674         Getline touchups.
15675         * lib/getdelim.c (getdelim): Revert regression that required *n to
15676         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
15677         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
15678         getdelim, rather than whether implementation is missing.
15679         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
15680         * lib/stdio_.h (getline): Also declare if replacement is
15681         required.
15682         * doc/functions/getdelim.texi: New file.
15683         * doc/functions/getline.texi: Likewise.
15684         * doc/gnulib.texi (Function Substitutes): Add new files.
15685         Reported by Bruno Haible.
15686
15687 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
15688
15689         * users.txt: Add Guile.
15690
15691 2007-08-22  Eric Blake  <ebb9@byu.net>
15692
15693         * tests/test-getdelim.c (main): Use remove, not unlink.
15694         * tests/test-getline.c (main): Likewise.
15695
15696         Move getline and getdelim into stdio.h, per POSIX 200x.
15697         * modules/getline (Files): Remove getline.h.
15698         (Depends-on): Add stdio.
15699         (configure.ac): Add module indicator.
15700         * modules/getdelim (Files): Remove getdelim.h.
15701         (Depends-on): Add stdio.
15702         (configure.ac): Add module indicator.
15703         * modules/stdio (Makefile.am): Work with new indicators.
15704         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
15705         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
15706         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
15707         * lib/getdelim.h: Delete.
15708         * lib/getline.h: Delete.
15709         * lib/stdio_.h (getdelim, getline): Declare.
15710         * modules/getdelim-tests: New module.
15711         * modules/getline-tests: Likewise.
15712         * tests/test-getdelim.c: New file.
15713         * tests/test-getline.c: Likewise.
15714         * NEWS: Document the change.
15715         * lib/getline.c: Update choice of header.
15716         * lib/csharpcomp.c: Likewise.
15717         * lib/getpass.c: Likewise.
15718         * lib/javacomp.c: Likewise.
15719         * lib/javaversion.c: Likewise.
15720         * lib/yesno.c: Likewise.
15721         * lib/getdelim.c: Likewise.
15722         (getdelim): Set errno on failure, and avoid memory leak.
15723
15724 2007-08-19  Bruno Haible  <bruno@clisp.org>
15725
15726         * modules/closein (Depends-on): Add freadahead.
15727         * lib/closein.c: Include freadahead.h.
15728         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
15729         is zero.
15730
15731 2007-08-19  Bruno Haible  <bruno@clisp.org>
15732
15733         * modules/freadahead-tests: New file.
15734         * tests/test-freadahead.sh: New file.
15735         * tests/test-freadahead.c: New file.
15736
15737         * modules/freadahead: New file.
15738         * lib/freadahead.h: New file.
15739         * lib/freadahead.c: New file.
15740         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
15741         fbufmode, fpurge, freadable, fwritable.
15742
15743 2007-08-19  Eric Blake  <ebb9@byu.net>
15744
15745         Test yesno in combination with closein.
15746         * lib/yesno.c (yesno): Document use of stdin.
15747         * modules/yesno-tests (Files): New module.
15748         * tests/test-yesno.c (main): New file.
15749         * tests/test-yesno.sh: Likewise.
15750
15751 2007-08-19  Bruno Haible  <bruno@clisp.org>
15752
15753         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
15754         * lib/fseeko.c (rpl_fseeko): Likewise.
15755         * lib/fseterr.c (fseterr): Likewise.
15756
15757 2007-08-19  Bruno Haible  <bruno@clisp.org>
15758
15759         * tests/test-lseek.c (main): Disable a test for BeOS.
15760         * doc/functions/lseek.texi: Document the BeOS bug.
15761
15762 2007-08-19  Bruno Haible  <bruno@clisp.org>
15763             Eric Blake  <ebb9@byu.net>
15764
15765         * lib/lseek.c: Include <sys/stat.h>.
15766         (rpl_lseek): Add workaround code also for Unix platforms.
15767         Needed for BeOS.
15768         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
15769         * doc/functions/lseek.texi: Document BeOS definiency.
15770
15771 2007-08-18  Bruno Haible  <bruno@clisp.org>
15772
15773         * modules/fstrcmp-tests: New file.
15774         * tests/test-fstrcmp.c: New file.
15775
15776 2007-08-18  Bruno Haible  <bruno@clisp.org>
15777
15778         * modules/fstrcmp: New file, from GNU gettext with modifications.
15779         * lib/fstrcmp.h: New file, from GNU gettext.
15780         * lib/fstrcmp.c: New file, from GNU gettext.
15781         * MODULES.html.sh (String handling): Add fstrcmp.
15782
15783 2007-08-18  Bruno Haible  <bruno@clisp.org>
15784
15785         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
15786         'bool'.
15787         (diag, compareseq): Remove const from the ctxt argument.
15788         (USE_HEURISTIC): Undefine at the end.
15789
15790 2007-08-18  Jim Meyering  <jim@meyering.net>
15791
15792         New file: lib/idcache.h
15793         * NEWS: Mention the addition.
15794         * modules/idcache (Files): Add lib/idcache.h
15795         * lib/idcache.c: Include "idcache.h".
15796         Don't include <sys/types.h>.
15797         Add a FIXME comment.
15798         Move file-scoped "static" declarations to the top.
15799         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
15800
15801 2007-08-17  Bruno Haible  <bruno@clisp.org>
15802         and Paul Eggert  <eggert@cs.ucla.edu>
15803
15804         * MODULES.html.sh: Add diffseq.
15805         * modules/diffseq: New file.
15806         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
15807         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
15808
15809 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15810
15811         Import changes from coreutils for bootstrap script.
15812
15813         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
15814
15815         * build-aux/bootstrap (slurp): Work even in environments where
15816         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
15817         current code does not slurp files whose names start with ".", and
15818         this looks like it might be a troublesome area.
15819
15820         2007-07-11  Jim Meyering  <jim@meyering.net>
15821
15822         If there's a GPL vN copyright comment, require that N == 3.
15823
15824         2007-07-08  Jim Meyering  <jim@meyering.net>
15825
15826         Run the coreutils-specific code only if tests/Makefile.am.in exists.
15827         * build-aux/bootstrap (mam_template): Move definition out of loop.
15828
15829         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
15830
15831         * build-aux/bootstrap (symlink_to_dir): Rename function from
15832         symlink_to_gnulib.  Add a directory parameter.  Update all
15833         callers.
15834         (cp_mark_as_generated): Also check for -- and link to -- files in
15835         gl/.
15836
15837         2007-07-08  Jim Meyering  <jim@meyering.net>
15838
15839         Adapt to deeper hierarchy in gnulib.
15840         * build-aux/bootstrap (symlink_to_dir): If the destination
15841         directory doesn't exist, create it. This is required at least for
15842         "lib/uniwidth/cjk.h".
15843
15844         2007-05-15  Jim Meyering  <jim@meyering.net>
15845
15846         * build-aux/bootstrap: Now that generated Makefile.am files
15847         are no longer under version control, they must be created at
15848         bootstrap time.
15849
15850 2007-08-14  Ben Pfaff  <blp@gnu.org>
15851
15852         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
15853
15854 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15855
15856         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
15857         given the changes below.
15858         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
15859         even on hosts that have padding bits beyond the supported 64.
15860
15861 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15862
15863         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
15864         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
15865         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
15866         depends on it.
15867         (xstrtol_error): Remove.
15868         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
15869         but with a different signature.
15870         (ATTRIBUTE_NORETURN, __attribute__): New macros.
15871         * lib/xstrtol-error.c: Include exitfail.h.
15872         (xstrtol_fatal): New function, with a different signature from the
15873         old xstrtol_error, so that the caller need not worry about passing
15874         in an exit status, or about storage management of the option argument.
15875         (xstrtol_error): Now a static function.  Redo signature to
15876         implement xstrtol_fatal.  Output the correct number of hyphens in
15877         front of the option so that the caller need not worry about
15878         storage management.
15879         (N_): New macro.
15880         (_): Remove; not used now.
15881         * modules/xstrtol: Depend on getopt.
15882         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
15883         of old STRTOL_FATAL_ERROR macro.
15884         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
15885         of test program.
15886         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
15887         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
15888
15889 2007-08-08  Eric Blake  <ebb9@byu.net>
15890
15891         * lib/xstrtol-error.c: Add missing include.
15892
15893         Move xstrtol messages into gnulib domain, when --pobase is used.
15894         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
15895         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
15896         * modules/xstrtol (Files): Distribute new file.
15897         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
15898         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
15899         * tests/test-xstrtol.c: ...into new file.
15900         * tests/test-xstrtoul.c: Also test xstrtoul.
15901         * tests/test-xstrtoimax.c: Also test xstrtoimax.
15902         * tests/test-xstrtoumax.c: Also test xstrtoumax.
15903         * tests/test-xstrtol.sh: Drive the tests.
15904         * tests/test-xstrtoimax.sh: Likewise.
15905         * tests/test-xstrtoumax.sh: Likewise.
15906         * modules/xstrtol-tests: New module.
15907         * modules/xstrtoimax-tests: Likewise.
15908         * modules/xstrtoumax-tests: Likewise.
15909
15910 2007-08-08  Jim Meyering  <jim@meyering.net>
15911
15912         New function: mfile_name_concat.
15913         * lib/filenamecat.c (mfile_name_concat): New function, just like
15914         file_name_concat, but return NULL upon failure rather than exiting
15915         with a diagnostic.
15916         * lib/filenamecat.h: Declare it.
15917
15918 2007-08-07  Bruno Haible  <bruno@clisp.org>
15919
15920         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
15921         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
15922         warning from gcc.
15923         Reported by Eric Blake.
15924
15925 2007-08-07  Simon Josefsson  <simon@josefsson.org>
15926
15927         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
15928         * modules/crypto/arcfour (License): Likewise.
15929         * modules/crypto/des-tests (License): Likewise.
15930         * modules/crypto/gc-arctwo-tests (License): Likewise.
15931         * modules/crypto/gc-des-tests (License): Likewise.
15932         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
15933         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
15934         * modules/crypto/gc-md2-tests (License): Likewise.
15935         * modules/crypto/gc-md4-tests (License): Likewise.
15936         * modules/crypto/gc-md5-tests (License): Likewise.
15937         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
15938         * modules/crypto/gc-rijndael-tests (License): Likewise.
15939         * modules/crypto/gc-sha1-tests (License): Likewise.
15940         * modules/crypto/gc-tests (License): Likewise.
15941         * modules/crypto/hmac-md5 (License): Likewise.
15942         * modules/crypto/hmac-sha1 (License): Likewise.
15943         * modules/crypto/md2-tests (License): Likewise.
15944         * modules/crypto/md4-tests (License): Likewise.
15945         * modules/crypto/md5 (License): Likewise.
15946         * modules/crypto/rijndael (License): Likewise.
15947         * modules/crypto/sha1 (License): Likewise.
15948         * modules/memxor (License): Likewise.
15949
15950 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15951         and Bruno Haible  <bruno@clisp.org>
15952
15953         * NEWS: Describe interface changes to human, xstrtol.
15954         * lib/human.h: Include <xstrtol.h>.
15955         (human_options): Return enum strtol_error, not int.  Remove
15956         bool arg; take int * instead.
15957         * lib/human.c: Don't include "gettext.h".
15958         (_): Remove; no longer used.
15959         Don't include <xstrtol.h>, since human.h does it.
15960         (human_options): Adjust to abovementioned interface changes.
15961         Do not report error to stderr; that's now the caller's
15962         responsibility.
15963         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
15964         interface change.
15965         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
15966         Str, Argument_type_string.  All uses changed.  Put " argument"
15967         in diagnostics to make them clearer.  Change wording of suffix
15968         message for clarity.
15969         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
15970         Argument_type_string.
15971         (STRTOL_FATAL_WARN): Remove; no longer used.
15972         * modules/human (Depends-on): Remove gettext-h.
15973
15974 2007-08-06  Simon Josefsson  <simon@josefsson.org>
15975
15976         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
15977
15978 2007-07-31  Bruno Haible  <bruno@clisp.org>
15979
15980         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
15981         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
15982         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
15983
15984 2007-07-31  Bruno Haible  <bruno@clisp.org>
15985
15986         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
15987         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
15988
15989 2007-07-30  Bruno Haible  <bruno@clisp.org>
15990
15991         * modules/base64 (License): Use the synonymous term "LGPLv2+".
15992         * modules/c-ctype (License): Likewise.
15993         * modules/c-strcase (License): Likewise.
15994         * modules/check-version (License): Likewise.
15995         * modules/iconv (License): Likewise.
15996         * modules/iconv_open (License): Likewise.
15997         * modules/read-file (License): Likewise.
15998         * modules/striconv (License): Likewise.
15999         * modules/strverscmp (License): Likewise.
16000         * modules/vasprintf (License): Likewise.
16001         * modules/crypto/des (License): Likewise.
16002         * modules/crypto/gc (License): Likewise.
16003         * modules/crypto/gc-arcfour (License): Likewise.
16004         * modules/crypto/gc-arctwo (License): Likewise.
16005         * modules/crypto/gc-des (License): Likewise.
16006         * modules/crypto/gc-hmac-md5 (License): Likewise.
16007         * modules/crypto/gc-hmac-sha1 (License): Likewise.
16008         * modules/crypto/gc-md2 (License): Likewise.
16009         * modules/crypto/gc-md4 (License): Likewise.
16010         * modules/crypto/gc-md5 (License): Likewise.
16011         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
16012         * modules/crypto/gc-random (License): Likewise.
16013         * modules/crypto/gc-rijndael (License): Likewise.
16014         * modules/crypto/gc-sha1 (License): Likewise.
16015         * modules/crypto/md2 (License): Likewise.
16016         * modules/crypto/md4 (License): Likewise.
16017
16018 2007-07-30  Jim Meyering  <jim@meyering.net>
16019
16020         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
16021         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
16022         it has valid stat data.  This bug would cause du not to count the
16023         sizes of inaccessible directories.
16024         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
16025         in <http://bugzilla.redhat.com/250077>.
16026
16027 2007-07-25  Peter O'Gorman  <peter@pogma.com>
16028             Bruno Haible  <bruno@clisp.org>
16029
16030         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
16031         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
16032         #include_next, gives a diagnostic about it, but reports no error in
16033         the exit code.
16034         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
16035
16036 2007-07-24  Ben Pfaff  <blp@gnu.org>
16037
16038         Improve name: "count-one-bits" is better than "popcount".
16039         * MODULES.html.sh: Update name.
16040         * lib/popcount.h: Renamed lib/count-one-bits.h.
16041         (popcount): Renamed count_one_bits.
16042         (popcountl): Renamed count_one_bits_l.
16043         (popcountll): Renamed count_one_bits_ll.
16044         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
16045         * modules/popcount: Renamed module/count-one-bits.
16046         * modules/popcount-tests: Renamed module/count-one-bits-tests.
16047         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
16048
16049 2007-07-23  Ben Pfaff  <blp@gnu.org>
16050
16051         * lib/popcount.h (popcount32): Reduce size of constants, to allow
16052         better code generation, and add U to large constants to avoid
16053         warnings, in non-GCC case.
16054         Suggested by Bruno Haible.
16055
16056 2007-07-23  Ben Pfaff  <blp@gnu.org>
16057
16058         * lib/popcount.h: Use verify_true instead of if...abort.
16059         * modules/popcount: Depend on verify module.
16060         Suggested by Jim Meyering.
16061
16062 2007-07-23  Bruno Haible  <bruno@clisp.org>
16063
16064         * gnulib-tool (func_import): Create a .cvsignore file also when the
16065         directory is not yet in CVS but the toplevel directory is. When
16066         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
16067         Reported by Karl Berry.
16068
16069 2007-07-22  Ben Pfaff  <blp@gnu.org>
16070
16071         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
16072         case.
16073         Suggested by Eric Blake.
16074
16075 2007-07-22  Ben Pfaff  <blp@gnu.org>
16076
16077         New module: popcount.
16078         * MODULES.html.sh: Add popcount.
16079         * modules/popcount: New file.
16080         * modules/popcount-tests: New file.
16081         * tests/test-popcount.c: New file.
16082         * lib/popcount.h: New file.
16083         * m4/popcount.m4: New file.
16084
16085 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
16086
16087         * build-aux/announce-gen: Update to GPLv3.
16088
16089         * build-aux/config.guess: Update from config.
16090
16091 2007-07-21  Bruno Haible  <bruno@clisp.org>
16092
16093         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
16094         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
16095
16096 2007-07-20  Jim Meyering  <jim@meyering.net>
16097
16098         * check-module: Diagnose a self-dependency.
16099
16100 2007-07-19  Bruno Haible  <bruno@clisp.org>
16101
16102         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
16103         empty.
16104         Reported by Eric Blake.
16105
16106 2007-07-18  Bruno Haible  <bruno@clisp.org>
16107
16108         * gnulib-tool: New options --po-base, --po-domain.
16109         (func_usage): Document them.
16110         (pobase, po_domain): New variables.
16111         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
16112         DEFAULT_TEXT_DOMAIN.
16113         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
16114         (func_import): Consider pobase and po_domain. Create a po/ directory.
16115         (func_create_testdir): Set pobase and po_domain to empty.
16116         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
16117         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
16118
16119 2007-07-18  Bruno Haible  <bruno@clisp.org>
16120
16121         * gnulib-tool (func_get_automake_snippet): Synthesize also an
16122         EXTRA_DIST augmentation for files in build-aux/.
16123
16124 2007-07-16  Bruno Haible  <bruno@clisp.org>
16125
16126         * modules/lseek (License): Use the synonymous term "LGPLv2+".
16127         * modules/getdelim (License): Likewise.
16128
16129 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16130
16131         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
16132         * modules/d-type (License): Likewise.
16133         * modules/extensions (License): Likewise.
16134         * modules/fnmatch (License): Likewise.
16135         * modules/fseeko (License): Likewise.
16136         * modules/getaddrinfo (License): Likewise.
16137         * modules/getline (License): Likewise.
16138         * modules/getlogin_r (License): Likewise.
16139         * modules/getpass (License): Likewise.
16140         * modules/gettimeofday (License): Likewise.
16141         * modules/glob (License): Likewise.
16142         * modules/inet_ntop (License): Likewise.
16143         * modules/malloc (License): Likewise.
16144         * modules/malloca (License): Likewise.
16145         * modules/memmem (License): Likewise.
16146         * modules/mempcpy (License): Likewise.
16147         * modules/memset (License): Likewise.
16148         * modules/minmax (License): Likewise.
16149         * modules/mktime (License): Likewise.
16150         * modules/netinet_in (License): Likewise.
16151         * modules/pathmax (License): Likewise.
16152         * modules/poll (License): Likewise.
16153         * modules/regex (License): Likewise.
16154         * modules/snprintf (License): Likewise.
16155         * modules/stdbool (License): Likewise.
16156         * modules/stdint (License): Likewise.
16157         * modules/stdio (License): Likewise.
16158         * modules/strcase (License): Likewise.
16159         * modules/strcasestr (License): Likewise.
16160         * modules/strdup (License): Likewise.
16161         * modules/string (License): Likewise.
16162         * modules/strndup (License): Likewise.
16163         * modules/strnlen (License): Likewise.
16164         * modules/strpbrk (License): Likewise.
16165         * modules/strptime (License): Likewise.
16166         * modules/strsep (License): Likewise.
16167         * modules/sys_select (License): Likewise.
16168         * modules/sys_socket (License): Likewise.
16169         * modules/sys_stat (License): Likewise.
16170         * modules/sys_time (License): Likewise.
16171         * modules/time (License): Likewise.
16172         * modules/time_r (License): Likewise.
16173         * modules/timegm (License): Likewise.
16174         * modules/unistd (License): Likewise.
16175         * modules/vsnprintf (License): Likewise.
16176         * modules/wctype (License): Likewise.
16177
16178 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16179
16180         * modules/argz (License): LGPLv2+.
16181
16182 2007-07-15  Karl Berry  <karl@gnu.org>
16183
16184         * doc/gnulib.texi: revise node structure per new fdl.texi.
16185
16186 2007-07-14  Bruno Haible  <bruno@clisp.org>
16187
16188         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
16189         the output file.
16190         * lib/uniname/uninames.h: Regenerated.
16191
16192 2007-07-14  Karl Berry  <karl@gnu.org>
16193
16194         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
16195         omitting sectioning and index commands.
16196
16197 2007-07-13  Bruno Haible  <bruno@clisp.org>
16198
16199         New gnulib-tool option --more-symlinks.
16200         * gnulib-tool (func_usage): Document --more-symlinks.
16201         (do_copyrights): New variable.
16202         Recognize option --more-symlinks.
16203         (func_import): Don't add a copyright notice transform to
16204         sed_transform_lib_file if do_copyrights is empty.
16205
16206 2007-07-13  Bruno Haible  <bruno@clisp.org>
16207
16208         * lib/vasnprintf.c (decimal_point_char): Define also if
16209         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
16210         && !NEED_PRINTF_DIRECTIVE_A.
16211         Reported by Clemens Koller <clemens.koller@anagramm.de> via
16212         Gary V. Vaughan <gary@gnu.org>.
16213
16214 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
16215
16216         * lib/inttypes_.h: Undo previous change, since it was fixed
16217         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
16218
16219 2007-07-13  Bruno Haible  <bruno@clisp.org>
16220
16221         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
16222         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
16223
16224 2007-07-13  Jim Meyering  <jim@meyering.net>
16225
16226         df: Don't fail for Tru64's "file-on-file mount".
16227         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
16228         so we fall through and use statfs instead.  Details here:
16229         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
16230         Reported by Albert Chin.
16231
16232 2007-07-13  Bruno Haible  <bruno@clisp.org>
16233
16234         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
16235         * modules/configmake (License): Likewise.
16236         * modules/gettext (License): Likewise.
16237         * modules/gettext-h (License): Likewise.
16238         * modules/include_next (License): Likewise.
16239         * modules/link-warning (License): Likewise.
16240         * modules/localcharset (License): Likewise.
16241         * modules/localename (License): Likewise.
16242         * modules/lock (License): Likewise.
16243         * modules/relocatable-lib-lgpl (License): Likewise.
16244         * modules/size_max (License): Likewise.
16245         * modules/vasnprintf (License): Likewise.
16246         * modules/wchar (License): Likewise.
16247         * modules/xsize (License): Likewise.
16248
16249 2007-07-13  Bruno Haible  <bruno@clisp.org>
16250
16251         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
16252         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
16253
16254 2007-07-12  Bruno Haible  <bruno@clisp.org>
16255
16256         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
16257         in the modules files.
16258
16259 2007-07-11  Karl Berry  <karl@gnu.org>
16260
16261         * MODULES.html.sh (func_module): use
16262          sed -e '\|^'"${includefile}"'$|d'
16263          instead of /.../d, to avoid errors on $includefile's containing /.
16264
16265 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16266
16267         * gnulib-tool (func_import): Avoid duplication of --avoid
16268         statements
16269         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
16270         names to `_' in variable names.
16271
16272 2007-07-10  Eric Blake  <ebb9@byu.net>
16273
16274         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
16275         * NEWS: Document this change.
16276
16277 2007-07-08  Bruno Haible  <bruno@clisp.org>
16278
16279         Update to Unicode 5.0.
16280         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
16281         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
16282         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
16283         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
16284         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
16285         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
16286         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
16287         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
16288         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
16289         U+10A3F, U+1D242..U+1D244.
16290         (nonspacing_table_ind): Update.
16291         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
16292         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
16293
16294 2007-07-08  Bruno Haible  <bruno@clisp.org>
16295
16296         Update to Unicode 5.0.
16297         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
16298         code transform. Extend the name index field of unicode_name_to_code and
16299         unicode_code_to_name from 16 to 24 bits.
16300         * lib/uniname/uniname.c (unicode_character_name,
16301         unicode_name_character): Add the range 0x12xxx to the code transform.
16302         * lib/uniname/uninames.h: Regenerated.
16303         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
16304
16305 2007-07-07  Bruno Haible  <bruno@clisp.org>
16306
16307         * modules/wcwidth-tests: New file.
16308         * tests/test-wcwidth.c: New file.
16309
16310         Work around MacOS X wcwidth() bug.
16311         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
16312         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
16313         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
16314         original wcwidth in non-UTF-8 locales.
16315         * modules/wcwidth (Depends-on): Add localcharset, streq,
16316         uniwidth/width.
16317         * doc/functions/wcwidth.texi: Update.
16318
16319 2007-07-07  Bruno Haible  <bruno@clisp.org>
16320
16321         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
16322         (wcwidth): New declaration.
16323         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
16324         macros.
16325         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
16326         here. Prepare for creating <wchar.h> unconditionally.
16327         * modules/wchar (Depends-on): Add link-warning.
16328         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
16329         REPLACE_WCWIDTH, and GL_LINK_WARNING.
16330         * lib/wcwidth.h: Remove file.
16331         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
16332         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
16333         * modules/wcwidth (Files): Remove lib/wcwidth.h.
16334         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
16335         (Include): Replace wcwidth.h with <wchar.h>.
16336         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
16337         * lib/mbchar.h: Don't include wcwidth.h.
16338         * lib/mbswidth.c: Likewise.
16339         * NEWS: Mention the change.
16340
16341 2007-07-07  Bruno Haible  <bruno@clisp.org>
16342
16343         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
16344         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
16345         definition with an external declaration.
16346         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
16347         defined as a function. Remove AC_C_INLINE requirement.
16348         * modules/wcwidth (Files): Add lib/wcwidth.c.
16349         (Makefile.am): Remove redundant statement.
16350
16351 2007-07-07  Bruno Haible  <bruno@clisp.org>
16352
16353         * MODULES.html.sh (Unicode string functions): Add the new modules.
16354
16355         * tests/uniwidth/test-u32-strwidth.c: New file.
16356         * modules/uniwidth/u32-strwidth-tests: New file.
16357
16358         * lib/uniwidth/u32-strwidth.c: New file.
16359         * modules/uniwidth/u32-strwidth: New file.
16360
16361         * tests/uniwidth/test-u16-strwidth.c: New file.
16362         * modules/uniwidth/u16-strwidth-tests: New file.
16363
16364         * lib/uniwidth/u16-strwidth.c: New file.
16365         * modules/uniwidth/u16-strwidth: New file.
16366
16367         * tests/uniwidth/test-u8-strwidth.c: New file.
16368         * modules/uniwidth/u8-strwidth-tests: New file.
16369
16370         * lib/uniwidth/u8-strwidth.c: New file.
16371         * modules/uniwidth/u8-strwidth: New file.
16372
16373         * tests/uniwidth/test-u32-width.c: New file.
16374         * modules/uniwidth/u32-width-tests: New file.
16375
16376         * lib/uniwidth/u32-width.c: New file.
16377         * modules/uniwidth/u32-width: New file.
16378
16379         * tests/uniwidth/test-u16-width.c: New file.
16380         * modules/uniwidth/u16-width-tests: New file.
16381
16382         * lib/uniwidth/u16-width.c: New file.
16383         * modules/uniwidth/u16-width: New file.
16384
16385         * tests/uniwidth/test-u8-width.c: New file.
16386         * modules/uniwidth/u8-width-tests: New file.
16387
16388         * lib/uniwidth/u8-width.c: New file.
16389         * modules/uniwidth/u8-width: New file.
16390
16391         * tests/uniwidth/test-uc_width.c: New file.
16392         * modules/uniwidth/width-tests: New file.
16393
16394         * lib/uniwidth/width.c: New file, from GNU libiconv.
16395         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
16396         * modules/uniwidth/width: New file.
16397
16398         * lib/uniwidth.h: New file, from GNU libiconv.
16399         * modules/uniwidth/base: New file.
16400
16401 2007-07-07  Bruno Haible  <bruno@clisp.org>
16402
16403         * lib/uniname.h: New file, from GNU gettext.
16404         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
16405         * lib/uniname/uninames.h: New file, from GNU gettext.
16406         * lib/uniname/uniname.c: New file, from GNU gettext.
16407         * tests/uniname/test-uninames.sh: New file.
16408         * tests/uniname/test-uninames.c: New file, from GNU gettext.
16409         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
16410         * modules/uniname/base: New file.
16411         * modules/uniname/uniname: New file.
16412         * modules/uniname/uniname-tests: New file.
16413         * MODULES.html.sh (Unicode string functions): Add the new modules.
16414
16415 2007-07-06  Bruno Haible  <bruno@clisp.org>
16416
16417         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
16418
16419 2007-07-06  Bruno Haible  <bruno@clisp.org>
16420
16421         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
16422         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
16423         includes <cygwin/sys_time.h> which includes <sys/select.h> which
16424         include <sys/time.h>.
16425         Reported by Eric Blake.
16426
16427 2007-07-06  Eric Blake  <ebb9@byu.net>
16428
16429         Fix testing canonicalize on cygwin.
16430         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
16431         Revert patch from 2007-06-19.
16432         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
16433         canonicalize module is also in use.
16434         * tests/test-canonicalize.c: New file.
16435         * tests/test-canonicalize.sh: Likewise.
16436         * modules/canonicalize-tests: Likewise.
16437
16438 2007-07-06  Jim Meyering  <jim@meyering.net>
16439
16440         * lib/getugroups.c (getugroups): Detect getgrent failure.
16441         Adjust comment to reflect reality: this function may return -1.
16442
16443 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
16444
16445         * build-aux/bootstrap (TP_URL,get_translations): Update to use
16446         the new TP address.
16447         (usage): Fix typo
16448         (gnulib_mk): New variable.
16449
16450 2007-07-05  Jim Meyering  <jim@meyering.net>
16451
16452         Don't let endgrent clobber errno, no matter how improbable.
16453         * lib/getugroups.c (getugroups): Save and restore errno around
16454         endgrent call.
16455
16456         Close the group DB even when failing with 2^31 or more members.
16457         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
16458
16459 2007-07-04  Jim Meyering  <jim@meyering.net>
16460
16461         * lib/getugroups.h: New file.
16462         * lib/getugroups.c: Include "getugroups.h".
16463         Remove uses of "register" keyword.
16464         Move local variable, "cp", down into scope where used.
16465         Give "username" parameter the "const" attribute.
16466         * modules/getugroups (Files): Add lib/getugroups.h
16467
16468 2007-07-04  Karl Berry  <karl@gnu.org>
16469
16470         * MODULES.html.sh (func_all_modules): Complete rename of
16471         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
16472
16473 2007-07-02  Bruno Haible  <bruno@clisp.org>
16474
16475         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
16476         mode, when inttypes.h comes from gnulib.
16477         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
16478
16479 2007-07-02  Simon Josefsson  <simon@josefsson.org>
16480
16481         * NEWS: Mention lgpl module name change.
16482
16483         * modules/lgpl-2.1: Renamed from lgpl.
16484
16485         * NEWS: Mention gpl module name change.
16486
16487         * modules/gpl-3.0: New file, based on gpl-2.0.
16488
16489         * modules/gpl-2.0: Renamed from gpl.
16490
16491         * modules/gpl: Fix filename, doc/gpl.texi is now found at
16492         doc/gpl-2.0.texi.
16493
16494 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16495
16496         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
16497         #define __STDC_LIMIT_MACROS temporarily while including
16498         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
16499         Problem reported by Joel E. Denny in
16500         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
16501
16502 2007-07-01  Bruno Haible  <bruno@clisp.org>
16503
16504         * lib/unistdio.h: New file.
16505         * lib/unistdio/u-asnprintf.h: New file.
16506         * lib/unistdio/u-asprintf.h: New file.
16507         * lib/unistdio/u-printf-args.c: New file.
16508         * lib/unistdio/u-printf-args.h: New file.
16509         * lib/unistdio/u-printf-parse.h: New file.
16510         * lib/unistdio/u-snprintf.h: New file.
16511         * lib/unistdio/u-sprintf.h: New file.
16512         * lib/unistdio/u-vasprintf.h: New file.
16513         * lib/unistdio/u-vsnprintf.h: New file.
16514         * lib/unistdio/u-vsprintf.h: New file.
16515         * lib/unistdio/ulc-asnprintf.c: New file.
16516         * lib/unistdio/ulc-asprintf.c: New file.
16517         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
16518         * lib/unistdio/ulc-printf-parse.c: New file.
16519         * lib/unistdio/ulc-snprintf.c: New file.
16520         * lib/unistdio/ulc-sprintf.c: New file.
16521         * lib/unistdio/ulc-vasnprintf.c: New file.
16522         * lib/unistdio/ulc-vasprintf.c: New file.
16523         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
16524         * lib/unistdio/ulc-vsnprintf.c: New file.
16525         * lib/unistdio/ulc-vsprintf.c: New file.
16526         * lib/unistdio/u8-asnprintf.c: New file.
16527         * lib/unistdio/u8-asprintf.c: New file.
16528         * lib/unistdio/u8-printf-parse.c: New file.
16529         * lib/unistdio/u8-snprintf.c: New file.
16530         * lib/unistdio/u8-sprintf.c: New file.
16531         * lib/unistdio/u8-vasnprintf.c: New file.
16532         * lib/unistdio/u8-vasprintf.c: New file.
16533         * lib/unistdio/u8-vsnprintf.c: New file.
16534         * lib/unistdio/u8-vsprintf.c: New file.
16535         * lib/unistdio/u8-u8-asnprintf.c: New file.
16536         * lib/unistdio/u8-u8-asprintf.c: New file.
16537         * lib/unistdio/u8-u8-snprintf.c: New file.
16538         * lib/unistdio/u8-u8-sprintf.c: New file.
16539         * lib/unistdio/u8-u8-vasnprintf.c: New file.
16540         * lib/unistdio/u8-u8-vasprintf.c: New file.
16541         * lib/unistdio/u8-u8-vsnprintf.c: New file.
16542         * lib/unistdio/u8-u8-vsprintf.c: New file.
16543         * lib/unistdio/u16-asnprintf.c: New file.
16544         * lib/unistdio/u16-asprintf.c: New file.
16545         * lib/unistdio/u16-printf-parse.c: New file.
16546         * lib/unistdio/u16-snprintf.c: New file.
16547         * lib/unistdio/u16-sprintf.c: New file.
16548         * lib/unistdio/u16-vasnprintf.c: New file.
16549         * lib/unistdio/u16-vasprintf.c: New file.
16550         * lib/unistdio/u16-vsnprintf.c: New file.
16551         * lib/unistdio/u16-vsprintf.c: New file.
16552         * lib/unistdio/u16-u16-asnprintf.c: New file.
16553         * lib/unistdio/u16-u16-asprintf.c: New file.
16554         * lib/unistdio/u16-u16-snprintf.c: New file.
16555         * lib/unistdio/u16-u16-sprintf.c: New file.
16556         * lib/unistdio/u16-u16-vasnprintf.c: New file.
16557         * lib/unistdio/u16-u16-vasprintf.c: New file.
16558         * lib/unistdio/u16-u16-vsnprintf.c: New file.
16559         * lib/unistdio/u16-u16-vsprintf.c: New file.
16560         * lib/unistdio/u32-asnprintf.c: New file.
16561         * lib/unistdio/u32-asprintf.c: New file.
16562         * lib/unistdio/u32-printf-parse.c: New file.
16563         * lib/unistdio/u32-snprintf.c: New file.
16564         * lib/unistdio/u32-sprintf.c: New file.
16565         * lib/unistdio/u32-vasnprintf.c: New file.
16566         * lib/unistdio/u32-vasprintf.c: New file.
16567         * lib/unistdio/u32-vsnprintf.c: New file.
16568         * lib/unistdio/u32-vsprintf.c: New file.
16569         * lib/unistdio/u32-u32-asnprintf.c: New file.
16570         * lib/unistdio/u32-u32-asprintf.c: New file.
16571         * lib/unistdio/u32-u32-snprintf.c: New file.
16572         * lib/unistdio/u32-u32-sprintf.c: New file.
16573         * lib/unistdio/u32-u32-vasnprintf.c: New file.
16574         * lib/unistdio/u32-u32-vasprintf.c: New file.
16575         * lib/unistdio/u32-u32-vsnprintf.c: New file.
16576         * lib/unistdio/u32-u32-vsprintf.c: New file.
16577         * tests/unistdio/test-ulc-asnprintf1.c: New file.
16578         * tests/unistdio/test-ulc-asnprintf1.h: New file.
16579         * tests/unistdio/test-ulc-printf1.h: New file.
16580         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
16581         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
16582         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
16583         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
16584         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
16585         * tests/unistdio/test-ulc-vasprintf1.c: New file.
16586         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
16587         * tests/unistdio/test-ulc-vsprintf1.c: New file.
16588         * tests/unistdio/test-u8-asnprintf1.c: New file.
16589         * tests/unistdio/test-u8-asnprintf1.h: New file.
16590         * tests/unistdio/test-u8-printf1.h: New file.
16591         * tests/unistdio/test-u8-vasnprintf1.c: New file.
16592         * tests/unistdio/test-u8-vasnprintf2.c: New file.
16593         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
16594         * tests/unistdio/test-u8-vasnprintf3.c: New file.
16595         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
16596         * tests/unistdio/test-u8-vasprintf1.c: New file.
16597         * tests/unistdio/test-u8-vsnprintf1.c: New file.
16598         * tests/unistdio/test-u8-vsprintf1.c: New file.
16599         * tests/unistdio/test-u16-asnprintf1.c: New file.
16600         * tests/unistdio/test-u16-asnprintf1.h: New file.
16601         * tests/unistdio/test-u16-printf1.h: New file.
16602         * tests/unistdio/test-u16-vasnprintf1.c: New file.
16603         * tests/unistdio/test-u16-vasnprintf2.c: New file.
16604         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
16605         * tests/unistdio/test-u16-vasnprintf3.c: New file.
16606         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
16607         * tests/unistdio/test-u16-vasprintf1.c: New file.
16608         * tests/unistdio/test-u16-vsnprintf1.c: New file.
16609         * tests/unistdio/test-u16-vsprintf1.c: New file.
16610         * tests/unistdio/test-u32-asnprintf1.c: New file.
16611         * tests/unistdio/test-u32-asnprintf1.h: New file.
16612         * tests/unistdio/test-u32-printf1.h: New file.
16613         * tests/unistdio/test-u32-vasnprintf1.c: New file.
16614         * tests/unistdio/test-u32-vasnprintf2.c: New file.
16615         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
16616         * tests/unistdio/test-u32-vasnprintf3.c: New file.
16617         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
16618         * tests/unistdio/test-u32-vasprintf1.c: New file.
16619         * tests/unistdio/test-u32-vsnprintf1.c: New file.
16620         * tests/unistdio/test-u32-vsprintf1.c: New file.
16621         * modules/unistdio/base: New file.
16622         * modules/unistdio/u-printf-args: New file.
16623         * modules/unistdio/ulc-asnprintf: New file.
16624         * modules/unistdio/ulc-asprintf: New file.
16625         * modules/unistdio/ulc-fprintf: New file.
16626         * modules/unistdio/ulc-printf-parse: New file.
16627         * modules/unistdio/ulc-snprintf: New file.
16628         * modules/unistdio/ulc-sprintf: New file.
16629         * modules/unistdio/ulc-vasnprintf: New file.
16630         * modules/unistdio/ulc-vasprintf: New file.
16631         * modules/unistdio/ulc-vfprintf: New file.
16632         * modules/unistdio/ulc-vsnprintf: New file.
16633         * modules/unistdio/ulc-vsprintf: New file.
16634         * modules/unistdio/u8-asnprintf: New file.
16635         * modules/unistdio/u8-asprintf: New file.
16636         * modules/unistdio/u8-printf-parse: New file.
16637         * modules/unistdio/u8-snprintf: New file.
16638         * modules/unistdio/u8-sprintf: New file.
16639         * modules/unistdio/u8-vasnprintf: New file.
16640         * modules/unistdio/u8-vasprintf: New file.
16641         * modules/unistdio/u8-vsnprintf: New file.
16642         * modules/unistdio/u8-vsprintf: New file.
16643         * modules/unistdio/u8-u8-asnprintf: New file.
16644         * modules/unistdio/u8-u8-asprintf: New file.
16645         * modules/unistdio/u8-u8-snprintf: New file.
16646         * modules/unistdio/u8-u8-sprintf: New file.
16647         * modules/unistdio/u8-u8-vasnprintf: New file.
16648         * modules/unistdio/u8-u8-vasprintf: New file.
16649         * modules/unistdio/u8-u8-vsnprintf: New file.
16650         * modules/unistdio/u8-u8-vsprintf: New file.
16651         * modules/unistdio/u16-asnprintf: New file.
16652         * modules/unistdio/u16-asprintf: New file.
16653         * modules/unistdio/u16-printf-parse: New file.
16654         * modules/unistdio/u16-snprintf: New file.
16655         * modules/unistdio/u16-sprintf: New file.
16656         * modules/unistdio/u16-vasnprintf: New file.
16657         * modules/unistdio/u16-vasprintf: New file.
16658         * modules/unistdio/u16-vsnprintf: New file.
16659         * modules/unistdio/u16-vsprintf: New file.
16660         * modules/unistdio/u16-u16-asnprintf: New file.
16661         * modules/unistdio/u16-u16-asprintf: New file.
16662         * modules/unistdio/u16-u16-snprintf: New file.
16663         * modules/unistdio/u16-u16-sprintf: New file.
16664         * modules/unistdio/u16-u16-vasnprintf: New file.
16665         * modules/unistdio/u16-u16-vasprintf: New file.
16666         * modules/unistdio/u16-u16-vsnprintf: New file.
16667         * modules/unistdio/u16-u16-vsprintf: New file.
16668         * modules/unistdio/u32-asnprintf: New file.
16669         * modules/unistdio/u32-asprintf: New file.
16670         * modules/unistdio/u32-printf-parse: New file.
16671         * modules/unistdio/u32-snprintf: New file.
16672         * modules/unistdio/u32-sprintf: New file.
16673         * modules/unistdio/u32-vasnprintf: New file.
16674         * modules/unistdio/u32-vasprintf: New file.
16675         * modules/unistdio/u32-vsnprintf: New file.
16676         * modules/unistdio/u32-vsprintf: New file.
16677         * modules/unistdio/u32-u32-asnprintf: New file.
16678         * modules/unistdio/u32-u32-asprintf: New file.
16679         * modules/unistdio/u32-u32-snprintf: New file.
16680         * modules/unistdio/u32-u32-sprintf: New file.
16681         * modules/unistdio/u32-u32-vasnprintf: New file.
16682         * modules/unistdio/u32-u32-vasprintf: New file.
16683         * modules/unistdio/u32-u32-vsnprintf: New file.
16684         * modules/unistdio/u32-u32-vsprintf: New file.
16685         * modules/unistdio/ulc-asnprintf-tests: New file.
16686         * modules/unistdio/ulc-vasnprintf-tests: New file.
16687         * modules/unistdio/ulc-vasprintf-tests: New file.
16688         * modules/unistdio/ulc-vsnprintf-tests: New file.
16689         * modules/unistdio/ulc-vsprintf-tests: New file.
16690         * modules/unistdio/u8-asnprintf-tests: New file.
16691         * modules/unistdio/u8-vasnprintf-tests: New file.
16692         * modules/unistdio/u8-vasprintf-tests: New file.
16693         * modules/unistdio/u8-vsnprintf-tests: New file.
16694         * modules/unistdio/u8-vsprintf-tests: New file.
16695         * modules/unistdio/u16-asnprintf-tests: New file.
16696         * modules/unistdio/u16-vasnprintf-tests: New file.
16697         * modules/unistdio/u16-vasprintf-tests: New file.
16698         * modules/unistdio/u16-vsnprintf-tests: New file.
16699         * modules/unistdio/u16-vsprintf-tests: New file.
16700         * modules/unistdio/u32-asnprintf-tests: New file.
16701         * modules/unistdio/u32-vasnprintf-tests: New file.
16702         * modules/unistdio/u32-vasprintf-tests: New file.
16703         * modules/unistdio/u32-vsnprintf-tests: New file.
16704         * modules/unistdio/u32-vsprintf-tests: New file.
16705         * MODULES.html.sh (Unicode string functions): Add the new modules.
16706
16707 2007-07-01  Bruno Haible  <bruno@clisp.org>
16708
16709         * lib/sprintf.c (sprintf): Limit the available length estimation,
16710         to avoid address wraparound.
16711         * lib/vsprintf.c (vsprintf): Likewise.
16712         * modules/sprintf-posix (Dependencies): Add stdint.
16713         * modules/vsprintf-posix (Dependencies): Likewise.
16714
16715 2007-07-01  Bruno Haible  <bruno@clisp.org>
16716
16717         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
16718         Windows PATH as well. Conservative double-quoting. Comments.
16719
16720 2007-07-01  Bruno Haible  <bruno@clisp.org>
16721             Eric Blake  <ebb9@byu.net>
16722             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16723
16724         * gnulib-tool (self_abspathname): Fix algorithm to cope with
16725         empty components in $PATH, denoting '.'.
16726
16727 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16728
16729         * gnulib-tool: Fix indentation.
16730         (func_create_megatestdir): Likewise.
16731         Report by Bruno Haible.
16732
16733 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16734
16735         Sync from Automake.
16736         * build-aux/gnupload: Fix shell portability issues with for loops.
16737         Report by Karl Berry.
16738
16739 2007-06-29  Simon Josefsson  <simon@josefsson.org>
16740
16741         * build-aux/maint.mk (POURL): Use translationproject.org.
16742
16743 2007-06-27  Simon Josefsson  <simon@josefsson.org>
16744             Bruno Haible  <bruno@clisp.org>
16745
16746         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
16747         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
16748         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
16749         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
16750         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
16751
16752 2007-06-27  Bruno Haible  <bruno@clisp.org>
16753
16754         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
16755         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
16756
16757 2007-06-26  Karl Berry  <karl@gnu.org>
16758
16759         * MODULES.html.sh: remove xreadlink-with-size.
16760
16761 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16762
16763         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
16764         method that I hope also handles the double-include problem noted
16765         by Bruno Haible in
16766         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
16767
16768 2007-06-23  Bruno Haible  <bruno@clisp.org>
16769
16770         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16771         Don't let the 'mostlyclean' target fail if the last subdirectory could
16772         not be removed.
16773         Reported by Karl Berry.
16774
16775 2007-06-23  Bruno Haible  <bruno@clisp.org>
16776
16777         * gnulib-tool (echo): Add a speedier workaround for ksh.
16778         * tests/test-echo.sh: Likewise.
16779
16780 2007-06-23  Bruno Haible  <bruno@clisp.org>
16781
16782         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
16783         * tests/test-echo.sh: Likewise.
16784
16785 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16786
16787         * gnulib-tool (IFS): Initialize early, so we don't set it to
16788         empty later.
16789         (self_abspathname): Rewrite algorithm to set it, reindent.
16790         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
16791         (func_create_megatestdir): Merge some sed scripts.
16792
16793 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16794
16795         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
16796         exposed by Sun Studio 11 cc on Solaris 8.
16797
16798 2007-06-22  Bruno Haible  <bruno@clisp.org>
16799
16800         * gnulib-tool (echo): Ensure the echo primitive does not interpret
16801         backslashes.
16802         * tests/test-echo.sh: New file.
16803
16804 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16805
16806         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
16807         simplify `sed_replace_build_aux' scripts, they are portable but
16808         echoing them with `echo' is not.
16809         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
16810
16811 2007-06-21  Karl Berry  <karl@gnu.org>
16812
16813         * config/srclist.txt: guess we can't handle the licenses via
16814         srclist at the moment.
16815
16816 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16817
16818         * MODULES.html.sh: Add include_next.
16819         * modules/include_next: New file.
16820
16821 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16822
16823         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
16824         INCLUDE_NEXT.
16825         (gl_CHECK_NEXT_HEADERS): New macro.
16826         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
16827         the obsolescent gl_ABSOLUTE_HEADER.
16828         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
16829         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
16830         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
16831         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
16832         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
16833         * m4/math_h.m4 (gl_MATH_H): Likewise.
16834         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
16835         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
16836         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
16837         * m4/stdint.m4 (gl_STDINT_H): Likewise.
16838         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
16839         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
16840         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
16841         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
16842         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
16843         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
16844         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
16845         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
16846         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
16847         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
16848         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
16849         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
16850         * m4/inttypes.m4 (gl_INTTYPES_H): Define
16851         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
16852         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
16853         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
16854         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
16855         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
16856         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
16857         * lib/float_.h: Likewise.
16858         * lib/inttypes_.h: Likewise.
16859         * lib/math_.h: Likewise.
16860         * lib/search_.h: Likewise.
16861         * lib/signal_.h: Likewise.
16862         * lib/stdint_.h: Likewise.
16863         * lib/stdio_.h: Likewise.
16864         * lib/stdlib_.h: Likewise.
16865         * lib/string_.h: Likewise.
16866         * lib/sys_stat_.h: Likewise.
16867         * lib/sys_time_.h: Likewise.
16868         * lib/time_.h: Likewise.
16869         * lib/unistd_.h: Likewise.
16870         * lib/wchar_.h: Likewise.
16871         * lib/wctype_.h: Likewise.
16872         * lib/dirent_.h: Likewise.
16873         * lib/iconv_.h: Likewise.
16874         * lib/locale_.h: Likewise.
16875         * lib/netinet_in_.h: Likewise.
16876         * lib/sys_select_.h: Likewise.
16877         * lib/sys_socket_.h: Likewise.
16878         * lib/sysexits_.h: Likewise.
16879         * modules/fcntl (Depends-on): Depend on include_next, not
16880         absolute_header.
16881         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
16882         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
16883         * modules/fchdir: Likewise.
16884         * modules/float: Likewise.
16885         * modules/iconv_open: Likewise.
16886         * modules/inttypes: Likewise.
16887         * modules/locale: Likewise.
16888         * modules/math: Likewise.
16889         * modules/netinet_in: Likewise.
16890         * modules/search: Likewise.
16891         * modules/signal: Likewise.
16892         * modules/stdint: Likewise.
16893         * modules/stdio: Likewise.
16894         * modules/stdlib: Likewise.
16895         * modules/string: Likewise.
16896         * modules/sys_select: Likewise.
16897         * modules/sys_socket: Likewise.
16898         * modules/sys_stat: Likewise.
16899         * modules/sys_time: Likewise.
16900         * modules/sysexits: Likewise.
16901         * modules/time: Likewise.
16902         * modules/unistd: Likewise.
16903         * modules/wchar: Likewise.
16904         * modules/wctype: Likewise.
16905         * modules/sys_stat: Change maintainer to "all".
16906         * modules/unistd: Likewise.
16907
16908 2007-06-20  Karl Berry  <karl@gnu.org>
16909
16910         * config/srclist.txt: track www changes in license files.
16911
16912 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
16913
16914         * build-aux/bootstrap: Remove stray dot.
16915         Make sure build_aux settings are honored when linking
16916         gnulib_extra_files.
16917
16918 2007-06-19  Eric Blake  <ebb9@byu.net>
16919
16920         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
16921         Allow compilation on cygwin.
16922
16923 2007-06-19  Jim Meyering  <jim@meyering.net>
16924
16925         xreadlink-with-size: Remove module.  No longer used.
16926         Ex-callers now use xreadlink or mreadlink-with-size.
16927         * modules/xreadlink-with-size: Remove module.
16928         * lib/xreadlink-with-size.c: Remove file.
16929         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
16930         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
16931         just before the function definition *is* accurate.
16932
16933         Eliminate one way canonicalize_filename_mode could exit.
16934         * lib/canonicalize.c (canonicalize_filename_mode):
16935         Use mreadlink_with_size, not xreadlink_with_size.
16936
16937 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
16938
16939         Detect porting problems to FreeBSD/arm, which has time_t wider than
16940         long int.  Original problem reported for GNU diff by Xin Li in
16941         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
16942         * modules/getdate (Depends-on): Add intprops, verify.
16943         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
16944         is an integer type no wider than long int.
16945
16946 2007-06-18  Jim Meyering  <jim@meyering.net>
16947
16948         New module: mreadlink-with-size.
16949         * MODULES.html.sh: Add mreadlink-with-size.
16950         * modules/mreadlink-with-size: New module
16951         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
16952         not xreadlink-with-size.
16953         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
16954
16955 2007-06-16  Bruno Haible  <bruno@clisp.org>
16956
16957         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
16958         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
16959         Reported by Gary V. Vaughan <gary@gnu.org>.
16960
16961 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
16962
16963         Revamp lchown so that it lives in unistd.h where it belongs.
16964         * lib/lchown.h: Remove.
16965         * lib/dirchownmod.c: Don't include lib/lchown.h.
16966         * lib/fchownat.c: Likewise.
16967         * lib/openat.c: Likewise.
16968         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
16969         does not follow symlinks.
16970         (EOPNOTSUPP): Define if not defined.
16971         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
16972         is defined to 0.
16973         (lchown): New decl.
16974         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
16975         Do not check for lchown decl.
16976         Set REPLACE_LCHOWN.
16977         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
16978         REPLACE_LCHOWN.
16979         * modules/chown: Make it clear it follows symlinks.
16980         * modules/lchown: Make it clear it doesn't follow symlinks.
16981         (Files): Remove lib/lchown.h
16982         (Depends-on): Add unistd.
16983         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
16984         (Include): Include <unistd.h>, not "lchown.h".
16985         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
16986         REPLACE_LCHOWN.
16987
16988 2007-06-15  Jim Meyering  <jim@meyering.net>
16989
16990         Change license (GPL to LGPL) of fsusage and dependents.
16991         * modules/fsusage (License): Change to LGPL.
16992         * modules/full-read (License): Likewise.
16993         * modules/full-write (License): Likewise.
16994         * modules/safe-read (License): Likewise.
16995         * modules/safe-write (License): Likewise.
16996
16997 2007-06-14  Ben Pfaff  <blp@gnu.org>
16998
16999         Missing part of allocsa -> malloca transition.
17000         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
17001         gl_MALLOCA.
17002
17003 2007-06-12  Bruno Haible  <bruno@clisp.org>
17004
17005         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
17006         to ia64, x86_64, i386.
17007         Reported by Eric Blake.
17008
17009 2007-06-12  Bruno Haible  <bruno@clisp.org>
17010
17011         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
17012         cross-compiling to x86_64.
17013
17014 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
17015
17016         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
17017         glitch reported by Ralf Wildenhues in
17018         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
17019
17020         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
17021         Vin Shelton.
17022
17023 2007-06-11  Bruno Haible  <bruno@clisp.org>
17024
17025         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
17026         replacement string.
17027         Reported by Eric Blake.
17028
17029 2007-06-10  Bruno Haible  <bruno@clisp.org>
17030
17031         Prepare vasnprintf code for use with Unicode strings.
17032         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
17033         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
17034         TYPE_U32_STRING.
17035         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
17036         a_u32_string variants.
17037         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17038         * lib/printf-args.c: Don't include config.h and the specification
17039         header if PRINTF_FETCHARGS is already defined.
17040         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17041         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
17042         TYPE_U16_STRING, TYPE_U32_STRING.
17043         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
17044         u16_directive, u16_directives, u32_directive, u32_directives): New
17045         types.
17046         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
17047         New declarations.
17048         * lib/printf-parse.c: Don't include config.h and the specification
17049         header if PRINTF_PARSE is already defined. Eliminate the set of
17050         parameters for WIDE_CHAR_VERSION; the user of this file must provide
17051         them now. Include c-ctype.h.
17052         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
17053         directive and CHAR_T_ONLY_ASCII.
17054         * lib/vasnprintf.c: Don't include config.h and the specification header
17055         if VASNPRINTF is already defined.
17056         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
17057         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
17058         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
17059         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
17060         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
17061         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
17062         code accordingly.
17063         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
17064         pad_ourselves also in this case, with the 'c' and 's' directives, and
17065         with a different notion of "width".
17066         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
17067
17068 2007-06-10  Bruno Haible  <bruno@clisp.org>
17069
17070         * modules/unistr/u32-mbsnlen: New file.
17071         * lib/unistr/u32-mbsnlen.c: New file.
17072
17073         * modules/unistr/u16-mbsnlen: New file.
17074         * lib/unistr/u16-mbsnlen.c: New file.
17075
17076         * modules/unistr/u8-mbsnlen: New file.
17077         * lib/unistr/u8-mbsnlen.c: New file.
17078
17079         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
17080         declarations.
17081
17082 2007-06-10  Bruno Haible  <bruno@clisp.org>
17083
17084         * lib/string_.h (mbsnlen): New declaration.
17085         * lib/mbsnlen.c: New file.
17086         * m4/mbsnlen.m4: New file.
17087         * modules/mbsnlen: New file.
17088         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
17089         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
17090         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
17091
17092 2007-06-10  Bruno Haible  <bruno@clisp.org>
17093
17094         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
17095
17096 2007-06-10  Bruno Haible  <bruno@clisp.org>
17097
17098         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
17099         * lib/mbuiter.h: Likewise.
17100
17101 2007-06-10  Bruno Haible  <bruno@clisp.org>
17102
17103         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
17104         declaration.
17105
17106 2007-06-10  Karl Berry  <karl@gnu.org>
17107
17108         * config/srclist.txt: remove gettext entries, Bruno prefers
17109         to update individually.
17110
17111 2007-06-10  Bruno Haible  <bruno@clisp.org>
17112
17113         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
17114         'maxlen'. Ensure only length + width bytes are allocated, not
17115         length + 1 + width.
17116
17117 2007-06-09  Bruno Haible  <bruno@clisp.org>
17118
17119         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
17120         (CHAR_T): Remove macro.
17121         (VASNPRINTF): Update.
17122
17123 2007-06-09  Bruno Haible  <bruno@clisp.org>
17124
17125         * MODULES.html.sh (Unicode string functions): Add the new modules.
17126
17127         * modules/uniconv/u32-conv-to-enc: New file.
17128         * lib/uniconv/u32-conv-to-enc.c: New file.
17129         * modules/uniconv/u32-conv-to-enc-tests: New file.
17130         * tests/uniconv/test-u32-conv-to-enc.c: New file.
17131
17132         * modules/uniconv/u16-conv-to-enc: New file.
17133         * lib/uniconv/u16-conv-to-enc.c: New file.
17134         * lib/uniconv/u-conv-to-enc.h: New file.
17135         * modules/uniconv/u16-conv-to-enc-tests: New file.
17136         * tests/uniconv/test-u16-conv-to-enc.c: New file.
17137
17138         * modules/uniconv/u8-conv-to-enc: New file.
17139         * lib/uniconv/u8-conv-to-enc.c: New file.
17140         * modules/uniconv/u8-conv-to-enc-tests: New file.
17141         * tests/uniconv/test-u8-conv-to-enc.c: New file.
17142
17143         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
17144         u32_conv_to_encoding): New declarations.
17145
17146 2007-06-09  Bruno Haible  <bruno@clisp.org>
17147
17148         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
17149
17150 2007-06-09  Bruno Haible  <bruno@clisp.org>
17151
17152         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
17153         * modules/malloca: Renamed from modules/allocsa, updated.
17154         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
17155         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
17156         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
17157         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
17158         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
17159         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
17160         * modules/xmalloca: Renamed from modules/xallocsa, updated.
17161         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
17162         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
17163         * modules/c-strcasestr (Depends-on): Update.
17164         * lib/c-strcasestr.c: Update.
17165         * modules/c-strstr (Depends-on): Update.
17166         * lib/c-strstr.c: Update.
17167         * modules/canonicalize-lgpl (Depends-on): Update.
17168         * lib/canonicalize-lgpl.c: Update.
17169         * modules/clean-temp (Depends-on): Update.
17170         * lib/clean-temp.c: Update.
17171         * modules/csharpcomp (Depends-on): Update.
17172         * lib/csharpcomp.c: Update.
17173         * modules/csharpexec (Depends-on): Update.
17174         * lib/csharpexec.c: Update.
17175         * modules/javacomp (Depends-on): Update.
17176         * lib/javacomp.c: Update.
17177         * modules/javaexec (Depends-on): Update.
17178         * lib/javaexec.c: Update.
17179         * modules/mbscasestr (Depends-on): Update.
17180         * lib/mbscasestr.c: Update.
17181         * modules/mbsstr (Depends-on): Update.
17182         * lib/mbsstr.c: Update.
17183         * modules/setenv (Depends-on): Update.
17184         * lib/setenv.c: Update.
17185         * modules/strcasestr (Depends-on): Update.
17186         * lib/strcasestr.c: Update.
17187         * modules/striconveha (Depends-on): Update.
17188         * lib/striconveha.c: Update.
17189         * modules/relocatable-prog-wrapper (Files): Update.
17190         * lib/relocwrapper.c: Update.
17191         * build-aux/install-reloc: Update.
17192         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
17193
17194 2007-06-08  Bruno Haible  <bruno@clisp.org>
17195
17196         Port to uClibc.
17197         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
17198         * lib/fpurge.c (fpurge): Likewise.
17199         * lib/freading.c (freading): Likewise.
17200         * lib/fseeko.c (rpl_fseeko): Likewise.
17201         * lib/fseterr.c (fseterr): Likewise.
17202         * lib/fwriting.c (fwriting): Likewise.
17203         * tests/test-fflush.c (main): Avoid a failure on uClibc.
17204
17205 2007-06-08  Bruno Haible  <bruno@clisp.org>
17206
17207         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
17208         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
17209         * modules/gettext (Files): Add m4/intlmacosx.m4.
17210
17211 2007-06-07  Bruno Haible  <bruno@clisp.org>
17212
17213         * modules/localename-tests: New file.
17214         * tests/test-localename.c: New file.
17215
17216         New module 'localename'.
17217         * lib/localename.h: New file.
17218         * lib/localename.c: New file, from GNU gettext.
17219         * m4/localename.m4: New file.
17220         * modules/localename: New file.
17221
17222 2007-06-07  Bruno Haible  <bruno@clisp.org>
17223
17224         Work around the lack of <wchar.h> on some builds of uClibc.
17225         * doc/headers/wchar.texi: Update.
17226         * lib/wchar_.h: Include <wchar.h> only if it exists.
17227         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
17228         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
17229         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
17230         doesn't exist.
17231         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
17232         * modules/mbfile (Depends-on): Add wchar.
17233         * modules/mbiter (Depends-on): Likewise.
17234         * modules/mbuiter (Depends-on): Likewise.
17235         Reported by Simon Josefsson.
17236
17237 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17238
17239         Work around problem reported by Steven M. Schweda in
17240         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
17241         Tru64 5.1B with the Compaq compiler environment installed declares
17242         an 'isblank' function but does not define it in the C library.
17243         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
17244         * lib/regex_internal.h (isblank): Likewise.
17245         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
17246         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17247
17248 2007-06-05  Bruno Haible  <bruno@clisp.org>
17249
17250         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
17251         ia64.
17252         * modules/printf-safe: New file.
17253         * modules/fprintf-posix (Depends-on): Add printf-safe.
17254         * modules/printf-posix (Depends-on): Likewise.
17255         * modules/snprintf-posix (Depends-on): Likewise.
17256         * modules/sprintf-posix (Depends-on): Likewise.
17257         * modules/vasnprintf-posix (Depends-on): Likewise.
17258         * modules/vasprintf-posix (Depends-on): Likewise.
17259         * modules/vfprintf-posix (Depends-on): Likewise.
17260         * modules/vprintf-posix (Depends-on): Likewise.
17261         * modules/vsnprintf-posix (Depends-on): Likewise.
17262         * modules/vsprintf-posix (Depends-on): Likewise.
17263         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
17264         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
17265         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
17266         "no" on i386, x86_64, ia64.
17267         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
17268         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17269         on i386, x86_64, ia64.
17270         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
17271         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17272         on i386, x86_64, ia64.
17273         * tests/test-vasnprintf-posix.c: Include float.h.
17274         (LDBL80_WORDS): New macro.
17275         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17276         on i386, x86_64, ia64.
17277         * tests/test-vasprintf-posix.c: Include float.h.
17278         (LDBL80_WORDS): New macro.
17279         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17280         on i386, x86_64, ia64.
17281         * tests/test-snprintf-posix.c: Include float.h.
17282         * tests/test-sprintf-posix.c: Likewise.
17283         * tests/test-vsnprintf-posix.c: Likewise.
17284         * tests/test-vsprintf-posix.c: Likewise.
17285
17286 2007-06-05  Bruno Haible  <bruno@clisp.org>
17287
17288         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
17289         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
17290         non-IEEE numbers on i386, x86_64, ia64.
17291         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
17292         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
17293         * tests/test-isnanl.h: Include float.h.
17294         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
17295
17296 2007-06-05  Bruno Haible  <bruno@clisp.org>
17297
17298         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
17299         also the %a / %A. Handle the %a / %A code before this extra handling.
17300
17301 2007-06-05  Bruno Haible  <bruno@clisp.org>
17302
17303         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
17304         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
17305
17306 2007-06-05  Bruno Haible  <bruno@clisp.org>
17307
17308         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
17309         typo in variable name.
17310
17311 2007-06-05  Eric Blake  <ebb9@byu.net>
17312
17313         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
17314         Reported by Simon Josefsson.
17315
17316 2007-06-04  Bruno Haible  <bruno@clisp.org>
17317
17318         Avoid test failures on some PowerPC platforms.
17319         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
17320         Define differently for PowerPC.
17321         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
17322         Reported by Gary V. Vaughan <gary@gnu.org>.
17323
17324 2007-06-02  Bruno Haible  <bruno@clisp.org>
17325
17326         Fix test-stdint failure on FreeBSD/ia64.
17327         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
17328         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
17329         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
17330         * doc/headers/stdint.texi: Update.
17331
17332 2007-06-01  Bruno Haible  <bruno@clisp.org>
17333
17334         * tests/test-binary-io.c (main): Pass a third argument to open().
17335         Reported by Gary V. Vaughan <gary@gnu.org>.
17336
17337 2007-06-01  Bruno Haible  <bruno@clisp.org>
17338
17339         * doc/functions/frexpl.texi: Update for mingw.
17340
17341 2007-06-01  Bruno Haible  <bruno@clisp.org>
17342
17343         * tests/test-lseek.c (main): Disable test of errno for invalid third
17344         argument.
17345         * doc/functions/lseek.texi: Update.
17346         Reported by Gary V. Vaughan <gary@gnu.org>.
17347
17348 2007-05-28  Bruno Haible  <bruno@clisp.org>
17349
17350         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
17351
17352 2007-05-31  Eric Blake  <ebb9@byu.net>
17353
17354         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
17355         cross compiling.
17356
17357 2007-05-30  Eric Blake  <ebb9@byu.net>
17358         and Bruno Haible  <bruno@clisp.org>
17359
17360         Work around mingw test failures exposed by m4-1.4.9b.
17361         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
17362         * tests/test-unistd.c: Disable uid_t and git_t tests for the
17363         moment.
17364
17365 2007-05-30  Bruno Haible  <bruno@clisp.org>
17366
17367         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
17368         assuming that they are closed. Needed on HP-UX 11.
17369
17370 2007-05-29  Bruno Haible  <bruno@clisp.org>
17371
17372         Fix a problem with #include_next.
17373         * lib/dirent_.h: Split the double-inclusion guard.
17374         * lib/fcntl_.h: Likewise.
17375         * lib/float_.h: Likewise.
17376         * lib/iconv_.h: Likewise.
17377         * lib/inttypes_.h: Likewise.
17378         * lib/locale_.h: Likewise.
17379         * lib/math_.h: Likewise.
17380         * lib/netinet_in_.h: Likewise.
17381         * lib/search_.h: Likewise.
17382         * lib/signal_.h: Likewise.
17383         * lib/stdint_.h: Likewise.
17384         * lib/stdio_.h: Likewise.
17385         * lib/stdlib_.h: Likewise.
17386         * lib/string_.h: Likewise.
17387         * lib/sys_select_.h: Likewise.
17388         * lib/sys_socket_.h: Likewise.
17389         * lib/sys_stat_.h: Likewise.
17390         * lib/sys_time_.h: Likewise.
17391         * lib/sysexits_.h: Likewise.
17392         * lib/time_.h: Likewise.
17393         * lib/unistd_.h: Likewise.
17394         * lib/wchar_.h: Likewise.
17395         * lib/wctype_.h: Likewise.
17396
17397 2007-05-29  Bruno Haible  <bruno@clisp.org>
17398
17399         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
17400         for the moment.
17401
17402 2007-05-29  Bruno Haible  <bruno@clisp.org>
17403
17404         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
17405         invocation.
17406         Reported by Eric Blake.
17407
17408 2007-05-29  Bruno Haible  <bruno@clisp.org>
17409
17410         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
17411         compiling case.
17412
17413 2007-05-29  Eric Blake  <ebb9@byu.net>
17414             Bruno Haible  <bruno@clisp.org>
17415
17416         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
17417         cross compiles.
17418
17419 2007-05-28  Eric Blake  <ebb9@byu.net>
17420
17421         * modules/closein-tests (test_closein_LDADD): Support test on
17422         cygwin with libtool.
17423
17424 2007-05-28  Bruno Haible  <bruno@clisp.org>
17425
17426         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
17427         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
17428         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
17429         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
17430         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
17431         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
17432         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
17433         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
17434         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
17435
17436 2007-05-28  Eric Blake  <ebb9@byu.net>
17437
17438         Unconditionally include <config.h> in unit tests.
17439         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
17440         * tests/test-allocsa.c, tests/test-arcfour.c,
17441         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
17442         tests/test-array_list.c, tests/test-array_oset.c,
17443         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
17444         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
17445         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
17446         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
17447         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
17448         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
17449         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
17450         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
17451         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
17452         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
17453         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
17454         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
17455         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
17456         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
17457         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
17458         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
17459         test-md5.c, test-memmem.c, test-printf-posix.c,
17460         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
17461         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
17462         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
17463         test-strcasestr.c, test-striconv.c, test-striconveh.c,
17464         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
17465         test-vasnprintf-posix2.c, test-vasnprintf.c,
17466         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
17467         test-vfprintf-posix.c, test-vprintf-posix.c,
17468         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
17469         test-xvasprintf.c: Likewise.
17470
17471 2007-05-28  Bruno Haible  <bruno@clisp.org>
17472
17473         * gnulib-tool (func_import): Remember the --with-tests command-line
17474         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
17475         Reported by Eric Blake.
17476
17477 2007-05-28  Bruno Haible  <bruno@clisp.org>
17478
17479         * modules/ftell-tests: New file.
17480         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
17481         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
17482
17483         * lib/ftell.c: New file.
17484         * modules/ftell: New file.
17485         * m4/ftell.m4: New file.
17486         * doc/functions/ftell.texi: Update.
17487         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
17488         REPLACE_FTELL.
17489         * lib/stdio_.h (rpl_ftell): New declaration.
17490         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
17491         REPLACE_FTELL.
17492
17493 2007-05-28  Eric Blake  <ebb9@byu.net>
17494
17495         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
17496
17497 2007-05-28  Bruno Haible  <bruno@clisp.org>
17498
17499         * modules/fseek-tests: New file.
17500         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
17501         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
17502
17503         * lib/fseek.c: New file.
17504         * modules/fseek: New file.
17505         * m4/fseek.m4: New file.
17506         * doc/functions/fseek.texi: Update.
17507         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
17508         REPLACE_FSEEK.
17509         * lib/stdio_.h (rpl_fseek): New declaration.
17510         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
17511         REPLACE_FSEEK.
17512
17513 2007-05-28  Bruno Haible  <bruno@clisp.org>
17514
17515         * lib/stdio_.h (fflush): More comments.
17516
17517 2007-05-28  Bruno Haible  <bruno@clisp.org>
17518
17519         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
17520         runtime test.
17521
17522 2007-05-28  Eric Blake  <ebb9@byu.net>
17523
17524         Improve lseek module.
17525         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
17526         * lib/unistd_.h (lseek): Scale back link warning message.
17527         * tests/test-lseek.c: Beef up test.
17528         * tests/test-lseek.sh: Exercise more facets of lseek.
17529         Reported by Bruno Haible.
17530
17531 2007-05-28  Bruno Haible  <bruno@clisp.org>
17532
17533         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
17534         to define.
17535
17536 2007-05-27  Bruno Haible  <bruno@clisp.org>
17537
17538         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
17539
17540 2007-05-27  Bruno Haible  <bruno@clisp.org>
17541
17542         * modules/openmp: New file.
17543         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
17544         Noah Misch.
17545
17546 2007-05-26  Bruno Haible  <bruno@clisp.org>
17547
17548         * modules/chdir-long (Depends-on): Add fchdir.
17549         * modules/chdir-safer (Depends-on): Likewise.
17550         * modules/fts (Depends-on): Likewise.
17551         * modules/fts-lgpl (Depends-on): Likewise.
17552         * modules/openat (Depends-on): Likewise.
17553         * modules/savewd (Depends-on): Likewise.
17554
17555 2007-05-24  Eric Blake  <ebb9@byu.net>
17556
17557         Fix lseek on mingw.
17558         * modules/lseek: New module.
17559         * m4/lseek.m4: New file.
17560         * lib/lseek.c: New file.
17561         * modules/lseek-tests: New file.
17562         * tests/test-lseek.c: New file.
17563         * tests/test-lseek.sh: New file.
17564         * MODULES.html.sh: Document lseek module.
17565         * modules/fflush (Depends-on): Add lseek, fseeko.
17566         * modules/fseeko (Depends-on): Likewise.
17567         * modules/ftello (Depends-on): Likewise.
17568         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
17569         broken.
17570         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
17571         broken.
17572         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
17573         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
17574         * lib/ftello.c (rpl_ftello): Likewise.
17575         * tests/test-fseeko.c (main): Test this.
17576         * tests/test-fseeko.sh: Likewise.
17577         * tests/test-ftello.c (main): Likewise.
17578         * tests/test-ftello.sh: Likewise.
17579         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
17580         implies replacing fseek.
17581         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
17582         HAVE_FTELLO.
17583         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
17584         * modules/unistd (Makefile.am): Likewise.
17585         * lib/unistd_.h (lseek): Declare a replacement.
17586         * doc/functions/lseek.texi (lseek): Document this fix.
17587         * doc/functions/fseek.texi (fseek): Likewise.
17588         * doc/functions/ftell.texi (ftell): Likewise.
17589
17590 2007-05-24  Bruno Haible  <bruno@clisp.org>
17591
17592         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
17593         in the printed representation of a NaN.
17594         * tests/test-vasprintf-posix.c (test_function): Likewise.
17595         * tests/test-snprintf-posix.h (test_function): Likewise.
17596         * tests/test-sprintf-posix.h (test_function): Likewise.
17597         Reported by Eric Blake.
17598
17599 2007-05-23  Eric Blake  <ebb9@byu.net>
17600
17601         Fix fseeko/ftello on cygwin 1.5.24.
17602         * doc/functions/fseeko.texi (fseeko): Document the fix.
17603         * doc/functions/ftello.texi (ftello): Document the fix.
17604         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
17605         * doc/functions/stdout.text (stdout): New file.
17606         * doc/functions/stderr.text (stderr): New file.
17607         * doc/gnulib.texi (Function Substitutes): Use new files.
17608         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
17609         prior to 1.7.0.
17610         * tests/test-ftello.c (main): Likewise for ftello.
17611         * tests/test-fseeko.sh: New file.
17612         * tests/test-ftello.sh: New file.
17613         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
17614         with seekable stdin.
17615         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
17616         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
17617         (gl_REPLACE_FSEEKO): New macro.
17618         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
17619         * modules/fseeko (Files): Distribute fseeko.c.
17620         * modules/ftello (Files): Distribute ftello.c.
17621         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
17622         mode.
17623         * lib/ftello.c (rpl_ftello): New file.
17624         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
17625         fseeko, ftello.
17626         (gl_STDIN_LARGE_OFFSET): New macro.
17627         * modules/stdio (Makefile.am): Perform the replacement.
17628         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
17629
17630 2007-05-23  Bruno Haible  <bruno@clisp.org>
17631
17632         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
17633         GNULIB_POSIXCHECK is defined.
17634
17635 2007-05-21  Bruno Haible  <bruno@clisp.org>
17636
17637         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
17638         Check also the output for NaN arguments. When cross-compiling, guess
17639         no on IRIX.
17640         * lib/vasnprintf.c: Update comments.
17641         * tests/test-vasnprintf-posix.c (strisnan): New function.
17642         (test_function): Use it.
17643         * tests/test-vasprintf-posix.c (strisnan): New function.
17644         (test_function): Use it.
17645         * tests/test-snprintf-posix.h (strisnan): New function.
17646         (test_function): Use it.
17647         * tests/test-sprintf-posix.h (strisnan): New function.
17648         (test_function): Use it.
17649         Reported by Eric Blake.
17650
17651 2007-05-20  Bruno Haible  <bruno@clisp.org>
17652
17653         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
17654         numbers that fails on BeOS.
17655         * doc/functions/frexpl.texi: Update.
17656
17657 2007-05-20  Jim Meyering  <jim@meyering.net>
17658
17659         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
17660         forced upon us by glibc-2.6.
17661
17662 2007-05-20  Bruno Haible  <bruno@clisp.org>
17663
17664         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
17665         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
17666         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
17667         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
17668         NEED_PRINTF_INFINITE.
17669         (is_infinitel): New function.
17670         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
17671         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
17672         gl_PREREQ_VASNPRINTF_INFINITE.
17673         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
17674         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17675         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
17676         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
17677         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
17678         gl_PREREQ_VASNPRINTF_INFINITE.
17679         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17680         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17681         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17682         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17683         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17684         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17685         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17686         * doc/functions/fprintf.texi: Update.
17687         * doc/functions/printf.texi: Update.
17688         * doc/functions/snprintf.texi: Update.
17689         * doc/functions/sprintf.texi: Update.
17690         * doc/functions/vfprintf.texi: Update.
17691         * doc/functions/vprintf.texi: Update.
17692         * doc/functions/vsnprintf.texi: Update.
17693         * doc/functions/vsprintf.texi: Update.
17694
17695 2007-05-20  Bruno Haible  <bruno@clisp.org>
17696
17697         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
17698         was not found in libc.
17699         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
17700
17701 2007-05-20  Bruno Haible  <bruno@clisp.org>
17702
17703         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
17704         printed as "-nan" instead of "nan".
17705         * tests/test-vasprintf-posix.c (test_function): Likewise.
17706         * tests/test-snprintf-posix.h (test_function): Likewise.
17707         * tests/test-sprintf-posix.h (test_function): Likewise.
17708         Needed for HP-UX 11.
17709
17710 2007-05-20  Jim Meyering  <jim@meyering.net>
17711
17712         Fix buggy test for the fchownat-deref bug.
17713         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
17714         symlink required for the run-test.  Without it, this test would
17715         always declare that fchownat doesn't work, and client code would
17716         unnecessarily use the replacement function with fixed libc.
17717         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
17718         Reported by Greg Schafer.
17719
17720 2007-05-19  Bruno Haible  <bruno@clisp.org>
17721
17722         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
17723         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
17724         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
17725         Needed for IRIX 6.5 and Solaris 2.5.1.
17726
17727 2007-05-19  Bruno Haible  <bruno@clisp.org>
17728
17729         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
17730         (test_function): Skip tests involving -0.0 on platforms where
17731         -0.0 = 0.0.
17732         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
17733         (test_function): Skip tests involving -0.0 on platforms where
17734         -0.0 = 0.0.
17735         * tests/test-snprintf-posix.h (have_minus_zero): New function.
17736         (test_function): Skip tests involving -0.0 on platforms where
17737         -0.0 = 0.0.
17738         * tests/test-sprintf-posix.h (have_minus_zero): New function.
17739         (test_function): Skip tests involving -0.0 on platforms where
17740         -0.0 = 0.0.
17741         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
17742         tests.
17743         * tests/test-printf-posix.h (test_function): Likewise.
17744         * tests/test-printf-posix.output: Remove all -0.0 related results.
17745         Needed for IRIX 6.5.
17746
17747 2007-05-19  Bruno Haible  <bruno@clisp.org>
17748
17749         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
17750         printed as "nan0x7fffffff" instead of "nan".
17751         * tests/test-vasprintf-posix.c (test_function): Likewise.
17752         * tests/test-snprintf-posix.h (test_function): Likewise.
17753         * tests/test-sprintf-posix.h (test_function): Likewise.
17754         * tests/test-fprintf-posix.h (NaN): Remove macro.
17755         (test_function): Remove all NaN related tests.
17756         * tests/test-printf-posix.h (NaN): Remove macro.
17757         (test_function): Remove all NaN related tests.
17758         * tests/test-printf-posix.output: Remove all NaN related results.
17759         Needed for IRIX 6.5.
17760
17761 2007-05-19  Bruno Haible  <bruno@clisp.org>
17762
17763         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
17764         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
17765
17766 2007-05-19  Bruno Haible  <bruno@clisp.org>
17767
17768         * lib/float_.h: New file.
17769         * m4/float_h.m4: New file.
17770         * modules/float: New file.
17771         * modules/isnanl (Dependencies): Add float.
17772         * modules/isnanl-nolibm (Dependencies): Likewise.
17773         * modules/mathl (Dependencies): Likewise.
17774         * modules/printf-frexpl (Dependencies): Likewise.
17775         * modules/signbit (Dependencies): Likewise.
17776         * modules/vasnprintf (Dependencies): Likewise.
17777         * doc/headers/float.texi: Update.
17778
17779 2007-05-19  Jim Meyering  <jim@meyering.net>
17780
17781         * lib/utimens.c (gl_futimens): Rename from futimens,
17782         now that glibc-2.6 declares futimens.
17783         * lib/utimens.h: Likewise.
17784
17785 2007-05-19  Bruno Haible  <bruno@clisp.org>
17786
17787         Avoid test failures on mingw.
17788         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
17789         * tests/test-printf-posix.sh: Likewise.
17790         * tests/test-vfprintf-posix.sh: Likewise.
17791         * tests/test-vprintf-posix.sh: Likewise.
17792
17793 2007-05-19  Bruno Haible  <bruno@clisp.org>
17794
17795         Fix *printf result for NaN, Inf, -0.0 on mingw.
17796         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
17797         * lib/vasnprintf.c: Include math.h and isnan.h.
17798         (is_infinite_or_zero): New function.
17799         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
17800         values in the %f, %F, %e, %E, %g, %G directives.
17801         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
17802         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17803         gl_PRINTF_INFINITE and test its result. Invoke
17804         gl_PREREQ_VASNPRINTF_INFINITE.
17805         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17806         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17807         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17808         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17809         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17810         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17811         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17812         * doc/functions/fprintf.texi: Update.
17813         * doc/functions/printf.texi: Update.
17814         * doc/functions/snprintf.texi: Update.
17815         * doc/functions/sprintf.texi: Update.
17816         * doc/functions/vfprintf.texi: Update.
17817         * doc/functions/vprintf.texi: Update.
17818         * doc/functions/vsnprintf.texi: Update.
17819         * doc/functions/vsprintf.texi: Update.
17820
17821 2007-05-19  Bruno Haible  <bruno@clisp.org>
17822
17823         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
17824         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
17825         Instead of multiplying with 10^k, set extra_zeroes to k.
17826         (scale10_round_long_double): Remove function.
17827
17828 2007-05-18  Bruno Haible  <bruno@clisp.org>
17829
17830         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
17831         introduced on 2007-05-06.
17832
17833 2007-05-18  Bruno Haible  <bruno@clisp.org>
17834
17835         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
17836         %g directives.
17837         * tests/test-vasprintf-posix.c (test_function): Likewise.
17838         * tests/test-snprintf-posix.h (test_function): Likewise.
17839         * tests/test-sprintf-posix.h (test_function): Likewise.
17840
17841 2007-05-18  Bruno Haible  <bruno@clisp.org>
17842
17843         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
17844         (strmatch): New function.
17845         (test_function): Test the %f directive on numbers of various exponents.
17846         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
17847         (strmatch): New function.
17848         (test_function): Test the %f directive on numbers of various exponents.
17849         * tests/test-snprintf-posix.h (strmatch): New function.
17850         (test_function): Test the %f directive on numbers of various exponents.
17851         * tests/test-sprintf-posix.h (strmatch): New function.
17852         (test_function): Test the %f directive on numbers of various exponents.
17853         * tests/test-snprintf-posix.c (SIZEOF): New macro.
17854         * tests/test-sprintf-posix.c (SIZEOF): New macro.
17855         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
17856         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
17857
17858 2007-05-18  Bruno Haible  <bruno@clisp.org>
17859
17860         Add support for 'long double' number output.
17861         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
17862         * lib/vasnprintf.c: Include math.h and float+.h.
17863         (mp_limb_t): New type.
17864         (GMP_LIMB_BITS): New macro.
17865         (mp_twolimb_t): New type.
17866         (GMP_TWOLIMB_BITS): New macro.
17867         (mpn_t): New type.
17868         (multiply, divide, convert_to_decimal, decode_long_double,
17869         scale10_round_long_double, scale10_round_decimal_long_double,
17870         floorlog10l): New functions.
17871         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
17872         for the %f, %F, %e, %E, %g, %G directives.
17873         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
17874         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17875         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
17876         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
17877         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17878         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17879         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17880         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17881         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17882         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17883         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17884         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
17885         * modules/snprintf-posix (Depends-on): Likewise.
17886         * modules/sprintf-posix (Depends-on): Likewise.
17887         * modules/vasnprintf-posix (Depends-on): Likewise.
17888         * modules/vasprintf-posix (Depends-on): Likewise.
17889         * modules/vfprintf-posix (Depends-on): Likewise.
17890         * modules/vsnprintf-posix (Depends-on): Likewise.
17891         * modules/vsprintf-posix (Depends-on): Likewise.
17892         * modules/vasnprintf (Files): Add lib/float+.h.
17893         * doc/functions/fprintf.texi: Update.
17894         * doc/functions/printf.texi: Update.
17895         * doc/functions/snprintf.texi: Update.
17896         * doc/functions/sprintf.texi: Update.
17897         * doc/functions/vfprintf.texi: Update.
17898         * doc/functions/vprintf.texi: Update.
17899         * doc/functions/vsnprintf.texi: Update.
17900         * doc/functions/vsprintf.texi: Update.
17901
17902 2007-05-18  Bruno Haible  <bruno@clisp.org>
17903
17904         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
17905
17906 2007-05-18  Bruno Haible  <bruno@clisp.org>
17907
17908         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
17909         for printing 64-bit integers. Needed for mingw.
17910
17911 2007-05-18  Bruno Haible  <bruno@clisp.org>
17912
17913         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17914         gl_FUNC_FREXPL_WORKS.
17915         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
17916
17917 2007-05-18  Bruno Haible  <bruno@clisp.org>
17918
17919         * modules/frexpl-nolibm-tests: New file.
17920
17921         * modules/frexpl-nolibm: New file.
17922         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
17923
17924 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
17927         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
17928         GCC 4.2, which otherwise issues a lot of warnings.
17929         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
17930         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
17931         Likewise.
17932         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
17933         * modules/iconv_open (iconv.h): Likewise.
17934         * modules/locale (locale.h): Likewise.
17935         * modules/netinet_in (netinet/in.h): Likewise.
17936         * modules/sys_select (sys_select.h): Likewise.
17937         * modules/sys_socket (sys/socket.h): Likewise.
17938         * modules/sys_stat (sys/stat.h): Likewise.
17939         * modules/sysexits (sysexits.h): Likewise.
17940         * modules/unistd (unistd.h): Likewise.
17941
17942 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17943
17944         * modules/closein-tests (Makefile.am): Distribute
17945         `test-closein.sh'.
17946
17947 2007-05-17  Bruno Haible  <bruno@clisp.org>
17948
17949         * tests/test-printf-posix.output: Renamed from
17950         tests/test-fprintf-posix.out.
17951         * modules/fprintf-posix-tests: Update.
17952         * modules/printf-posix-tests: Update.
17953         * modules/vfprintf-posix-tests: Update.
17954         * modules/vprintf-posix-tests: Update.
17955         * tests/test-fprintf-posix.sh: Update.
17956         * tests/test-printf-posix.sh: Update.
17957         * tests/test-vfprintf-posix.sh: Update.
17958         * tests/test-vprintf-posix.sh: Update.
17959         Reported by Ralf Wildenhues.
17960
17961 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17962
17963         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
17964         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
17965         GCC 4.2, which otherwise issues a lot of warnings.
17966         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
17967         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
17968         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
17969         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
17970         it should no longer be needed.
17971         * lib/string_.h: Likewise.
17972         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
17973         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
17974         * modules/inttypes (inttypes.h): Likewise.
17975         * modules/math (math.h): Likewise.
17976         * modules/search (search.h): Likewise.
17977         * modules/signal (signal.h): Likewise.
17978         * modules/stdint (stdint.h): Likewise.
17979         * modules/stdio (stdio.h): Likewise.
17980         * modules/stdlib (stdlib.h): Likewise.
17981         * modules/string (string.h): Likewise.
17982         * modules/sys_time (sys/time.h): Likewise.
17983         * modules/time (time.h): Likewise.
17984         * modules/wchar (wchar.h): Likewise.
17985         * modules/wctype (wtype.h): Likewise.
17986
17987 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
17988
17989         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
17990
17991 2007-05-13  Bruno Haible  <bruno@clisp.org>
17992
17993         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
17994         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17995         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
17996         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
17997         (gl_PREREQ_STRTOK_R): Don't require it here.
17998
17999 2007-05-13  Bruno Haible  <bruno@clisp.org>
18000
18001         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
18002         when used in C++ mode.
18003
18004 2007-05-12  Bruno Haible  <bruno@clisp.org>
18005
18006         * lib/linebuffer.h: Tweak doc.
18007         * lib/linebuffer.c: Likewise.
18008
18009 2007-05-12  James Youngman  <jay@gnu.org>
18010
18011         * lib/linebuffer.c (readlinebuffer_delim): New function,
18012         like readlinebuffer, but use a caller-specified delimiter.
18013         (readlinebuffer): Just call readlinebuffer_delim with '\n'
18014         as the delimiter.
18015         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
18016
18017 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18018
18019         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
18020         * modules/openat (Files): Remove openat-die.c.
18021         (Depends-on): Add openat-die.
18022         * modules/openat-die: New module.
18023
18024 2007-05-06  Bruno Haible  <bruno@clisp.org>
18025
18026         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
18027         Update with info about Cygwin.
18028         * doc/functions/fprintf.texi: Update.
18029         * doc/functions/printf.texi: Update.
18030         * doc/functions/snprintf.texi: Update.
18031         * doc/functions/sprintf.texi: Update.
18032         * doc/functions/vfprintf.texi: Update.
18033         * doc/functions/vprintf.texi: Update.
18034         * doc/functions/vsnprintf.texi: Update.
18035         * doc/functions/vsprintf.texi: Update.
18036         Reported by Eric Blake.
18037
18038 2007-05-06  Bruno Haible  <bruno@clisp.org>
18039
18040         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
18041         padding ourselves for the floating-point directives.
18042         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
18043         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
18044         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18045         gl_PRINTF_FLAG_ZERO and test its result. Invoke
18046         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
18047         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18048         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18049         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18050         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18051         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18052         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18053         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18054         * tests/test-snprintf-posix.h (test_function): Also check the width
18055         and some flags in the %f directive.
18056         * tests/test-sprintf-posix.h (test_function): Likewise.
18057         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18058         * tests/test-vasprintf-posix.c (test_function): Likewise.
18059         * doc/functions/fprintf.texi: Update.
18060         * doc/functions/printf.texi: Update.
18061         * doc/functions/snprintf.texi: Update.
18062         * doc/functions/sprintf.texi: Update.
18063         * doc/functions/vfprintf.texi: Update.
18064         * doc/functions/vprintf.texi: Update.
18065         * doc/functions/vsnprintf.texi: Update.
18066         * doc/functions/vsprintf.texi: Update.
18067
18068 2007-05-06  Bruno Haible  <bruno@clisp.org>
18069
18070         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
18071         pass the ' flag character to sprintf or snprintf.
18072         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
18073         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
18074         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18075         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
18076         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
18077         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18078         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18079         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18080         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18081         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18082         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18083         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18084         * tests/test-snprintf-posix.h (test_function): Also check the grouping
18085         flag.
18086         * tests/test-sprintf-posix.h (test_function): Likewise.
18087         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18088         * tests/test-vasprintf-posix.c (test_function): Likewise.
18089         * doc/functions/fprintf.texi: Update.
18090         * doc/functions/printf.texi: Update.
18091         * doc/functions/snprintf.texi: Update.
18092         * doc/functions/sprintf.texi: Update.
18093         * doc/functions/vfprintf.texi: Update.
18094         * doc/functions/vprintf.texi: Update.
18095         * doc/functions/vsnprintf.texi: Update.
18096         * doc/functions/vsprintf.texi: Update.
18097
18098 2007-05-01  Bruno Haible  <bruno@clisp.org>
18099
18100         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
18101
18102 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
18103
18104         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
18105         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
18106
18107 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18108
18109         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
18110         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
18111         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
18112
18113 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
18114
18115         * lib/argp-help.c (struct hol_entry): New member `ord'.
18116         (HOL_ENTRY_PTRCMP): Use ord for comparison
18117         (hol_sort): Initialize ord.
18118
18119 2007-05-01  Bruno Haible  <bruno@clisp.org>
18120
18121         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
18122         Reported by Eric Blake.
18123         * doc/gnulib.texi (Function Substitutes): Update.
18124
18125 2007-05-01  Bruno Haible  <bruno@clisp.org>
18126
18127         * doc/functions.texi: Remove file, now redundant through
18128         doc/functions/*.texi.
18129
18130 2007-05-01  Bruno Haible  <bruno@clisp.org>
18131
18132         * modules/argp (Depends-on): Add sleep.
18133
18134 2007-05-01  Bruno Haible  <bruno@clisp.org>
18135
18136         * modules/sleep-tests: New file.
18137         * tests/test-sleep.c: New file.
18138
18139         * modules/sleep: New file.
18140         * lib/sleep.c: New file.
18141         * m4/sleep.m4: New file.
18142         * lib/unistd_.h (sleep): New declaration.
18143         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
18144         HAVE_SLEEP.
18145         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
18146         * doc/functions/sleep.texi: Document the sleep module.
18147
18148 2007-05-01  Bruno Haible  <bruno@clisp.org>
18149
18150         * lib/sigprocmask.h: Remove file.
18151         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
18152         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
18153         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
18154         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
18155         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
18156         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
18157         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
18158         HAVE_SIGSET_T as a shell variable.
18159         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
18160         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
18161         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
18162         (Depends-on): Add signal. Remove verify.
18163         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
18164         (Include): Mention <signal.h> instead of sigprocmask.h.
18165         * NEWS: Mention the change.
18166         * lib/fatal-signal.c: Don't include sigprocmask.h.
18167
18168 2007-05-01  Bruno Haible  <bruno@clisp.org>
18169
18170         * modules/signal: New file.
18171         * lib/signal_.h: New file.
18172         * m4/signal_h.m4: New file.
18173
18174 2007-05-01  Bruno Haible  <bruno@clisp.org>
18175
18176         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
18177         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
18178         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
18179         HAVE_WCTYPE_CTMP_BUG into wctype.h.
18180
18181 2007-05-01  Bruno Haible  <bruno@clisp.org>
18182
18183         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
18184         configure time.
18185         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
18186         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
18187         * modules/sys_stat (Makefile.am): Substitute their values into
18188         sys/stat.h.
18189
18190 2007-05-01  Bruno Haible  <bruno@clisp.org>
18191
18192         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
18193         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
18194         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
18195
18196 2007-05-01  Bruno Haible  <bruno@clisp.org>
18197
18198         * doc/header/assert.texi: Undo last change: don't mention the gnulib
18199         'assert' module here.
18200
18201 2007-05-01  Bruno Haible  <bruno@clisp.org>
18202
18203         * doc/functions/*.texi: New files.
18204         * doc/functions/google-ranking.txt: New file.
18205         * doc/gnulib.texi (Function Substitutes): New chapter.
18206         (ctime, inet_ntoa): Remove sections.
18207         * doc/ctime.texi: Remove file.
18208         * doc/inet_ntoa.texi: Remove file.
18209         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
18210         dependencies.
18211         (%.info): New rule, specifying a --reference-limit.
18212
18213 2007-05-01  Bruno Haible  <bruno@clisp.org>
18214
18215         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
18216
18217 2007-05-01  Bruno Haible  <bruno@clisp.org>
18218
18219         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
18220         the portability of 'mkdir' to mingw systems.
18221
18222 2007-05-01  Bruno Haible  <bruno@clisp.org>
18223
18224         * doc/headers/google-ranking.txt: New file.
18225
18226 2007-04-30  Eric Blake  <ebb9@byu.net>
18227
18228         Prefer fseeko to fseek.
18229         * modules/getpass (Depends-on): Add fseeko.
18230         * lib/getpass.c (getpass): Use fseeko, not fseek.
18231
18232 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
18233
18234         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
18235         assumes the sorting is stable, while most qsort implementations
18236         are not.  Use argument addresses to ensure they never compare as
18237         equal.
18238
18239         * tests/test-argp-2.sh (usage-indent test): Fix output
18240         (func_compare): Restore diff options
18241         * tests/test-argp.c: Restore #include "progname.h"
18242
18243 2007-04-29  Bruno Haible  <bruno@clisp.org>
18244
18245         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
18246         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18247         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
18248         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18249         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
18250         (configure.ac): Define CHECK_SNPRINTF_POSIX.
18251         (TESTS, check_PROGRAMS): Add test-snprintf.
18252         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
18253         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
18254         (TESTS, check_PROGRAMS): Add test-vsnprintf.
18255         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
18256         assertions that fail on HP-UX, OSF/1, or IRIX.
18257         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
18258
18259 2007-04-29  Bruno Haible  <bruno@clisp.org>
18260
18261         * MODULES.html.sh (posix_functions): Remove 'contents'.
18262
18263 2007-04-29  Karl Berry  <karl@gnu.org>
18264
18265         * config/srclist.txt (gendocs_template_min): new entry.
18266
18267 2007-04-29  Bruno Haible  <bruno@clisp.org>
18268
18269         Work around fpurge bug on BSD systems.
18270         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
18271         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
18272         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
18273         fpurge to rpl_fpurge if the system already has this function.
18274         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
18275         the case where the system already has this function. Correct invariants
18276         on BSD systems.
18277         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
18278         BSD systems.
18279
18280 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
18281
18282         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
18283         proposed by Sven Verdoolaege.
18284
18285         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
18286         options.
18287         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
18288         (usage and help tests): Update
18289
18290 2007-04-29  Bruno Haible  <bruno@clisp.org>
18291
18292         * tests/test-fflush.c (main): Use a file of size 17, not 10.
18293         Print more information in case of failure. Disable a test on BeOS.
18294
18295 2007-04-29  Bruno Haible  <bruno@clisp.org>
18296
18297         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
18298         This helps debugging on systems on which no gdb is available.
18299
18300 2007-04-29  Bruno Haible  <bruno@clisp.org>
18301
18302         * lib/freading.h: Improve comments.
18303         * lib/fwriting.h: Likewise.
18304         * tests/test-freading.c (main): Don't check freading immediately after
18305         repositioning. Needed for glibc.
18306
18307 2007-04-29  Bruno Haible  <bruno@clisp.org>
18308
18309         * lib/freading.c (freading): Trivial simplification.
18310
18311 2007-04-28  Bruno Haible  <bruno@clisp.org>
18312
18313         * tests/test-fwriting.c (main): Also test the interaction between
18314         fflush and fwriting.
18315         * modules/fwriting-tests (Depends-on): Add fflush.
18316
18317         * tests/test-freading.c (main): Also test the interaction between
18318         fflush and freading.
18319         * modules/freading-tests (Depends-on): Add fflush.
18320
18321 2007-04-28  Bruno Haible  <bruno@clisp.org>
18322
18323         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
18324         fseeko and ftello.
18325         Suggested by Eric Blake.
18326
18327 2007-04-28  Jim Meyering  <jim@meyering.net>
18328
18329         Avoid false-negative in gl_STDINT_H's C99 conformance test.
18330         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
18331         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
18332
18333 2007-04-27  Eric Blake  <ebb9@byu.net>
18334
18335         * doc/headers/assert.texi (assert.h): Document assert module use.
18336
18337 2007-04-27  Bruno Haible  <bruno@clisp.org>
18338
18339         * doc/headers/*.texi: New files.
18340         * doc/gnulib.texi (Header File Substitutes): New chapter.
18341         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
18342         dependencies.
18343         (standards.info ,standards.html, standards.dvi): Update dependencies.
18344         (mostlyclean, clean): New targets.
18345
18346 2007-04-27  Bruno Haible  <bruno@clisp.org>
18347
18348         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
18349         * modules/sysexits (Files, Makefile.am): Update.
18350
18351         * lib/sys_socket_.h: Renamed from lib/socket_.h.
18352         * modules/sys_socket (Files, Makefile.am): Update.
18353
18354         * lib/sys_stat_.h: Renamed from lib/stat_.h.
18355         * modules/sys_stat (Files, Makefile.am): Update.
18356
18357 2007-04-27  Eric Blake  <ebb9@byu.net>
18358
18359         * lib/freading.h: Improve comments.
18360         * lib/fwriting.h: Likewise.
18361         * lib/fflush.c: Likewise.
18362
18363         Fix closein for mingw.
18364         * modules/closein-tests: Add tests for closein.
18365         * tests/test-closein.c: New file.
18366         * tests/test-closein.sh: Likewise.
18367         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
18368         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
18369
18370 2007-04-27  Bruno Haible  <bruno@clisp.org>
18371
18372         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
18373         version is < 6.
18374         * lib/math_.h [__DECC]: Likewise.
18375         * lib/stdio_.h [__DECC]: Likewise.
18376         * lib/stdlib_.h [__DECC]: Likewise.
18377         * lib/string_.h [__DECC]: Likewise.
18378         * lib/time_.h [__DECC]: Likewise.
18379         * lib/wchar_.h [__DECC]: Likewise.
18380         * lib/wctype_.h [__DECC]: Likewise.
18381
18382 2007-04-27  Bruno Haible  <bruno@clisp.org>
18383
18384         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
18385
18386 2007-04-27  Bruno Haible  <bruno@clisp.org>
18387
18388         * lib/fflush.c: Add comments.
18389         * modules/fpurge-tests (Depends-on): Add fflush.
18390         * modules/freadable-tests (Depends-on): Likewise.
18391         * modules/fwritable-tests (Depends-on): Likewise.
18392
18393 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
18394
18395         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
18396         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
18397         Report by Bruno Haible <bruno@clisp.org>.
18398
18399 2007-04-26  Eric Blake  <ebb9@byu.net>
18400
18401         Fix fflush on mingw.
18402         * modules/fflush (Depends-on): Add freading.
18403         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
18404         but unread data.
18405
18406 2007-04-26  Eric Blake  <ebb9@byu.net>
18407         and Bruno Haible  <bruno@clisp.org>
18408
18409         Implement freading and fwriting.
18410         * lib/freading.c: New file.
18411         * lib/freading.h: Likewise.
18412         * m4/freading.m4: Likewise.
18413         * modules/freading: Likewise.
18414         * modules/freading-tests: Likewise.
18415         * tests/test-freading.c: Likewise.
18416         * lib/fwriting.c: New file.
18417         * lib/fwriting.h: Likewise.
18418         * m4/fwriting.m4: Likewise.
18419         * modules/fwriting: Likewise.
18420         * modules/fwriting-tests: Likewise.
18421         * tests/test-fwriting.c: Likewise.
18422         * MODULES.html.sh (File stream based Input/Output): Mention them.
18423
18424 2007-04-26  Bruno Haible  <bruno@clisp.org>
18425
18426         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
18427         'long' when we assume it.
18428         Suggested by Eric Blake.
18429
18430 2007-04-26  Bruno Haible  <bruno@clisp.org>
18431
18432         Ensure fseeko, ftello are declared on glibc systems.
18433         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
18434         * modules/fseeko (configure.ac-early): Likewise.
18435         * modules/ftello (configure.ac-early): Likewise.
18436         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
18437         AC_FUNC_FSEEKO for this.
18438         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
18439         (gl_CHECK_FSEEKO): Remove macro.
18440
18441 2007-04-26  Bruno Haible  <bruno@clisp.org>
18442
18443         * tests/test-fflush.c (main): Also check the ftell result after
18444         fflush and fseek/fseeko.
18445         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
18446         file descriptor position cache in the stream.
18447         * lib/fseeko.c (rpl_fseeko): Likewise.
18448
18449 2007-04-26  Bruno Haible  <bruno@clisp.org>
18450
18451         * modules/fflush-tests (Depends-on): Add fseeko.
18452
18453 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
18454             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18455
18456         * lib/argz_.h: ensure error_t definition is obtained in same
18457         mechanism system argz.h would have.
18458         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
18459         argz facilities are known bad.  Err on the side of caution if
18460         cross-compiling.
18461
18462 2007-04-25  Eric Blake  <ebb9@byu.net>
18463
18464         * lib/fpurge.c (includes): Use stdlib.h for free.
18465         * tests/test-fflush.c (main): Also test fflush-fseeko.
18466
18467 2007-04-25  Bruno Haible  <bruno@clisp.org>
18468
18469         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
18470         * lib/fseeko.c: New file.
18471         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
18472         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
18473         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
18474         gl_FUNC_FSEEKO.
18475         (gl_FUNC_FSEEKO): Invoke it.
18476         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
18477         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
18478         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
18479
18480 2007-04-25  Bruno Haible  <bruno@clisp.org>
18481
18482         * modules/fflush (Depends-on): Add ftello.
18483
18484 2007-04-25  Bruno Haible  <bruno@clisp.org>
18485
18486         * modules/ftello-tests: New file.
18487         * tests/test-ftello.c: New file.
18488
18489         * modules/ftello: New file.
18490         * m4/ftello.m4: New file.
18491         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
18492         HAVE_FTELLO.
18493         * lib/stdio_.h (ftello): New declaration.
18494         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
18495         HAVE_FTELLO.
18496
18497 2007-04-25  Bruno Haible  <bruno@clisp.org>
18498
18499         * modules/fseeko-tests: New file.
18500         * tests/test-fseeko.c: New file.
18501
18502         * modules/fseeko: New file.
18503         * m4/fseeko.m4: New file.
18504         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
18505         HAVE_FSEEKO.
18506         * lib/stdio_.h (fseeko): New declaration.
18507         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
18508         HAVE_FSEEKO.
18509
18510 2007-04-25  Bruno Haible  <bruno@clisp.org>
18511
18512         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
18513
18514 2007-04-25  Bruno Haible  <bruno@clisp.org>
18515
18516         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
18517         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
18518         * tests/test-unistd.c: Likewise.
18519         * tests/test-fcntl.c: Likewise.
18520
18521 2007-04-23  Eric Blake  <ebb9@byu.net>
18522
18523         * lib/fflush.c: Fix missing include.
18524         Reported by Bruno Haible.
18525
18526 2007-04-23  Bruno Haible  <bruno@clisp.org>
18527
18528         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
18529         Reported by Eric Blake.
18530
18531 2007-04-23  Bruno Haible  <bruno@clisp.org>
18532
18533         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
18534
18535 2007-04-23  Bruno Haible  <bruno@clisp.org>
18536
18537         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
18538
18539 2007-04-23  Bruno Haible  <bruno@clisp.org>
18540
18541         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
18542         Needed on HP-UX 11.
18543
18544 2007-04-16  Eric Blake  <ebb9@byu.net>
18545
18546         Make fflush rely on fpurge.
18547         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
18548         open coding all variants.
18549         * modules/fflush (Depends-on): Add fpurge and unistd.
18550         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
18551         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
18552
18553         Fix --with-tests compilation on cygwin.
18554         * modules/argmatch-tests (Makefile.am): List gnulib library first
18555         in LDADD.
18556         * modules/argp-tests (Makefile.am): Likewise.
18557         * modules/array-list-tests (Makefile.am): Likewise.
18558         * modules/array-oset-tests (Makefile.am): Likewise.
18559         * modules/avltree-list-tests (Makefile.am): Likewise.
18560         * modules/avltree-oset-tests (Makefile.am): Likewise.
18561         * modules/avltreehash-list-tests (Makefile.am): Likewise.
18562         * modules/carray-list-tests (Makefile.am): Likewise.
18563         * modules/dirname-tests (Makefile.am): Likewise.
18564         * modules/frexp-tests (Makefile.am): Likewise.
18565         * modules/isnanl-tests (Makefile.am): Likewise.
18566         * modules/linked-list-tests (Makefile.am): Likewise.
18567         * modules/linkedhash-list-tests (Makefile.am): Likewise.
18568         * modules/lock-tests (Makefile.am): Likewise.
18569         * modules/rbtree-list-tests (Makefile.am): Likewise.
18570         * modules/rbtree-oset-tests (Makefile.am): Likewise.
18571         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
18572         * modules/tls-tests (Makefile.am): Likewise.
18573         * modules/tsearch-tests (Makefile.am): Likewise.
18574         * modules/xvasprintf-tests (Makefile.am): Likewise.
18575
18576         Fix fpurge for cygwin.
18577         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
18578         value.
18579         * modules/fpurge-tests (Depends-on): Clean up trash.
18580
18581 2007-04-16  Simon Josefsson  <simon@josefsson.org>
18582
18583         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
18584
18585         * m4/autobuild.m4: Re-indent.
18586
18587 2007-04-13  Bruno Haible  <bruno@clisp.org>
18588
18589         * modules/fpurge-tests: New file.
18590         * tests/test-fpurge.c: New file.
18591
18592         * modules/fpurge: New file.
18593         * lib/fpurge.h: New file.
18594         * lib/fpurge.c: New file.
18595         * m4/fpurge.m4: New file.
18596
18597 2007-04-13  Bruno Haible  <bruno@clisp.org>
18598
18599         * modules/fbufmode-tests: New file.
18600         * tests/test-fbufmode.c: New file.
18601
18602         * modules/fbufmode: New file.
18603         * lib/fbufmode.h: New file.
18604         * lib/fbufmode.c: New file.
18605         * m4/fbufmode.m4: New file.
18606
18607 2007-04-13  Bruno Haible  <bruno@clisp.org>
18608
18609         * modules/fwritable-tests: New file.
18610         * tests/test-fwritable.c: New file.
18611
18612         * modules/fwritable: New file.
18613         * lib/fwritable.h: New file.
18614         * lib/fwritable.c: New file.
18615         * m4/fwritable.m4: New file.
18616
18617 2007-04-13  Bruno Haible  <bruno@clisp.org>
18618
18619         * modules/freadable-tests: New file.
18620         * tests/test-freadable.c: New file.
18621
18622         * modules/freadable: New file.
18623         * lib/freadable.h: New file.
18624         * lib/freadable.c: New file.
18625         * m4/freadable.m4: New file.
18626
18627 2007-04-13  Bruno Haible  <bruno@clisp.org>
18628
18629         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
18630         MOSTLYCLEANFILES.
18631
18632 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
18633
18634         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
18635         gzip bootstrap.conf to avoid dragging in i18n machinery.
18636         (gnulib_tool_option): Use it.
18637
18638 2007-04-13  Bruno Haible  <bruno@clisp.org>
18639
18640         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
18641         %F directives.
18642         * tests/test-vasprintf-posix.c (test_function): Likewise.
18643         * tests/test-snprintf-posix.h (test_function): Likewise.
18644         * tests/test-sprintf-posix.h (test_function): Likewise.
18645         * tests/test-fprintf-posix.h (test_function): Likewise.
18646         * tests/test-printf-posix.h (test_function): Likewise.
18647         * tests/test-fprintf-posix.out: Likewise.
18648
18649 2007-04-13  Bruno Haible  <bruno@clisp.org>
18650
18651         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
18652         * modules/tls-tests (configure.ac): Likewise.
18653         Reported by Arto C. Nirkko <anirkko@insel.ch>.
18654
18655 2007-04-13  Bruno Haible  <bruno@clisp.org>
18656
18657         * lib/tls.c (glthread_tls_get): Fix return type.
18658         Patch by Arto C. Nirkko <anirkko@insel.ch>.
18659
18660 2007-04-12  Eric Blake  <ebb9@byu.net>
18661
18662         * modules/gettime (Depends-on): Remove gettime.
18663         Reported by Dmitry V. Levin.
18664
18665 2007-04-12  Bruno Haible  <bruno@clisp.org>
18666
18667         * modules/fflush (Include): Mention <stdio.h>.
18668         * modules/strtoimax (Include): Mention <inttypes.h>.
18669         * modules/strtoumax (Include): Likewise.
18670
18671 2007-04-12  Eric Blake  <ebb9@byu.net>
18672
18673         * .cvsignore: New file.
18674         * .gitignore: Likewise.
18675
18676 2007-04-12  Bruno Haible  <bruno@clisp.org>
18677
18678         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
18679         not before, since $(LDADD) often contains libgnu.a.
18680         * modules/striconv-tests (test_striconv_LDADD): Likewise.
18681         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
18682         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
18683         Needed on Cygwin.
18684
18685 2007-04-12  Eric Blake  <ebb9@byu.net>
18686
18687         Work around glibc's failure to flush stdin on fclose.
18688         * lib/closein.c (close_stdin): Flush stdin before closing.
18689
18690         Work around glibc's failure to reset seekable stdin on exit.
18691         * modules/closein: New module.
18692         * lib/closein.c: New file.
18693         * lib/closein.h: Likewise.
18694         * m4/closein.m4: Likewise.
18695         * MODULES.html.sh (File stream based Input/Output): Document it.
18696
18697 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18698
18699         * gnulib-tool: Rename generated 'autobuild' script to
18700         'do-autobuild' in --create-megatestdir output.
18701
18702         * doc/gnulib.texi (Build robot for gnulib): Fix.
18703
18704 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18705
18706         * modules/sysexits (Depends-on): Add absolute-header.
18707
18708 2007-04-12  Eric Blake  <ebb9@byu.net>
18709
18710         No need to preserve errno on success.
18711         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
18712         Reported by Bruno Haible.
18713
18714 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18715
18716         * MODULES.html.sh (Support for maintaining and releasing
18717         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
18718
18719 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18720
18721         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
18722
18723 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18724
18725         * modules/autobuild: New module.
18726
18727         * m4/autobuild.m4: New file.
18728
18729 2007-04-11  Bruno Haible  <bruno@clisp.org>
18730
18731         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
18732         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
18733         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
18734         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
18735         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18736         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18737         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18738         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18739         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18740         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18741         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
18742         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18743         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18744         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
18745         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18746         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18747         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
18748         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18749         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18750         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
18751         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18752         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18753         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
18754         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18755         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18756         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
18757         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18758         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18759         Reported by Eric Blake.
18760
18761 2007-04-11  Bruno Haible  <bruno@clisp.org>
18762
18763         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
18764
18765 2007-04-10  Bruno Haible  <bruno@clisp.org>
18766
18767         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
18768         for NaN and Infinity. Needed on FreeBSD 6.1.
18769         * tests/test-vasnprintf-posix.c (test_function): Undo last change
18770         regarding results for "%010a" of Infinity and NaN.
18771         * tests/test-vasprintf-posix.c (test_function): Likewise.
18772         * tests/test-snprintf-posix.h (test_function): Likewise.
18773         * tests/test-sprintf-posix.h (test_function): Likewise.
18774         * tests/test-fprintf-posix.h (test_function): Likewise.
18775         * tests/test-printf-posix.h (test_function): Likewise.
18776         * tests/test-fprintf-posix.out: Likewise.
18777
18778 2007-04-10  Bruno Haible  <bruno@clisp.org>
18779
18780         * modules/locale-tests: New file.
18781         * tests/test-locale.c: New file.
18782
18783         * modules/locale: New file.
18784         * lib/locale_.h: New file.
18785         * m4/locale_h.m4: New file.
18786
18787 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
18788             Bruno Haible  <bruno@clisp.org>
18789
18790         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
18791         be determined, test for availability of the copysignf, copysign,
18792         copysignl functions.
18793         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
18794         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
18795         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
18796
18797 2007-04-09  Eric Blake  <ebb9@byu.net>
18798
18799         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
18800         * modules/stdio (Makefile.am): Support fflush.
18801         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18802         * modules/fflush: New file.
18803         * lib/fflush.c: Likewise.
18804         * m4/fflush.m4: Likewise.
18805         * modules/fflush-tests: New test.
18806         * tests/test-fflush.c: Likewise.
18807         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
18808
18809 2007-04-06  Bruno Haible  <bruno@clisp.org>
18810
18811         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
18812         (VASNPRINTF): Use signbit for faster determination whether to print a
18813         minus sign.
18814         * modules/vasnprintf (Files): Remove lib/float+.h.
18815         * modules/fprintf-posix (Depends-on): Add signbit.
18816         * modules/snprintf-posix (Depends-on): Likewise.
18817         * modules/sprintf-posix (Depends-on): Likewise.
18818         * modules/vasnprintf-posix (Depends-on): Likewise.
18819         * modules/vasprintf-posix (Depends-on): Likewise.
18820         * modules/vfprintf-posix (Depends-on): Likewise.
18821         * modules/vsnprintf-posix (Depends-on): Likewise.
18822         * modules/vsprintf-posix (Depends-on): Likewise.
18823
18824 2007-04-06  Bruno Haible  <bruno@clisp.org>
18825
18826         * tests/test-frexp.c (main): Test also the sign bit of zero results.
18827         * tests/test-frexpl.c (main): Likewise.
18828         * tests/test-ldexpl.c (main): Likewise.
18829         * modules/frexp-tests (Depends-on): Add signbit.
18830         * modules/frexpl-tests (Depdends-on): Likewise.
18831         * modules/ldexpl-tests (Depdends-on): Likewise.
18832
18833 2007-04-06  Bruno Haible  <bruno@clisp.org>
18834
18835         * modules/signbit-tests: New file.
18836         * tests/test-signbit.c: New file.
18837
18838         * modules/signbit: New file.
18839         * lib/signbitf.c: New file.
18840         * lib/signbitd.c: New file.
18841         * lib/signbitl.c: New file.
18842         * m4/signbit.m4: New file.
18843         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
18844         (signbit): New macro.
18845         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
18846         REPLACE_SIGNBIT.
18847         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
18848         REPLACE_FREXPL into math.h.
18849
18850 2007-04-06  Bruno Haible  <bruno@clisp.org>
18851
18852         * modules/isnanf-nolibm-tests: New file.
18853         * tests/test-isnanf.c: New file.
18854
18855         * modules/isnanf-nolibm: New file.
18856         * lib/isnanf.h: New file.
18857         * lib/isnanf.c: New file.
18858         * lib/isnan.c: Consider the USE_FLOAT macro.
18859         * m4/isnanf.m4: New file.
18860
18861 2007-04-06  Bruno Haible  <bruno@clisp.org>
18862
18863         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
18864         (Link): New section.
18865
18866         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
18867
18868 2007-04-06  Bruno Haible  <bruno@clisp.org>
18869
18870         Assume the 'long double' type.
18871         * m4/longdouble.m4: Remove file.
18872         * config/srclist.txt: Don't mention longdouble.m4.
18873         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
18874         * lib/float+.h: Likewise.
18875         * lib/frexp.c: Likewise.
18876         * lib/printf-args.h: Likewise.
18877         * lib/printf-args.c: Likewise.
18878         * lib/printf-frexp.c: Likewise.
18879         * lib/printf-parse.c: Likewise.
18880         * lib/vasnprintf.c: Likewise.
18881         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
18882         * m4/intl.m4: Likewise.
18883         * m4/isnanl.m4: Likewise.
18884         * m4/printf.m4: Likewise.
18885         * m4/printf-frexpl.m4: Likewise.
18886         * m4/vasnprintf.m4: Likewise.
18887         * modules/allocsa (Files): Remove m4/longdouble.m4.
18888         * modules/gettext (Files): Likewise.
18889         * modules/relocatable-prog-wrapper (Files): Likewise.
18890         * modules/vasnprintf (Files): Likewise.
18891         * modules/isnanl (Files): Likewise.
18892         (Include): Simplify.
18893         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
18894         (Include): Simplify.
18895         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
18896         (Include): Simplify.
18897         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
18898         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18899         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
18900         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18901         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
18902         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18903         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
18904         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18905         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
18906         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18907         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
18908         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18909         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
18910         * tests/test-isnanl.c: Likewise.
18911         * tests/test-snprintf-posix.h: Likewise.
18912         * tests/test-sprintf-posix.h: Likewise.
18913         * tests/test-vasnprintf-posix.c: Likewise.
18914         * tests/test-vasnprintf-posix2.c: Likewise.
18915         * tests/test-vasprintf-posix.c: Likewise.
18916
18917 2007-04-06  Bruno Haible  <bruno@clisp.org>
18918
18919         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
18920         * lib/math_.h [__DECC]: Include the overridden include file through
18921         #include_next, outside the double-inclusion guard.
18922         * lib/stdio_.h [__DECC]: Likewise.
18923         * lib/stdlib_.h [__DECC]: Likewise.
18924         * lib/string_.h [__DECC]: Likewise.
18925         * lib/time_.h [__DECC]: Likewise.
18926         * lib/wchar_.h [__DECC]: Likewise.
18927         * lib/wctype_.h [__DECC]: Likewise.
18928         * lib/inttypes_.h [__DECC]: Likewise.
18929         Reported by Albert Chin <china@thewrittenword.com> in
18930         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
18931
18932 2007-04-04  Eric Blake  <ebb9@byu.net>
18933
18934         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
18935         1.5.x.
18936
18937 2007-04-04  Bruno Haible  <bruno@clisp.org>
18938
18939         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
18940         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
18941
18942 2007-04-04  Bruno Haible  <bruno@clisp.org>
18943
18944         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
18945         results for "%010a" of Infinity and NaN.
18946         * tests/test-vasprintf-posix.c (test_function): Likewise.
18947         * tests/test-snprintf-posix.h (test_function): Likewise.
18948         * tests/test-sprintf-posix.h (test_function): Likewise.
18949         * tests/test-fprintf-posix.h (test_function): Remove these tests.
18950         * tests/test-printf-posix.h (test_function): Likewise.
18951         * tests/test-fprintf-posix.out: Update.
18952         Needed for FreeBSD 6.1.
18953
18954 2007-04-04  Bruno Haible  <bruno@clisp.org>
18955
18956         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
18957         directly used by the gnulib modules nor by gnulib-tool.
18958
18959 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
18960
18961         * DEPENDENCIES: Give overall description of version dependency
18962         desirability.  Use more-typical names for apps.
18963         Add shell, coreutils, diffutils, grep, tar, gzip.
18964
18965 2007-04-04  Simon Josefsson  <simon@josefsson.org>
18966
18967         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
18968
18969 2007-04-04  Karl Berry  <karl@gnu.org>
18970
18971         * MODULES.html.sh (func_module): missing '.
18972
18973 2007-04-03  Bruno Haible  <bruno@clisp.org>
18974
18975         * modules/argmatch-tests (Makefile.am): New variable
18976         test_argmatch_LDADD.
18977         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
18978         * modules/array-list-tests (Makefile.am): New variable
18979         test_array_list_LDADD.
18980         * modules/array-oset-tests (Makefile.am): New variable
18981         test_array_oset_LDADD.
18982         * modules/avltree-list-tests (Makefile.am): New variable
18983         test_avltree_list_LDADD.
18984         * modules/avltree-oset-tests (Makefile.am): New variable
18985         test_avltree_oset_LDADD.
18986         * modules/avltreehash-list-tests (Makefile.am): New variable
18987         test_avltreehash_list_LDADD.
18988         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
18989         test_canonicalize_lgpl_LDADD.
18990         * modules/carray-list-tests (Makefile.am): New variable
18991         test_carray_list_LDADD.
18992         * modules/dirname-tests (Makefile.am): New variable
18993         test_dirname_LDADD.
18994         * modules/linked-list-tests (Makefile.am): New variable
18995         test_linked_list_LDADD.
18996         * modules/linkedhash-list-tests (Makefile.am): New variable
18997         test_linkedhash_list_LDADD.
18998         * modules/rbtree-list-tests (Makefile.am): New variable
18999         test_rbtree_list_LDADD.
19000         * modules/rbtree-oset-tests (Makefile.am): New variable
19001         test_rbtree_oset_LDADD.
19002         * modules/rbtreehash-list-tests (Makefile.am): New variable
19003         test_rbtreehash_list_LDADD.
19004         * modules/xvasprintf-tests (Makefile.am): New variable
19005         test_xvasprintf_LDADD.
19006         Reported by Eric Blake.
19007
19008 2007-04-03  Eric Blake  <ebb9@byu.net>
19009
19010         * DEPENDENCIES: Weaken m4 requirements.
19011
19012 2007-04-03  Bruno Haible  <bruno@clisp.org>
19013
19014         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
19015         * modules/isnanl-tests (configure.ac): Likewise.
19016
19017 2007-04-03  Ben Pfaff  <blp@gnu.org>
19018
19019         * modules/iconv_open: Add $(srcdir)/ to source directory
19020         references in Makefile fragments that call gperf, to fix VPATH
19021         builds.
19022
19023 2007-04-03  Bruno Haible  <bruno@clisp.org>
19024
19025         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
19026         * lib/ldexpl.c: Undo last change.
19027
19028 2007-04-03  Bruno Haible  <bruno@clisp.org>
19029
19030         * modules/printf-frexpl (Depends-on): Undo last change.
19031         (Files): Add m4/ldexpl.m4.
19032
19033 2007-04-03  Bruno Haible  <bruno@clisp.org>
19034
19035         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
19036         * modules/isnanl (Link): New section.
19037
19038         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
19039         * modules/frexp (Link): New section.
19040
19041         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
19042         * modules/frexpl (Link): New section.
19043
19044         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
19045         * modules/ldexpl (Link): New section.
19046
19047 2007-04-03  Bruno Haible  <bruno@clisp.org>
19048
19049         * modules/TEMPLATE-EXTENDED: New file.
19050         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
19051
19052 2007-04-03  Bruno Haible  <bruno@clisp.org>
19053
19054         * DEPENDENCIES: New file.
19055         Suggested by Simon Josefsson.
19056
19057 2007-04-03  Bruno Haible  <bruno@clisp.org>
19058
19059         * doc/gnulib.texi: Escape @.
19060
19061 2007-04-03  James Youngman  <jay@gnu.org>
19062         and Paul Eggert  <eggert@cs.ucla.edu>
19063
19064         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
19065         birthtime on all systems that have birthtime, not just those which
19066         use st_birthtimensec rather than st_birthtim.  Putting zero in
19067         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
19068         that the birth time is not available for files on an NFS mount.
19069
19070 2007-04-03  Simon Josefsson  <simon@josefsson.org>
19071
19072         * modules/memxor: Move back from crypto/, suggested by Bruno.
19073         * modules/crypto/hmac-sha1: Fix memxor dependency.
19074
19075         * modules/crypto/gc: Moved from ../.
19076
19077 2007-04-02  Eric Blake  <ebb9@byu.net>
19078
19079         * lib/ldexpl.c (includes): Avoid libm.
19080
19081         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
19082
19083 2007-04-02  Bruno Haible  <bruno@clisp.org>
19084
19085         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
19086         on IRIX.
19087
19088 2007-04-02  Bruno Haible  <bruno@clisp.org>
19089
19090         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
19091         x86 or x86_64 platforms running MacOS X.
19092         Reported by Ryan Schmidt <@ryandesign.com>.
19093
19094 2007-04-02  Bruno Haible  <bruno@clisp.org>
19095
19096         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
19097         i386.
19098
19099 2007-04-01  Simon Josefsson  <simon@josefsson.org>
19100
19101         * modules/crypto/arcfour: Moved from ../.
19102         * modules/crypto/arcfour-tests: Moved from ../.
19103         * modules/crypto/arctwo: Moved from ../.
19104         * modules/crypto/arctwo-tests: Moved from ../.
19105         * modules/crypto/des: Moved from ../.
19106         * modules/crypto/des-tests: Moved from ../.
19107         * modules/crypto/gc-arcfour: Moved from ../.
19108         * modules/crypto/gc-arcfour-tests: Moved from ../.
19109         * modules/crypto/gc-arctwo: Moved from ../.
19110         * modules/crypto/gc-arctwo-tests: Moved from ../.
19111         * modules/crypto/gc-des: Moved from ../.
19112         * modules/crypto/gc-des-tests: Moved from ../.
19113         * modules/crypto/gc-hmac-md5: Moved from ../.
19114         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
19115         * modules/crypto/gc-hmac-sha1: Moved from ../.
19116         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
19117         * modules/crypto/gc-md2: Moved from ../.
19118         * modules/crypto/gc-md2-tests: Moved from ../.
19119         * modules/crypto/gc-md4: Moved from ../.
19120         * modules/crypto/gc-md4-tests: Moved from ../.
19121         * modules/crypto/gc-md5: Moved from ../.
19122         * modules/crypto/gc-md5-tests: Moved from ../.
19123         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
19124         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
19125         * modules/crypto/gc-random: Moved from ../.
19126         * modules/crypto/gc-rijndael: Moved from ../.
19127         * modules/crypto/gc-rijndael-tests: Moved from ../.
19128         * modules/crypto/gc-sha1: Moved from ../.
19129         * modules/crypto/gc-sha1-tests: Moved from ../.
19130         * modules/crypto/gc-tests: Moved from ../.
19131         * modules/crypto/hmac-md5: Moved from ../.
19132         * modules/crypto/hmac-md5-tests: Moved from ../.
19133         * modules/crypto/hmac-sha1: Moved from ../.
19134         * modules/crypto/hmac-sha1-tests: Moved from ../.
19135         * modules/crypto/md2: Moved from ../.
19136         * modules/crypto/md2-tests: Moved from ../.
19137         * modules/crypto/md4: Moved from ../.
19138         * modules/crypto/md4-tests: Moved from ../.
19139         * modules/crypto/md5: Moved from ../.
19140         * modules/crypto/md5-tests: Moved from ../.
19141         * modules/crypto/memxor: Moved from ../.
19142         * modules/crypto/rijndael: Moved from ../.
19143         * modules/crypto/rijndael-tests: Moved from ../.
19144         * modules/crypto/sha1: Moved from ../.
19145
19146 2007-03-30  James Youngman  <jay@gnu.org>
19147
19148         * tests/test-stat-time.c (prepare_test): use chmod() rather than
19149         rename() to change the ctime of a file (because ctime is unaffected
19150         by rename on jfs2 on AIX 5.1).
19151         (main): Start by doing cleanup, in case a previous run failed leaving
19152         test files behind.
19153
19154 2007-03-31  Bruno Haible  <bruno@clisp.org>
19155
19156         Support old proprietary implementations of iconv.
19157         * modules/iconv_open: New file.
19158         * lib/iconv_.h: New file.
19159         * m4/iconv_h.m4: New file.
19160         * lib/iconv_open.c: New file.
19161         * lib/iconv_open-aix.gperf: New file.
19162         * lib/iconv_open-hpux.gperf: New file.
19163         * lib/iconv_open-irix.gperf: New file.
19164         * lib/iconv_open-osf.gperf: New file.
19165         * m4/iconv_open.m4: New file.
19166         * modules/linebreak (Depends-on): Add iconv_open.
19167         * modules/striconv (Depends-on): Likewise.
19168         * modules/striconveh (Depends-on): Likewise.
19169         * modules/unicodeio (Depends-on): Likewise.
19170         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
19171         (iconv_t)(-1).
19172         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
19173         conversion if cd is (iconv_t)(-1).
19174         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
19175         is not possible.
19176
19177 2007-03-31  Bruno Haible  <bruno@clisp.org>
19178
19179         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
19180         work on Solaris either. Protect also second use of "autodetect_jp".
19181
19182 2007-03-31  Bruno Haible  <bruno@clisp.org>
19183
19184         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
19185         the function is not present.
19186
19187 2007-03-31  Bruno Haible  <bruno@clisp.org>
19188
19189         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
19190         the function is not present.
19191
19192 2007-03-31  Bruno Haible  <bruno@clisp.org>
19193
19194         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
19195         a bug in HP-UX iconv_open().
19196
19197 2007-03-31  Bruno Haible  <bruno@clisp.org>
19198
19199         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
19200         (Mathematics <math.h>): New section, add fpieee.
19201         (Input/output <stdio.h>): Add fseterr.
19202         (Mathematics <math.h>): New section, add printf-frexp.
19203         (Container data structures): Add sublist.
19204         (Core language properties): Add fpucw, inline.
19205         (Functions for greatest-width integer types <inttypes.h>): Add
19206         imaxabs, imaxdiv, inttypes.
19207         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
19208         isnanl-nolibm, ldexp.
19209         (Mathematics <math.h>): New section, add printf-frexpl.
19210         (Support for systems lacking POSIX:2001): Add fprintf-posix,
19211         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
19212         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
19213         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
19214         (Unicode string functions): Add unistr/u*-mbtoucr.
19215         (Java): Add javacomp-script, javaexec-script.
19216         (C#): Add csharpcomp-script, csharpexec-script.
19217         (Support for building libraries and executables): Add havelib,
19218         relocatable-*.
19219         (Support for maintaining and releasing projects): Renamed from
19220         'Support for maintaining and release projects'. Add announce-gen.
19221
19222 2007-03-31  Bruno Haible  <bruno@clisp.org>
19223
19224         * README: Talk primarily about git.
19225         (git and CVS): Renamed from CVS.
19226         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
19227         gnulib is available through git.
19228         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
19229
19230 2007-03-30  Bruno Haible  <bruno@clisp.org>
19231
19232         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
19233         * lib/poll_.h: Likewise.
19234         * lib/stat_.h: Likewise.
19235         * lib/sys_time_.h: Likewise.
19236         * lib/sysexit_.h: Likewise.
19237         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
19238         * lib/stdbool_.h: Likewise.
19239         * lib/byteswap_.h: Add double-inclusion guard.
19240
19241 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
19242
19243         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
19244
19245 2007-03-30  Karl Berry  <karl@gnu.org>
19246
19247         * config/srclist-update: double space after USA in the license
19248         substitution, since that's how it's usually (?) written.
19249
19250 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19251
19252         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
19253         reported by Bruno Haible.
19254
19255 2007-03-29  Bruno Haible  <bruno@clisp.org>
19256
19257         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
19258         a bug in AIX iconv().
19259
19260 2007-03-29  Bruno Haible  <bruno@clisp.org>
19261
19262         * modules/ldexpl-tests: New file.
19263         * tests/test-ldexpl.c: New file.
19264
19265 2007-03-29  Bruno Haible  <bruno@clisp.org>
19266
19267         * lib/ldexpl.c: Include fpucw.h.
19268         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
19269         multiplication.
19270         * modules/ldexpl (Depends-on): Add fpucw.
19271
19272 2007-03-29  Bruno Haible  <bruno@clisp.org>
19273
19274         * modules/ldexpl: New file.
19275         * m4/ldexpl.m4: New file.
19276         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
19277         set.
19278         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
19279         REPLACE_LDEXPL.
19280         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
19281         REPLACE_LDEXPL.
19282         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
19283         gl_FUNC_LDEXPL_WORKS.
19284         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
19285         * modules/mathl (Files): Remove lib/ldexpl.c.
19286         (Depends-on): Add ldexpl.
19287
19288 2007-03-29  Bruno Haible  <bruno@clisp.org>
19289
19290         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
19291
19292 2007-03-29  Bruno Haible  <bruno@clisp.org>
19293
19294         * tests/test-striconveh.c (main): Don't assume that a direct conversion
19295         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
19296         and possibly also HP-UX.
19297         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
19298         work on AIX, IRIX, HP-UX, OSF/1.
19299         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
19300         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
19301         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
19302         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
19303         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
19304         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
19305
19306 2007-03-29  Bruno Haible  <bruno@clisp.org>
19307
19308         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
19309
19310 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
19311
19312         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
19313         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
19314
19315 2007-03-29  Eric Blake  <ebb9@byu.net>
19316
19317         * lib/acl-internal.h: Remove redundant include.
19318         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
19319         Cygwin when a file is locked.
19320
19321 2007-03-29  Bruno Haible  <bruno@clisp.org>
19322
19323         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
19324         file.
19325         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
19326
19327 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
19328
19329         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
19330         try to remove a parent directory if the child couldn't be removed
19331         (except for the first rmdir, which could fail because the child
19332         doesn't exist).  Problem reported by Jeff Blaine in
19333         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
19334
19335 2007-03-28  Bruno Haible  <bruno@clisp.org>
19336
19337         * lib/striconveh.c (utf8conv_carefully): New function.
19338         (mem_cd_iconveh_internal): Invoke it.
19339
19340 2007-03-28  Bruno Haible  <bruno@clisp.org>
19341
19342         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
19343         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
19344         input.
19345         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
19346         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
19347         unistr/u8-uctomb.
19348
19349 2007-03-28  Bruno Haible  <bruno@clisp.org>
19350
19351         * modules/unistr/u8-mbtoucr: New file.
19352         * lib/unistr/u8-mbtoucr.c: New file.
19353         * modules/unistr/u16-mbtoucr: New file.
19354         * lib/unistr/u16-mbtoucr.c: New file.
19355         * modules/unistr/u16-mbtoucr: New file.
19356         * lib/unistr/u16-mbtoucr.c: New file.
19357         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
19358
19359 2007-03-27  Simon Josefsson  <simon@josefsson.org>
19360             Bruno Haible  <bruno@clisp.org>
19361
19362         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
19363         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
19364         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
19365
19366         * m4/stdio_h.m4: Add stubs for vasprintf too.
19367
19368         * modules/stdio: Support vasprintf in sed command.
19369
19370         * modules/vasprintf: Depend on stdio for prototypes.  Remove
19371         vasprintf.h.  Add stdio module indicator.
19372
19373         * lib/stdio_.h: Declare asprintf and vasprintf, based on
19374         vasprintf.h.
19375
19376         * lib/vasprintf.h: File removed.
19377
19378         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
19379         * lib/vasprintf.c: Ditto.
19380         * lib/xvasprintf.c: Ditto.
19381         * tests/test-vasprintf-posix.c: Ditto.
19382         * tests/test-vasprintf.c: Ditto.
19383
19384 2007-03-27  Bruno Haible  <bruno@clisp.org>
19385
19386         Make vasnprintf multithread-safe.
19387         * lib/vasnprintf.c (decimal_point_char): New function.
19388         (VASNPRINTF): Use it.
19389         Suggested by Simon Josefsson.
19390
19391 2007-03-27  Eric Blake  <ebb9@byu.net>
19392
19393         Support sub-second birthtime on cygwin.
19394         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
19395         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
19396         (get_stat_birthtime): Also work with st_birthtim.
19397
19398 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
19399
19400         * lib/stat-time.h (USE_BIRTHTIME): Remove.
19401         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
19402         (get_stat_birthtime_ns): Do not try to use "spare" fields.
19403         (get_stat_birthtime_ns): Simplify compile-time tests.
19404         (get_stat_birthtime): Change the API to look like
19405         get_stat_mtime etc., except return a negative tv_nsec on error.
19406         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
19407         Don't check for "spare" fields.
19408         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
19409         or for struct stat.st_birthtime, as these tests aren't used.
19410         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
19411
19412 2007-03-27  Bruno Haible  <bruno@clisp.org>
19413
19414         * lib/stat-time.h: Include <sys/stat.h>.
19415
19416 2007-03-27  James Youngman  <jay@gnu.org>
19417
19418         * lib/stat-time.h (get_stat_birthtime): New function for
19419           retrieving st_birthtime as provided by UFS2 (hence *BSD).
19420         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
19421           and its variants.
19422         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
19423         * modules/stat-time-test: New file.
19424         * tests/test-stat-time.c: New test, devised by Bruno Haible.
19425
19426 2007-03-26  Bruno Haible  <bruno@clisp.org>
19427
19428         Better support of signalling NaNs.
19429         * lib/atanl.c: Include isnanl.h.
19430         (atanl): Perform test for NaN at the beginning of the function and
19431         through a call to isnanl.
19432         * lib/cosl.c: Include isnanl.h.
19433         (cosl): Perform test for NaN at the beginning of the function and
19434         through a call to isnanl.
19435         * lib/ldexpl.c: Include isnanl.h.
19436         (ldexpl): Perform test for NaN through a call to isnanl.
19437         * lib/logl.c: Include isnanl.h.
19438         (logl): Perform test for NaN at the beginning of the function and
19439         through a call to isnanl.
19440         * lib/sinl.c: Include isnanl.h.
19441         (sinl): Perform test for NaN at the beginning of the function and
19442         through a call to isnanl.
19443         * lib/sqrtl.c: Include isnanl.h.
19444         (sqrtl): Perform test for NaN at the beginning of the function and
19445         through a call to isnanl.
19446         * lib/tanl.c: Include isnanl.h.
19447         (tanl): Perform test for NaN at the beginning of the function and
19448         through a call to isnanl.
19449         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
19450         * modules/mathl (Depends-on): Add isnanl.
19451
19452 2007-03-26  Eric Blake  <ebb9@byu.net>
19453
19454         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
19455         regression in logic sense of previous patch.
19456
19457 2007-03-26  Bruno Haible  <bruno@clisp.org>
19458
19459         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
19460         unportable shell command "if ! ...".
19461         Reported by Ralf Wildenhues.
19462
19463 2007-03-25  Bruno Haible  <bruno@clisp.org>
19464
19465         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
19466         <sysexits.h> file, and only add EX_CONFIG.
19467         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
19468         absolute file name and whether it is sufficient. Substitute also
19469         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
19470         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
19471         ABSOLUTE_SYSEXITS_H into sysexits.h.
19472
19473 2007-03-25  Bruno Haible  <bruno@clisp.org>
19474
19475         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
19476         hints is NULL.
19477
19478 2007-03-25  Bruno Haible  <bruno@clisp.org>
19479
19480         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
19481         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
19482
19483 2007-03-25  Bruno Haible  <bruno@clisp.org>
19484
19485         * lib/vasnprintf.c: Include langinfo.h.
19486         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
19487         multithread-safe.
19488         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
19489         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
19490         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19491         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19492         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19493         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19494         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19495         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
19496         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19497         Reported by Simon Josefsson.
19498
19499 2007-03-25  Bruno Haible  <bruno@clisp.org>
19500
19501         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
19502         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
19503         * modules/vasnprintf (Depends-on): Add stdint.
19504
19505 2007-03-25  Bruno Haible  <bruno@clisp.org>
19506
19507         * modules/fpieee: New file.
19508         * m4/fpieee.m4: New file.
19509         * modules/isnan-nolibm (Depends-on): Add fpieee.
19510         * modules/isnanl-nolibm (Depends-on): Add fpieee.
19511         * modules/isnanl (Depends-on): Add fpieee.
19512
19513 2007-03-25  Bruno Haible  <bruno@clisp.org>
19514
19515         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
19516
19517 2007-03-25  Bruno Haible  <bruno@clisp.org>
19518
19519         Avoid test failures on IRIX 6.5.
19520         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
19521         (main): Use it.
19522         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
19523         macros.
19524         (main): Use them.
19525
19526 2007-03-25  Bruno Haible  <bruno@clisp.org>
19527
19528         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
19529         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
19530         exists but doesn't work.
19531         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
19532         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
19533         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
19534         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
19535
19536 2007-03-25  Bruno Haible  <bruno@clisp.org>
19537
19538         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
19539         returns inf. Needed on IRIX 6.5.
19540
19541 2007-03-25  Bruno Haible  <bruno@clisp.org>
19542
19543         * tests/test-frexpl.c: Include isnanl-nolibm.h.
19544         (main): Use isnanl instead of x != x idiom.
19545         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
19546
19547         * tests/test-frexp.c: Include isnan.h.
19548         (main): Use isnan instead of x != x idiom.
19549         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
19550
19551 2007-03-25  Bruno Haible  <bruno@clisp.org>
19552
19553         * tests/test-frexp.c (NaN): New function/macro.
19554         (main): Use it instead of 0.0 / 0.0.
19555         * tests/test-isnan.c (NaN): New function/macro.
19556         (main): Use it instead of 0.0 / 0.0.
19557         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
19558         (test_function): Use it instead of 0.0 / 0.0.
19559         * tests/test-vasprintf-posix.c (NaN): New function/macro.
19560         (test_function): Use it instead of 0.0 / 0.0.
19561         * tests/test-snprintf-posix.h (NaN): New function/macro.
19562         (test_function): Use it instead of 0.0 / 0.0.
19563         * tests/test-sprintf-posix.h (NaN): New function/macro.
19564         (test_function): Use it instead of 0.0 / 0.0.
19565         * tests/test-fprintf-posix.h (NaN): New function/macro.
19566         (test_function): Use it instead of 0.0 / 0.0.
19567         * tests/test-printf-posix.h (NaN): New function/macro.
19568         (test_function): Use it instead of 0.0 / 0.0.
19569
19570         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
19571
19572 2007-03-25  Bruno Haible  <bruno@clisp.org>
19573
19574         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
19575
19576 2007-03-25  Bruno Haible  <bruno@clisp.org>
19577
19578         * lib/regexec.c (merge_state_with_log): Make static.
19579
19580 2007-03-25  Bruno Haible  <bruno@clisp.org>
19581
19582         * lib/trigl.c (kernel_rem_pio2): Make static.
19583
19584 2007-03-25  Bruno Haible  <bruno@clisp.org>
19585
19586         * lib/sincosl.c (sincosl_table): Make static.
19587
19588 2007-03-25  Bruno Haible  <bruno@clisp.org>
19589
19590         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
19591         if the compiler does not support C99.
19592
19593 2007-03-25  Bruno Haible  <bruno@clisp.org>
19594
19595         * modules/time (Makefile.am): Ensure all rule action lines start with a
19596         tab.
19597
19598 2007-03-24  Bruno Haible  <bruno@clisp.org>
19599
19600         * modules/tsearch-tests: New file.
19601         * tests/test-tsearch.sh: New file.
19602         * tests/test-tsearch.c: New file, mostly copied from glibc.
19603
19604         * modules/search-tests: New file.
19605         * tests/test-search.c: New file.
19606
19607         * modules/search: New file.
19608         * lib/search_.h: New file, incorporating lib/tsearch.h.
19609         * m4/search_h.m4: New file.
19610         * lib/tsearch.h: Remove file.
19611         * lib/tsearch.c: Include search.h instead of tsearch.h.
19612         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
19613         HAVE_TSEARCH.
19614         * modules/tsearch (Files): Remove lib/tsearch.h.
19615         (Depends-on): Add search.
19616         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
19617         (Include): Change tsearch.h into search.h.
19618
19619 2007-03-24  Bruno Haible  <bruno@clisp.org>
19620
19621         * modules/fpucw: New file.
19622         * lib/fpucw.h: New file.
19623         * lib/frexp.c: Include fpucw.h.
19624         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
19625         (FUNC): Use them.
19626         * lib/printf-frexp.c: Include fpucw.h.
19627         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
19628         (FUNC): Use them.
19629         * lib/vasnprintf.c: Include fpucw.h.
19630         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
19631         'long double' calculations.
19632         * tests/test-frexpl.c: Include fpucw.h.
19633         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
19634         * tests/test-printf-frexpl.c: Include fpucw.h.
19635         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
19636         * modules/frexpl (Depends-on): Add fpucw.
19637         * modules/printf-frexpl (Depends-on): Likewise.
19638         * modules/fprintf-posix (Depends-on): Likewise.
19639         * modules/snprintf-posix (Depends-on): Likewise.
19640         * modules/sprintf-posix (Depends-on): Likewise.
19641         * modules/vasnprintf-posix (Depends-on): Likewise.
19642         * modules/vasprintf-posix (Depends-on): Likewise.
19643         * modules/vfprintf-posix (Depends-on): Likewise.
19644         * modules/vsnprintf-posix (Depends-on): Likewise.
19645         * modules/vsprintf-posix (Depends-on): Likewise.
19646         * modules/frexpl-tests (Depends-on): Likewise.
19647         * modules/printf-frexpl-tests (Depends-on): Likewise.
19648
19649 2007-03-24  Bruno Haible  <bruno@clisp.org>
19650
19651         * lib/float+.h: New file.
19652         * lib/isnan.c: Include float+.h.
19653         (SIZE): New macro.
19654         (FUNC): Compare only SIZE bytes of the value.
19655         * lib/vasnprintf.c: Include float+.h.
19656         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
19657         SIZEOF_LDBL or SIZEOF_DBL bytes.
19658         * modules/isnan-nolibm (Files): Add lib/float+.h.
19659         * modules/isnanl-nolibm (Files): Add lib/float+.h.
19660         * modules/isnanl (Files): Add lib/float+.h.
19661         * modules/vasnprintf (Files): Add lib/float+.h.
19662
19663 2007-03-24  Bruno Haible  <bruno@clisp.org>
19664
19665         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
19666         include isnanl-nolibm.h.
19667
19668 2007-03-24  Bruno Haible  <bruno@clisp.org>
19669
19670         * tests/test-read-file.c (main): Don't produce spurious output for
19671         expected situations. Make the test fail if it encountered unexpected
19672         results.
19673
19674 2007-03-24  Bruno Haible  <bruno@clisp.org>
19675
19676         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
19677         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
19678
19679 2007-03-24  Bruno Haible  <bruno@clisp.org>
19680
19681         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
19682
19683 2007-03-24  Bruno Haible  <bruno@clisp.org>
19684
19685         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
19686         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
19687
19688         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
19689         * modules/utf8-ucs4: Turn into a symbolic link to module
19690         unistr/u8-mbtouc.
19691
19692         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
19693         utf8-ucs4-unsafe.
19694         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
19695         unistr/u8-mbtouc-unsafe.
19696
19697         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
19698         * modules/utf16-ucs4: Turn into a symbolic link to module
19699         unistr/u16-mbtouc.
19700
19701         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
19702         utf16-ucs4-unsafe.
19703         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
19704         unistr/u16-mbtouc-unsafe.
19705
19706         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
19707         * modules/ucs4-utf8: Turn into a symbolic link to module
19708         unistr/u8-ubtomb.
19709
19710         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
19711         * modules/ucs4-utf16: Turn into a symbolic link to module
19712         unistr/u16-ubtomb.
19713
19714 2007-03-24  Bruno Haible  <bruno@clisp.org>
19715
19716         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
19717         Enable the function only if HAVE_INLINE.
19718         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
19719         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
19720         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
19721         Enable the function only if HAVE_INLINE.
19722         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
19723         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
19724         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
19725         Enable the function only if HAVE_INLINE.
19726         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
19727         Enable the function only if HAVE_INLINE.
19728         * modules/utf8-ucs4: Update.
19729         * modules/utf8-ucs4-unsafe: Update.
19730         * modules/utf16-ucs4: Update.
19731         * modules/utf16-ucs4-unsafe: Update.
19732         * modules/ucs4-utf8: Update.
19733         * modules/ucs4-utf16: Update.
19734
19735 2007-03-24  Bruno Haible  <bruno@clisp.org>
19736
19737         * lib/utf8-ucs4.h: Remove file.
19738         * lib/utf8-ucs4-unsafe.h: Remove file.
19739         * lib/utf16-ucs4.h: Remove file.
19740         * lib/utf16-ucs4-unsafe.h: Remove file.
19741         * lib/ucs4-utf8.h: Remove file.
19742         * lib/ucs4-utf16.h: Remove file.
19743         * lib/unistr.h: Include their previous contents.
19744         * m4/utf-ucs4.m4: Remove file.
19745         * m4/ucs4-utf.m4: Remove file.
19746         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
19747         (Depends-on): Add unistr/base.
19748         (configure.ac): Remove gl_UTF_UCS4.
19749         (Makefile.am): Update.
19750         (Include): Change to unistr.h.
19751         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
19752         (Depends-on): Add unistr/base.
19753         (configure.ac): Remove gl_UTF_UCS4.
19754         (Makefile.am): Update.
19755         (Include): Change to unistr.h.
19756         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
19757         (Depends-on): Add unistr/base.
19758         (configure.ac): Remove gl_UTF_UCS4.
19759         (Makefile.am): Update.
19760         (Include): Change to unistr.h.
19761         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
19762         (Depends-on): Add unistr/base.
19763         (configure.ac): Remove gl_UTF_UCS4.
19764         (Makefile.am): Update.
19765         (Include): Change to unistr.h.
19766         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
19767         (Depends-on): Add unistr/base.
19768         (configure.ac): Remove gl_UCS4_UTF.
19769         (Makefile.am): Update.
19770         (Include): Change to unistr.h.
19771         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
19772         (Depends-on): Add unistr/base.
19773         (configure.ac): Remove gl_UCS4_UTF.
19774         (Makefile.am): Update.
19775         (Include): Change to unistr.h.
19776         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
19777         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
19778         utf8-ucs4-unsafe.h.
19779         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
19780         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
19781         utf16-ucs4-unsafe.h.
19782         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
19783         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
19784         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
19785         * lib/unistr/u8-strchr.c: Likewise.
19786         * lib/unistr/u8-strrchr.c: Likewise.
19787         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
19788         * lib/unistr/u16-strchr.c: Likewise.
19789         * lib/unistr/u16-strrchr.c: Likewise.
19790         * lib/striconveh.c: Update.
19791         * lib/linebreak.c: Update.
19792
19793 2007-03-24  Bruno Haible  <bruno@clisp.org>
19794
19795         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
19796         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
19797
19798 2007-03-22  Bruno Haible  <bruno@clisp.org>
19799
19800         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
19801
19802 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19803
19804         * MODULES.html.sh (File system functions): New module write-any-file.
19805         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
19806         * m4/write-any-file.m4: New files.
19807
19808 2007-03-23  Eric Blake  <ebb9@byu.net>
19809
19810         * gnulib-tool: Rearrange space-tab sequences, since some editors
19811         like to eat them.
19812
19813 2007-03-23  Eric Blake  <ebb9@byu.net>
19814
19815         * lib/version-etc.c (version_etc_va): Update license wording to
19816         be more concise.  Recommended by Richard Stallman.
19817
19818 2007-03-22  Bruno Haible  <bruno@clisp.org>
19819
19820         * lib/poll.c (MSG_PEEK): New fallback definition.
19821
19822 2007-03-22  Bruno Haible  <bruno@clisp.org>
19823
19824         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
19825         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
19826         (main): Update.
19827         Fixes a compilation error on BeOS.
19828
19829 2007-03-22  Bruno Haible  <bruno@clisp.org>
19830
19831         * modules/frexpl-tests: New file.
19832         * tests/test-frexpl.c: New file.
19833
19834         * modules/frexpl: New file.
19835         * m4/frexpl.m4: New file.
19836         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
19837         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
19838         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
19839         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
19840         (Depends-on): Add frexpl. Remove isnanl-nolibm.
19841         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
19842
19843 2007-03-22  Bruno Haible  <bruno@clisp.org>
19844
19845         * lib/frexpl.c: Share code with lib/frexp.c.
19846         * modules/mathl (Files): Add lib/frexp.c.
19847         (Depends-on): Add isnanl-nolibm.
19848
19849 2007-03-22  Bruno Haible  <bruno@clisp.org>
19850
19851         * modules/printf-frexp (Files): Add m4/frexp.m4.
19852         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
19853         only if the found frexp function actually works.
19854
19855 2007-03-22  Bruno Haible  <bruno@clisp.org>
19856
19857         * lib/frexp.c: Remove older implementation that uses divisions.
19858
19859 2007-03-21  Bruno Haible  <bruno@clisp.org>
19860
19861         * modules/frexp-tests: New file.
19862         * tests/test-frexp.c: New file.
19863
19864         * modules/frexp: New file.
19865         * lib/frexp.c: New file.
19866         * m4/frexp.m4: New file.
19867         * lib/math_.h (frexp): New declaration.
19868         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
19869         REPLACE_FREXP.
19870         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
19871
19872 2007-03-21  Bruno Haible  <bruno@clisp.org>
19873
19874         * modules/isnanl-tests: New file.
19875         * tests/test-isnanl.c: New file.
19876
19877         * modules/isnanl: New file.
19878         * lib/isnanl.h: New file.
19879         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
19880         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
19881         gl_FUNC_ISNANL_WORKS.
19882         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
19883         New macros.
19884
19885 2007-03-21  Bruno Haible  <bruno@clisp.org>
19886
19887         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
19888         lib/isnanl.h.
19889         (Include): Update.
19890         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
19891         * lib/vasnprintf.c: Update.
19892         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
19893         tests/test-isnanl.h, remove tests/test-isnanl.c.
19894         (Makefile.am): Update.
19895         * tests/test-isnanl-nolibm.c: New file.
19896         * tests/test-isnanl.h: New file.
19897         * tests/test-isnanl.c: Remove file.
19898
19899 2007-03-21  Jim Meyering  <jim@meyering.net>
19900
19901         When trying to open ".", treat ESTALE like EACCES.
19902         * lib/savewd.c (savewd_save): Resort to forking not just upon
19903         failure with EACCES, but also when errno is ESTALE.
19904
19905 2007-03-20  Bruno Haible  <bruno@clisp.org>
19906
19907         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
19908         Needed on AIX 5.1. Reported by Matthew Woehlke.
19909
19910 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
19911
19912         Suggestions by Bruno Haible:
19913         * lib/acl-internal.h: Include "gettext.h" rather than rolling
19914         our own.
19915         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
19916         * modules/acl (Depends-on): Add gettext.
19917
19918 2007-03-19  Bruno Haible  <bruno@clisp.org>
19919
19920         * modules/iconvme: Remove file.
19921         * lib/iconvme.h: Remove file.
19922         * lib/iconvme.c: Remove file.
19923         * m4/iconvme.m4: Remove file.
19924
19925 2007-03-19  Bruno Haible  <bruno@clisp.org>
19926
19927         * doc/relocatable-maint.texi: Break long shell script line.
19928         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
19929
19930 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
19931
19932         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
19933         handle file_has_acl.
19934         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
19935         * lib/acl.c: Move header inclusions and related macro defns into
19936         lib/acl-internal.h.
19937         (S_ISLNK): Remove defn, since that's now done for us.
19938         (file_has_acl): Move to lib/file-has-acl.c.
19939         Call acl_trivial if available.  This is the crucial part of the fix.
19940         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
19941         shared within the library.  Rewrite a bit, partly to make it compatible
19942         with the GNU coding style.
19943         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
19944         Remove unnecessary double-quotes.
19945         Don't test for acl_to_text; the build will catch that.
19946         Replace acl_entries if it doesn't exist and it is needed.
19947         Check for -lsec and acl_trivial (as used on Solaris 10).
19948         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
19949         lib/file-has-acl.c.
19950         (Depends-on): Add sys_stat, for S_ISLNK.
19951
19952 2007-03-19  Ben Pfaff  <blp@gnu.org>
19953
19954         * doc/gnulib.texi: Fix typos.
19955         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
19956
19957 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
19958
19959         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
19960         If size is zero here, buf must be zero.
19961
19962 2007-03-19  Simon Josefsson  <simon@josefsson.org>
19963
19964         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
19965         <bruno@clisp.org>.
19966
19967 2007-03-18  Bruno Haible  <bruno@clisp.org>
19968
19969         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
19970         Suggested by Eric Blake.
19971
19972 2007-03-18  Ben Pfaff  <blp@gnu.org>
19973
19974         * doc/relocatable.texi: Recommend using as prefix a directory
19975         that does not exist and will never be created.  Based on
19976         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
19977         and others.
19978
19979 2007-03-17  Bruno Haible  <bruno@clisp.org>
19980
19981         * lib/fchownat.c: Include lchown.h.
19982
19983 2007-03-17  Bruno Haible  <bruno@clisp.org>
19984
19985         Fix endless loop when the given allocated size was > INT_MAX.
19986         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
19987         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
19988         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
19989         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
19990         * lib/sprintf.c (sprintf): Likewise.
19991
19992 2007-03-17  Bruno Haible  <bruno@clisp.org>
19993
19994         * tests/test-argp-2.sh (func_compare): Output a context diff.
19995
19996 2007-03-17  Bruno Haible  <bruno@clisp.org>
19997
19998         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
19999         locale's decimal-point character.
20000
20001 2007-03-17  Bruno Haible  <bruno@clisp.org>
20002
20003         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
20004         before comparing it. Needed because on some platforms (e.g. x86) a
20005         'long double' occupies less bytes than sizeof (long double).
20006
20007 2007-03-17  Bruno Haible  <bruno@clisp.org>
20008
20009         * tests/test-crc.c (main): Make printf statements 64-bit clean.
20010         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
20011         * tests/test-getaddrinfo.c (simple): Likewise.
20012         * tests/test-read-file.c (main): Likewise.
20013
20014 2007-03-17  Bruno Haible  <bruno@clisp.org>
20015
20016         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
20017
20018 2007-03-17  Bruno Haible  <bruno@clisp.org>
20019
20020         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
20021         unused variable.
20022
20023 2007-03-17  Bruno Haible  <bruno@clisp.org>
20024
20025         * tests/test-c-strcasecmp.c: Include c-strcase.h.
20026         * tests/test-c-strncasecmp.c: Likewise.
20027
20028 2007-03-17  Bruno Haible  <bruno@clisp.org>
20029
20030         * modules/stdlib (Depends-on): Add unistd.
20031         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
20032         Needed for MacOS X 10.3.
20033
20034 2007-03-17  Bruno Haible  <bruno@clisp.org>
20035
20036         * lib/unistr/u-strdup.h: Include <stdlib.h>.
20037
20038 2007-03-17  Bruno Haible  <bruno@clisp.org>
20039
20040         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
20041
20042 2007-03-17  Bruno Haible  <bruno@clisp.org>
20043
20044         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
20045         to reflect files copied from gnulib (with or without modifications).
20046         Suggested by Jim Meyering.
20047
20048 2007-03-17  Eric Blake  <ebb9@byu.net>
20049
20050         * NEWS: Document stdlib change from 2007-02-18.
20051
20052 2007-03-17  Jim Meyering  <jim@meyering.net>
20053
20054         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
20055         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
20056         someone uses a name containing shell meta-characters.
20057         Reported by Alfred M. Szmidt.
20058
20059         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
20060
20061 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20062
20063         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
20064         and copy gettext configuration files only if configure.ac contains
20065         a use of AM_GNU_GETTEXT_VERSION.
20066
20067 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20068
20069         * build-aux/bootstrap (gnulib_name): New variable.
20070         (gnulib_tool_options): Use it.
20071
20072 2007-03-13  Simon Josefsson  <simon@josefsson.org>
20073
20074         * tests/test-des.c: Use new namespace.
20075
20076 2007-03-15  Bruno Haible  <bruno@clisp.org>
20077
20078         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
20079         Reported by James Youngman <jay@gnu.org>.
20080
20081 2007-03-15  Bruno Haible  <bruno@clisp.org>
20082
20083         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
20084         declared prototype. Needed with cc on OSF/1 5.1.
20085
20086 2007-03-15  Bruno Haible  <bruno@clisp.org>
20087
20088         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
20089         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
20090         (struct gl_list_implementation): Add dispose_fn argument to the
20091         'create_empty', 'create' methods.
20092         (struct gl_list_impl_base): Add field 'dispose_fn'.
20093         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
20094         argument.
20095         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
20096         dispose_fn argument.
20097         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
20098         dispose_fn on the dropped values.
20099         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
20100         dispose_fn argument.
20101         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
20102         dropped values.
20103         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
20104         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20105         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
20106         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20107         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
20108         argument.
20109         (gl_tree_list_free): Call dispose_fn on the dropped values.
20110         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
20111         the dropped values.
20112         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
20113         Add dispose_fn argument.
20114         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
20115         Call dispose_fn on the dropped values.
20116         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
20117         Add dispose_fn argument.
20118         (gl_sublist_create): Initialize the 'dispose_fn' field.
20119         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
20120         * tests/test-array_list.c (main): Update.
20121         * tests/test-carray_list.c (main): Update.
20122         * tests/test-avltree_list.c (main): Update.
20123         * tests/test-rbtree_list.c (main): Update.
20124         * tests/test-avltreehash_list.c (main): Update.
20125         * tests/test-rbtreehash_list.c (main): Update.
20126         * tests/test-linked_list.c (main): Update.
20127         * tests/test-linkedhash_list.c (main): Update.
20128         * tests/test-array_oset.c (main): Update.
20129
20130 2007-03-15  Bruno Haible  <bruno@clisp.org>
20131
20132         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
20133         (gl_oset_create_empty): Add dispose_fn argument.
20134         (struct gl_oset_implementation): Add dispose_fn argument to
20135         'create_empty' method.
20136         (struct gl_oset_impl_base): Add dispose_fn field.
20137         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
20138         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
20139         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
20140         values.
20141         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
20142         (gl_tree_oset_free): Call dispose_fn on the dropped values.
20143         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20144         dropped value.
20145         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20146         dropped value.
20147         * tests/test-array_oset.c (main): Update.
20148         * tests/test-avltree_oset.c (main): Update.
20149         * tests/test-rbtree_oset.c (main): Update.
20150         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
20151
20152 2007-03-13  Bruno Haible  <bruno@clisp.org>
20153
20154         * tests/test-stdbool.c (i): Update after last patch.
20155
20156 2007-03-12  Bruno Haible  <bruno@clisp.org>
20157
20158         * lib/quotearg.c: Include <wctype.h> early, before the definition of
20159         the iswprint macro. Needed on Solaris 2.5.1.
20160
20161 2007-03-12  Bruno Haible  <bruno@clisp.org>
20162
20163         * tests/test-printf-frexp.c (main): Declare x as volatile.
20164
20165 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20166
20167         * doc/gnulib.texi (Build robot for gnulib): New section.
20168
20169 2007-03-12  Jim Meyering  <jim@meyering.net>
20170
20171         * build-aux/bootstrap: New file.
20172         * build-aux/bootstrap.conf: New file, from coreutils.
20173
20174 2007-03-11  Bruno Haible  <bruno@clisp.org>
20175
20176         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
20177
20178 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20179
20180         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
20181         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
20182         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
20183
20184 2007-03-11  Bruno Haible  <bruno@clisp.org>
20185
20186         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
20187         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
20188
20189 2007-03-11  Bruno Haible  <bruno@clisp.org>
20190
20191         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
20192         formula. Needed for SunPRO C 5.0.
20193
20194 2007-03-11  Bruno Haible  <bruno@clisp.org>
20195
20196         * modules/long-options (Depends-on): Add getopt.
20197
20198 2007-03-11  Bruno Haible  <bruno@clisp.org>
20199
20200         * modules/modechange (Depends-on): Add stdbool.
20201
20202 2007-03-11  Bruno Haible  <bruno@clisp.org>
20203
20204         * modules/i-ring (Depends-on): Add stdbool.
20205
20206 2007-03-11  Bruno Haible  <bruno@clisp.org>
20207
20208         * modules/gc-des (Depends-on): Add stdbool.
20209
20210 2007-03-11  Bruno Haible  <bruno@clisp.org>
20211
20212         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
20213
20214 2007-03-11  Bruno Haible  <bruno@clisp.org>
20215
20216         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
20217
20218 2007-03-11  Bruno Haible  <bruno@clisp.org>
20219
20220         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
20221
20222 2007-03-11  Bruno Haible  <bruno@clisp.org>
20223
20224         * lib/vasnprintf.c (sprintf): Undefine.
20225
20226 2007-03-11  Bruno Haible  <bruno@clisp.org>
20227
20228         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
20229         initializers in SunPRO C and Compaq C compilers.
20230
20231 2007-03-11  Bruno Haible  <bruno@clisp.org>
20232
20233         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
20234         decrementing code ANSI C compliant.
20235
20236 2007-03-11  Bruno Haible  <bruno@clisp.org>
20237
20238         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
20239         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
20240
20241 2007-03-11  Bruno Haible  <bruno@clisp.org>
20242
20243         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
20244         <stdbool.h> substitute doesn't pass.
20245
20246 2007-03-11  Bruno Haible  <bruno@clisp.org>
20247
20248         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
20249
20250 2007-03-11  Bruno Haible  <bruno@clisp.org>
20251
20252         * gnulib-tool (func_create_megatestdir): Create also an autobuild
20253         script, for submission to autobuild.josefsson.org.
20254
20255 2007-03-10  Bruno Haible  <bruno@clisp.org>
20256
20257         * modules/canonicalize-lgpl-tests: New file.
20258         * tests/test-canonicalize-lgpl.sh: New file.
20259         * tests/test-canonicalize-lgpl.c: New file.
20260
20261         * modules/c-strcase-tests: New file.
20262         * tests/test-c-strcase.sh: New file.
20263         * tests/test-c-strcasecmp.c: New file.
20264         * tests/test-c-strncasecmp.c: New file.
20265
20266         * modules/atexit-tests: New file.
20267         * tests/test-atexit.sh: New file.
20268         * tests/test-atexit.c: New file.
20269
20270 2007-03-10  Bruno Haible  <bruno@clisp.org>
20271
20272         * tests/test-binary-io.sh: Use temporary filenames that are not so
20273         likely to clash with those of other tests (in a parallel make).
20274         * tests/test-binary-io.c: Likewise.
20275
20276 2007-03-10  Bruno Haible  <bruno@clisp.org>
20277
20278         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
20279         fallback; use #error instead.
20280         Suggested by Simon Josefsson.
20281
20282 2007-03-10  Bruno Haible  <bruno@clisp.org>
20283
20284         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
20285         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
20286         first and the last.
20287
20288 2007-03-10  Bruno Haible  <bruno@clisp.org>
20289
20290         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
20291
20292 2007-03-10  Bruno Haible  <bruno@clisp.org>
20293
20294         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
20295         "make distcheck".
20296         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
20297         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
20298         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
20299
20300 2007-03-10  Bruno Haible  <bruno@clisp.org>
20301
20302         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
20303         variable.
20304         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
20305         variable.
20306
20307 2007-03-09  Eric Blake  <ebb9@byu.net>
20308         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
20309
20310         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
20311         types are not being provided by gnulib.
20312         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
20313         types are supported.
20314
20315 2007-03-10  Bruno Haible  <bruno@clisp.org>
20316
20317         * lib/stdio_.h (__attribute__): New macro.
20318         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
20319         vsprintf): Specify __attribute__ __format__ for GCC.
20320         Suggested by Eric Blake.
20321
20322 2007-03-09  Bruno Haible  <bruno@clisp.org>
20323
20324         * modules/printf-posix-tests: New file.
20325         * tests/test-printf-posix.sh: New file.
20326         * tests/test-printf-posix.c: New file.
20327
20328         * modules/printf-posix: New file.
20329         * lib/printf.c: New file.
20330         * m4/printf-posix-rpl.m4: New file.
20331         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
20332         REPLACE_PRINTF.
20333         * lib/stdio_.h (printf): New declaration.
20334         (format, __format__, ____printf____, ____scanf____, ____strftime____,
20335         ____strfmon____): New macros.
20336         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
20337         REPLACE_PRINTF.
20338
20339 2007-03-09  Bruno Haible  <bruno@clisp.org>
20340
20341         * tests/test-vasnprintf-posix2.sh: New file.
20342         * tests/test-vasnprintf-posix2.c: New file.
20343         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
20344         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
20345         (Makefile.am): Activate test-vasnprintf-posix2.sh.
20346
20347         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
20348         a locale dependent decimal point, rather than always '.'.
20349
20350 2007-03-09  Eric Blake  <ebb9@byu.net>
20351
20352         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
20353         spite of platforms like Tandem/NSK that define it to -1.
20354
20355 2007-03-08  Bruno Haible  <bruno@clisp.org>
20356
20357         * modules/vprintf-posix-tests: New file.
20358         * tests/test-vprintf-posix.sh: New file.
20359         * tests/test-vprintf-posix.c: New file.
20360         * tests/test-printf-posix.h: New file.
20361
20362         * modules/vprintf-posix: New file.
20363         * lib/vprintf.c: New file.
20364         * m4/vprintf-posix.m4: New file.
20365         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
20366         REPLACE_VPRINTF.
20367         * lib/stdio_.h (vprintf): New declaration.
20368         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
20369         REPLACE_VPRINTF.
20370
20371 2007-03-08  Bruno Haible  <bruno@clisp.org>
20372
20373         * modules/fprintf-posix-tests: New file.
20374         * tests/test-fprintf-posix.sh: New file.
20375         * tests/test-fprintf-posix.c: New file.
20376
20377         * modules/fprintf-posix: New file.
20378         * lib/fprintf.c: New file.
20379         * m4/fprintf-posix.m4: New file.
20380         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
20381         REPLACE_FPRINTF.
20382         * lib/stdio_.h (fprintf): New declaration.
20383         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
20384         REPLACE_FPRINTF.
20385
20386 2007-03-08  Bruno Haible  <bruno@clisp.org>
20387
20388         * modules/vfprintf-posix-tests: New file.
20389         * tests/test-vfprintf-posix.sh: New file.
20390         * tests/test-vfprintf-posix.c: New file.
20391         * tests/test-fprintf-posix.h: New file.
20392         * tests/test-fprintf-posix.out: New file.
20393
20394         * modules/vfprintf-posix: New file.
20395         * lib/vfprintf.c: New file.
20396         * m4/vfprintf-posix.m4: New file.
20397         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
20398         REPLACE_VFPRINTF.
20399         * lib/stdio_.h (vfprintf): New declaration.
20400         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
20401         REPLACE_VFPRINTF.
20402
20403 2007-03-08  Bruno Haible  <bruno@clisp.org>
20404
20405         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
20406
20407 2007-03-08  Bruno Haible  <bruno@clisp.org>
20408
20409         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
20410         instead of 'expr' invocations.
20411         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20412         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20413         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20414         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20415         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20416         Suggested by Paul Eggert.
20417
20418 2007-03-08  Bruno Haible  <bruno@clisp.org>
20419
20420         * modules/fseterr-tests: New file.
20421         * tests/test-fseterr.c: New file.
20422
20423         * modules/fseterr: New file.
20424         * lib/fseterr.h: New file.
20425         * lib/fseterr.c: New file.
20426
20427 2007-03-08  Bruno Haible  <bruno@clisp.org>
20428
20429         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
20430         * lib/getopt_.h: Likewise.
20431         * lib/mbswidth.h: Likewise.
20432         * lib/setenv.h: Likewise.
20433         * lib/vasnprintf.h: Likewise.
20434         * lib/vasprintf.h: Likewise.
20435         * lib/verror.h: Likewise.
20436         * lib/xsetenv.h: Likewise.
20437         * lib/xvasprintf.h: Likewise.
20438
20439 2007-03-08  Jim Meyering  <jim@meyering.net>
20440
20441         * users.txt: Add parted.
20442
20443         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
20444
20445 2007-03-07  Bruno Haible  <bruno@clisp.org>
20446
20447         * m4/printf.m4: Make the shell script snippets copy&pastable.
20448
20449 2007-03-02  Bruno Haible  <bruno@clisp.org>
20450
20451         * lib/netinet_in_.h: New file.
20452         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
20453         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
20454         * modules/netinet_in (Files): Add lib/netinet_in_.h.
20455         (Depends-on): Add absolute-header.
20456         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
20457         into netinet/in.h.
20458
20459 2007-03-03  Bruno Haible  <bruno@clisp.org>
20460
20461         * lib/sys_select_.h: New file.
20462         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
20463         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
20464         * modules/sys_select (Files): Add lib/sys_select_.h.
20465         (Depends-on): Add absolute-header.
20466         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
20467         into sys/select.h.
20468
20469 2007-03-02  Bruno Haible  <bruno@clisp.org>
20470
20471         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
20472         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
20473         values.
20474         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
20475         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
20476         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
20477         * modules/sys_socket (Depends-on): Add absolute-header.
20478         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
20479         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
20480         (Include): Remove requirement of inclusion of <sys/types.h>.
20481
20482 2007-03-02  Bruno Haible  <bruno@clisp.org>
20483
20484         * lib/byteswap_.h (bswap_32): Fix formula.
20485
20486 2007-03-06  Bruno Haible  <bruno@clisp.org>
20487
20488         * modules/sprintf-posix-tests: New file.
20489         * tests/test-sprintf-posix.c: New file.
20490
20491         * modules/sprintf-posix: New file.
20492         * lib/sprintf.c: New file.
20493         * m4/sprintf-posix.m4: New file.
20494         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
20495         REPLACE_SPRINTF.
20496         * lib/stdio_.h (sprintf): New declaration.
20497         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
20498         REPLACE_SPRINTF.
20499
20500 2007-03-06  Bruno Haible  <bruno@clisp.org>
20501
20502         * modules/vsprintf-posix-tests: New file.
20503         * tests/test-vsprintf-posix.c: New file.
20504         * tests/test-sprintf-posix.h: New file.
20505
20506         * modules/vsprintf-posix: New file.
20507         * lib/vsprintf.c: New file.
20508         * m4/vsprintf-posix.m4: New file.
20509         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
20510         REPLACE_VSPRINTF.
20511         * lib/stdio_.h (vsprintf): New declaration.
20512         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
20513         REPLACE_VSPRINTF.
20514
20515 2007-03-06  Bruno Haible  <bruno@clisp.org>
20516
20517         * modules/vsnprintf (Depend-on): Remove minmax.
20518
20519 2007-03-06  Bruno Haible  <bruno@clisp.org>
20520
20521         * modules/snprintf-posix-tests: New file.
20522         * tests/test-snprintf-posix.c: New file.
20523
20524         * modules/snprintf-posix: New file.
20525         * m4/snprintf-posix.m4: New file.
20526         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
20527         gl_FUNC_SNPRINTF.
20528         (gl_FUNC_SNPRINTF): Invoke it.
20529         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
20530         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
20531         is set.
20532         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
20533
20534 2007-03-06  Bruno Haible  <bruno@clisp.org>
20535
20536         * modules/vsnprintf-posix-tests: New file.
20537         * tests/test-vsnprintf-posix.c: New file.
20538         * tests/test-snprintf-posix.h: New file.
20539
20540         * modules/vsnprintf-posix: New file.
20541         * m4/vsnprintf-posix.m4: New file.
20542         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
20543         gl_FUNC_VSNPRINTF.
20544         (gl_FUNC_VSNPRINTF): Invoke it.
20545         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
20546         * lib/stdio_.h (vsnprintf): Define as a replacement if
20547         REPLACE_VSNPRINTF is set.
20548         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
20549
20550 2007-03-06  Bruno Haible  <bruno@clisp.org>
20551
20552         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
20553         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
20554
20555 2007-03-06  Bruno Haible  <bruno@clisp.org>
20556
20557         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
20558         (asinl): Declare also if HAVE_DECL_ASINL is set.
20559         (atanl): Declare also if HAVE_DECL_ATANL is set.
20560         (ceill): Declare also if HAVE_DECL_CEILL is set.
20561         (cosl): Declare also if HAVE_DECL_COSL is set.
20562         (expl): Declare also if HAVE_DECL_EXPL is set.
20563         (floorl): Declare also if HAVE_DECL_FLOORL is set.
20564         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
20565         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
20566         (logl): Declare also if HAVE_DECL_LOGL is set.
20567         (sinl): Declare also if HAVE_DECL_SINL is set.
20568         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
20569         (tanl): Declare also if HAVE_DECL_TANL is set.
20570         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
20571         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
20572         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
20573         declaration of frexpl, ldexpl.
20574         * modules/printf-frexpl (Depends-on): Add math.
20575         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
20576
20577 2007-03-05  Bruno Haible  <bruno@clisp.org>
20578
20579         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
20580         frexpl and ldexpl are declared.
20581         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
20582
20583 2007-03-05  Bruno Haible  <bruno@clisp.org>
20584
20585         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
20586         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
20587
20588 2007-03-05  Bruno Haible  <bruno@clisp.org>
20589
20590         * lib/stdio_.h: Include <stddef.h>.
20591
20592 2007-03-05  Bruno Haible  <bruno@clisp.org>
20593
20594         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
20595
20596 2007-03-05  Bruno Haible  <bruno@clisp.org>
20597
20598         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
20599         NetBSD 4, from Ralf Wildenhues.
20600
20601 2007-03-04  Bruno Haible  <bruno@clisp.org>
20602
20603         * lib/vasprintf.h: Update #if logic for the case when the functions
20604         exist but are overridden.
20605
20606 2007-03-04  Bruno Haible  <bruno@clisp.org>
20607
20608         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
20609         implementations: glibc-2.4 and MacOS X 10.3.
20610         * tests/test-vasnprintf-posix.c (test_function): Test also the case
20611         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
20612         * tests/test-vasprintf-posix.c (test_function): Likewise.
20613
20614 2007-03-04  Bruno Haible  <bruno@clisp.org>
20615
20616         * modules/vasprintf-posix-tests: New file.
20617         * tests/test-vasprintf-posix.c: New file.
20618
20619         * modules/vasprintf-posix: New file.
20620         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
20621         defined.
20622         * m4/vasprintf-posix.m4: New file.
20623         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
20624         gl_FUNC_VASPRINTF.
20625         (gl_FUNC_VASPRINTF): Invoke it.
20626         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
20627         here.
20628         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
20629
20630 2007-03-04  Bruno Haible  <bruno@clisp.org>
20631
20632         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
20633         REPLACE_GETTIMEOFDAY.
20634         * modules/sys_time (Makefile.am): Likewise.
20635         * m4/sys_time_h.m4: Likewise.
20636         * m4/gettimeofday.m4: Likewise.
20637
20638 2007-03-04  Bruno Haible  <bruno@clisp.org>
20639
20640         * modules/vasnprintf-posix-tests: New file.
20641         * tests/test-vasnprintf-posix.c: New file.
20642
20643         * modules/vasnprintf-posix: New file.
20644         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
20645         printf-frexpl.h.
20646         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
20647         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
20648         REPLACE_VASNPRINTF is defined.
20649         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
20650         gl_FUNC_VASNPRINTF.
20651         (gl_FUNC_VASNPRINTF): Invoke it.
20652         * m4/vasnprintf-posix.m4: New file.
20653         * m4/printf.m4: New file.
20654
20655 2007-03-04  Bruno Haible  <bruno@clisp.org>
20656
20657         Compile progreloc.c only if --enable-relocatable is specified.
20658         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
20659         if --enable-relocatable was specified.
20660         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
20661         lib_SOURCES.
20662
20663 2007-03-04  Jim Meyering  <jim@meyering.net>
20664
20665         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
20666         Use it consistently, rather than enumerating errno constants.
20667
20668 2007-03-04  Bruno Haible  <bruno@clisp.org>
20669
20670         * modules/xvasprintf-tests: New file.
20671         * tests/test-xvasprintf.c: New file.
20672
20673         * modules/vasprintf-tests: New file.
20674         * tests/test-vasprintf.c: New file.
20675
20676         * modules/vasnprintf-tests: New file.
20677         * tests/test-vasnprintf.c: New file.
20678
20679         * modules/vsnprintf-tests: New file.
20680         * tests/test-vsnprintf.c: New file.
20681
20682         * modules/snprintf-tests: New file.
20683         * tests/test-snprintf.c: New file.
20684
20685 2007-03-04  Bruno Haible  <bruno@clisp.org>
20686
20687         Compile relocatable.c only if --enable-relocatable is specified.
20688         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
20689         gl_RELOCATABLE_LIBRARY.
20690         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
20691         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
20692         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
20693         gl_RELOCATABLE_LIBRARY.
20694         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
20695         (Makefile.am): Remove lib_SOURCES.
20696         * modules/relocatable-lib-lgpl (configure.ac): Invoke
20697         gl_RELOCATABLE_LIBRARY.
20698         (Makefile.am): Remove lib_SOURCES.
20699         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
20700         always.
20701         * modules/relocatable-prog-wrapper (configure.ac): Invoke
20702         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
20703
20704 2007-03-04  Bruno Haible  <bruno@clisp.org>
20705
20706         * modules/argmatch-tests: New file.
20707         * tests/test-argmatch.c: New file.
20708
20709         * tests/test-allocsa.c (main): Halve the number of loop runs.
20710
20711         * modules/alloca-opt-tests: New file.
20712         * tests/test-alloca-opt.c: New file.
20713
20714 2007-03-04  Jim Meyering  <jim@meyering.net>
20715
20716         Work around difference between Linux ACLs and Solaris 10 ZFS.
20717         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
20718         for EINVAL.
20719
20720 2007-03-03  Bruno Haible  <bruno@clisp.org>
20721
20722         * modules/relocatable-prog (Depends-on): Add back progreloc's
20723         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
20724
20725 2007-03-03  Bruno Haible  <bruno@clisp.org>
20726
20727         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
20728         * modules/relocatable-lib: New file.
20729
20730 2007-03-03  Bruno Haible  <bruno@clisp.org>
20731
20732         * modules/relocatable-prog: Renamed from modules/relocatable.
20733         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
20734
20735 2007-03-03  Bruno Haible  <bruno@clisp.org>
20736
20737         * modules/relocatable-script (Files): Add doc/relocatable.texi,
20738         m4/relocatable-lib.m4.
20739         (Depends-on): Remove 'relocatable'.
20740         (configure.ac): Add gl_RELOCATABLE_NOP.
20741
20742 2007-03-03  Bruno Haible  <bruno@clisp.org>
20743
20744         * modules/relocatable-prog-wrapper: New file.
20745         * modules/relocatable (Depends-on): Add it. Remove all other
20746         dependencies except progname.
20747         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
20748
20749         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
20750         (gl_FUNC_STRERROR): Nop.
20751         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
20752
20753         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
20754         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
20755
20756         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
20757         (gl_FUNC_READLINK): Update.
20758
20759         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
20760
20761 2007-03-03  Bruno Haible  <bruno@clisp.org>
20762
20763         * lib/xreadlink.c: Include <unistd.h> unconditionally.
20764         * modules/xreadlink (Depends-on): Add unistd.
20765         * modules/xreadlink-with-size (Depends-on): Likewise.
20766
20767 2007-03-03  Bruno Haible  <bruno@clisp.org>
20768
20769         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
20770         extracted from gt_FUNC_SETENV.
20771         (gt_FUNC_SETENV): Remove macro.
20772         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
20773         remove gt_FUNC_SETENV.
20774
20775 2007-03-03  Bruno Haible  <bruno@clisp.org>
20776
20777         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
20778         ENABLE_RELOCATABLE here.
20779         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
20780
20781 2007-03-03  Bruno Haible  <bruno@clisp.org>
20782
20783         * modules/rbtreehash-list-tests (Depends-on): Add progname.
20784         * tests/test-rbtreehash_list.c: Include progname.h.
20785         (main): Call set_program_name.
20786
20787         * modules/rbtree-oset-tests (Depends-on): Add progname.
20788         * tests/test-rbtree_oset.c: Include progname.h.
20789         (main): Call set_program_name.
20790
20791         * modules/rbtree-list-tests (Depends-on): Add progname.
20792         * tests/test-rbtree_list.c: Include progname.h.
20793         (main): Call set_program_name.
20794
20795         * modules/linked-list-tests (Depends-on): Add progname.
20796         * tests/test-linked_list.c: Include progname.h.
20797         (main): Call set_program_name.
20798
20799 2007-03-03  Bruno Haible  <bruno@clisp.org>
20800
20801         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
20802         All uses of __restrict changed to _Restrict_.
20803         * lib/glob_.h (__restrict): Remove macro.
20804
20805 2007-03-02  Bruno Haible  <bruno@clisp.org>
20806
20807         * modules/gettext (configure.ac): Require gettext infrastructure
20808         from version 0.16.1.
20809
20810 2007-03-02  Bruno Haible  <bruno@clisp.org>
20811
20812         * modules/linkedhash-list-tests (Depends-on): Add progname.
20813         * tests/test-linkedhash_list.c: Include progname.h.
20814         (main): Call set_program_name.
20815
20816         * modules/carray-list-tests (Depends-on): Add progname.
20817         * tests/test-carray_list.c: Include progname.h.
20818         (main): Call set_program_name.
20819
20820         * modules/avltreehash-list-tests (Depends-on): Add progname.
20821         * tests/test-avltreehash_list.c: Include progname.h.
20822         (main): Call set_program_name.
20823
20824         * modules/avltree-oset-tests (Depends-on): Add progname.
20825         * tests/test-avltree_oset.c: Include progname.h.
20826         (main): Call set_program_name.
20827
20828         * modules/avltree-list-tests (Depends-on): Add progname.
20829         * tests/test-avltree_list.c: Include progname.h.
20830         (main): Call set_program_name.
20831
20832         * modules/array-oset-tests (Depends-on): Add progname.
20833         * tests/test-array_oset.c: Include progname.h.
20834         (main): Call set_program_name.
20835
20836         * modules/array-list-tests (Depends-on): Add progname.
20837         * tests/test-array_list.c: Include progname.h.
20838         (main): Call set_program_name.
20839
20840         * modules/argp-tests (Depends-on): Add progname.
20841         * tests/test-argp.c: Include argp.h first. Include progname.h.
20842         (main): Call set_program_name.
20843
20844 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
20845
20846         * doc/gnulib-tool.texi (Initial import): Reword description of
20847         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
20848         limited effect even if defined after the first system include.
20849
20850 2007-03-01  Bruno Haible  <bruno@clisp.org>
20851
20852         * build-aux/config.libpath: Update to libtool-1.5.22.
20853         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20854
20855 2007-03-01  Bruno Haible  <bruno@clisp.org>
20856
20857         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
20858         foo_CFLAGS.
20859         Reported by Ralf Wildenhues.
20860
20861 2007-03-01  Bruno Haible  <bruno@clisp.org>
20862
20863         * build-aux/install-reloc: Remove object files left over by some
20864         compilers.
20865         Reported by Ralf Wildenhues.
20866
20867 2007-03-01  Bruno Haible  <bruno@clisp.org>
20868
20869         * build-aux/install-reloc: Break long lines.
20870
20871 2007-03-01  Bruno Haible  <bruno@clisp.org>
20872
20873         * doc/relocatable.texi: Document that it may not work on OpenBSD.
20874         Reported by Ralf Wildenhues.
20875
20876 2007-03-01  Bruno Haible  <bruno@clisp.org>
20877
20878         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
20879         include ordering constraints.
20880
20881 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20882
20883         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
20884         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
20885         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
20886         as another example.
20887         * lib/time_.h: Fix misspelling.
20888         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20889         Require gl_HEADER_TIME_H_DEFAULTS.
20890         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
20891         * m4/time_r.m4 (gl_TIME_R): Likewise.
20892         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
20893
20894 2007-03-01  Bruno Haible  <bruno@clisp.org>
20895
20896         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
20897         * m4/utimens.m4 (gl_UTIMENS): Likewise.
20898
20899 2007-03-01  Jim Meyering  <jim@meyering.net>
20900
20901         * modules/xreadlink (Maintainer): Add my name.
20902         * modules/xreadlink-with-size (Depends-on): Alphabetize.
20903
20904 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
20905             Bruno Haible  <bruno@clisp.org>
20906
20907         * build-aux/install-reloc: Compile also c-ctype.c.
20908         * build-aux/relocatable.sh.in: New file.
20909         * doc/relocatable.texi: New file.
20910         * doc/relocatable-maint.texi: New file.
20911         * doc/gnulib.texi: Include relocatable-maint.texi.
20912         * lib/progreloc.c: Include unistd.h unconditionally.
20913         * lib/relocwrapper.c: Include unistd.h unconditionally.
20914         Include c-ctype.h.
20915         (add_dotbin): Use c_tolower.
20916         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
20917         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
20918         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
20919         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
20920         to m4/relocatable-lib.m4.
20921         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
20922         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
20923         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
20924         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
20925         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
20926         * modules/relocatable: New file.
20927         * modules/relocatable-lib: New file.
20928         * modules/relocatable-script: New file.
20929
20930 2007-02-28  Bruno Haible  <bruno@clisp.org>
20931
20932         Import --enable-relocatable infrastructure.
20933         * build-aux/config.libpath: New file, from GNU gettext.
20934         * build-aux/install-reloc: New file, from GNU gettext.
20935         * build-aux/reloc-ldflags: New file, from GNU gettext.
20936         * lib/relocatable.h: New file, from GNU gettext.
20937         * lib/relocatable.c: New file, from GNU gettext.
20938         * lib/relocwrapper.c: New file, from GNU gettext.
20939         * m4/relocatable.m4: New file, from GNU gettext.
20940
20941 2007-02-28  Bruno Haible  <bruno@clisp.org>
20942
20943         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
20944
20945         * modules/xreadlink: New file, from GNU gettext with modifications.
20946         * lib/xreadlink.c: New file, from GNU gettext.
20947         * lib/xreadlink.h: Add comments.
20948         (xreadlink): New declaration.
20949
20950         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
20951         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
20952         lib/xreadlink-with-size.c.
20953         (configure.ac): Remove gl_XREADLINK invocation.
20954         (Makefile.am): Augment lib_SOURCES.
20955         * m4/xreadlink.m4: Remove file.
20956         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
20957         (xreadlink_with_size): Renamed from xreadink.
20958         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
20959         * modules/canonicalize (Depends-on): Replace xreadlink with
20960         xreadlink-with-size.
20961         * lib/canonicalize.c (canonicalize_filename_mode): Update.
20962
20963 2007-02-25  Jim Meyering  <jim@meyering.net>
20964
20965         * build-aux/announce-gen: When complaining about excess arguments,
20966         list them.
20967
20968 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20969
20970         * README: Document signed integer overflow situation more
20971         accurately.
20972
20973 2007-02-25  Bruno Haible  <bruno@clisp.org>
20974
20975         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
20976         'a' or 'A' conversion.
20977
20978 2007-02-25  Bruno Haible  <bruno@clisp.org>
20979
20980         * modules/filename: Renamed from modules/pathname.
20981         (Files): Replace lib/pathname.h with lib/filename.h. Replace
20982         lib/concatpath.c with lib/concat-filename.c.
20983         (Makefile.am): Update.
20984         (Include): Replace pathname.h with filename.h.
20985         * lib/filename.h: Renamed from lib/pathname.h.
20986         (concatenated_filename): Renamed from concatenated_pathname.
20987         * lib/concat-filename.c: Renamed from lib/concatpath.c.
20988         (concatenated_filename): Renamed from concatenated_pathname.
20989         * lib/findprog.c: Include filename.h instead of pathname.h.
20990         (find_in_path): Update.
20991         * lib/javacomp.c: Include filename.h instead of pathname.h.
20992         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
20993         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
20994         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
20995         is_oldgcj_14_13_usable, is_javac_usable): Update.
20996         * lib/javaexec.c: Include filename.h instead of pathname.h.
20997         (execute_java_class): Update.
20998         * modules/findprog: Update.
20999         * modules/javacomp: Update.
21000         * modules/javaexec: Update.
21001         * MODULES.html.sh (File system functions): Add 'filename', remove
21002         'pathname'.
21003
21004 2007-02-25  Bruno Haible  <bruno@clisp.org>
21005
21006         * modules/printf-frexpl-tests: New file.
21007         * tests/test-printf-frexpl.c: New file.
21008
21009         * modules/printf-frexpl: New file.
21010         * lib/printf-frexpl.h: New file.
21011         * lib/printf-frexpl.c: New file.
21012         * m4/printf-frexpl.m4: New file.
21013
21014 2007-02-25  Bruno Haible  <bruno@clisp.org>
21015
21016         * modules/printf-frexp-tests: New file.
21017         * tests/test-printf-frexp.c: New file.
21018
21019         * modules/printf-frexp: New file.
21020         * lib/printf-frexp.h: New file.
21021         * lib/printf-frexp.c: New file.
21022         * m4/printf-frexp.m4: New file.
21023
21024 2007-02-25  Bruno Haible  <bruno@clisp.org>
21025
21026         Assume automake >= 1.10 for the tests.
21027         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
21028         * modules/arctwo-tests: Likewise.
21029         * modules/argp-tests: Likewise.
21030         * modules/avltree-list-tests: Likewise.
21031         * modules/avltree-oset-tests: Likewise.
21032         * modules/avltreehash-list-tests: Likewise.
21033         * modules/carray-list-tests: Likewise.
21034         * modules/crc-tests: Likewise.
21035         * modules/des-tests: Likewise.
21036         * modules/gc-arcfour-tests: Likewise.
21037         * modules/gc-arctwo-tests: Likewise.
21038         * modules/gc-des-tests: Likewise.
21039         * modules/gc-hmac-md5-tests: Likewise.
21040         * modules/gc-hmac-sha1-tests: Likewise.
21041         * modules/gc-md2-tests: Likewise.
21042         * modules/gc-md4-tests: Likewise.
21043         * modules/gc-md5-tests: Likewise.
21044         * modules/gc-pbkdf2-sha1-tests: Likewise.
21045         * modules/gc-rijndael-tests: Likewise.
21046         * modules/gc-sha1-tests: Likewise.
21047         * modules/gc-tests: Likewise.
21048         * modules/getaddrinfo-tests: Likewise.
21049         * modules/hmac-md5-tests: Likewise.
21050         * modules/hmac-sha1-tests: Likewise.
21051         * modules/linked-list-tests: Likewise.
21052         * modules/linkedhash-list-tests: Likewise.
21053         * modules/lock-tests: Likewise.
21054         * modules/md2-tests: Likewise.
21055         * modules/md4-tests: Likewise.
21056         * modules/md5-tests: Likewise.
21057         * modules/rbtree-list-tests: Likewise.
21058         * modules/rbtree-oset-tests: Likewise.
21059         * modules/rbtreehash-list-tests: Likewise.
21060         * modules/read-file-tests: Likewise.
21061         * modules/rijndael-tests: Likewise.
21062         * modules/stdint-tests: Likewise.
21063         * modules/tls-tests: Likewise.
21064
21065 2007-02-24  Bruno Haible  <bruno@clisp.org>
21066
21067         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
21068         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
21069         function; instead check whether isnan with a double argument links.
21070         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
21071         function; instead check whether isnan with a 'long double' argument
21072         links.
21073         Reported by Eric Blake <ebb9@byu.net>.
21074
21075 2007-02-24  Bruno Haible  <bruno@clisp.org>
21076
21077         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
21078         defined.
21079         * lib/isnanl.c: Remove all code. Just include isnan.c.
21080         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
21081
21082 2007-02-25  Jim Meyering  <jim@meyering.net>
21083
21084         Avoid conflicting types for 'unsetenv' on FreeBSD.
21085         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
21086         conflicting with FreeBSD's (5.0 and 6.1) function declaration
21087         in stdlib.h.
21088
21089 2007-02-24  Bruno Haible  <bruno@clisp.org>
21090
21091         * modules/isnanl-nolibm-tests: New file.
21092         * tests/test-isnanl.c: New file.
21093
21094         * modules/isnanl-nolibm: New file.
21095         * lib/isnanl.h: New file.
21096         * lib/isnanl.c: New file.
21097         * m4/isnanl.m4: New file.
21098
21099 2007-02-24  Bruno Haible  <bruno@clisp.org>
21100
21101         * modules/isnan-nolibm-tests: New file.
21102         * tests/test-isnan.c: New file.
21103
21104         * modules/isnan-nolibm: New file.
21105         * lib/isnan.h: New file.
21106         * lib/isnan.c: New file.
21107         * m4/isnan.m4: New file.
21108
21109 2007-02-24  Bruno Haible  <bruno@clisp.org>
21110
21111         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
21112         assume that an exponent fits in 20 bits.
21113
21114 2007-02-24  Jim Meyering  <jim@meyering.net>
21115
21116         * m4/regex.m4: Update the description of the configure-time option,
21117         --without-included-regex, to state accurately what the defaults are,
21118         and perhaps to give people an idea why using this option is risky.
21119
21120 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
21121
21122         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
21123         loops on small arguments.  This attempts to avoid the problem
21124         Bruno Haible reported for AIX 4.3.2 in
21125         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
21126
21127 2007-02-23  Bruno Haible  <bruno@clisp.org>
21128
21129         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
21130         Needed for help2man.
21131
21132 2007-02-23  Karl Berry  <karl@gnu.org>
21133
21134         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
21135         exists, foo.h should be cvs-ignored, not committed.
21136
21137 2007-02-23  Eric Blake  <ebb9@byu.net>
21138
21139         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
21140         * lib/stat-time.h (includes): Likewise.
21141         * lib/utimecmp.c (includes): Likewise.
21142         * lib/utimens.h (includes): Likewise.
21143         * lib/getdate.y (includes): Also include "timespec.h" for use
21144         internal to the module.
21145         * modules/utimens (Depends-on): Revert yesterday's patch.
21146         * modules/nanosleep (Depends-on): Add missing dependency.
21147
21148 2007-02-22  Bruno Haible  <bruno@clisp.org>
21149
21150         * lib/glob.c: Don't include getlogin_r.h.
21151
21152 2007-02-22  Jim Meyering  <jim@meyering.net>
21153
21154         * modules/utimens (Depends-on): Add timespec, required for
21155         utimens.h's inclusion of timespec.h.
21156
21157 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
21158
21159         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
21160         long unreadable paths in GNU/Linux.  Problem reported by Andreas
21161         Schwab in
21162         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
21163         I'll try to think of a better way to fix the Solaris problem.
21164
21165         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
21166         like glibc; on Solaris 10, it fails with errno == EINVAL.
21167         POSIX says the behavior is unspecified if the first argument is NULL,
21168         so play it safe and never pass NULL to the system getcwd.
21169
21170 2007-02-21  Jim Meyering  <jim@meyering.net>
21171
21172         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
21173         of gettimeofday.  It would conflict with the one now always
21174         provided via sys_time_.h.  Reported by Matthew Woehlke, as
21175         an IRIX 6.5 build failure.
21176
21177 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
21178
21179         Minor fixups to port to Solaris 10 with Sun C 5.8.
21180         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
21181         * modules/getcwd (Depends-on): Add dirfd.
21182         * lib/putenv.c (putenv): #undef it.
21183         (rpl_putenv): New decl.
21184         (malloc, free): Include <stdlib.h> rather than prototyping separately.
21185
21186 2007-02-20  Bruno Haible  <bruno@clisp.org>
21187
21188         * modules/stdio-tests: New file.
21189         * tests/test-stdio.c: New file.
21190
21191         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
21192         (Depends-on): Add stdio.
21193         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21194         (Include): Use <stdio.h> instead of vsnprintf.h.
21195         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21196         HAVE_DECL_VSNPRINTF.
21197         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
21198
21199         * modules/snprintf (Files): Remove lib/snprintf.h.
21200         (Depends-on): Add stdio.
21201         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21202         (Include): Use <stdio.h> instead of snprintf.h.
21203         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21204         HAVE_DECL_SNPRINTF.
21205         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
21206         * lib/getaddrinfo.c: Likewise.
21207
21208         * modules/stdio: New file.
21209         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
21210         * lib/snprintf.h: Remove file.
21211         * lib/vsnprintf.h: Remove file.
21212         * lib/.cppi-disable: Remove snprintf.h.
21213         * m4/stdio_h.m4: New file.
21214         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
21215
21216 2007-02-20  Jim Meyering  <jim@meyering.net>
21217
21218         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
21219         used by e.g., mingw.  From Bruno Haible.
21220
21221 2007-02-19  Bruno Haible  <bruno@clisp.org>
21222
21223         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
21224         warnings.
21225         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21226
21227 2007-02-19  Bruno Haible  <bruno@clisp.org>
21228
21229         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
21230         from mingw users.
21231
21232 2007-02-19  Bruno Haible  <bruno@clisp.org>
21233
21234         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
21235         warnings.
21236         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
21237
21238 2007-02-19  Jim Meyering  <jim@meyering.net>
21239
21240         Don't use FD after a successful "fdopendir (fd)".
21241         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
21242         Reset it by calling dirfd on the just-obtained DIR*.
21243
21244         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
21245         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
21246
21247 2007-02-18  Bruno Haible  <bruno@clisp.org>
21248
21249         * lib/readlink.c: Include <unistd.h>.
21250         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
21251         HAVE_READLINK.
21252         * modules/readlink (Depends-on): Add unistd.
21253         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21254         (Include): Add <unistd.h>.
21255
21256         * lib/getlogin_r.h: Remove file.
21257         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
21258         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
21259         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
21260         HAVE_DECL_GETLOGIN_R.
21261         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
21262         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21263         (Include): Use <unistd.h> instead of getlogin_r.h.
21264
21265         * lib/getcwd.h: Remove file.
21266         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
21267         * lib/xgetcwd.c: Likewise.
21268         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
21269         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
21270         * modules/getcwd (Files): Remove lib/getcwd.h.
21271         (Depends-on): Add unistd.
21272         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21273         (Include): Use <unistd.h> instad of getcwd.h.
21274
21275         * lib/ftruncate.c: Include <unistd.h> first.
21276         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
21277         Set HAVE_FTRUNCATE.
21278         * modules/ftruncate (Depends-on): Add unistd.
21279         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21280
21281         * lib/fchdir.c: Include <unistd.h> first.
21282         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
21283         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
21284         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
21285         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21286         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
21287
21288         * lib/dup2.c: Include <unistd.h> first.
21289         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
21290         HAVE_DUP2.
21291         * modules/dup2 (Depends-on): Add unistd.
21292         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21293
21294         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
21295         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
21296         REPLACE_CHOWN. Don't define chown as a macro here.
21297         * modules/chown (Depends-on): Add unistd.
21298         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21299
21300         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
21301         Add definition for GL_LINK_WARNING.
21302         (chown, dup2): New declarations.
21303         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
21304         link warning.
21305         (ftruncate): New declaration.
21306         (getcwd): New declaration, taken from old getcwd.h.
21307         (getlogin_r): New declaration, taken from old getlogin_r.h.
21308         (readlink): New declaration.
21309         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
21310         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
21311         (gl_PREREQ_UNISTD): Remove macro.
21312         (gl_UNISTD_MODULE_INDICATOR): New macro.
21313         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
21314         many new variables. Don't set UNISTD_H.
21315         * modules/unistd (Description): Change.
21316         (Depends-on): Add link-warning.
21317         (configure.ac): Update.
21318         (Makefile.am): Create unistd.h always. Substitute many new variables
21319         into it.
21320
21321 2007-02-18  Bruno Haible  <bruno@clisp.org>
21322
21323         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
21324         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
21325         HAVE_GETSUBOPT.
21326         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
21327         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
21328         * lib/getsubopt.h: Remove file.
21329         * modules/getsubopt (Files): Remove lib/getsubopt.h.
21330         (Depends-on): Add stdlib.
21331         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21332         (Includes): Use <stdlib.h> instead of getsubopt.h.
21333         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
21334         Set HAVE_GETSUBOPT.
21335         * lib/getsubopt.c: Don't include getsubopt.h.
21336
21337 2007-02-18  Bruno Haible  <bruno@clisp.org>
21338
21339         * modules/fchdir (Depends-on): Add dup2.
21340
21341 2007-02-18  Bruno Haible  <bruno@clisp.org>
21342
21343         * lib/stdlib_.h: Handle glibc's special invocation convention
21344         specially.
21345
21346 2007-02-18  Bruno Haible  <bruno@clisp.org>
21347
21348         * modules/stdlib-tests: New file.
21349         * tests/test-stdlib.c: New file.
21350
21351         * modules/mkstemp (Files): Remove lib/mkstemp.h.
21352         (Depends-on): Add stdlib.
21353         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21354         (Includes): Use <stdlib.h> instead of mkstemp.h.
21355         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
21356         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
21357         * lib/mkstemp.c: Don't include mkstemp.h.
21358         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
21359         * lib/stdlib--.h: Don't include mkstemp.h.
21360
21361         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
21362         (Depends-on): Add stdlib.
21363         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21364         (Includes): Use <stdlib.h> instead of mkdtemp.h.
21365         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
21366         HAVE_MKDTEMP.
21367         * lib/mkdtemp.c: Don't include mkdtemp.h.
21368         * lib/clean-temp.c: Don't include mkdtemp.h.
21369
21370         * modules/exit (Files): Remove lib/exit.h.
21371         (Depends-on): Add stdlib.
21372         (Makefile.am): Remove lib_SOURCES.
21373         (Include): Use <stdlib.h> instead of exit.h.
21374         * lib/argmatch.c: Don't include exit.h.
21375         * lib/execute.c: Likewise.
21376         * lib/pagealign_alloc.c: Likewise.
21377         * lib/pipe.c: Likewise.
21378         * lib/wait-process.c: Likewise.
21379         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
21380         * lib/exitfail.c: Likewise.
21381         * lib/savewd.c: Likewise.
21382         * lib/xsetenv.c: Likewise.
21383
21384         * modules/stdlib: New file.
21385         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
21386         and extra comments about mkstemp().
21387         * lib/exit.h: Remove file.
21388         * lib/mkdtemp.h: Remove file.
21389         * lib/mkstemp.h: Remove file.
21390         * m4/stdlib_h.m4: New file.
21391         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
21392
21393 2007-02-18  Bruno Haible  <bruno@clisp.org>
21394
21395         * modules/math-tests: New file.
21396         * tests/test-math.c: New file.
21397
21398         * modules/math: New file.
21399         * modules/mathl (Files): Remove lib/mathl.h.
21400         (Depends-on): Add math.
21401         (Makefile.am): Don't mention mathl.h.
21402         (Include): Use <math.h> instead of mathl.h.
21403         * lib/math_.h: New file.
21404         * lib/mathl.h: Remove file.
21405         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
21406         mathl.h.
21407         * lib/asinl.c: Likewise.
21408         * lib/atanl.c: Likewise.
21409         * lib/ceill.c: Likewise.
21410         * lib/cosl.c: Likewise.
21411         * lib/expl.c: Likewise.
21412         * lib/floorl.c: Likewise.
21413         * lib/frexpl.c: Likewise.
21414         * lib/ldexpl.c: Likewise.
21415         * lib/logl.c: Likewise.
21416         * lib/sincosl.c: Likewise.
21417         * lib/sinl.c: Likewise.
21418         * lib/sqrtl.c: Likewise.
21419         * lib/tanl.c: Likewise.
21420         * lib/trigl.c: Likewise.
21421         * m4/math_h.m4: New file.
21422         * MODULES.html.sh (Mathematics): Add math.
21423
21424 2007-02-17  Bruno Haible  <bruno@clisp.org>
21425
21426         * modules/wctype-tests: New file.
21427         * tests/test-wctype.c: New file.
21428
21429         * modules/wchar-tests: New file.
21430         * tests/test-wchar.c: New file.
21431
21432         * modules/unistd-tests: New file.
21433         * tests/test-unistd.c: New file.
21434
21435         * modules/time-tests: New file.
21436         * tests/test-time.c: New file.
21437
21438         * modules/sysexits-tests: New file.
21439         * tests/test-sysexits.c: New file.
21440
21441         * modules/sys_time-tests: New file.
21442         * tests/test-sys_time.c: New file.
21443
21444         * modules/sys_stat-tests: New file.
21445         * tests/test-sys_stat.c: New file.
21446
21447         * modules/sys_socket-tests: New file.
21448         * tests/test-sys_socket.c: New file.
21449
21450         * modules/sys_select-tests: New file.
21451         * tests/test-sys_select.c: New file.
21452
21453         * modules/string-tests: New file.
21454         * tests/test-string.c: New file.
21455
21456         * modules/stdbool-tests: New file.
21457         * tests/test-stdbool.c: New file.
21458
21459         * modules/netinet_in-tests: New file.
21460         * tests/test-netinet_in.c: New file.
21461
21462         * modules/inttypes-tests: New file.
21463         * tests/test-inttypes.c: New file.
21464
21465         * modules/fcntl-tests: New file.
21466         * tests/test-fcntl.c: New file.
21467
21468         * modules/byteswap-tests: New file.
21469         * tests/test-byteswap.c: New file.
21470
21471         * modules/arpa_inet-tests: New file.
21472         * tests/test-arpa_inet.c: New file.
21473
21474 2007-02-17  Bruno Haible  <bruno@clisp.org>
21475
21476         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
21477         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
21478         if the corresponding module is not enabled. Emit link warnings if
21479         the function is used nevertheless.
21480         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
21481         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
21482         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
21483         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
21484         * modules/inttypes (Depends-on): Add link-warning.
21485         (Makefile.am): Copy the contents of build-aux/link-warning.h into
21486         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
21487         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
21488         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
21489         * modules/imaxdiv (configure.ac): Likewise.
21490         * modules/strtoimax (configure.ac): Likewise.
21491         * modules/strtoumax (configure.ac): Likewise.
21492
21493 2007-02-17  Bruno Haible  <bruno@clisp.org>
21494
21495         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
21496         gl_STRING_MODULE_INDICATOR_DEFAULTS.
21497         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
21498         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
21499
21500 2007-02-17  Bruno Haible  <bruno@clisp.org>
21501
21502         * modules/link-warning: New file.
21503         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
21504         * lib/string_.h (GL_LINK_WARNING): Remove definition.
21505         * modules/string (Depends-on): Add link-warning.
21506         (Makefile.am): Copy the contents of build-aux/link-warning.h into
21507         string.h.
21508         * MODULES.html.sh (Support for building libraries and executables): Add
21509         link-warning.
21510
21511 2007-02-17  Bruno Haible  <bruno@clisp.org>
21512
21513         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
21514         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
21515         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
21516         long lines.
21517
21518 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
21519             Bruno Haible  <bruno@clisp.org>
21520
21521         * modules/tmpfile: New file.
21522         * lib/tmpfile.c: New file.
21523         * m4/tmpfile.m4: New file.
21524         * MODULES.html.sh (func_all_modules): New section "Input/output".
21525
21526 2007-02-15  Bruno Haible  <bruno@clisp.org>
21527
21528         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
21529         (supports_delete_on_close): New function.
21530         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
21531
21532 2007-02-14  Bruno Haible  <bruno@clisp.org>
21533
21534         * modules/mbspcasecmp-tests: New file.
21535         * tests/test-mbspcasecmp.sh: New file.
21536         * tests/test-mbspcasecmp.c: New file.
21537
21538         New module mbspcasecmp.
21539         * modules/mbspcasecmp: New file.
21540         * lib/mbspcasecmp.c: New file.
21541         * lib/string_.h (strncasecmp): Change warning message.
21542         (mbspcasecmp): New declaration.
21543         * m4/mbspcasecmp.m4: New file.
21544         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21545         GNULIB_MBSPCASECMP.
21546         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
21547         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
21548
21549 2007-02-14  Bruno Haible  <bruno@clisp.org>
21550
21551         * modules/mbsncasecmp-tests: New file.
21552         * tests/test-mbsncasecmp.sh: New file.
21553         * tests/test-mbsncasecmp.c: New file.
21554
21555         New module mbsncasecmp.
21556         * modules/mbsncasecmp: New file.
21557         * lib/mbsncasecmp.c: New file.
21558         * lib/string_.h (mbsncasecmp): New declaration.
21559         * m4/mbsncasecmp.m4: New file.
21560         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21561         GNULIB_MBSNCASECMP.
21562         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
21563         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
21564
21565 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
21566
21567         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
21568         Verify that it doesn't overlap with our flags.
21569         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
21570         do not have the desired effect in multibyte locales; instead, use
21571         mbscasecmp.
21572         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
21573         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
21574         we don't require GNU fnmatch ourselves (if our users require it, they
21575         should do so explicitly).
21576
21577         Fix regex code so it doesn't rely on strcasecmp.
21578         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
21579         Otherwise, include gnulib's langinfo.h.
21580         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
21581         undesirable behavior in non-C locales.  Instead, rely on localecharset.
21582         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
21583         * modules/regex (FILES): Remove m4/codeset.m4.
21584         (Depends-on): Add localcharset.  Remove strcase.
21585
21586 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21587
21588         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
21589         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
21590
21591 2007-02-13  Bruno Haible  <bruno@clisp.org>
21592
21593         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
21594         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21595
21596 2007-02-12  Bruno Haible  <bruno@clisp.org>
21597
21598         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
21599         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
21600         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
21601         time warning rather than a link error.
21602
21603 2007-02-12  Bruno Haible  <bruno@clisp.org>
21604
21605         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
21606         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
21607         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21608
21609 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
21610
21611         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
21612         args, not 2.
21613
21614 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
21615
21616         New module 'time', so that apps can include <time.h> as per
21617         POSIX and GNU instead of separate include files like time_r.h
21618         and timegm.h.  This implementation tries out a simpler approach
21619         for replacing decls in standard include files (as compared to
21620         the string module), somewhat as an experiment.
21621
21622         * config/srclist.txt: Comment out mktime.c for now.
21623         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
21624         since it doesn't apply any more.  Use generic wording instead.
21625         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
21626         'time'.
21627         * lib/time_.h, m4/time_h.m4, modules/time: New files.
21628         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
21629         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
21630         Don't include <sys/types.h>; no longer needed since we assume C89.
21631         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
21632         * lib/strftime.c: Likewise.
21633         * lib/time_r.c: Likewise.
21634         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
21635         * lib/nanosleep.c: Include <time.h> first, to check interface.
21636         * lib/strptime.c: Likewise.
21637         * lib/time_r.c: Likewise.
21638         * lib/timegm.c: Likewise.
21639         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
21640         needed.
21641         * lib/timegm.c: Don't include timegm.h; no longer needed.
21642         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
21643         time.h now handles any problems in that area.
21644         (struct timespec, nanosleep): Remove; time.h now arranges for these.
21645         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
21646         that time.h defines struct timespec.
21647         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
21648         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
21649         handles that.
21650         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
21651         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
21652         needed.  Set REPLACE_LOCALTIME.
21653         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
21654         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
21655         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
21656         nanosleep; time_h.m4 now does that.  Don't require
21657         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
21658         module handles this now.
21659         * modules/getdate (Depends-on): Remove timespec.  Add time.
21660         * modules/nanosleep (Depends-on): Likewise.
21661         * modules/stat-time (Depends-on): Likewise.
21662         * modules/nanosleep (Include): Include time.h, not timespec.h.
21663         * modules/strptime (Files): Remove lib/strptime.h.
21664         (Depends-on): Add extensions, time.
21665         (Include): Include time.h, not strptime.h.
21666         * modules/time_r (Files): Remove lib/time_r.h.
21667         (Depends-on): Add time.
21668         (Include): Include time.h, not time_r.h.
21669         * modules/timegm: Likewise.
21670         * modules/timespec (Description): Now does timespec-related decls
21671         of our own, instead of struct timespec itself.
21672         (Depends-on): Add time; remove extensions.
21673         (Maintainer): Add self.
21674         * modules/utimecmp (Depends-on): Add time; remove timespec.
21675         * modules/utimens (Depends-on): Likewise.
21676         * modules/xnanosleep (Depends-on): Likewise.
21677
21678 2007-02-11  Bruno Haible  <bruno@clisp.org>
21679
21680         * lib/c-strstr.c: Include allocsa.h.
21681         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
21682         * lib/c-strcasestr.c: Include allocsa.h.
21683         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
21684         * lib/strcasestr.c: Include allocsa.h.
21685         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
21686         * lib/mbsstr.c: Include allocsa.h.
21687         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
21688         allocsa/freesa instead of malloc/free.
21689         * lib/mbscasestr.c: Include allocsa.h.
21690         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
21691         allocsa/freesa instead of malloc/free.
21692         * modules/c-strstr (Depends-on): Add allocsa.
21693         * modules/c-strcasestr (Depends-on): Likewise.
21694         * modules/strcasestr (Depends-on): Likewise.
21695         * modules/mbsstr (Depends-on): Likewise.
21696         * modules/mbscasestr (Depends-on): Likewise.
21697
21698 2007-02-11  Bruno Haible  <bruno@clisp.org>
21699
21700         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
21701
21702         * modules/mbsspn-tests: New file.
21703         * tests/test-mbsspn.sh: New file.
21704         * tests/test-mbsspn.c: New file.
21705
21706 2007-02-11  Bruno Haible  <bruno@clisp.org>
21707
21708         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
21709
21710         * modules/mbspbrk-tests: New file.
21711         * tests/test-mbspbrk.sh: New file.
21712         * tests/test-mbspbrk.c: New file.
21713
21714 2007-02-11  Bruno Haible  <bruno@clisp.org>
21715
21716         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
21717         unneeded cast.
21718
21719         * modules/mbscspn-tests: New file.
21720         * tests/test-mbscspn.sh: New file.
21721         * tests/test-mbscspn.c: New file.
21722
21723 2007-02-11  Bruno Haible  <bruno@clisp.org>
21724
21725         * modules/mbscasecmp-tests: New file.
21726         * tests/test-mbscasecmp.sh: New file.
21727         * tests/test-mbscasecmp.c: New file.
21728
21729 2007-02-11  Bruno Haible  <bruno@clisp.org>
21730
21731         Ensure O(n) worst-case complexity of mbscasestr.
21732         * lib/mbscasestr.c: Include stdbool.h.
21733         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
21734         functions.
21735         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
21736         the bookkeeping indicates that it's worth it.
21737         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
21738
21739         * modules/mbscasestr-tests: New file.
21740         * tests/test-mbscasestr1.c: New file.
21741         * tests/test-mbscasestr2.sh: New file.
21742         * tests/test-mbscasestr2.c: New file.
21743         * tests/test-mbscasestr3.sh: New file.
21744         * tests/test-mbscasestr3.c: New file.
21745         * tests/test-mbscasestr4.sh: New file.
21746         * tests/test-mbscasestr4.c: New file.
21747         * m4/locale-tr.m4: New file.
21748
21749 2007-02-11  Bruno Haible  <bruno@clisp.org>
21750
21751         Ensure O(n) worst-case complexity of mbsstr.
21752         * lib/mbsstr.c: Include stdbool.h.
21753         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
21754         functions.
21755         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
21756         bookkeeping indicates that it's worth it.
21757         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
21758
21759         * modules/mbsstr-tests: New file.
21760         * tests/test-mbsstr1.c: New file.
21761         * tests/test-mbsstr2.sh: New file.
21762         * tests/test-mbsstr2.c: New file.
21763         * tests/test-mbsstr3.sh: New file.
21764         * tests/test-mbsstr3.c: New file.
21765         * m4/locale-fr.m4: New file.
21766
21767 2007-02-11  Bruno Haible  <bruno@clisp.org>
21768
21769         * lib/mbsrchr.c (mbsrchr): Fix bug.
21770
21771         * modules/mbsrchr-tests: New file.
21772         * tests/test-mbsrchr.sh: New file.
21773         * tests/test-mbsrchr.c: New file.
21774
21775 2007-02-11  Bruno Haible  <bruno@clisp.org>
21776
21777         * lib/mbschr.c (mbschr): Fix bug.
21778
21779         * modules/mbschr-tests: New file.
21780         * tests/test-mbschr.sh: New file.
21781         * tests/test-mbschr.c: New file.
21782         * m4/locale-zh.m4: New file.
21783
21784 2007-02-11  Bruno Haible  <bruno@clisp.org>
21785
21786         Support for copying multibyte string iterators.
21787         * lib/mbiter.h: Include <string.h>.
21788         (mbiter_multi_copy): New function.
21789         (mbi_copy): New macro.
21790         * lib/mbuiter.h: Include <string.h>.
21791         (mbuiter_multi_copy): New function.
21792         (mbui_copy): New macro.
21793
21794 2007-02-11  Bruno Haible  <bruno@clisp.org>
21795
21796         New module mbslen.
21797         * modules/mbslen: New file.
21798         * lib/mbslen.c: New file.
21799         * lib/string_.h (mbslen): New declaration.
21800         * m4/mbslen.m4: New file.
21801         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21802         GNULIB_MBSLEN.
21803         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
21804         * MODULES.html.sh (Internationalization functions): Add mbslen.
21805
21806 2007-02-11  Bruno Haible  <bruno@clisp.org>
21807
21808         Ensure O(n) worst-case complexity of strcasestr substitute.
21809         * lib/strcasestr.c: Include stdbool.h.
21810         (knuth_morris_pratt): New function.
21811         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
21812         bookkeeping indicates that it's worth it.
21813         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
21814
21815         * modules/strcasestr-tests: New file.
21816         * tests/test-strcasestr.c: New file.
21817
21818 2007-02-11  Bruno Haible  <bruno@clisp.org>
21819
21820         Ensure O(n) worst-case complexity of c_strcasestr.
21821         * lib/c-strcasestr.c: Include stdbool.h, string.h.
21822         (knuth_morris_pratt): New function.
21823         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
21824         the bookkeeping indicates that it's worth it.
21825         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
21826
21827         * modules/c-strcasestr-tests: New file.
21828         * tests/test-c-strcasestr.c: New file.
21829
21830 2007-02-11  Bruno Haible  <bruno@clisp.org>
21831
21832         Ensure O(n) worst-case complexity of c_strstr.
21833         * lib/c-strstr.c: Include stdbool.h, string.h.
21834         (knuth_morris_pratt): New function.
21835         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
21836         bookkeeping indicates that it's worth it.
21837         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
21838
21839         * lib/c-strstr.c: Complete rewrite for maintainability.
21840
21841         * modules/c-strstr-tests: New file.
21842         * tests/test-c-strstr.c: New file.
21843
21844 2007-02-11  Bruno Haible  <bruno@clisp.org>
21845
21846         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
21847         5.2.1 and earlier, whereby \055 was treated just like the range
21848         delimiter '-'.
21849         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21850
21851 2007-02-08  Bruno Haible  <bruno@clisp.org>
21852
21853         * modules/regex (Depends-on): Add stdbool.
21854         Reported by Dalibor Topic <robilad@kaffe.org>.
21855
21856 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
21857
21858         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
21859         Prefer returning from main to exiting from it.
21860         Remove unnecessary parens after sizeof.
21861
21862 2007-02-05  Bruno Haible  <bruno@clisp.org>
21863
21864         New module mbssep.
21865         * modules/mbssep: New file.
21866         * lib/mbssep.c: New file.
21867         * lib/string_.h (strsep): Add a conditional link warning.
21868         (mbssep): New declaration.
21869         * m4/mbssep.m4: New file.
21870         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21871         GNULIB_MBSSEP.
21872         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
21873         * MODULES.html.sh (Internationalization functions): Add mbssep.
21874
21875 2007-02-05  Bruno Haible  <bruno@clisp.org>
21876
21877         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
21878         Optimize search in case of 1 delimiter.
21879
21880 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
21881
21882         * lib/acl.h: Include sys/types.h before sys/acl.h.
21883
21884 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
21885
21886         Merge upstream fix for glibc bugzilla #3957:
21887
21888         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
21889
21890         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
21891         bit for RE_HAT_LISTS_NOT_NEWLINE.
21892         (build_charclass_op): Remove bogus comment.
21893
21894 2007-02-05  Simon Josefsson  <simon@josefsson.org>
21895
21896         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
21897
21898 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
21899
21900         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
21901         * lib/memmem.c [!defined _LIBC]: Include config.h.
21902
21903 2007-02-04  Bruno Haible  <bruno@clisp.org>
21904
21905         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
21906         warning message.
21907
21908 2007-02-04  Bruno Haible  <bruno@clisp.org>
21909
21910         New module mbstok_r.
21911         * modules/mbstok_r: New file.
21912         * lib/mbstok_r.c: New file.
21913         * lib/string_.h (strtok_r): Change argument names to match the
21914         comments. Add a conditional link warning.
21915         (mbstok_r): New declaration.
21916         * m4/mbstok_r.m4: New file.
21917         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21918         GNULIB_MBSTOK_R.
21919         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
21920         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
21921
21922 2007-02-04  Bruno Haible  <bruno@clisp.org>
21923
21924         New module mbsspn.
21925         * modules/mbsspn: New file.
21926         * lib/mbsspn.c: New file.
21927         * lib/string_.h (strspn): Add a conditional link warning.
21928         (mbsspn): New declaration.
21929         * m4/mbsspn.m4: New file.
21930         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21931         GNULIB_MBSSPN.
21932         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
21933         * MODULES.html.sh (Internationalization functions): Add mbsspn.
21934
21935 2007-02-04  Bruno Haible  <bruno@clisp.org>
21936
21937         New module mbspbrk.
21938         * modules/mbspbrk: New file.
21939         * lib/mbspbrk.c: New file.
21940         * lib/string_.h (strpbrk): Add a conditional link warning.
21941         (mbspbrk): New declaration.
21942         * m4/mbspbrk.m4: New file.
21943         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21944         GNULIB_MBSPBRK.
21945         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
21946         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
21947
21948 2007-02-04  Bruno Haible  <bruno@clisp.org>
21949
21950         New module mbscspn.
21951         * modules/mbscspn: New file.
21952         * lib/mbscspn.c: New file.
21953         * lib/string_.h (strcspn): Add a conditional link warning.
21954         (mbscspn): New declaration.
21955         * m4/mbscspn.m4: New file.
21956         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21957         GNULIB_MBSCSPN.
21958         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
21959         * MODULES.html.sh (Internationalization functions): Add mbscspn.
21960
21961 2007-02-04  Bruno Haible  <bruno@clisp.org>
21962
21963         New module mbscasestr, reduced goal of strcasestr.
21964         * modules/mbscasestr: New file.
21965         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
21966         (mbscasestr): Renamed from strcasestr.
21967         * lib/strcasestr.c: Don't include mbuiter.h.
21968         (strcasestr): Remove support for multibyte locales.
21969         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
21970         Change the conditional link warning.
21971         (mbscasestr): New declaration.
21972         * m4/mbscasestr.m4: New file.
21973         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
21974         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
21975         REPLACE_STRCASESTR.
21976         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
21977         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21978         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
21979         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
21980         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
21981         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
21982         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
21983         (Depends-on): Remove mbuiter.
21984         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
21985
21986 2007-02-04  Bruno Haible  <bruno@clisp.org>
21987
21988         Simplify handling of strncasecmp.
21989         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
21990         the conditional link warning.
21991         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21992         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
21993         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
21994         * modules/strcase (configure.ac): Don't invoke
21995         gl_STRING_MODULE_INDICATOR.
21996         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
21997
21998 2007-02-04  Bruno Haible  <bruno@clisp.org>
21999
22000         New module mbscasecmp, reduced goal of strcasecmp.
22001         * modules/mbscasecmp: New file.
22002         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
22003         (mbscasecmp): Renamed from strcasecmp.
22004         * lib/strcasecmp.c: Don't include mbuiter.h.
22005         (strcasecmp): Remove support for multibyte locales.
22006         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
22007         Change the conditional link warning.
22008         (mbscasecmp): New declaration.
22009         * m4/mbscasecmp.m4: New file.
22010         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
22011         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
22012         REPLACE_STRCASECMP.
22013         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
22014         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22015         GNULIB_MBSCASECMP.
22016         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
22017         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
22018         * modules/strcase (Files): Remove m4/mbrtowc.m4.
22019         (Depends-on): Remove mbuiter.
22020         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
22021
22022 2007-02-04  Bruno Haible  <bruno@clisp.org>
22023
22024         New module mbsstr. Remove module strstr.
22025         * modules/mbsstr: New file.
22026         * modules/strstr: Remove file.
22027         * lib/mbsstr.c: Renamed from lib/strstr.c.
22028         (mbsstr): Renamed from strstr.
22029         * lib/string_.h (strstr): Remove declaration. Change the conditional
22030         link warning.
22031         (mbsstr): New declaration.
22032         * m4/mbsstr.m4: New file.
22033         * m4/strstr.m4: Remove file.
22034         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
22035         REPLACE_STRSTR.
22036         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
22037         Don't initialize GNULIB_STRSTR.
22038         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
22039         substitute GNULIB_STRSTR and REPLACE_STRSTR.
22040         * MODULES.html.sh (Internationalization functions): Add mbsstr.
22041         (Support for systems lacking ANSI C 89): Remove strstr.
22042
22043 2007-02-04  Bruno Haible  <bruno@clisp.org>
22044
22045         New module mbsrchr.
22046         * modules/mbsrchr: New file.
22047         * lib/mbsrchr.c: New file.
22048         * lib/string_.h (strrchr): Add a conditional link warning.
22049         (mbsrchr): New declaration.
22050         * m4/mbsrchr.m4: New file.
22051         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22052         GNULIB_MBSRCHR.
22053         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
22054         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
22055
22056 2007-02-04  Bruno Haible  <bruno@clisp.org>
22057
22058         New module mbschr.
22059         * modules/mbschr: New file.
22060         * lib/mbschr.c: New file.
22061         * lib/string_.h (strchr): Add a conditional link warning.
22062         (mbschr): New declaration.
22063         * m4/mbschr.m4: New file.
22064         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22065         GNULIB_MBSCHR.
22066         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
22067         * MODULES.html.sh (Internationalization functions): Add mbschr.
22068
22069 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
22070
22071         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
22072
22073         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
22074
22075 2007-02-04  Bruno Haible  <bruno@clisp.org>
22076
22077         New module description section 'configure.ac-early'.
22078         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
22079         (func_get_autoconf_early_snippet): New function.
22080         (func_import, func_create_testdir): Use it. Remove special cases for
22081         modules 'extensions' and 'lock'.
22082         * modules/extensions (configure.ac-early): Require
22083         gl_USE_SYSTEM_EXTENSIONS.
22084         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
22085
22086 2007-02-04  Bruno Haible  <bruno@clisp.org>
22087
22088         Make use of gcj-4.3's -fsource and -ftarget option.
22089         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
22090         and if so try the options -fsource and -ftarget.
22091         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
22092         source_version, ftarget_option, target_version arguments.
22093         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
22094         (is_envjavac_oldgcj_14_14_usable): Renamed from
22095         is_envjavac_gcj_14_14_usable.
22096         (is_envjavac_oldgcj_14_13_usable): Renamed from
22097         is_envjavac_gcj_14_13_usable.
22098         (is_gcj_present): Update.
22099         (is_gcj_43, is_gcj43_usable): New functions.
22100         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
22101         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
22102         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
22103         try the options -fsource and -ftarget.
22104
22105 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22106
22107         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
22108         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
22109         larger value.
22110
22111 2007-02-03  Jim Meyering  <jim@meyering.net>
22112
22113         Give tools a better chance to allocate space for very large buffers.
22114         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
22115
22116         Make pwd and readlink work also when run with an unreadable parent dir
22117         on systems with openat support.
22118         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
22119         provided getcwd function, even when we have openat support.
22120         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
22121
22122 2007-02-02  Bruno Haible  <bruno@clisp.org>
22123
22124         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
22125         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
22126         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
22127         portability problems if one of these functions is only used on specific
22128         platforms.
22129         Reported by Paul Eggert.
22130
22131 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
22132
22133         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
22134         is causing more trouble than it's curing.
22135         * lib/regex_internal.h (__mempcpy): Remove.
22136         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
22137         (and make the code a tad smaller to boot).
22138         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
22139
22140 2007-02-02  Jim Meyering  <jim@meyering.net>
22141
22142         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
22143         section, not in the Makefile.am: one.
22144
22145 2007-02-02  Eric Blake  <ebb9@byu.net>
22146
22147         * lib/strchrnul.c: Always include config.h first.
22148
22149         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
22150         gnulib strstr is not necessary here.
22151
22152 2007-02-02  Simon Josefsson  <simon@josefsson.org>
22153
22154         * m4/socklen.m4: Fix typo.
22155
22156 2007-02-02  Eric Blake  <ebb9@byu.net>
22157
22158         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
22159         * modules/netinet_in (Makefile.am): Likewise.
22160
22161 2007-02-01  Bruno Haible  <bruno@clisp.org>
22162
22163         * lib/string_.h (GL_LINK_WARNING): New macro.
22164         (strcasecmp, strstr, strcasestr): If provided by the system,
22165         conditionally define as a macro that leads to a warning instead of to
22166         an error.
22167         (strncasecmp): Conditionally define as a macro that leads to a warning.
22168
22169 2007-02-01  Karl Berry  <karl@gnu.org>
22170
22171         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
22172
22173 2007-02-01  Bruno Haible  <bruno@clisp.org>
22174
22175         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
22176         renamings.
22177
22178 2007-02-01  Eric Blake  <ebb9@byu.net>
22179
22180         * modules/regex (Depends-on): Revert dependence on mempcpy.
22181         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
22182         module's definition of mempcpy.
22183         Reported by Paul Eggert.
22184
22185 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22186
22187         * lib/string_.h: If the gnulib module XYZ is not present, undefine
22188         the symbol XYZ before redefining it.  This fixes a problem with
22189         programs that don't use XYZ, when compiled on systems that define
22190         XYZ to something else.
22191
22192 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
22193
22194         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
22195         occurs when "mkdir -m foo" creates a setgid directory that is (1)
22196         writeable to group or other and (2) is intended to have a special
22197         mode bit that is set or cleared.  In such a case, the directory
22198         should be neither group- nor other-writeable until the special
22199         mode bits are right.
22200
22201 2007-01-31  Eric Blake  <ebb9@byu.net>
22202
22203         * modules/mountlist (Depends-on): Add strstr.
22204
22205         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
22206         bug.
22207         * modules/string (Makefile.am): Remove redundant replacement.
22208         * modules/regex (Depends-on): Add mempcpy.
22209
22210 2007-01-31  Bruno Haible  <bruno@clisp.org>
22211
22212         New module description field 'Link'.
22213         * gnulib-tool (func_usage): Document --extract-link-directive.
22214         (sed_extract_prog): Recognize 'Link' directive.
22215         (func_get_link_directive): New function.
22216         (func_import): Show summary of link directives.
22217         Handle --extract-link-directive option.
22218         * modules/acl (Link): New section.
22219         * modules/clock-time (Link): New section.
22220         * modules/euidaccess (Link): New section.
22221         * modules/gettext (Link): New section.
22222         * modules/iconv (Link): New section.
22223         * modules/lock (Link): New section.
22224         * modules/nanosleep (Link): New section.
22225         * modules/readline (Link): New section.
22226
22227 2007-01-27  Bruno Haible  <bruno@clisp.org>
22228
22229         Enforce the use of gnulib modules for unportable <string.h> functions.
22230         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
22231         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
22232         (gl_HEADER_STRING_H_BODY): Require it.
22233         * lib/string_.h: If the gnulib module XYZ is not present, redefine
22234         the symbol XYZ to one that gives a link error.
22235         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
22236         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
22237         * modules/mempcpy (configure.ac): Likewise.
22238         * modules/memrchr (configure.ac): Likewise.
22239         * modules/stpcpy (configure.ac): Likewise.
22240         * modules/stpncpy (configure.ac): Likewise.
22241         * modules/strcase (configure.ac): Likewise.
22242         * modules/strcasestr (configure.ac): Likewise.
22243         * modules/strchrnul (configure.ac): Likewise.
22244         * modules/strdup (configure.ac): Likewise.
22245         * modules/strndup (configure.ac): Likewise.
22246         * modules/strnlen (configure.ac): Likewise.
22247         * modules/strpbrk (configure.ac): Likewise.
22248         * modules/strsep (configure.ac): Likewise.
22249         * modules/strstr (configure.ac): Likewise.
22250         * modules/strtok_r (configure.ac): Likewise.
22251
22252 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
22253
22254         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
22255
22256 2007-01-30  Jim Meyering  <jim@meyering.net>
22257
22258         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
22259
22260 2007-01-29  Bruno Haible  <bruno@clisp.org>
22261
22262         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
22263         * lib/execute.c: Likewise.
22264         * lib/pipe.c: Likewise.
22265         * lib/printf-args.h: Likewise.
22266         * lib/printf-args.c: Likewise.
22267         * lib/printf-parse.c: Likewise.
22268         * lib/vasnprintf.c: Likewise.
22269
22270 2007-01-29  Eric Blake  <ebb9@byu.net>
22271
22272         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
22273         declaration.
22274
22275 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
22276
22277         * lib/strptime.h (strptime): Use 'restrict' for args where
22278         POSIX requires this.
22279         * lib/strptime.c (strptime): Likewise.
22280         Change license notice from LGPL to GPL, since gnulib-tool will
22281         change this as needed.
22282         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
22283         defined.
22284         Include "strptime.h" first, to check interface.
22285         Do not #undef _LIBC and _NL_CURRENT.
22286         Do not include <stdlib.h>; no longer needed.
22287         Include "time_r.h" and declare ptime_locale_status
22288         only if _LIBC is not defined.
22289         (__P): Remove unused macro.
22290         (match_string): Bring back glibc version, but use it only if _LIBC
22291         is defined.
22292         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
22293         Remove unnecessary assertion and abort() call.
22294         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
22295         * m4/strptime.m4: Fix serial number comment.
22296         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
22297         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
22298         (Depends-on): Add time_r.
22299
22300 2007-01-29  Bruno Haible  <bruno@clisp.org>
22301
22302         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22303         strptime.
22304         * modules/strptime (Depends-on): Add stdbool.
22305         * lib/strptime.h: Include <time.h> always. Add comments.
22306
22307 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22308
22309         * modules/strptime: New file.
22310         * lib/strptime.h: New file.
22311         * lib/strptime.c: New file.
22312         * m4/strptime.m4: New file.
22313
22314 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22315
22316         * MODULES.html.sh: New module mpsort.
22317         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
22318
22319         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
22320         a circularity problem with HP-UX ia64 reported by Bob Proulx in
22321         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
22322         All uses changed.
22323         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
22324         All uses changed.
22325         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
22326         to _Restrict_.
22327         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
22328         the parameter matches the prototype.
22329
22330 2007-01-28  Jim Meyering  <jim@meyering.net>
22331
22332         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
22333         sys/time.h here, reverting that part of the previous patch:
22334         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
22335
22336 2007-01-28  Bruno Haible  <bruno@clisp.org>
22337
22338         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
22339         value of $(SYS_TIME_H).
22340         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
22341         remove it conditionally, too. [added by Jim Meyering]
22342         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
22343         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
22344         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
22345         GETTIMEOFDAY_REPLACEMENT to 1.
22346
22347 2007-01-28  Bruno Haible  <bruno@clisp.org>
22348
22349         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
22350         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
22351         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
22352         Set UNISTD_H instead of UNISTD_H2.
22353         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
22354
22355 2007-01-28  Bruno Haible  <bruno@clisp.org>
22356
22357         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
22358         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
22359
22360 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22361
22362         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
22363         (func_create_testdir): Ensure C locale for `grep' and `tr'
22364         character ranges.
22365         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
22366         ACLOCAL_AMFLAGS parsing state machine.
22367
22368 2007-01-27  Bruno Haible  <bruno@clisp.org>
22369
22370         * modules/unistr/base: Update.
22371
22372 2007-01-27  Bruno Haible  <bruno@clisp.org>
22373
22374         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
22375         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
22376         * modules/unistr/u32-mbtouc-unsafe: Renamed from
22377         modules/unistr/u32-mbtouc.
22378         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
22379         * lib/unistr.h: Update.
22380         * lib/linebreak.c: Update.
22381         * modules/unistr/u32-mbtouc: Renamed from
22382         modules/unistr/u32-mbtouc-safe.
22383         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
22384         * lib/unistr.h: Update.
22385         * lib/unistr/u32-to-u8.c: Update.
22386         * lib/unistr/u32-to-u16.c: Update.
22387
22388 2007-01-27  Bruno Haible  <bruno@clisp.org>
22389
22390         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
22391         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
22392         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
22393         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
22394         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
22395         * modules/unistr/u16-mbtouc-unsafe: Renamed from
22396         modules/unistr/u16-mbtouc.
22397         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
22398         * lib/unistr.h: Update.
22399         * lib/linebreak.c: Update.
22400         * modules/linebreak: Update.
22401         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
22402         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
22403         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
22404         * modules/unistr/u16-mbtouc: Renamed from
22405         modules/unistr/u16-mbtouc-safe.
22406         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
22407         * lib/unistr.h: Update.
22408         * lib/unistr/u16-to-u8.c: Update.
22409         * modules/unistr/u16-to-u8: Update.
22410         * lib/unistr/u16-to-u32.c: Update.
22411         * modules/unistr/u16-to-u32: Update.
22412
22413 2007-01-27  Bruno Haible  <bruno@clisp.org>
22414
22415         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
22416         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
22417         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
22418         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
22419         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
22420         * modules/unistr/u8-mbtouc-unsafe: Renamed from
22421         modules/unistr/u8-mbtouc.
22422         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
22423         * lib/unistr.h: Update.
22424         * lib/striconveh.c: Update.
22425         * modules/striconveh: Update.
22426         * lib/linebreak.c: Update.
22427         * modules/linebreak: Update.
22428         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
22429         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
22430         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
22431         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
22432         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
22433         * lib/unistr.h: Update.
22434         * lib/striconveh.c: Update.
22435         * modules/striconveh: Update.
22436         * lib/unistr/u8-to-u16.c: Update.
22437         * modules/unistr/u8-to-u16: Update.
22438         * lib/unistr/u8-to-u32.c: Update.
22439         * modules/unistr/u8-to-u32: Update.
22440
22441 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22442
22443         Sync from Libtool.
22444         * lib/argz.c: Do not include strings.h nor memory.h, include
22445         string.h unconditionally.  Patch by Simon Josefsson.
22446
22447 2007-01-27  Bruno Haible  <bruno@clisp.org>
22448
22449         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
22450         from gl_HEADER_STRING_H_BODY.
22451         (gl_HEADER_STRING_H_BODY): Require it.
22452         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
22453         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
22454         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
22455         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
22456         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
22457         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
22458         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22459         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
22460         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
22461         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
22462         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
22463         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
22464         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
22465         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22466         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
22467
22468 2007-01-27  Bruno Haible  <bruno@clisp.org>
22469
22470         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
22471         check_PROGRAMS into noinst_PROGRAMS.
22472         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
22473         check_PROGRAMS in this case.
22474         (func_import): Set for_test to false.
22475         (func_create_testdir): Set for_test to true.
22476
22477 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
22478             Bruno Haible  <bruno@clisp.org>
22479
22480         * modules/strcasestr (Files): Remove lib/strcasestr.h.
22481         (Depends-on): Add string.
22482         (Includes): Use <string.h> instead of strcasestr.h.
22483         * modules/string (Makefile.am): Also substitute the value of
22484         REPLACE_STRCASESTR.
22485         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
22486         assume strcasestr is declared in <string.h> not <strings.h>. Also
22487         set REPLACE_STRCASESTR.
22488         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
22489         REPLACE_STRCASESTR.
22490         * lib/strcasestr.h: Remove file.
22491         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
22492         * lib/string_.h (strcasestr): New declaration.
22493
22494 2007-01-27  Bruno Haible  <bruno@clisp.org>
22495
22496         * lib/string_.h: Use 'extern'.
22497
22498 2007-01-27  Jim Meyering  <jim@meyering.net>
22499
22500         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
22501         of set-but-not-used local, "q".
22502
22503         * lib/mempcpy.c: Include <config.h> before <string.h>.
22504         This fixes a compilation error on HP-UX, due to the system's
22505         "restrict"-using mempcpy prototype.
22506
22507 2007-01-26  Bruno Haible  <bruno@clisp.org>
22508
22509         Small optimization.
22510         * lib/javacomp.c: Include c-strstr.h.
22511          (is_envjavac_gcj): Use c_strstr instead of strstr.
22512         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
22513
22514 2007-01-26  Bruno Haible  <bruno@clisp.org>
22515
22516         * MODULES.html.sh (Unicode string functions): Add the new modules.
22517
22518         * modules/uniconv/u32-strconv-to-locale: New file.
22519         * lib/uniconv/u32-strconv-to-locale.c: New file.
22520
22521         * modules/uniconv/u16-strconv-to-locale: New file.
22522         * lib/uniconv/u16-strconv-to-locale.c: New file.
22523
22524         * modules/uniconv/u8-strconv-to-locale: New file.
22525         * lib/uniconv/u8-strconv-to-locale.c: New file.
22526
22527         * modules/uniconv/u32-strconv-from-locale: New file.
22528         * lib/uniconv/u32-strconv-from-locale.c: New file.
22529
22530         * modules/uniconv/u16-strconv-from-locale: New file.
22531         * lib/uniconv/u16-strconv-from-locale.c: New file.
22532
22533         * modules/uniconv/u8-strconv-from-locale: New file.
22534         * lib/uniconv/u8-strconv-from-locale.c: New file.
22535
22536         * modules/uniconv/u32-strconv-to-enc: New file.
22537         * lib/uniconv/u32-strconv-to-enc.c: New file.
22538         * modules/uniconv/u32-strconv-to-enc-tests: New file.
22539         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
22540
22541         * modules/uniconv/u16-strconv-to-enc: New file.
22542         * lib/uniconv/u16-strconv-to-enc.c: New file.
22543         * lib/uniconv/u-strconv-to-enc.h: New file.
22544         * modules/uniconv/u16-strconv-to-enc-tests: New file.
22545         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
22546
22547         * modules/uniconv/u8-strconv-to-enc: New file.
22548         * lib/uniconv/u8-strconv-to-enc.c: New file.
22549         * modules/uniconv/u8-strconv-to-enc-tests: New file.
22550         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
22551
22552         * modules/uniconv/u32-strconv-from-enc: New file.
22553         * lib/uniconv/u32-strconv-from-enc.c: New file.
22554         * modules/uniconv/u32-strconv-from-enc-tests: New file.
22555         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
22556
22557         * modules/uniconv/u16-strconv-from-enc: New file.
22558         * lib/uniconv/u16-strconv-from-enc.c: New file.
22559         * modules/uniconv/u16-strconv-from-enc-tests: New file.
22560         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
22561
22562         * modules/uniconv/u8-strconv-from-enc: New file.
22563         * lib/uniconv/u8-strconv-from-enc.c: New file.
22564         * lib/uniconv/u-strconv-from-enc.h: New file.
22565         * modules/uniconv/u8-strconv-from-enc-tests: New file.
22566         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
22567
22568         * modules/uniconv/u32-conv-from-enc: New file.
22569         * lib/uniconv/u32-conv-from-enc.c: New file.
22570         * modules/uniconv/u32-conv-from-enc-tests: New file.
22571         * tests/uniconv/test-u32-conv-from-enc.c: New file.
22572
22573         * modules/uniconv/u16-conv-from-enc: New file.
22574         * lib/uniconv/u16-conv-from-enc.c: New file.
22575         * lib/uniconv/u-conv-from-enc.h: New file.
22576         * modules/uniconv/u16-conv-from-enc-tests: New file.
22577         * tests/uniconv/test-u16-conv-from-enc.c: New file.
22578
22579         * modules/uniconv/u8-conv-from-enc: New file.
22580         * lib/uniconv/u8-conv-from-enc.c: New file.
22581         * modules/uniconv/u8-conv-from-enc-tests: New file.
22582         * tests/uniconv/test-u8-conv-from-enc.c: New file.
22583
22584         * modules/uniconv/base: New file.
22585         * lib/uniconv.h: New file.
22586
22587 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
22588
22589         * doc/gnulib-tool.texi (Initial import): Update to match current
22590         behavior with strdup module.
22591         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
22592         * lib/memmem.h: Remove; all uses removed.  This is now done
22593         by <string.h>.
22594         * lib/mempcpy.h: Likewise.
22595         * lib/memrchr.h: Likewise.
22596         * lib/stpcpy.h: Likewise.
22597         * lib/stpncpy.h: Likewise.
22598         * lib/strcase.h: Likewise.
22599         * lib/strchrnul.h: Likewise.
22600         * lib/strdup.h: Likewise.
22601         * lib/strndup.h: Likewise.
22602         * lib/strnlen.h: Likewise.
22603         * lib/strpbrk.h: Likewise.
22604         * lib/strsep.h: Likewise.
22605         * lib/strstr.h: Likewise.
22606         * lib/strtok_r.h: Likewise.
22607         * lib/string_.h: New file.
22608         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
22609         Rely on <string.h> instead.
22610         * lib/canon-host.c: Likewise.
22611         * lib/chdir-long.c: Likewise.
22612         * lib/concatpath.c: Likewise.
22613         * lib/exclude.c: Likewise.
22614         * lib/fchdir.c: Likewise.
22615         * lib/getaddrinfo.c: Likewise.
22616         * lib/getcwd.c: Likewise.
22617         * lib/getsubopt.c: Likewise.
22618         * lib/glob.c: Likewise.
22619         * lib/hard-locale.c: Likewise.
22620         * lib/iconvme.c: Likewise.
22621         * lib/javacomp.c: Likewise.
22622         * lib/mempcpy.c: Likewise.
22623         * lib/memrchr.c: Likewise.
22624         * lib/regex_internal.h: Likewise.
22625         * lib/stpncpy.c: Likewise.
22626         * lib/strcasecmp.c: Likewise.
22627         * lib/strchrnul.c: Likewise.
22628         * lib/strdup.c: Likewise.
22629         * lib/striconv.c: Likewise.
22630         * lib/striconveh.c: Likewise.
22631         * lib/striconveha.c: Likewise.
22632         * lib/strncasecmp.c: Likewise.
22633         * lib/strndup.c: Likewise.
22634         * lib/strnlen.c: Likewise.
22635         * lib/strsep.c: Likewise.
22636         * lib/strstr.c: Likewise.
22637         * lib/strtok_r.c: Likewise.
22638         * lib/userspec.c: Likewise.
22639         * lib/w32spawn.h: Likewise.
22640         * lib/xstrndup.c: Likewise.
22641         * lib/mountlist.c (strstr): Remove decl.
22642         * m4/string_h.m4: New file.
22643         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
22644         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
22645         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
22646         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
22647         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
22648         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
22649         Set REPLACE_STRCASECMP if necessary.
22650         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
22651         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
22652         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
22653         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
22654         HAVE_DECL_STRDUP if necessary.
22655         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
22656         since gl_FUNC_STRNDUP does that now.
22657         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
22658         Check for decl here...
22659         (gl_PREREQ_STRNLEN): ... not here.
22660         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
22661         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
22662         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
22663         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
22664         necessary.
22665         * modules/string: New file.
22666         * modules/memmem (Files): Remove special-purpose include file.
22667         (Depends-on): Add string.
22668         (Include): Include <string.h>, not the removed file.
22669         * modules/mempcpy: Likewise.
22670         * modules/memrchr: Likewise.
22671         * modules/stpcpy: Likewise.
22672         * modules/stpncpy: Likewise.
22673         * modules/strcase: Likewise.
22674         * modules/strchrnul: Likewise.
22675         * modules/strdup: Likewise.
22676         * modules/strndup: Likewise.
22677         * modules/strnlen: Likewise.
22678         * modules/strpbrk: Likewise.
22679         * modules/strsep: Likewise.
22680         * modules/strstr: Likewise.
22681         * modules/strtok_r: Likewise.
22682         * tests/test-dirname.c: Don't include "strdup.h", since
22683         <string.h> now suffices.
22684         * tests/test-memmem.c: Don't include "memmem.h", since
22685         <string.h> now suffices.
22686
22687 2007-01-25  Bruno Haible  <bruno@clisp.org>
22688
22689         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
22690         *resultp is 0.
22691
22692         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
22693         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
22694         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
22695         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
22696
22697         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
22698         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
22699         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
22700         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
22701         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
22702         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
22703
22704 2007-01-24  Bruno Haible  <bruno@clisp.org>
22705
22706         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
22707         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
22708         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
22709         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
22710         gl_FUNC_FTS_CORE.
22711         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
22712         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
22713         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22714         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
22715         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
22716         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
22717         gl_FUNC_FCHOWNAT.
22718         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
22719         gl_FUNC_STRFTIME.
22720         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
22721         Reported by Ralf Wildenhues.
22722
22723 2007-01-24  Bruno Haible  <bruno@clisp.org>
22724
22725         Drop AC_REQUIRE calls that are redundant with the module dependencies.
22726         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
22727         gl_GETADDRINFO.
22728         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
22729         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
22730         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
22731
22732 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
22733
22734         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
22735         Don't use 'exit'; just return from 'main'.
22736         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
22737
22738         * lib/fnmatch_.h: Readjust white space and comments to match
22739         glibc, to avoid spurious diffs.
22740
22741 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22742
22743         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
22744         2004-12-01 change by Jakub Jelinek, since this code won't compile
22745         if !LIBC.  Problem reported by Bob Proulx.
22746
22747 2007-01-23  Bruno Haible  <bruno@clisp.org>
22748
22749         * lib/striconveh.c: Include c-strcaseeq.h.
22750         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
22751         * modules/striconveh (Depends-on): Add c-strcaseeq.
22752
22753 2007-01-23  Bruno Haible  <bruno@clisp.org>
22754
22755         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
22756
22757         * modules/c-strcaseeq: New file.
22758         * lib/c-strcaseeq.h: New file.
22759
22760         * modules/streq: New file.
22761         * lib/streq.h: New file.
22762
22763 2007-01-23  Bruno Haible  <bruno@clisp.org>
22764
22765         * modules/striconveha-tests: New file.
22766         * tests/test-striconveha.c: New file.
22767
22768         * lib/striconveha.h: Include <stdbool.h>.
22769         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
22770         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
22771         (mem_iconveha_notranslit): Renamed from mem_iconveha.
22772         (mem_iconveha): New function.
22773         (str_iconveha_notranslit): Renamed from str_iconveha.
22774         (str_iconveha): New function.
22775         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
22776         c-strcase.
22777
22778 2007-01-23  Bruno Haible  <bruno@clisp.org>
22779
22780         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
22781         encodings without forgiving before trying any encoding with handler.
22782         (str_iconveha): Try all encodings without forgiving before trying any
22783         encoding with handler.
22784
22785 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22786
22787         Import the following changes from libc.
22788
22789         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
22790
22791         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
22792
22793         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
22794
22795         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
22796         normal_bracket label.
22797
22798         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
22799
22800         [BZ #361]
22801         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
22802         to normal_bracket after fetching the next character.
22803
22804 2007-01-22  Bruno Haible  <bruno@clisp.org>
22805
22806         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
22807         argument.
22808         * lib/striconveh.c (iconv_carefully_1): New function.
22809         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
22810         argument.
22811         (str_cd_iconveh): Update.
22812         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
22813         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
22814         * tests/test-striconveh.c (MAGIC): New macro.
22815         (new_offsets): New function.
22816         (main): Test call with and without offsets.
22817
22818 2007-01-22  Bruno Haible  <bruno@clisp.org>
22819
22820         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
22821         * modules/sys_select (Makefile.am): Likewise.
22822         * modules/sys_socket (Makefile.am): Likewise.
22823         * modules/sys_time (Makefile.am): Likewise.
22824
22825 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
22826
22827         * modules/gettimeofday (License): Change from GPL to LGPL, since
22828         gettimeofday is a library function.
22829
22830 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22831
22832         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
22833
22834 2007-01-21  Bruno Haible  <bruno@clisp.org>
22835
22836         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
22837
22838 2007-01-21  Bruno Haible  <bruno@clisp.org>
22839
22840         * modules/striconveha: New file.
22841         * lib/striconveha.h: New file.
22842         * lib/striconveha.c: New file.
22843         * MODULES.html.sh (Internationalization functions): Add striconveha.
22844         * lib/striconv.c (str_iconv): Optimize the case of an empty input
22845         string.
22846         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
22847
22848 2007-01-21  Bruno Haible  <bruno@clisp.org>
22849
22850         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
22851         * lib/striconveh.c (str_iconveh): Likewise.
22852
22853 2007-01-21  Bruno Haible  <bruno@clisp.org>
22854
22855         * lib/striconveh.h (mem_iconveh): New declaration.
22856         * lib/striconveh.c (mem_iconveh): New function.
22857         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
22858
22859 2007-01-21  Bruno Haible  <bruno@clisp.org>
22860
22861         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
22862
22863         * lib/striconveh.h (mem_cd_iconveh): Change specification.
22864         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
22865         original result buffer.
22866         (str_cd_iconveh): Update.
22867         * tests/test-striconveh.c (main): Update.
22868
22869         * lib/striconv.h (mem_cd_iconv): Change specification.
22870         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
22871         result buffer.
22872         (str_cd_iconv): Update.
22873         * tests/test-striconv.c (main): Update.
22874
22875 2007-01-21  Bruno Haible  <bruno@clisp.org>
22876
22877         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
22878
22879 2007-01-20  Jim Meyering  <jim@meyering.net>
22880
22881         * lib/userspec.c (parse_with_separator): If a user or group string
22882         starts with "+", skip the corresponding name-to-ID look-up, since
22883         such a look-up must fail: user and group names may not include "+".
22884
22885 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
22886
22887         * lib/poll.c: Include sys/time.h and time.h unconditionally,
22888         since we now assume the sys_time module.
22889         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
22890         check for sys/time.h; no longer needed.
22891         * modules/poll (Depends-on): Depend on sys_time.
22892
22893 2007-01-18  Bruno Haible  <bruno@clisp.org>
22894
22895         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
22896         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
22897
22898         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
22899         gettimeofday.
22900
22901         * tests/test-gettimeofday.c: Include <time.h>.
22902         (dummy): Remove variable.
22903
22904         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
22905         gl_HEADER_SYS_TIME_H.
22906         (gl_HEADER_SYS_TIME_H): New macro.
22907
22908         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
22909         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22910         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
22911         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
22912         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22913         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
22914         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
22915         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22916         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
22917         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
22918         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22919
22920         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
22921         last change; it caused a compilation error when cross-compiling to
22922         Cygwin.
22923
22924 2007-01-18  Jim Meyering  <jim@meyering.net>
22925
22926         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
22927         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
22928         than the race-prone "test -d sys || mkdir sys".
22929         (configure.ac): Use AC_PROG_MKDIR_P.
22930         * modules/sys_select: Likewise.
22931         * modules/sys_socket: Likewise.
22932         * modules/sys_time: Likewise.
22933
22934 2007-01-18  Eric Blake  <ebb9@byu.net>
22935
22936         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
22937         replace gettimeofday.
22938         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
22939         name, to avoid infinite recursion.
22940
22941 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
22942
22943         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
22944         module sys_time.
22945         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
22946         assume timespec.h defines struct timeval.
22947         * lib/settime.c: Likewise.
22948         * lib/utimens.c: Likewise.
22949         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
22950         since we now assume the gettimeofday module.
22951         * lib/tempname.c (__gen_tempname): Likewise.
22952         * lib/gettimeofday.h: Remove.
22953         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
22954         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
22955         Include <time.h>, for 'time()'.
22956         (localtime_buffer_addr): Also use this workaround if
22957         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
22958         to simplify the uses.  All uses changed.
22959         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
22960         that #undef is inside {}, and 'const' follows type name consistently.
22961         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
22962         (gettimeofday): Do not use the maximum possible value for
22963         tv->tv_usec, since that might break usages other than ls.c.
22964         Instead, we'll leave ls.c alone.  This undoes today's patch
22965         by Bruno.  Add a compile-time warning for 1s-clock resolution;
22966         we've never observed the problem but might as well keep the
22967         canary.
22968         * lib/nanosleep.c: Include timespec.h first, for interface check.
22969         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
22970         now assume the sys_time module.
22971         * lib/tempname.c: Likewise.
22972         * lib/timespec.h: Likewise.
22973         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
22974         needed.
22975         * lib/strftime.c: Likewise.
22976         * lib/timespec.h: Likewise.
22977         * lib/posixtm.c: Include posixtm.h first, for interface check.
22978         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
22979         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
22980         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
22981         * lib/sys_time_.h: New file.
22982         * lib/timespec.h (struct timespec): Use long int, not long.
22983         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
22984         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
22985         Remove obsolescent call to AC_HEADER_TIME.
22986         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
22987         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22988         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
22989         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
22990         Likewise.
22991         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
22992         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
22993         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
22994         into the sys_time module.  Check for gettimeofday just once.
22995         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
22996         for gettimeofday signature to just check the signature.  Merely
22997         compile it, since linking doesn't test signature.  Improve test for
22998         whether gettimeofday.o is actually needed.
22999         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
23000         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
23001         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
23002         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23003         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
23004         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
23005         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
23006         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
23007         than worrying about sys/time.h.
23008         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
23009         Don't bother worrying about TIME_WITH_SYS_TIME.
23010         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
23011         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
23012         * m4/sys_time_h.m4: New file.
23013         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
23014         Don't include sys/time.h.  Return from main rather than exiting.
23015         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
23016         all uses changed.
23017         * modules/gethrxtime (Depends-on): Add sys_time.
23018         * modules/gettime (Depends-on): Likewise.
23019         * modules/gettimeofday (Depends-on): Likewise.
23020         * modules/nanosleep (Depends-on): Likewise.
23021         * modules/settime (Depends-on): Likewise.
23022         * modules/tempname (Depends-on): Likewise.
23023         * modules/utimens (Depends-on): Likewise.
23024         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
23025         (Include:) Change back to <sys/time.h>.
23026         (Maintainer:) Add self.
23027         * modules/sys_time: New file.
23028         * modules/tempname (Depends-on): Add gettimeofday.
23029         * tests/test-gettimeofday.c: Include <sys/time.h>
23030         rather than gettimeofday.h.
23031
23032 2007-01-17  Bruno Haible  <bruno@clisp.org>
23033
23034         * gnulib-tool (func_get_license): Revert last patch. Instead, let
23035         the license default to GPL.
23036         (func_create_testdir): Don't complain if a module is LGPL and its
23037         tests module depends on GPLed modules.
23038
23039 2007-01-17  Bruno Haible  <bruno@clisp.org>
23040
23041         * lib/gettimeofday.c (gettimeofday): Add code for the case
23042         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
23043         maximum possible value for tv->tv_usec, rather than the minimum one.
23044
23045 2005-10-08  Martin Lambers  <marlam@marlam.de>
23046 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23047 2007-01-16  Bruno Haible  <bruno@clisp.org>
23048
23049         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
23050         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
23051         gl_FUNC_GETTIMEOFDAY.
23052         (Include): Add gettimeofday.h.
23053         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
23054         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
23055         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
23056         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
23057         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
23058         * lib/gettimeofday.h: New file.
23059         * lib/gettimeofday.c: Include <sys/timeb.h>.
23060         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
23061         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23062         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
23063         fall back on time().
23064
23065         * tests/test-gettimeofday.c: New file.
23066         * modules/gettimeofday-tests: New file.
23067
23068 2007-01-16  Eric Blake  <ebb9@byu.net>
23069
23070         * modules/fnmatch (Depends-on): Depend on wchar.
23071         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
23072         * m4/fnmatch.m4: Likewise.
23073         * modules/mbchar (Makefile.am): Assume <wchar.h>.
23074         * m4/mbchar.m4: Likewise.
23075         * modules/mbswidth (Depends-on): Depend on wchar.
23076         * lib/mbswidth.c: Assume <wchar.h>.
23077         * m4/mbswidth.m4: Likewise.
23078         * modules/quotearg (Depends-on): Depend on wchar.
23079         * lib/quotearg.c: Assume <wchar.h>.
23080         * m4/quotearg.m4: Likewise.
23081         * modules/regex (Depends-on): Depend on wchar.
23082         * lib/regex_internal.h: Assume <wchar.h>.
23083         * m4/regex.m4: Likewise.
23084         * modules/stdint (Depends-on): Depend on wchar.
23085         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
23086         * m4/stdint.m4: Likewise.
23087         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
23088         * modules/strftime (Depends-on): Depend on wchar.
23089         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
23090         * modules/strtol (Depends-on): Depend on wchar.
23091         * lib/strtol.c: Assume <wchar.h>.
23092         * modules/wcwidth (Depends-on): Depend on wchar.
23093         * lib/wcwidth.h: Assume <wchar.h>.
23094         * m4/wcwidth.m4: Likewise.
23095
23096 2007-01-16  Bruno Haible  <bruno@clisp.org>
23097
23098         * modules/csharpexec-script: New, created from...
23099         * modules/csharpexec: ... this.
23100
23101 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23102
23103         * modules/javaexec-script: New, created from...
23104         * modules/javaexec: ... this.
23105
23106 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23107
23108         * modules/poll (Dependencies): Add sys_select.
23109
23110 2007-01-15  Jim Meyering  <jim@meyering.net>
23111
23112         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
23113         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
23114         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
23115         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
23116
23117 2007-01-15  Bruno Haible  <bruno@clisp.org>
23118
23119         * modules/striconveh: New file.
23120         * lib/striconveh.h: New file.
23121         * lib/striconveh.c: New file.
23122         * MODULES.html.sh (Internationalization functions): Add striconveh.
23123
23124         * modules/striconveh-tests: New file.
23125         * tests/test-striconveh.c: New file.
23126
23127 2007-01-15  Bruno Haible  <bruno@clisp.org>
23128
23129         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
23130         not from GNU libiconv or GNU libc.
23131
23132 2007-01-15  Bruno Haible  <bruno@clisp.org>
23133
23134         * doc/gnulib-intro.texi (Copyright): Explain the different license
23135         terms for module descriptions, autoconf macros, tests, documentation.
23136
23137 2007-01-14  Bruno Haible  <bruno@clisp.org>
23138
23139         * modules/striconv-tests: New file.
23140         * tests/test-striconv.c: New file.
23141
23142 2007-01-14  Bruno Haible  <bruno@clisp.org>
23143
23144         * modules/iconv-tests: New file.
23145         * tests/test-iconv.c: New file.
23146
23147 2007-01-14  Bruno Haible  <bruno@clisp.org>
23148
23149         * gnulib-tool (func_get_license): For test modules, use the license of
23150         the main module.
23151
23152 2007-01-14  Bruno Haible  <bruno@clisp.org>
23153
23154         * modules/iconv (Include): Clarify that <iconv.h> can only be included
23155         if iconv is found to exist.
23156
23157 2007-01-14  Bruno Haible  <bruno@clisp.org>
23158
23159         * modules/c-ctype-tests: New file.
23160         * tests/test-c-ctype.c: New file.
23161
23162 2007-01-14  Bruno Haible  <bruno@clisp.org>
23163
23164         * modules/binary-io-tests: New file.
23165         * tests/test-binary-io.sh: New file.
23166         * tests/test-binary-io.c: New file.
23167
23168 2007-01-14  Bruno Haible  <bruno@clisp.org>
23169
23170         * modules/array-oset-tests: New file.
23171         * tests/test-array_oset.c: New file.
23172
23173 2007-01-14  Bruno Haible  <bruno@clisp.org>
23174
23175         * modules/array-list-tests: New file.
23176         * tests/test-array_list.c: New file.
23177
23178 2007-01-14  Bruno Haible  <bruno@clisp.org>
23179
23180         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
23181         and make.
23182         Reported by Simon Josefsson in
23183         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
23184
23185 2007-01-14  Bruno Haible  <bruno@clisp.org>
23186
23187         * modules/allocsa-tests: New file.
23188         * tests/test-allocsa.c: New file.
23189
23190 2007-01-14  Bruno Haible  <bruno@clisp.org>
23191
23192         * modules/fchdir (Depends-on): Add absolute-header.
23193         * modules/unistd (Depends-on): Likewise.
23194
23195 2006-12-30  Bruno Haible  <bruno@clisp.org>
23196
23197         * modules/fchdir: New file.
23198         * modules/unistd (Files): Add lib/unistd_.h.
23199         (Makefile.am): Generate unistd.h from unistd_.h.
23200         * lib/fchdir.c: New file.
23201         * lib/dirent_.h: New file.
23202         * lib/unistd_.h: New file.
23203         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
23204         * m4/fchdir.m4: New file.
23205         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
23206         (gl_HEADER_UNISTD): Invoke it.
23207         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
23208         function.
23209         * lib/backupfile.c (opendir, closedir): Undefine.
23210         * lib/chown.c (open, close): Undefine.
23211         * lib/clean-temp.c (open, close): Undefine.
23212         * lib/copy-file.c (open, close): Undefine.
23213         * lib/execute.c (open, close): Undefine.
23214         * lib/fsusage.c (open, close): Undefine.
23215         * lib/gc-gnulib.c (open, close): Undefine.
23216         * lib/getcwd.c (opendir, closedir): Undefine.
23217         * lib/glob.c (opendir, closedir): Undefine.
23218         * lib/javacomp.c (open, close): Undefine.
23219         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
23220         * lib/openat-proc.c (open, close): Undefine.
23221         * lib/pagealign_alloc.c (open, close): Undefine.
23222         * lib/pipe.c (open, close): Undefine.
23223         * lib/progreloc.c (open, close): Undefine.
23224         * lib/savedir.c (opendir, closedir): Undefine.
23225         * lib/utime.c (open, close): Undefine.
23226         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
23227
23228 2007-01-10  Bruno Haible  <bruno@clisp.org>
23229
23230         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
23231
23232 2007-01-12  Eric Blake  <ebb9@byu.net>
23233
23234         Provide a robust <wchar.h>.  Further simplifications are now
23235         possible in other modules, but not included here.
23236         * modules/wchar: New module.
23237         * m4/wchar.m4: New file.
23238         * lib/wchar_.h: Likewise.
23239         * modules/mbchar (Depends-on): Depend on wchar, as the first use
23240         of the new module.
23241         * MODULES.html.sh (Extended multibyte and wide character utilities):
23242         New section.
23243
23244 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
23245
23246         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
23247         to a reasonable default for memory allocation.
23248         (xreadlink): Don't allocate a huge buffer, to work around a buggy
23249         file system that reports garbage st_size values for symlinks.
23250         Problem reported by Liyang Hu.
23251
23252 2007-01-11  Simon Josefsson  <simon@josefsson.org>
23253
23254         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
23255         Emacs .#* auto-save files).
23256
23257 2007-01-11  Bruno Haible  <bruno@clisp.org>
23258
23259         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
23260         directory.
23261
23262 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23263
23264         Use @...@ consistently in lib/wctype_.h.
23265         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
23266         on it being set to 1 or 0.
23267         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
23268         go back to AC_SUBSTing it.
23269         * modules/wctype (Makefile.am): Undo previous change.
23270
23271 2007-01-10  Eric Blake  <ebb9@byu.net>
23272
23273         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
23274         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
23275         * modules/wctype (Makefile.am): Likewise.
23276         Reported by Chris McGuire.
23277
23278 2007-01-10  Jim Meyering  <jim@meyering.net>
23279
23280         fts.c: a small readability/maintainability improvement
23281         * lib/fts.c (fts_read): Make this code slightly more readable and
23282         maintainable by hoisting the "sp->fts_cur = p" assignments to
23283         immediately follow the statements that set P.  Derived from
23284         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
23285
23286 2007-01-10  Eric Blake  <ebb9@byu.net>
23287
23288         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
23289         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
23290         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
23291         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
23292         Reported by Chris McGuire.
23293
23294 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23295
23296         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
23297         in sed script.
23298
23299 2007-01-09  Bruno Haible  <bruno@clisp.org>
23300
23301         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
23302         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
23303         variables.
23304         (func_module): Use them.
23305
23306 2007-01-09  Bruno Haible  <bruno@clisp.org>
23307
23308         * modules/unistr/base: New file.
23309         * lib/unistr.h: New file.
23310
23311         * modules/unistr/u8-to-u16: New file.
23312         * lib/unistr/u8-to-u16.c: New file.
23313
23314         * modules/unistr/u8-to-u32: New file.
23315         * lib/unistr/u8-to-u32.c: New file.
23316
23317         * modules/unistr/u16-to-u8: New file.
23318         * lib/unistr/u16-to-u8.c: New file.
23319
23320         * modules/unistr/u16-to-u32: New file.
23321         * lib/unistr/u16-to-u32.c: New file.
23322
23323         * modules/unistr/u32-to-u8: New file.
23324         * lib/unistr/u32-to-u8.c: New file.
23325
23326         * modules/unistr/u32-to-u16: New file.
23327         * lib/unistr/u32-to-u16.c: New file.
23328
23329         * modules/unistr/u8-check: New file.
23330         * modules/unistr/u16-check: New file.
23331         * modules/unistr/u32-check: New file.
23332         * lib/unistr/u8-check.c: New file.
23333         * lib/unistr/u16-check.c: New file.
23334         * lib/unistr/u32-check.c: New file.
23335
23336         * modules/unistr/u8-chr: New file.
23337         * modules/unistr/u16-chr: New file.
23338         * modules/unistr/u32-chr: New file.
23339         * lib/unistr/u8-chr.c: New file.
23340         * lib/unistr/u16-chr.c: New file.
23341         * lib/unistr/u32-chr.c: New file.
23342
23343         * modules/unistr/u8-cmp: New file.
23344         * modules/unistr/u16-cmp: New file.
23345         * modules/unistr/u32-cmp: New file.
23346         * lib/unistr/u8-cmp.c: New file.
23347         * lib/unistr/u16-cmp.c: New file.
23348         * lib/unistr/u32-cmp.c: New file.
23349
23350         * modules/unistr/u8-cpy: New file.
23351         * modules/unistr/u16-cpy: New file.
23352         * modules/unistr/u32-cpy: New file.
23353         * lib/unistr/u8-cpy.c: New file.
23354         * lib/unistr/u16-cpy.c: New file.
23355         * lib/unistr/u32-cpy.c: New file.
23356         * lib/unistr/u-cpy.h: New file.
23357
23358         * modules/unistr/u8-cpy-alloc: New file.
23359         * modules/unistr/u16-cpy-alloc: New file.
23360         * modules/unistr/u32-cpy-alloc: New file.
23361         * lib/unistr/u8-cpy-alloc.c: New file.
23362         * lib/unistr/u16-cpy-alloc.c: New file.
23363         * lib/unistr/u32-cpy-alloc.c: New file.
23364         * lib/unistr/u-cpy-alloc.h: New file.
23365
23366         * modules/unistr/u8-endswith: New file.
23367         * modules/unistr/u16-endswith: New file.
23368         * modules/unistr/u32-endswith: New file.
23369         * lib/unistr/u8-endswith.c: New file.
23370         * lib/unistr/u16-endswith.c: New file.
23371         * lib/unistr/u32-endswith.c: New file.
23372         * lib/unistr/u-endswith.h: New file.
23373
23374         * modules/unistr/u8-mblen: New file.
23375         * modules/unistr/u16-mblen: New file.
23376         * modules/unistr/u32-mblen: New file.
23377         * lib/unistr/u8-mblen.c: New file.
23378         * lib/unistr/u16-mblen.c: New file.
23379         * lib/unistr/u32-mblen.c: New file.
23380
23381         * modules/unistr/u8-mbtouc: New file.
23382         * modules/unistr/u16-mbtouc: New file.
23383         * modules/unistr/u32-mbtouc: New file.
23384         * lib/unistr/u8-mbtouc.c: New file.
23385         * lib/unistr/u16-mbtouc.c: New file.
23386         * lib/unistr/u32-mbtouc.c: New file.
23387
23388         * modules/unistr/u8-mbtouc-safe: New file.
23389         * modules/unistr/u16-mbtouc-safe: New file.
23390         * modules/unistr/u32-mbtouc-safe: New file.
23391         * lib/unistr/u8-mbtouc-safe.c: New file.
23392         * lib/unistr/u16-mbtouc-safe.c: New file.
23393         * lib/unistr/u32-mbtouc-safe.c: New file.
23394
23395         * modules/unistr/u8-move: New file.
23396         * modules/unistr/u16-move: New file.
23397         * modules/unistr/u32-move: New file.
23398         * lib/unistr/u8-move.c: New file.
23399         * lib/unistr/u16-move.c: New file.
23400         * lib/unistr/u32-move.c: New file.
23401         * lib/unistr/u-move.h: New file.
23402
23403         * modules/unistr/u8-next: New file.
23404         * modules/unistr/u16-next: New file.
23405         * modules/unistr/u32-next: New file.
23406         * lib/unistr/u8-next.c: New file.
23407         * lib/unistr/u16-next.c: New file.
23408         * lib/unistr/u32-next.c: New file.
23409
23410         * modules/unistr/u8-prev: New file.
23411         * modules/unistr/u16-prev: New file.
23412         * modules/unistr/u32-prev: New file.
23413         * lib/unistr/u8-prev.c: New file.
23414         * lib/unistr/u16-prev.c: New file.
23415         * lib/unistr/u32-prev.c: New file.
23416
23417         * modules/unistr/u8-set: New file.
23418         * modules/unistr/u16-set: New file.
23419         * modules/unistr/u32-set: New file.
23420         * lib/unistr/u8-set.c: New file.
23421         * lib/unistr/u16-set.c: New file.
23422         * lib/unistr/u32-set.c: New file.
23423         * lib/unistr/u-set.h: New file.
23424
23425         * modules/unistr/u8-startswith: New file.
23426         * modules/unistr/u16-startswith: New file.
23427         * modules/unistr/u32-startswith: New file.
23428         * lib/unistr/u8-startswith.c: New file.
23429         * lib/unistr/u16-startswith.c: New file.
23430         * lib/unistr/u32-startswith.c: New file.
23431         * lib/unistr/u-startswith.h: New file.
23432
23433         * modules/unistr/u8-stpcpy: New file.
23434         * modules/unistr/u16-stpcpy: New file.
23435         * modules/unistr/u32-stpcpy: New file.
23436         * lib/unistr/u8-stpcpy.c: New file.
23437         * lib/unistr/u16-stpcpy.c: New file.
23438         * lib/unistr/u32-stpcpy.c: New file.
23439         * lib/unistr/u-stpcpy.h: New file.
23440
23441         * modules/unistr/u8-stpncpy: New file.
23442         * modules/unistr/u16-stpncpy: New file.
23443         * modules/unistr/u32-stpncpy: New file.
23444         * lib/unistr/u8-stpncpy.c: New file.
23445         * lib/unistr/u16-stpncpy.c: New file.
23446         * lib/unistr/u32-stpncpy.c: New file.
23447         * lib/unistr/u-stpncpy.h: New file.
23448
23449         * modules/unistr/u8-strcat: New file.
23450         * modules/unistr/u16-strcat: New file.
23451         * modules/unistr/u32-strcat: New file.
23452         * lib/unistr/u8-strcat.c: New file.
23453         * lib/unistr/u16-strcat.c: New file.
23454         * lib/unistr/u32-strcat.c: New file.
23455         * lib/unistr/u-strcat.h: New file.
23456
23457         * modules/unistr/u8-strchr: New file.
23458         * modules/unistr/u16-strchr: New file.
23459         * modules/unistr/u32-strchr: New file.
23460         * lib/unistr/u8-strchr.c: New file.
23461         * lib/unistr/u16-strchr.c: New file.
23462         * lib/unistr/u32-strchr.c: New file.
23463
23464         * modules/unistr/u8-strcmp: New file.
23465         * modules/unistr/u16-strcmp: New file.
23466         * modules/unistr/u32-strcmp: New file.
23467         * lib/unistr/u8-strcmp.c: New file.
23468         * lib/unistr/u16-strcmp.c: New file.
23469         * lib/unistr/u32-strcmp.c: New file.
23470
23471         * modules/unistr/u8-strcpy: New file.
23472         * modules/unistr/u16-strcpy: New file.
23473         * modules/unistr/u32-strcpy: New file.
23474         * lib/unistr/u8-strcpy.c: New file.
23475         * lib/unistr/u16-strcpy.c: New file.
23476         * lib/unistr/u32-strcpy.c: New file.
23477         * lib/unistr/u-strcpy.h: New file.
23478
23479         * modules/unistr/u8-strcspn: New file.
23480         * modules/unistr/u16-strcspn: New file.
23481         * modules/unistr/u32-strcspn: New file.
23482         * lib/unistr/u8-strcspn.c: New file.
23483         * lib/unistr/u16-strcspn.c: New file.
23484         * lib/unistr/u32-strcspn.c: New file.
23485         * lib/unistr/u-strcspn.h: New file.
23486
23487         * modules/unistr/u8-strdup: New file.
23488         * modules/unistr/u16-strdup: New file.
23489         * modules/unistr/u32-strdup: New file.
23490         * lib/unistr/u8-strdup.c: New file.
23491         * lib/unistr/u16-strdup.c: New file.
23492         * lib/unistr/u32-strdup.c: New file.
23493         * lib/unistr/u-strdup.h: New file.
23494
23495         * modules/unistr/u8-strlen: New file.
23496         * modules/unistr/u16-strlen: New file.
23497         * modules/unistr/u32-strlen: New file.
23498         * lib/unistr/u8-strlen.c: New file.
23499         * lib/unistr/u16-strlen.c: New file.
23500         * lib/unistr/u32-strlen.c: New file.
23501         * lib/unistr/u-strlen.h: New file.
23502
23503         * modules/unistr/u8-strmblen: New file.
23504         * modules/unistr/u16-strmblen: New file.
23505         * modules/unistr/u32-strmblen: New file.
23506         * lib/unistr/u8-strmblen.c: New file.
23507         * lib/unistr/u16-strmblen.c: New file.
23508         * lib/unistr/u32-strmblen.c: New file.
23509
23510         * modules/unistr/u8-strmbtouc: New file.
23511         * modules/unistr/u16-strmbtouc: New file.
23512         * modules/unistr/u32-strmbtouc: New file.
23513         * lib/unistr/u8-strmbtouc.c: New file.
23514         * lib/unistr/u16-strmbtouc.c: New file.
23515         * lib/unistr/u32-strmbtouc.c: New file.
23516
23517         * modules/unistr/u8-strncat: New file.
23518         * modules/unistr/u16-strncat: New file.
23519         * modules/unistr/u32-strncat: New file.
23520         * lib/unistr/u8-strncat.c: New file.
23521         * lib/unistr/u16-strncat.c: New file.
23522         * lib/unistr/u32-strncat.c: New file.
23523         * lib/unistr/u-strncat.h: New file.
23524
23525         * modules/unistr/u8-strncmp: New file.
23526         * modules/unistr/u16-strncmp: New file.
23527         * modules/unistr/u32-strncmp: New file.
23528         * lib/unistr/u8-strncmp.c: New file.
23529         * lib/unistr/u16-strncmp.c: New file.
23530         * lib/unistr/u32-strncmp.c: New file.
23531
23532         * modules/unistr/u8-strncpy: New file.
23533         * modules/unistr/u16-strncpy: New file.
23534         * modules/unistr/u32-strncpy: New file.
23535         * lib/unistr/u8-strncpy.c: New file.
23536         * lib/unistr/u16-strncpy.c: New file.
23537         * lib/unistr/u32-strncpy.c: New file.
23538         * lib/unistr/u-strncpy.h: New file.
23539
23540         * modules/unistr/u8-strnlen: New file.
23541         * modules/unistr/u16-strnlen: New file.
23542         * modules/unistr/u32-strnlen: New file.
23543         * lib/unistr/u8-strnlen.c: New file.
23544         * lib/unistr/u16-strnlen.c: New file.
23545         * lib/unistr/u32-strnlen.c: New file.
23546         * lib/unistr/u-strnlen.h: New file.
23547
23548         * modules/unistr/u8-strpbrk: New file.
23549         * modules/unistr/u16-strpbrk: New file.
23550         * modules/unistr/u32-strpbrk: New file.
23551         * lib/unistr/u8-strpbrk.c: New file.
23552         * lib/unistr/u16-strpbrk.c: New file.
23553         * lib/unistr/u32-strpbrk.c: New file.
23554         * lib/unistr/u-strpbrk.h: New file.
23555
23556         * modules/unistr/u8-strrchr: New file.
23557         * modules/unistr/u16-strrchr: New file.
23558         * modules/unistr/u32-strrchr: New file.
23559         * lib/unistr/u8-strrchr.c: New file.
23560         * lib/unistr/u16-strrchr.c: New file.
23561         * lib/unistr/u32-strrchr.c: New file.
23562
23563         * modules/unistr/u8-strspn: New file.
23564         * modules/unistr/u16-strspn: New file.
23565         * modules/unistr/u32-strspn: New file.
23566         * lib/unistr/u8-strspn.c: New file.
23567         * lib/unistr/u16-strspn.c: New file.
23568         * lib/unistr/u32-strspn.c: New file.
23569         * lib/unistr/u-strspn.h: New file.
23570
23571         * modules/unistr/u8-strstr: New file.
23572         * modules/unistr/u16-strstr: New file.
23573         * modules/unistr/u32-strstr: New file.
23574         * lib/unistr/u8-strstr.c: New file.
23575         * lib/unistr/u16-strstr.c: New file.
23576         * lib/unistr/u32-strstr.c: New file.
23577         * lib/unistr/u-strstr.h: New file.
23578
23579         * modules/unistr/u8-strtok: New file.
23580         * modules/unistr/u16-strtok: New file.
23581         * modules/unistr/u32-strtok: New file.
23582         * lib/unistr/u8-strtok.c: New file.
23583         * lib/unistr/u16-strtok.c: New file.
23584         * lib/unistr/u32-strtok.c: New file.
23585         * lib/unistr/u-strtok.h: New file.
23586
23587         * modules/unistr/u8-uctomb: New file.
23588         * modules/unistr/u16-uctomb: New file.
23589         * modules/unistr/u32-uctomb: New file.
23590         * lib/unistr/u8-uctomb.c: New file.
23591         * lib/unistr/u16-uctomb.c: New file.
23592         * lib/unistr/u32-uctomb.c: New file.
23593
23594         * MODULES.html.sh (Unicode string functions): Add the new modules.
23595
23596 2007-01-08  Bruno Haible  <bruno@clisp.org>
23597
23598         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
23599         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
23600         subdirectories.
23601
23602 2007-01-08  Karl Berry  <karl@gnu.org>
23603
23604         * doc/error.texi: mention that main() fns must set program_name
23605         when progname is used.
23606
23607 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
23608
23609         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
23610         WCTYPE_H is empty, for the benefit of builds from non-distclean
23611         directories.  Problem reported by Eric Blake in
23612         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
23613
23614 2007-01-08  Bruno Haible  <bruno@clisp.org>
23615
23616         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
23617         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
23618         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
23619         PROVIDE_CANONICALIZE_FILENAME_MODE.
23620         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
23621
23622 2007-01-08  Bruno Haible  <bruno@clisp.org>
23623
23624         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
23625         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
23626         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
23627         * lib/fts.c: Likewise.
23628         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
23629
23630 2006-12-25  Bruno Haible  <bruno@clisp.org>
23631
23632         * modules/utf8-ucs4-safe: New file.
23633         * lib/utf8-ucs4-safe.h: New file.
23634         * lib/unistr/utf8-ucs4-safe.c: New file.
23635
23636         * modules/utf16-ucs4-safe: New file.
23637         * lib/utf16-ucs4-safe.h: New file.
23638         * lib/unistr/utf16-ucs4-safe.c: New file.
23639
23640         * MODULES.html.sh (Unicode string functions): Add the new modules.
23641
23642 2007-01-08  Bruno Haible  <bruno@clisp.org>
23643
23644         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
23645         (Depends-on): Add unitypes.
23646         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
23647         (u8_mbtouc_aux): Move out to separate file.
23648         (u8_mbtouc): Use ucs4_t, uint8_t types.
23649         * lib/unistr/utf8-ucs4.c: New file.
23650
23651         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
23652         (Depends-on): Add unitypes.
23653         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
23654         (u16_mbtouc_aux): Move out to separate file.
23655         (u16_mbtouc): Use ucs4_t, uint16_t types.
23656         * lib/unistr/utf16-ucs4.c: New file.
23657
23658         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
23659         (Depends-on): Add unitypes.
23660         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
23661         (u8_uctomb_aux): Move out to separate file.
23662         (u8_uctomb): Use ucs4_t, uint8_t types.
23663         * lib/unistr/ucs4-utf8.c: New file.
23664
23665         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
23666         (Depends-on): Add unitypes.
23667         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
23668         (u16_uctomb_aux): Move out to separate file.
23669         (u16_uctomb): Use ucs4_t, uint16_t types.
23670         * lib/unistr/ucs4-utf16.c: New file.
23671
23672 2006-12-25  Bruno Haible  <bruno@clisp.org>
23673
23674         * modules/unitypes: New file.
23675         * lib/unitypes.h: New file.
23676         * MODULES.html.sh (func_all_modules): New section "Unicode string
23677         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
23678         this section. Add unitypes.
23679
23680 2007-01-08  Bruno Haible  <bruno@clisp.org>
23681
23682         Avoid variable names that conflict with those from libtool.
23683         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
23684         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
23685         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
23686         library_names_spec to acl_library_names_spec, hardcode_* to
23687         acl_hardcode_*.
23688         Reported by Ralf Wildenhues.
23689
23690 2007-01-08  Bruno Haible  <bruno@clisp.org>
23691
23692         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
23693         definition.
23694         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
23695         definition.
23696         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
23697         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
23698         definition.
23699         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
23700         definition.
23701         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
23702         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
23703         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
23704         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
23705         definition.
23706         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
23707         definition.
23708         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
23709         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
23710         GC_USE_<algorithm>.
23711         * lib/gc-libgcrypt.c: Likewise.
23712         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
23713         * modules/gc-arctwo (configure.ac): Likewise.
23714         * modules/gc-des (configure.ac): Likewise.
23715         * modules/gc-hmac-md5 (configure.ac): Likewise.
23716         * modules/gc-hmac-sha1 (configure.ac): Likewise.
23717         * modules/gc-md2 (configure.ac): Likewise.
23718         * modules/gc-md4 (configure.ac): Likewise.
23719         * modules/gc-md5 (configure.ac): Likewise.
23720         * modules/gc-random (configure.ac): Likewise.
23721         * modules/gc-rijndael (configure.ac): Likewise.
23722         * modules/gc-sha1 (configure.ac): Likewise.
23723
23724 2007-01-08  Bruno Haible  <bruno@clisp.org>
23725
23726         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
23727         macro definition.
23728         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
23729         definition.
23730         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
23731         definition.
23732         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
23733         * modules/fcntl-safer (configure.ac): Likewise.
23734         * modules/fopen-safer (configure.ac): Likewise.
23735         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
23736         GNULIB_FWRITEERROR macro definition.
23737
23738 2007-01-08  Bruno Haible  <bruno@clisp.org>
23739
23740         * m4/gnulib-common.m4: New file.
23741         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
23742         (func_get_filelist): Add m4/gnulib-common.m4.
23743
23744 2007-01-08  Bruno Haible  <bruno@clisp.org>
23745
23746         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
23747         command.
23748
23749 2007-01-08  Jim Meyering  <jim@meyering.net>
23750
23751         Use a more robust test for a "can't happen" condition.
23752         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
23753         narrowed the st_size value.  Presuming the "can't happen" condition
23754         is true, that narrowing could conceivably convert an invalid st_size
23755         value into a valid one.  Instead, use a change based on Matthew
23756         Woehlke's original patch.
23757
23758         Slight readability improvement: use an assert-like macro
23759         in place of literal "abort ()" uses.
23760         * lib/fts.c (fts_assert): Define.
23761         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
23762         Use this macro instead of a bare 'abort'.
23763
23764 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
23765
23766         Don't worry about using IRIX 5.3's wctype.h broken definitions;
23767         simply work around them.
23768         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
23769         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
23770         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
23771         declaring.
23772         Don't bother to define as macros, since the standard doesn't require it.
23773         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
23774         longer worry about IRIX 5.3.
23775         (HAVE_WCTYPE_CTMP_BUG): Remove.
23776
23777 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23778
23779         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
23780         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
23781         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
23782         Problems reported by Georg Schwarz for IRIX 5.3.
23783
23784         * gnulib-tool (autoconf_minversion): Take the maximum version number
23785         found, not the minimum.  Problem reported by James Youngman.
23786
23787 2007-01-03  Karl Berry  <karl@gnu.org>
23788
23789         * doc/error.texi: new file, explaining interaction with progname.
23790         * doc/gnulib.texi: include it.  Update copyright.
23791
23792 2007-01-03  Simon Josefsson  <simon@josefsson.org>
23793
23794         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
23795         AC_CANONICAL_HOST, to improve autobuild outputs.
23796
23797 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
23798             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
23799
23800         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
23801         sockets, server sockets, and other file descriptors.  Count errors
23802         to compute the return value.  Reorder the code a bit to be easier
23803         to follow.  Don't set event bits that were not requested (except
23804         POLLERR and POLLHUP).
23805
23806 2007-01-01  Bruno Haible  <bruno@clisp.org>
23807
23808         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
23809
23810 2007-01-03  Jim Meyering  <jim@meyering.net>
23811
23812         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
23813
23814 2007-01-02  Bruno Haible  <bruno@clisp.org>
23815
23816         * modules/settime (Include): Require timespec.h.
23817         * modules/nanosleep (Include): Likewise.
23818
23819 2007-01-01  Bruno Haible  <bruno@clisp.org>
23820
23821         * gnulib-tool (func_emit_copyright_notice): Bump year.
23822         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
23823
23824 2007-01-01  Bruno Haible  <bruno@clisp.org>
23825
23826         Improve support for OpenBSD.
23827         * build-aux/config.rpath (libname_spec): Export.
23828         (library_names_spec): New variable. Export.
23829         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
23830         library_names_spec from the config.rpath output. Locate shared library
23831         through the name pattern in library_names_spec.
23832
23833 2007-01-01  Eric Blake  <ebb9@byu.net>
23834
23835         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
23836
23837 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
23838
23839         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
23840         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
23841         assume the C locale, and avoid an "eval" that could cause trouble.
23842         Problem with SORT reported by Bob Proulx.
23843
23844         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
23845         Define.  Trivial patch from Henning Nielsen Lund, originally
23846         sent to bug-grep@gnu.org today.
23847
23848 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
23849
23850         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
23851         struct stat.  Problem reported by Henning Nielsen Lund.
23852         * lib/acl.c: Include acl.h first, to check interface.  Don't
23853         bother to include sys/types.h and sys/stat.h again.
23854
23855 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23856
23857         Import the following change from libc; problem reported by
23858         Sven Verdoolaege.
23859
23860         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
23861
23862         [BZ #1373]
23863         * lib/argp.h: Remove __NTH for __argp_usage inline function.
23864
23865 2006-12-28  Jim Meyering  <jim@meyering.net>
23866
23867         * build-aux/announce-gen: Do not assume that the package
23868         builds any of tar.gz, tar.bz2, and .xdelta files.
23869         Suggestion from Simon Josefsson.
23870
23871 2006-12-28  Simon Josefsson  <simon@josefsson.org>
23872
23873         * modules/announce-gen: New file.
23874
23875 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
23876
23877         * lib/mbchar.h: Just include <wctype.h>; the wctype module
23878         handles its gotchas now.
23879         * lib/mbswidth.c: Likewise.
23880         * lib/wcwidth.h: Likewise.
23881         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
23882         and iswcntrl; the wctype module does this stuff now.
23883         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23884         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
23885         * modules/mbchar (Depends-on): Add wctype.
23886         * modules/mbswidth (Depends-on): Likewise.
23887         * modules/wcwidth (Depends-on): Likewise.
23888
23889 2006-12-27  Eric Blake  <ebb9@byu.net>
23890
23891         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
23892         module uses more than what <wctype.h> is required to provide.
23893
23894 2006-12-26  Eric Blake  <ebb9@byu.net>
23895
23896         * gnulib-tool (sed_extract_prog): Avoid space-tab.
23897
23898 2006-12-26  Eric Blake  <ebb9@byu.net>
23899
23900         * modules/absolute-header: New module.
23901         * modules/fcntl (Depends-on): Depend on it.
23902         * modules/inttypes (Depends-on): Likewise.
23903         * modules/stdint (Depends-on): Likewise.
23904         * modules/sys_stat (Depends-on): Likewise.
23905         * modules/wctype (Depends-on): Likewise.
23906         * MODULES.html.sh (Support for building libraries and
23907         executables): Document it.
23908
23909 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
23910
23911         * gnulib-tool (SED): Remove, undoing previous change.
23912         The problem was that it broke coreutils on Solaris, because
23913         "sed --posix" leaked into a makefile.
23914         (sed): New alias, if 'alias' and GNU sed.
23915
23916 2006-12-24  Jim Meyering  <jim@meyering.net>
23917
23918         Work around an fchownat bug in glibc-2.4:
23919         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
23920         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
23921         in spite of the -P option.
23922         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
23923         New macros.
23924         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
23925         * modules/openat (Files): Add lib/fchownat.c.
23926         * lib/openat.c (fchownat): Don't define here.  Move to...
23927         * lib/fchownat.c: ...this new file.
23928
23929 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23930
23931         Fix bug reported by Bruno Haible in
23932         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
23933         where quotearg.c didn't compile on Mac OS X 10.2 because it
23934         lacks <wchar.h> and wint_t.
23935         * lib/wctype_.h (__wctype_wint_t): New type.
23936         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
23937         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
23938         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
23939         Arg is now of type __wctype_wint_t, not wint_t.
23940         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
23941         substitute HAVE_WINT_T.
23942         * modules/wctype (Files): Add m4/wint_t.m4.
23943         (wctype.h): Substitute HAVE_WINT_T.
23944
23945 2006-12-23  Bruno Haible  <bruno@clisp.org>
23946
23947         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
23948
23949 2006-12-23  Bruno Haible  <bruno@clisp.org>
23950
23951         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
23952         S_ISLNK.
23953         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
23954         mingw.
23955
23956 2006-12-22  Bruno Haible  <bruno@clisp.org>
23957
23958         * lib/copy-file.c: Include acl.h.
23959         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
23960         Close the file descriptors only after being done with copy_acl.
23961         * modules/copy-file (Depends-on): Add acl.
23962
23963 2006-12-22  Bruno Haible  <bruno@clisp.org>
23964
23965         * gnulib-tool (SED): New variable.
23966         Use $SED instead of sed everywhere.
23967
23968 2006-12-22  Bruno Haible  <bruno@clisp.org>
23969
23970         * modules/no-c++: New file.
23971         * m4/no-c++.m4: New file.
23972         * MODULES.html.sh (Support for building libraries and executables):
23973         Add no-c++.
23974
23975 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
23976
23977         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
23978         Include <limits.h>, and use its INT_MAX to rewrite the
23979         j loop so that it does not overflow 'int'.  Problem reported by
23980         Ralf Wildenhues in
23981         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
23982         Play it safe by shifting left by 1 rather than multiplying by 2,
23983         as GCC is less likely to optimize this away when the value
23984         is signed (when it assumes overflow leads to undefined behavior).
23985         Also, don't assume time_t uses two's complement.
23986
23987 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
23988
23989         * MODULES.html.sh: New module wctype.
23990         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
23991         * lib/fnmatch.c: Don't bother to include <wchar.h> before
23992         <wctype.h>, since the new wctype module should fix this.
23993         * lib/quotearg.c: Include <wctype.h> unconditionally, since
23994         the wctype module should arrange for it.
23995         * lib/regex_internal.h: Likewise.
23996         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
23997         since the wctype module should handle this now.
23998         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
23999         * modules/fnmatch (Depends-on): Add wctype.
24000         * modules/quotearg (Depends-on): Likewise.
24001         * modules/regex (Depends-on): Likewise.
24002
24003 2006-12-19  Bruno Haible  <bruno@clisp.org>
24004
24005         * lib/strdup.h [C++]: Wrap definitions in extern "C".
24006         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
24007
24008 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24009
24010         * modules/savewd (Depends-on): Fix dependency on fcntl.
24011
24012 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24013
24014         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
24015         conforms to C99, rather than relying on the user's environment
24016         setting of STDINT_H.
24017
24018 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24019         and Eric Blake  <ebb9@byu.net>
24020
24021         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
24022         This is more consistent with the other defines here.
24023         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
24024         Port to z/OS.  Problem reported by Paul Gilmartin.
24025         Change local vars to use gl_ prefix rather than ac_.
24026         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
24027         with other defines.
24028         * modules/double-slash-root: New module.
24029         * modules/dirname (Files): Remove m4/double-slash-root.m4.
24030         (Depends-on): Add double-slash-root.
24031         * MODULES.html.sh (File system functions): Mention new module.
24032
24033 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
24034
24035         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
24036         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
24037         This is for the benefit of gzip, which doesn't do i18n.
24038
24039 2006-12-12  Jim Meyering  <jim@meyering.net>
24040
24041         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
24042         Reported by Andreas Schwab <schwab@suse.de>.
24043
24044 2006-12-12  Bruno Haible  <bruno@clisp.org>
24045
24046         Merge these changes.
24047         2006-09-05  Bruno Haible  <bruno@clisp.org>
24048         * lib/iconvme.c (iconv_string): No need to save and restore errno when
24049         iconv_alloc succeeded.
24050         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
24051         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
24052         test for " && dest " at the end - dest is always != NULL there. Call
24053         iconv with 4xNULL arguments initially, to reset the state. Call iconv
24054         with 2xNULL arguments, also to flush the state storage. Handle the
24055         IRIX iconv behaviour. Realloc the final result, to throw away unused
24056         memory.
24057
24058 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
24059
24060         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
24061         and fchmodat unconditionally, since glibc 2.4 has them.
24062         Problem reported by Arkadiusz Miskiewicz.
24063
24064 2006-12-10  Bruno Haible  <bruno@clisp.org>
24065
24066         * gnulib-tool (func_import): Show the include files only for those
24067         modules that are copied and specified.
24068         Reported by Karl Berry.
24069
24070 2006-12-08  Jim Meyering  <jim@meyering.net>
24071
24072         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
24073         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
24074
24075         * build-aux/announce-gen: Add two new options, both optional:
24076         --bootstrap-tools=TOOL_LIST
24077               a comma-separated list of tools, e.g.,
24078               autoconf,automake,bison,gnulib
24079         --gnulib-snapshot-date=DATE
24080               if gnulib is in the bootstrap tool list,
24081               then report this as the snapshot date.
24082               If not specified, use the current date/time.
24083               If you specify a date here, be sure it's UTC.
24084
24085 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24086
24087         * tests/test-argp-2.sh: Fix test to match actual output.
24088         (func_compare): Fix sed script to be portable.
24089
24090 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
24091
24092         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
24093         workaround for this case.  It is not autoconfigured now; offhand
24094         it's hard to see how to autoconfigure it.
24095
24096 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24097
24098         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
24099         a directory that is about to be chowned.  Such a directory's
24100         initial file permissions should permit the owner only and this
24101         should not be changed until after the chown, since the group and
24102         other bits would be incorrect if they granted permission before
24103         the chown.
24104
24105         Fix porting problem for iswctype reported by Georg Schwarz in:
24106         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
24107         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
24108         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
24109         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
24110         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
24111
24112 2006-12-03  Jim Meyering  <jim@meyering.net>
24113
24114         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
24115         p->fts_statp may not yet be defined.
24116         (fts_read): Instead, set it in the caller, once p->fts_statp is
24117         sure to be defined, and corresponds to a top-level directory.
24118         This bug made du -x fail.  Here's the coreutils test case:
24119         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
24120         Reported by Mike Frysinger.
24121
24122 2006-12-01  Jim Meyering  <jim@meyering.net>
24123
24124         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
24125         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
24126         Reported by Simon Josefsson.
24127
24128 2006-11-30  Jim Meyering  <jim@meyering.net>
24129
24130         * m4/warning.m4: Use the all-permissive copyright notice
24131         recommended by RMS (rather than LGPL).
24132         * m4/vararrays.m4: Likewise.
24133         * m4/flexmember.m4: Likewise.
24134
24135 2006-11-29  Bruno Haible  <bruno@clisp.org>
24136
24137         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24138         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
24139         using +=.
24140         Reported by Simon Josefsson <simon@josefsson.org>.
24141
24142 2006-11-28  James Youngman <jay@gnu.org>
24143
24144         * README: Advise users that they might find the bug-gnulib@gnu.org
24145         and autotools-announce@gnu.org mailing lists useful.
24146
24147 2006-11-28  Bruno Haible  <bruno@clisp.org>
24148
24149         * m4/ptrdiff_max.m4: Remove file.
24150
24151 2006-11-21  Bruno Haible  <bruno@clisp.org>
24152
24153         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
24154         _AC_COMPUTE_INT.
24155         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24156         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
24157         _AC_COMPUTE_INT.
24158         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24159         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
24160         _AC_COMPUTE_INT.
24161         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24162
24163 2006-11-28  Jim Meyering  <jim@meyering.net>
24164
24165         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
24166         warning from "gcc -Wshadow" about shadowing the builtin.
24167
24168 2006-11-27  Bruno Haible  <bruno@clisp.org>
24169
24170         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
24171         _AC_COMPUTE_INT.
24172         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24173
24174 2006-11-27  Bruno Haible  <bruno@clisp.org>
24175             Paul Eggert  <eggert@cs.ucla.edu>
24176
24177         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
24178
24179 2006-11-26  Bruno Haible  <bruno@clisp.org>
24180
24181         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24182         noinst_LTLIBRARIES.
24183
24184 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
24185             Bruno Haible  <bruno@clisp.org>
24186
24187         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
24188         if compiling with "gcc -ansi".
24189
24190 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
24191
24192         Fix some incompatibilities with gcc -ansi -pedantic.
24193         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
24194         if compiling pedantically with GCC, unless it's C99 or later.
24195         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
24196         it mishandles gcc -ansi -pedantic as well.
24197         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
24198         if gcc -pedantic.
24199         * lib/regexec.c (check_node_accept_bytes): Don't use auto
24200         initializers for struct if -pedantic, unless it's C99 or later.
24201
24202 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
24203
24204         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
24205         Don't close an fd more than once. Identical atimes indicate
24206         success, not failure.
24207
24208 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
24209
24210         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
24211
24212 2006-11-23  Jim Meyering  <jim@meyering.net>
24213
24214         * build-aux/announce-gen: New file.  From coreutils.
24215
24216 2006-11-22  Jim Meyering  <jim@meyering.net>
24217
24218         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
24219         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
24220         (fts_read): Use a temporary to narrow the overused st_size member
24221         before using it in a switch statement.  Reported by Matthew Woehlke.
24222
24223         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
24224         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
24225
24226 2006-11-20  Bruno Haible  <bruno@clisp.org>
24227
24228         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
24229         changequote instead of pairs of brackets.
24230         Reported by Andreas Schwab <schwab@suse.de>.
24231
24232 2006-11-21  Jim Meyering  <jim@meyering.net>
24233
24234         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
24235         so as to remain compatible with older compilers.
24236         Patch from Michael Deutschmann.
24237
24238 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24239
24240         * MODULES.html.sh (File system functions): Add openat.
24241
24242         * lib/openat.h (rpl_fstatat): New macro, if
24243         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
24244         (fstatat): Define to rpl_fstatat under the same conditions,
24245         unless COMPILING_FSTATAT.
24246         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
24247         seems to have the bug.
24248         * lib/fstatat.c: New file.
24249         * modules/openat (Files): Add it.
24250
24251 2006-11-20  Bruno Haible  <bruno@clisp.org>
24252
24253         * Makefile: New file.
24254
24255 2006-11-20  Jim Meyering  <jim@meyering.net>
24256
24257         The beginnings of syntax-related checks for gnulib.
24258         * lib/Makefile: New file.
24259         * lib/t-idcache: New script.  Ensure that the two halves of
24260         idcache.c stay in sync.
24261
24262         * lib/idcache.c: Adjust comments in user- and group- portions to
24263         be more accurate, and to be consistent with one another.
24264
24265 2006-11-20  Jim Meyering  <jim@meyering.net>
24266
24267         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
24268         continue using the flexible array member (thus, this module performs
24269         half as many malloc calls), with the addition that...
24270         (getgroup, getuser): Consistently record a non-match via an empty
24271         "name" string, and map an empty string match to a NULL return value.
24272         * modules/idcache (Depends-on): Re-add flexmember.
24273
24274         * lib/idcache.c (getuser): Remove all uses of the register keyword.
24275         (getuidbyname, getgroup, getgidbyname): Likewise.
24276
24277         Use cleaner syntax: NULL rather than 0.
24278         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
24279
24280 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24281
24282         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
24283         It mishandled the case where the group was missing.
24284         Problem reported by Greg Schafer.
24285         * modules/idcache: Likewise.
24286
24287 2006-11-18  Jim Meyering  <jim@meyering.net>
24288
24289         * check-module (%exempt_header): Add exception for some
24290         conditionally-included headers.
24291
24292         * modules/i-ring (Depends-on): Add verify.
24293         (License): Change to LGPL.
24294
24295 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24296
24297         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
24298         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
24299         and inttostr.h.  Use snprintf rather than uinttostr, so that
24300         LGPLed code doesn't depend on GPLed.
24301
24302 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24303
24304         * modules/inline (License): Change from GPL to LGPL.
24305
24306 2006-11-17  Jim Meyering  <jim@meyering.net>
24307
24308         * modules/d-type (License): Switch to LGPL.
24309
24310 2006-11-15  Bruno Haible  <bruno@clisp.org>
24311
24312         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
24313
24314 2006-11-15  Eric Blake  <ebb9@byu.net>
24315
24316         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
24317         the module dependency.
24318
24319 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24320             Bruno Haible  <bruno@clisp.org>
24321
24322         * gnulib-tool (func_create_testdir): Add license consistency check.
24323
24324 2006-11-15  Eric Blake  <ebb9@byu.net>
24325
24326         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
24327         random "(cached)" in configure output.
24328
24329 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24330
24331         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
24332         test for conforming inttypes.h is both announced and cached.
24333
24334         * MODULES.html.sh (seen_modules, seen_files): New variables.
24335         (func_module): Rewrite to use a few less gnulib-tool and sed
24336         invocations.  Avoid a couple of quadratic algorithms for ...
24337         (missed_modules, missed_files): ... these, with ...
24338         (func_append, func_tmpdir): ... these new functions, from
24339         gnulib-tool.  Analogously, install traps for cleanup.
24340
24341         * tests/test-gc.c (main): Remove unused variables.
24342         * tests/test-read-file.c: Include stdlib.h, for 'free'.
24343
24344 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
24345
24346         * modules/inttostr (License): Change to LGPL.
24347
24348 2006-11-14  Eric Blake  <ebb9@byu.net>
24349
24350         * modules/tempname (License): Change to LGPL.
24351
24352 2006-11-14  Eric Blake  <ebb9@byu.net>
24353
24354         * doc/functions.texi (Function Portability): *printf functions on
24355         Cygwin now understand all POSIX size specifiers.
24356
24357 2006-11-14  Bruno Haible  <bruno@clisp.org>
24358
24359         * modules/c-ctype (License): Change to LGPL.
24360
24361 2006-11-12  Bruno Haible  <bruno@clisp.org>
24362
24363         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
24364         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
24365         for GNOME libraries, for which the include files are installed in
24366         subdirectories of $prefix/include.
24367
24368 2006-11-12  Bruno Haible  <bruno@clisp.org>
24369
24370         * m4/lib-link.m4: Require at least autoconf-2.54.
24371         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
24372         name to underscores for the --with option.
24373
24374 2006-11-13  Bruno Haible  <bruno@clisp.org>
24375
24376         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
24377         the tests directory.
24378         Reported by Ralf Wildenhues.
24379
24380 2006-11-13  Bruno Haible  <bruno@clisp.org>
24381
24382         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
24383         (func_emit_initmacro_end): Undo the override here.
24384         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
24385         Works around the famous automake error in coreutils.
24386
24387 2006-11-13  Eric Blake  <ebb9@byu.net>
24388
24389         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
24390         element, not its node.
24391
24392 2006-11-12  Bruno Haible  <bruno@clisp.org>
24393
24394         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
24395         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
24396
24397 2006-11-12  Bruno Haible  <bruno@clisp.org>
24398
24399         * gnulib-tool: New option --local-symlink.
24400         (func_usage): Document it.
24401         (lsymbolic): New variable.
24402         (func_import, func_create_testdir): If --symlink was not specified,
24403         test whether --local-symlink was specified and the file comes from
24404         the local_gnulib_dir.
24405
24406 2006-11-12  Bruno Haible  <bruno@clisp.org>
24407
24408         * gnulib-tool (func_ln): New function.
24409         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
24410
24411 2006-11-12  Bruno Haible  <bruno@clisp.org>
24412
24413         Finish support for source files in subdirectories.
24414         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
24415         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
24416         AUTOMAKE_OPTIONS.
24417         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
24418
24419 2006-11-12  Bruno Haible  <bruno@clisp.org>
24420
24421         * gnulib-tool (func_get_automake_snippet): Synthesize also an
24422         EXTRA_lib_SOURCES augmentation.
24423         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
24424
24425 2006-11-12  Jim Meyering  <jim@meyering.net>
24426
24427         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
24428         file descriptors.  This also averts a failure on systems with
24429         native openat support when a traversed directory lacks "x" access.
24430         * lib/fts_.h: Include "i-ring.h"
24431         (struct FTS) [fts_fd_ring]: New member.
24432         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
24433         (FCHDIR): Add parentheses.
24434         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
24435         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
24436         When descending, rather than simply closing the previous
24437         fts_cwd_fd value, push that file descriptor onto the ring.
24438         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
24439         (fts_open): Initialize the new fd_ring member.
24440         (fts_close): Clear the ring.
24441         (fts_safe_changedir): When possible, use our new fd_ring to skip
24442         the diropen and fstat and dev/ino comparison that would normally
24443         accompany a virtual `chdir ("..")'.
24444
24445         * modules/fts (Depends-on): Add i-ring.
24446         * modules/i-ring: New module.
24447         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
24448         * m4/i-ring.m4: New file.
24449
24450 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24451
24452         * gnulib-tool (func_create_testdir): Fix replacement of
24453         `build-aux' in configure.ac.  Run autotools in gltests
24454         subdirectory.
24455         (func_create_testdir, func_create_megatestdir, test): There is
24456         no need for '--force' in most autotool invocations in a new
24457         tree.  Actually fail the whole test if any of the tools, or the
24458         configure or make stages fail.
24459
24460         Sync from Automake.
24461         * build-aux/gnupload: Revert last change.  Add pointer to upload
24462         instructions of the GNU Maintenance Instructions.
24463         Suggestion by Karl Berry.
24464
24465 2006-11-10  Jim Meyering  <jim@meyering.net>
24466
24467         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
24468
24469 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24470
24471         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
24472         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
24473         (bind_textdomain_codeset) [! ENABLE_NLS]:
24474         Evaluate all the arguments.  That way, callers get compatible behavior
24475         if the arguments have side effects.  Also, it avoids some GCC
24476         diagnostics in some cases; Joel E. Denny reported problems when Bison
24477         was configured with --enable-gcc-warnigs.
24478
24479 2006-11-10  Jim Meyering  <jim@meyering.net>
24480
24481         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
24482         relevant options in CFLAGS (like -O, -fno-inline) are taken into
24483         account.
24484
24485 2006-11-10  Jim Meyering  <jim@meyering.net>
24486
24487         * modules/inline: New file/module.
24488         * modules/xalloc (Files): Remove m4/inline.m4.
24489         (Depends-on): Add inline, instead.
24490         * modules/oset: Likewise.
24491         * modules/list: Likewise.
24492
24493 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24494
24495         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
24496         Problem reported by Matthew Woehlke.
24497
24498 2006-11-09  Bruno Haible  <bruno@clisp.org>
24499
24500         * lib/tempname.c (gen_tempname): Remove variant that invokes
24501         __gen_tempname.
24502         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
24503         __gen_tempname.
24504
24505 2006-11-08  Bruno Haible  <bruno@clisp.org>
24506
24507         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
24508         to 'yes' instead of 'cross-compiling'.
24509
24510 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
24511
24512         * lib/quotearg.h (quotearg_free): New decl.
24513         * lib/quotearg.c (quotearg_free): New function.
24514         (slot0, nslots, slotvec0, slotvec):
24515         Now file-scope so that quotearg_free can get at them.
24516
24517 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24518
24519         Sync from Automake.
24520         * build-aux/gnupload: Add missing 'gnu' to example URL.
24521         Report by Karl Berry.
24522
24523 2006-11-08  Bruno Haible  <bruno@clisp.org>
24524
24525         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
24526         Suggested by Paul Eggert.
24527
24528 2006-11-08  Jim Meyering  <jim@meyering.net>
24529
24530         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
24531         It's already included if !_LIBC.
24532         (fts_safe_changedir): Add a comment.
24533
24534 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
24535
24536         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
24537         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
24538         Matthew Woehlke.
24539
24540         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
24541         definitions up, to avoid colliding with change below.
24542         (static_inline) [HAVE_INLINE]: New macro.
24543         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
24544         Provide extern decls when !HAVE_INLINE.  Do not define unless
24545         static_inline is defined, either by us or by xmalloc.c.  Use
24546         static_inline rather than static inline.
24547         (XCALLOC): Optimize sizeof(T) = 1 case.
24548         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
24549
24550 2006-11-07  Bruno Haible  <bruno@clisp.org>
24551
24552         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
24553         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
24554         AC_C_INLINE.
24555         * modules/xalloc (Files): Add m4/inline.m4.
24556
24557 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24558
24559         * README: Fix typo.
24560         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
24561         (Miscellanous Notes): ...from this.
24562
24563 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
24564
24565         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
24566         Mention that offsetof should be used instead of sizeof.
24567         From Bruno Haible.
24568
24569 2006-11-07  Bruno Haible  <bruno@clisp.org>
24570
24571         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
24572
24573 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
24574
24575         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
24576         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
24577         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
24578         (gl_tree_add_before, gl_tree_add_after):
24579         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
24580         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
24581         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
24582         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
24583         (gl_linked_add_after, gl_linked_add_at): Likewise.
24584         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
24585         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
24586         (gl_tree_add_before, gl_tree_add_after): Likewise.
24587         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
24588         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
24589         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
24590
24591 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24592
24593         * lib/gl_oset.h: Use C comment style, not C++ comment style.
24594
24595 2006-11-06  Bruno Haible  <bruno@clisp.org>
24596
24597         * m4/inline.m4: New file.
24598         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
24599         * modules/list (Files): Add m4/inline.m4.
24600         * modules/oset (Files): Likewise.
24601
24602 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
24603
24604         * lib/idcache.c: Include <stddef.h>, for offsetof.
24605         (struct userid.name): Change from char * to a flexible array member.
24606         All uses changed.
24607         * modules/idcache (Depends-on): Add flexmember.
24608
24609         * MODULES.html.sh (Core language properties): New module flexmember.
24610         * modules/flexmember, m4/flexmember.m4: New files.
24611
24612         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
24613         inline functions that are identical with the old xnmalloc_inline,
24614         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
24615         that we can avoid some unnecessary integer multiplications and
24616         divisions in the common case where the element size is known at
24617         compile time.
24618         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
24619         needed.
24620         (xnboundedmalloc): Remove.
24621         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
24622         arguments, for consistency with rest of this header.
24623         (xcharalloc): Rewrite using XNMALLOC.
24624         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
24625         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
24626         versions have been moved to lib/xalloc.h and renamed to be the
24627         non-*_inline versions.
24628         (xmalloc, xrealloc): Implement without reference to the xnmalloc
24629         and xnrealloc functions, since those functions are now inline and
24630         now call us.
24631         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
24632         renaming described above.
24633         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
24634         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
24635         captures the dependency in AC_C_INLINE.
24636
24637         New module canonicalize-lgpl, proposed by Charles Wilson in
24638         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
24639         with a few small changes afterwards.
24640         * MODULES.html.sh (File system functions): New module
24641         canonicalize-lgpl.
24642         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
24643         and canonicalize_file_name.
24644         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
24645         * modules/canonicalize-lgpl: New files.
24646
24647 2006-11-05  Bruno Haible  <bruno@clisp.org>
24648
24649         * gnulib-tool (func_import, func_create_testdir): Create directories
24650         also for files in subdirectories of lib/.
24651
24652 2006-11-05  Bruno Haible  <bruno@clisp.org>
24653
24654         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
24655         ANSI C compliant.
24656
24657 2006-11-03  Bruno Haible  <bruno@clisp.org>
24658
24659         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
24660         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
24661         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
24662         (xnboundedmalloc): New inline function.
24663         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
24664         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
24665         xmalloc.
24666         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
24667         xmalloc.
24668         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
24669         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
24670         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
24671         xmalloc.
24672         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
24673         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
24674         xmalloc.
24675         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
24676         gl_tree_add_after): Use XMALLOC instead of xmalloc.
24677         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
24678         xmalloc.
24679         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
24680         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
24681         gl_tree_add_after): Use XMALLOC instead of xmalloc.
24682         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
24683         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
24684         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
24685         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
24686
24687 2006-11-03  Bruno Haible  <bruno@clisp.org>
24688
24689         * lib/c-ctype.h [C++]: Define functions without name mangling.
24690         * lib/fwriteerror.h [C++]: Likewise.
24691         * lib/gcd.h [C++]: Likewise.
24692         * lib/linebreak.h [C++]: Likewise.
24693
24694 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24695
24696         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
24697         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
24698         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
24699         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
24700         Check for functions and headers just once.
24701         Check for declaration of canonicalize_file_name.
24702         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
24703
24704 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
24705
24706         * gnulib-tool (func_import): Fix typo in actioncmd.
24707
24708 2006-11-02  Bruno Haible  <bruno@clisp.org>
24709
24710         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
24711         newline sequence in the Makefile.am snippet as a space, like "make"
24712         does.
24713         Reported by Roger Persson <perrog@gmail.com>.
24714
24715 2006-11-01  Bruno Haible  <bruno@clisp.org>
24716
24717         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
24718         already declared in <string.h>.
24719         * lib/strcase.h (strncasecmp): Don't declare it if yes.
24720
24721 2006-11-01  Bruno Haible  <bruno@clisp.org>
24722
24723         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
24724         * lib/strcase.h: Include <string.h>.
24725         (strcasecmp): Define to rpl_strcasecmp here.
24726
24727 2006-11-01  Bruno Haible  <bruno@clisp.org>
24728
24729         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
24730
24731 2006-11-01  Eric Blake  <ebb9@byu.net>
24732
24733         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
24734
24735         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
24736
24737 2006-10-29  Bruno Haible  <bruno@clisp.org>
24738
24739         Make it compile in C++ mode.
24740         * lib/full-write.c (full_rw): Add a cast.
24741
24742 2006-11-01  Bruno Haible  <bruno@clisp.org>
24743
24744         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
24745         be POSIX compliant.
24746         Reported by Roger Persson <perrog@gmail.com>.
24747
24748 2006-11-01  Eric Blake  <ebb9@byu.net>
24749
24750         * lib/getopt_.h: Fix comments.
24751
24752 2006-10-31  Eric Blake  <ebb9@byu.net>
24753
24754         * modules/tmpdir (Depends-on): Add sys_stat.
24755         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
24756         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
24757         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
24758         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
24759         tempname.
24760
24761 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
24762
24763         Avoid some C++ diagnostics reported by Bruno Haible.
24764         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
24765         xmalloc.
24766         (quotearg_alloc): Use xcharalloc rather than xmalloc.
24767         (struct slotvec): Move to top level.
24768         (quotearg_n_options): Rewrite to avoid xmalloc.
24769         * lib/xalloc.h (xcharalloc): New function.
24770         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
24771         [defined __cplusplus]: Add function template that provides result
24772         type propagation.  This part of the change is from Bruno Haible.
24773
24774 2006-10-29  Bruno Haible  <bruno@clisp.org>
24775
24776         Make it compile in C++ mode.
24777         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
24778         * lib/strnlen1.c (strnlen1): Cast memchr result.
24779         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
24780         * lib/clean-temp.c (string_equals, string_hash): Add casts.
24781         (create_temp_dir): Rename local variable 'template'.
24782         (compile_csharp_using_sscli): Add cast.
24783         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
24784         * lib/findprog.c (find_in_path): Likewise.
24785         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
24786         * lib/wait-process.c (register_slave_subprocess): Likewise.
24787
24788 2006-10-22  Bruno Haible  <bruno@clisp.org>
24789
24790         * modules/tsearch: New file.
24791         * lib/tsearch.h: New file.
24792         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
24793         * m4/tsearch.m4: New file.
24794         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
24795
24796 2006-10-29  Eric Blake  <ebb9@byu.net>
24797
24798         * lib/arcfour.c: Assume config.h.
24799         * lib/arctwo.c: Likewise.
24800         * lib/base64.c: Likewise.
24801         * lib/check-version.c: Likewise.
24802         * lib/crc.c: Likewise.
24803         * lib/des.c: Likewise.
24804         * lib/gc-gnulib.c: Likewise.
24805         * lib/gc-libgcrypt.c: Likewise.
24806         * lib/gc-pbkdf2-sha1.c: Likewise.
24807         * lib/getaddrinfo.c: Likewise.
24808         * lib/getdelim.c: Likewise.
24809         * lib/getline.c: Likewise.
24810         * lib/hmac-md5.c: Likewise.
24811         * lib/hmac-sha1.c: Likewise.
24812         * lib/iconvme.c: Likewise.
24813         * lib/md2.c: Likewise.
24814         * lib/md4.c: Likewise.
24815         * lib/memxor.c: Likewise.
24816         * lib/read-file.c: Likewise.
24817         * lib/readline.c: Likewise.
24818         * lib/rijndael-alg-fst.c: Likewise.
24819         * lib/rijndael-api-fst.c: Likewise.
24820         * lib/xgetdomainname.c: Likewise.
24821
24822 2006-10-28  Eric Blake  <ebb9@byu.net>
24823
24824         * lib/xstrndup.c: Assume config.h.
24825
24826 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
24827
24828         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
24829         stat-macros.h is now for our own macros, whereas stat_h is for
24830         macros in the <sys/stat.h> name space.
24831         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
24832         (STAT_MACROS_H): Remove.
24833         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
24834         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
24835         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
24836         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
24837         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
24838         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
24839         Move these macros to ...
24840         * lib/stat_.h: here.  Don't include stat-macros.h.
24841         * lib/canonicalize.c: Don't include stat-macros.h.
24842         * lib/chown.c: Likewise.
24843         * lib/euidaccess.c: Likewise.
24844         * lib/file-type.c: Likewise.
24845         * lib/filemode.c: Likewise.
24846         * lib/glob.c: Likewise.
24847         * lib/isapipe.c: Likewise.
24848         * lib/lchown.c: Likewise.
24849         * lib/lstat.c: Likewise.
24850         * lib/mkdir-p.c: Likewise.
24851         * lib/rmdir.c: Likewise.
24852         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
24853         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
24854         unless mkdir isn't declared, to speed up 'configure'.
24855         Always create sys/stat.h, since it's unlikely any real sys/stat.h
24856         would define all the S_* symbols.
24857         * modules/canonicalize (Depends-on):
24858         Depend on sys_stat, not stat-macros.
24859         * modules/chown: Likewise.
24860         * modules/euidaccess: Likewise.
24861         * modules/filemode: Likewise.
24862         * modules/file-type: Likewise.
24863         * modules/glob: Likewise.
24864         * modules/isapipe: Likewise.
24865         * modules/lchown: Likewise.
24866         * modules/lstat: Likewise.
24867         * modules/mkancesdirs: Likewise.
24868         * modules/rmdir: Likewise.
24869         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
24870         * modules/modechange: Likewise.
24871         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
24872         (configure.ac): Remove gl_STAT_MACROS.
24873         * modules/sys_stat (Depends-on): Remove stat-macros.
24874
24875 2006-10-27  Bruno Haible  <bruno@clisp.org>
24876
24877         * m4/signed.m4: Remove file.
24878         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
24879         invocation.
24880         * modules/vasnprintf (Files): Remove m4/signed.m4.
24881
24882 2006-10-27  Bruno Haible  <bruno@clisp.org>
24883
24884         Update to GNU gettext 0.16.
24885         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
24886         m4/inttypes-h.m4, m4/signed.m4.
24887         * m4/gettext.m4: Update to GNU gettext 0.16.
24888         * m4/intl.m4: New file, from GNU gettext.
24889         * m4/intldir.m4: New file, from GNU gettext.
24890         * config/srclist.txt: Update
24891
24892 2006-10-27  Eric Blake  <ebb9@byu.net>
24893
24894         * MODULES.html.sh: Document tempname.
24895         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
24896         dependencies.
24897         (Files): Move lib/tempname.c...
24898         * modules/tempname: ...to this new module.
24899         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
24900         (gl_PREREQ_TEMPNAME): Move...
24901         * m4/tempname.m4: ...to this new file.
24902         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
24903         * modules/sys_stat (Depends-on): Add stat-macros.
24904         * lib/stat_.h (includes): Pick up stat macros.
24905         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
24906         if stat macros are broken.
24907         * lib/tempname.c (includes): No need to include "stat-macros.h".
24908         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
24909         (direxists, __path_search) [!_LIBC]: Don't compile these in
24910         gnulib; the tmpdir module covers that.
24911         * lib/tempname.h: New file.
24912
24913 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
24914
24915         * COPYING: Explain how gnulib-tool converts licence headers.
24916         Almost all wording by Eric Blake.
24917
24918 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
24919
24920         * lib/mbchar.h (is_basic_table): Make read-only.
24921         * lib/mbchar.c (is_basic_table): Likewise.
24922         Reported by John Darrington.
24923
24924 2006-10-25  Bruno Haible  <bruno@clisp.org>
24925
24926         * lib/progname.h (set_program_name): Undefine before defining.
24927
24928 2006-10-25  Bruno Haible  <bruno@clisp.org>
24929
24930         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
24931         false for non-gcc C++ compilers.
24932         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
24933
24934 2006-10-24  Bruno Haible  <bruno@clisp.org>
24935
24936         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
24937         iconv implementations like Irix iconv.
24938
24939 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24940
24941         * modules/vararrays: New file.
24942         * m4/vararrays.m4: New file, taken from diffutils.
24943         * MODULES.html.sh: New module vararrays.
24944
24945 2006-10-24  Karl Berry  <karl@gnu.org>
24946
24947         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
24948         Don't call GNU Unix.
24949
24950 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24951
24952         * users.txt: Add Libtool.
24953
24954         Sync from Libtool:
24955
24956         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24957
24958         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
24959         to gnulib's policy of including config.h unconditionally.
24960
24961 2006-10-24  Bruno Haible  <bruno@clisp.org>
24962
24963         * modules/wcwidth (Files): Add m4/wint_t.m4.
24964         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
24965         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
24966
24967 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24968
24969         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
24970         to pacify GCC with some -W flags enabled.  Problem reported by
24971         Bruno Haible.
24972
24973 2006-10-24  Jim Meyering  <jim@meyering.net>
24974
24975         * MODULES.html.sh: Remove uinttostr.  It's not a module.
24976         Reported by Karl Berry.
24977
24978 2006-10-23  Bruno Haible  <bruno@clisp.org>
24979
24980         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
24981
24982 2006-10-24  Bruno Haible  <bruno@clisp.org>
24983
24984         * lib/gl_list.h: Use C comment style, not C++ comment style.
24985
24986 2006-10-23  Eric Blake  <ebb9@byu.net>
24987
24988         * lib/getaddrinfo.c (includes): Add missing include.
24989
24990 2006-10-23  Bruno Haible  <bruno@clisp.org>
24991             Paul Eggert  <eggert@cs.ucla.edu>
24992
24993         Ability to rename obstack_free.
24994         * lib/obstack.h (__obstack_free): New macro. Declare instead of
24995         obstack_free.
24996         (obstack_free): Invoke the __obstack_free macro.
24997         * lib/obstack.c (obstack_free): Use __obstack_free macro.
24998
24999 2006-10-23  Bruno Haible  <bruno@clisp.org>
25000             Paul Eggert  <eggert@cs.ucla.edu>
25001
25002         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
25003         __argc, __argv from the declaration. (They are defined as macros on
25004         mingw.)
25005
25006 2006-10-22  Bruno Haible  <bruno@clisp.org>
25007
25008         * doc/gnulib-intro.texi: New file.
25009         * doc/gnulib.texi: Include it.
25010
25011 2006-10-21  Bruno Haible  <bruno@clisp.org>
25012
25013         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
25014         "Introduction", "Miscellanous Notes", "Particular Modules".
25015
25016 2006-10-21  Bruno Haible  <bruno@clisp.org>
25017
25018         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25019         Change mostlyclean-local rule to avoid sh syntax error from bash
25020         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
25021
25022 2006-10-23  Jim Meyering  <jim@meyering.net>
25023
25024         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
25025         in place of snprintf.
25026
25027         * modules/inttostr (Files): Add lib/uinttostr.c.
25028         * lib/uinttostr.c (inttostr): New file/function.
25029         * lib/inttostr.h (uinttostr): Declare.
25030         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
25031         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
25032         Add uinttostr.
25033         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
25034
25035 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25036
25037         * lib/canonicalize.c (ELOOP): Define if not already defined.
25038         Problem reported by Bruno Haible in
25039         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
25040
25041 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25042
25043         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
25044         Problem reported by Perry Smith and Ville Laurikari.
25045
25046         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
25047         uses.
25048
25049 2006-10-19  Bruno Haible  <bruno@clisp.org>
25050
25051         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
25052         for mingw.
25053
25054 2006-10-19  Bruno Haible  <bruno@clisp.org>
25055
25056         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
25057         Needed for mingw.
25058
25059 2006-10-19  Bruno Haible  <bruno@clisp.org>
25060
25061         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
25062
25063 2006-10-19  Bruno Haible  <bruno@clisp.org>
25064
25065         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
25066         it.
25067
25068 2006-10-19  Bruno Haible  <bruno@clisp.org>
25069
25070         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
25071         invocation.
25072
25073 2006-10-19  Bruno Haible  <bruno@clisp.org>
25074
25075         * gnulib-tool (func_create_testdir): Don't include ftruncate and
25076         mountlist by default.
25077
25078 2006-10-16  Bruno Haible  <bruno@clisp.org>
25079
25080         * lib/c-strstr.c: Include c-strstr.h.
25081
25082 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25083
25084         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
25085         in a slash.
25086
25087 2006-10-18  Bruno Haible  <bruno@clisp.org>
25088
25089         * lib/lock.h [C++]: Wrap definitions in extern "C".
25090
25091 2006-10-18  Bruno Haible  <bruno@clisp.org>
25092
25093         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
25094         gl_LIBOBJS list.
25095
25096 2006-10-18  Bruno Haible  <bruno@clisp.org>
25097
25098         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
25099
25100 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
25101
25102         * lib/xstrtol.h: Include gettext.h.
25103         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
25104         Problem reported by Eric Blake.
25105         * modules/xstrtol (Depends-on): Add gettext-h.
25106
25107 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
25108
25109         * lib/strftime.c (advance): New macro.
25110         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
25111         incomplete type, so you can't add 0 to it.  Problem and patch
25112         reported by Eelco Dolstra for dietlibc.
25113
25114 2006-10-18  Jim Meyering  <jim@meyering.net>
25115
25116         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
25117         type for a local, and rename it: s/up/user_proc/.
25118
25119 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
25120
25121         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
25122         READ_UTMP_USER_PROCESS.
25123         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
25124
25125 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
25126
25127         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
25128         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
25129
25130 2006-10-17  Eric Blake  <ebb9@byu.net>
25131
25132         * lib/sigprocmask.c (sigprocmask): Fix typo.
25133
25134         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
25135
25136         * modules/clean-temp (Makefile.am): Don't add to make output...
25137         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
25138         config.h.
25139
25140 2006-10-17  Bruno Haible  <bruno@clisp.org>
25141
25142         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
25143         differently if DEFAULT_TEXT_DOMAIN is set.
25144
25145 2006-10-16  Bruno Haible  <bruno@clisp.org>
25146
25147         * lib/clean-temp.c: Include fwriteerror.h.
25148
25149 2006-10-16  Bruno Haible  <bruno@clisp.org>
25150
25151         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
25152
25153 2006-10-16  Bruno Haible  <bruno@clisp.org>
25154
25155         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
25156         * lib/sigprocmask.h: Include <sys/types.h>.
25157         (sigset_t): Use the system's definition if present.
25158
25159 2006-10-17  Eric Blake  <ebb9@byu.net>
25160
25161         * lib/xvasprintf.c (includes): Assume config.h.
25162         * lib/xasprintf.c (includes): Likewise.
25163
25164 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25165
25166         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
25167         at least as wide as intmax_t.
25168
25169 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
25170
25171         (Imported from Automake.)
25172         * build-aux/gnupload: Update to version 1.1 of directive file.
25173
25174 2006-10-16  Eric Blake  <ebb9@byu.net>
25175
25176         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
25177         match Automake 1.10a.
25178
25179 2006-10-14  Bruno Haible  <bruno@clisp.org>
25180
25181         * modules/sigprocmask: New file.
25182         * lib/sigprocmask.h: New file.
25183         * lib/sigprocmask.c: New file.
25184         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
25185         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
25186         request sigprocmask.o.
25187         (gl_PREREQ_SIGPROCMASK): New macro.
25188         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
25189         (Depends-on): Add sigprocmask.
25190         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
25191         gt_SIGNALBLOCKING. Test for 'raise' only once.
25192         * lib/fatal-signal.c: Include sigprocmask.h.
25193         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
25194         unblock_fatal_signals): Define always.
25195         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25196         sigprocmask.
25197
25198 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25199
25200         Sync from Automake.
25201         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
25202         which incorrectly sets the mode of an existing destination
25203         directory.  In some cases the unpatched install-sh could do the
25204         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
25205         system.  We hope this is rare in practice, but it's clearly worth
25206         fixing.  Problem reported by Alex Unleashed in
25207         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
25208         Also, don't bother to check for -m bugs unless we're using -m;
25209         suggested by Stepan Kasal.
25210
25211 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25212
25213         Sync from Automake.
25214         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
25215         `-c' flag, so they appear at the same position as in %FASTDEP%
25216         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
25217         which ignores unknown options only after the first non-option.
25218         Bug report against M4 by Nelson H. F. Beebe.
25219
25220 2006-10-13  Jim Meyering  <jim@meyering.net>
25221
25222         Fix a bug in yesterday's change.
25223         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
25224         p->fts_statp->st_dev would be used uninitialized.
25225         Ensures that we always call fts_stat on the very first entry.
25226         Miklos Szeredi reported that find -xdev stopped working.
25227
25228 2006-10-12  Bruno Haible  <bruno@clisp.org>
25229
25230         * gnulib-tool (func_get_automake_snippet): Append an automatically
25231         computed EXTRA_DIST augmentation.
25232         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
25233         * modules/alloca-opt (Makefile.am): Likewise.
25234         * modules/allocsa (Makefile.am): Likewise.
25235         * modules/arcfour (Makefile.am): Likewise.
25236         * modules/arctwo (Makefile.am): Likewise.
25237         * modules/argmatch (Makefile.am): Likewise.
25238         * modules/argz (Makefile.am): Likewise.
25239         * modules/atexit (Makefile.am): Likewise.
25240         * modules/backupfile (Makefile.am): Likewise.
25241         * modules/byteswap (Makefile.am): Likewise.
25242         * modules/c-strtod (Makefile.am): Likewise.
25243         * modules/c-strtold (Makefile.am): Likewise.
25244         * modules/calloc (Makefile.am): Likewise.
25245         * modules/canon-host (Makefile.am): Likewise.
25246         * modules/canonicalize (Makefile.am): Likewise.
25247         * modules/chdir-long (Makefile.am): Likewise.
25248         * modules/chdir-safer (Makefile.am): Likewise.
25249         * modules/check-version (Makefile.am): Likewise.
25250         * modules/chown (Makefile.am): Likewise.
25251         * modules/cloexec (Makefile.am): Likewise.
25252         * modules/close-stream (Makefile.am): Likewise.
25253         * modules/closeout (Makefile.am): Likewise.
25254         * modules/crc (Makefile.am): Likewise.
25255         * modules/csharpexec (Makefile.am): Likewise.
25256         * modules/cycle-check (Makefile.am): Likewise.
25257         * modules/des (Makefile.am): Likewise.
25258         * modules/dev-ino (Makefile.am): Likewise.
25259         * modules/dirfd (Makefile.am): Likewise.
25260         * modules/dirname (Makefile.am): Likewise.
25261         * modules/dup2 (Makefile.am): Likewise.
25262         * modules/eealloc (Makefile.am): Likewise.
25263         * modules/error (Makefile.am): Likewise.
25264         * modules/euidaccess (Makefile.am): Likewise.
25265         * modules/exclude (Makefile.am): Likewise.
25266         * modules/exitfail (Makefile.am): Likewise.
25267         * modules/fcntl-safer (Makefile.am): Likewise.
25268         * modules/fcntl (Makefile.am): Likewise.
25269         * modules/file-type (Makefile.am): Likewise.
25270         * modules/fileblocks (Makefile.am): Likewise.
25271         * modules/filemode (Makefile.am): Likewise.
25272         * modules/filenamecat (Makefile.am): Likewise.
25273         * modules/fnmatch (Makefile.am): Likewise.
25274         * modules/fopen-safer (Makefile.am): Likewise.
25275         * modules/fpending (Makefile.am): Likewise.
25276         * modules/fprintftime (Makefile.am): Likewise.
25277         * modules/free (Makefile.am): Likewise.
25278         * modules/fsusage (Makefile.am): Likewise.
25279         * modules/ftruncate (Makefile.am): Likewise.
25280         * modules/fts (Makefile.am): Likewise.
25281         * modules/gc-arcfour (Makefile.am): Likewise.
25282         * modules/gc-des (Makefile.am): Likewise.
25283         * modules/gc-hmac-md5 (Makefile.am): Likewise.
25284         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
25285         * modules/gc-md4 (Makefile.am): Likewise.
25286         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
25287         * modules/gc-sha1 (Makefile.am): Likewise.
25288         * modules/gc (Makefile.am): Likewise.
25289         * modules/getaddrinfo (Makefile.am): Likewise.
25290         * modules/getcwd (Makefile.am): Likewise.
25291         * modules/getdelim (Makefile.am): Likewise.
25292         * modules/getdomainname (Makefile.am): Likewise.
25293         * modules/getgroups (Makefile.am): Likewise.
25294         * modules/gethostname (Makefile.am): Likewise.
25295         * modules/gethrxtime (Makefile.am): Likewise.
25296         * modules/getline (Makefile.am): Likewise.
25297         * modules/getloadavg (Makefile.am): Likewise.
25298         * modules/getlogin_r (Makefile.am): Likewise.
25299         * modules/getndelim2 (Makefile.am): Likewise.
25300         * modules/getopt (Makefile.am): Likewise.
25301         * modules/getpagesize (Makefile.am): Likewise.
25302         * modules/getpass-gnu (Makefile.am): Likewise.
25303         * modules/getpass (Makefile.am): Likewise.
25304         * modules/getsubopt (Makefile.am): Likewise.
25305         * modules/gettime (Makefile.am): Likewise.
25306         * modules/gettimeofday (Makefile.am): Likewise.
25307         * modules/getugroups (Makefile.am): Likewise.
25308         * modules/getusershell (Makefile.am): Likewise.
25309         * modules/glob (Makefile.am): Likewise.
25310         * modules/group-member (Makefile.am): Likewise.
25311         * modules/hard-locale (Makefile.am): Likewise.
25312         * modules/hash (Makefile.am): Likewise.
25313         * modules/hmac-md5 (Makefile.am): Likewise.
25314         * modules/hmac-sha1 (Makefile.am): Likewise.
25315         * modules/human (Makefile.am): Likewise.
25316         * modules/idcache (Makefile.am): Likewise.
25317         * modules/imaxabs (Makefile.am): Likewise.
25318         * modules/imaxdiv (Makefile.am): Likewise.
25319         * modules/inet_ntop (Makefile.am): Likewise.
25320         * modules/inet_pton (Makefile.am): Likewise.
25321         * modules/intprops (Makefile.am): Likewise.
25322         * modules/inttostr (Makefile.am): Likewise.
25323         * modules/inttypes (Makefile.am): Likewise.
25324         * modules/isapipe (Makefile.am): Likewise.
25325         * modules/javaversion (Makefile.am): Likewise.
25326         * modules/lchmod (Makefile.am): Likewise.
25327         * modules/lchown (Makefile.am): Likewise.
25328         * modules/localcharset (Makefile.am): Likewise.
25329         * modules/long-options (Makefile.am): Likewise.
25330         * modules/lstat (Makefile.am): Likewise.
25331         * modules/malloc (Makefile.am): Likewise.
25332         * modules/mathl (Makefile.am): Likewise.
25333         * modules/mbchar (Makefile.am): Likewise.
25334         * modules/md2 (Makefile.am): Likewise.
25335         * modules/md4 (Makefile.am): Likewise.
25336         * modules/md5 (Makefile.am): Likewise.
25337         * modules/memcasecmp (Makefile.am): Likewise.
25338         * modules/memchr (Makefile.am): Likewise.
25339         * modules/memcmp (Makefile.am): Likewise.
25340         * modules/memcoll (Makefile.am): Likewise.
25341         * modules/memcpy (Makefile.am): Likewise.
25342         * modules/memmem (Makefile.am): Likewise.
25343         * modules/memmove (Makefile.am): Likewise.
25344         * modules/mempcpy (Makefile.am): Likewise.
25345         * modules/memrchr (Makefile.am): Likewise.
25346         * modules/memset (Makefile.am): Likewise.
25347         * modules/memxor (Makefile.am): Likewise.
25348         * modules/mkancesdirs (Makefile.am): Likewise.
25349         * modules/mkdir-p (Makefile.am): Likewise.
25350         * modules/mkdir (Makefile.am): Likewise.
25351         * modules/mkdtemp (Makefile.am): Likewise.
25352         * modules/mkstemp (Makefile.am): Likewise.
25353         * modules/mktime (Makefile.am): Likewise.
25354         * modules/modechange (Makefile.am): Likewise.
25355         * modules/mountlist (Makefile.am): Likewise.
25356         * modules/nanosleep (Makefile.am): Likewise.
25357         * modules/obstack (Makefile.am): Likewise.
25358         * modules/openat (Makefile.am): Likewise.
25359         * modules/pagealign_alloc (Makefile.am): Likewise.
25360         * modules/pathmax (Makefile.am): Likewise.
25361         * modules/physmem (Makefile.am): Likewise.
25362         * modules/poll (Makefile.am): Likewise.
25363         * modules/posixtm (Makefile.am): Likewise.
25364         * modules/posixver (Makefile.am): Likewise.
25365         * modules/putenv (Makefile.am): Likewise.
25366         * modules/quote (Makefile.am): Likewise.
25367         * modules/quotearg (Makefile.am): Likewise.
25368         * modules/raise (Makefile.am): Likewise.
25369         * modules/read-file (Makefile.am): Likewise.
25370         * modules/readline (Makefile.am): Likewise.
25371         * modules/readlink (Makefile.am): Likewise.
25372         * modules/readtokens (Makefile.am): Likewise.
25373         * modules/readutmp (Makefile.am): Likewise.
25374         * modules/realloc (Makefile.am): Likewise.
25375         * modules/regex (Makefile.am): Likewise.
25376         * modules/rename-dest-slash (Makefile.am): Likewise.
25377         * modules/rename (Makefile.am): Likewise.
25378         * modules/rijndael (Makefile.am): Likewise.
25379         * modules/rmdir (Makefile.am): Likewise.
25380         * modules/rpmatch (Makefile.am): Likewise.
25381         * modules/safe-read (Makefile.am): Likewise.
25382         * modules/safe-write (Makefile.am): Likewise.
25383         * modules/same-inode (Makefile.am): Likewise.
25384         * modules/same (Makefile.am): Likewise.
25385         * modules/save-cwd (Makefile.am): Likewise.
25386         * modules/savedir (Makefile.am): Likewise.
25387         * modules/setenv (Makefile.am): Likewise.
25388         * modules/settime (Makefile.am): Likewise.
25389         * modules/sha1 (Makefile.am): Likewise.
25390         * modules/sig2str (Makefile.am): Likewise.
25391         * modules/snprintf (Makefile.am): Likewise.
25392         * modules/stat-macros (Makefile.am): Likewise.
25393         * modules/stat-time (Makefile.am): Likewise.
25394         * modules/stdbool (Makefile.am): Likewise.
25395         * modules/stdint (Makefile.am): Likewise.
25396         * modules/stdlib-safer (Makefile.am): Likewise.
25397         * modules/stpcpy (Makefile.am): Likewise.
25398         * modules/stpncpy (Makefile.am): Likewise.
25399         * modules/strcase (Makefile.am): Likewise.
25400         * modules/strcasestr (Makefile.am): Likewise.
25401         * modules/strchrnul (Makefile.am): Likewise.
25402         * modules/strcspn (Makefile.am): Likewise.
25403         * modules/strdup (Makefile.am): Likewise.
25404         * modules/strerror (Makefile.am): Likewise.
25405         * modules/strftime (Makefile.am): Likewise.
25406         * modules/strndup (Makefile.am): Likewise.
25407         * modules/strnlen (Makefile.am): Likewise.
25408         * modules/strpbrk (Makefile.am): Likewise.
25409         * modules/strsep (Makefile.am): Likewise.
25410         * modules/strstr (Makefile.am): Likewise.
25411         * modules/strtod (Makefile.am): Likewise.
25412         * modules/strtoimax (Makefile.am): Likewise.
25413         * modules/strtok_r (Makefile.am): Likewise.
25414         * modules/strtol (Makefile.am): Likewise.
25415         * modules/strtoll (Makefile.am): Likewise.
25416         * modules/strtoul (Makefile.am): Likewise.
25417         * modules/strtoull (Makefile.am): Likewise.
25418         * modules/strtoumax (Makefile.am): Likewise.
25419         * modules/strverscmp (Makefile.am): Likewise.
25420         * modules/sys_socket (Makefile.am): Likewise.
25421         * modules/sys_stat (Makefile.am): Likewise.
25422         * modules/sysexits (Makefile.am): Likewise.
25423         * modules/time_r (Makefile.am): Likewise.
25424         * modules/timegm (Makefile.am): Likewise.
25425         * modules/timespec (Makefile.am): Likewise.
25426         * modules/tmpfile-safer (Makefile.am): Likewise.
25427         * modules/trim (Makefile.am): Likewise.
25428         * modules/unistd-safer (Makefile.am): Likewise.
25429         * modules/unlinkdir (Makefile.am): Likewise.
25430         * modules/unlocked-io (Makefile.am): Likewise.
25431         * modules/userspec (Makefile.am): Likewise.
25432         * modules/utime (Makefile.am): Likewise.
25433         * modules/utimecmp (Makefile.am): Likewise.
25434         * modules/utimens (Makefile.am): Likewise.
25435         * modules/vasnprintf (Makefile.am): Likewise.
25436         * modules/vasprintf (Makefile.am): Likewise.
25437         * modules/vsnprintf (Makefile.am): Likewise.
25438         * modules/xalloc (Makefile.am): Likewise.
25439         * modules/xgetcwd (Makefile.am): Likewise.
25440         * modules/xnanosleep (Makefile.am): Likewise.
25441         * modules/xreadlink (Makefile.am): Likewise.
25442         * modules/xstrtod (Makefile.am): Likewise.
25443         * modules/xstrtol (Makefile.am): Likewise.
25444         * modules/xstrtold (Makefile.am): Likewise.
25445         * modules/yesno (Makefile.am): Likewise.
25446         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
25447
25448 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
25449
25450         * modules/error (Makefile.am): Distribute files through
25451         EXTRA_DIST, not lib_SOURCES.
25452
25453 2006-10-12  Eric Blake  <ebb9@byu.net>
25454
25455         * modules/error (Makefile.am): Distribute files in /lib.
25456         * modules/obstack (Makefile.am): Likewise.
25457
25458 2006-10-12  Bruno Haible  <bruno@clisp.org>
25459
25460         * modules/acl (Makefile.am): Distribute all files in lib/ through
25461         EXTRA_DIST.
25462         * modules/arcfour (Makefile.am): Likewise.
25463         * modules/arctwo (Makefile.am): Likewise.
25464         * modules/argmatch (Makefile.am): Likewise.
25465         * modules/argz (Makefile.am): Likewise.
25466         * modules/atexit (Makefile.am): Likewise.
25467         * modules/backupfile (Makefile.am): Likewise.
25468         * modules/c-strtod (Makefile.am): Likewise.
25469         * modules/c-strtold (Makefile.am): Likewise.
25470         * modules/calloc (Makefile.am): Likewise.
25471         * modules/canon-host (Makefile.am): Likewise.
25472         * modules/canonicalize (Makefile.am): Likewise.
25473         * modules/chdir-long (Makefile.am): Likewise.
25474         * modules/chdir-safer (Makefile.am): Likewise.
25475         * modules/check-version (Makefile.am): Likewise.
25476         * modules/chown (Makefile.am): Likewise.
25477         * modules/cloexec (Makefile.am): Likewise.
25478         * modules/close-stream (Makefile.am): Likewise.
25479         * modules/closeout (Makefile.am): Likewise.
25480         * modules/crc (Makefile.am): Likewise.
25481         * modules/cycle-check (Makefile.am): Likewise.
25482         * modules/des (Makefile.am): Likewise.
25483         * modules/dirfd (Makefile.am): Likewise.
25484         * modules/dirname (Makefile.am): Likewise.
25485         * modules/dup2 (Makefile.am): Likewise.
25486         * modules/euidaccess (Makefile.am): Likewise.
25487         * modules/exclude (Makefile.am): Likewise.
25488         * modules/exitfail (Makefile.am): Likewise.
25489         * modules/fcntl-safer (Makefile.am): Likewise.
25490         * modules/file-type (Makefile.am): Likewise.
25491         * modules/fileblocks (Makefile.am): Likewise.
25492         * modules/filemode (Makefile.am): Likewise.
25493         * modules/filenamecat (Makefile.am): Likewise.
25494         * modules/fnmatch (Makefile.am): Likewise.
25495         * modules/fopen-safer (Makefile.am): Likewise.
25496         * modules/fpending (Makefile.am): Likewise.
25497         * modules/fprintftime (Makefile.am): Likewise.
25498         * modules/free (Makefile.am): Likewise.
25499         * modules/fsusage (Makefile.am): Likewise.
25500         * modules/ftruncate (Makefile.am): Likewise.
25501         * modules/fts (Makefile.am): Likewise.
25502         * modules/gc (Makefile.am): Likewise.
25503         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
25504         * modules/getaddrinfo (Makefile.am): Likewise.
25505         * modules/getcwd (Makefile.am): Likewise.
25506         * modules/getdelim (Makefile.am): Likewise.
25507         * modules/getdomainname (Makefile.am): Likewise.
25508         * modules/getgroups (Makefile.am): Likewise.
25509         * modules/gethostname (Makefile.am): Likewise.
25510         * modules/gethrxtime (Makefile.am): Likewise.
25511         * modules/getline (Makefile.am): Likewise.
25512         * modules/getloadavg (Makefile.am): Likewise.
25513         * modules/getlogin_r (Makefile.am): Likewise.
25514         * modules/getopt (Makefile.am): Likewise.
25515         * modules/getpass (Makefile.am): Likewise.
25516         * modules/getpass-gnu (Makefile.am): Likewise.
25517         * modules/getsubopt (Makefile.am): Likewise.
25518         * modules/gettime (Makefile.am): Likewise.
25519         * modules/gettimeofday (Makefile.am): Likewise.
25520         * modules/getugroups (Makefile.am): Likewise.
25521         * modules/getusershell (Makefile.am): Likewise.
25522         * modules/glob (Makefile.am): Likewise.
25523         * modules/group-member (Makefile.am): Likewise.
25524         * modules/hard-locale (Makefile.am): Likewise.
25525         * modules/hash (Makefile.am): Likewise.
25526         * modules/hmac-md5 (Makefile.am): Likewise.
25527         * modules/hmac-sha1 (Makefile.am): Likewise.
25528         * modules/human (Makefile.am): Likewise.
25529         * modules/idcache (Makefile.am): Likewise.
25530         * modules/imaxabs (Makefile.am): Likewise.
25531         * modules/imaxdiv (Makefile.am): Likewise.
25532         * modules/inet_ntop (Makefile.am): Likewise.
25533         * modules/inet_pton (Makefile.am): Likewise.
25534         * modules/inttostr (Makefile.am): Likewise.
25535         * modules/isapipe (Makefile.am): Likewise.
25536         * modules/lchown (Makefile.am): Likewise.
25537         * modules/long-options (Makefile.am): Likewise.
25538         * modules/lstat (Makefile.am): Likewise.
25539         * modules/malloc (Makefile.am): Likewise.
25540         * modules/mathl (Makefile.am): Likewise.
25541         * modules/mbchar (Makefile.am): Likewise.
25542         * modules/md2 (Makefile.am): Likewise.
25543         * modules/md4 (Makefile.am): Likewise.
25544         * modules/md5 (Makefile.am): Likewise.
25545         * modules/memcasecmp (Makefile.am): Likewise.
25546         * modules/memchr (Makefile.am): Likewise.
25547         * modules/memcmp (Makefile.am): Likewise.
25548         * modules/memcoll (Makefile.am): Likewise.
25549         * modules/memcpy (Makefile.am): Likewise.
25550         * modules/memmem (Makefile.am): Likewise.
25551         * modules/memmove (Makefile.am): Likewise.
25552         * modules/mempcpy (Makefile.am): Likewise.
25553         * modules/memrchr (Makefile.am): Likewise.
25554         * modules/memset (Makefile.am): Likewise.
25555         * modules/memxor (Makefile.am): Likewise.
25556         * modules/mkancesdirs (Makefile.am): Likewise.
25557         * modules/mkdir (Makefile.am): Likewise.
25558         * modules/mkdir-p (Makefile.am): Likewise.
25559         * modules/mkdtemp (Makefile.am): Likewise.
25560         * modules/mkstemp (Makefile.am): Likewise.
25561         * modules/mktime (Makefile.am): Likewise.
25562         * modules/modechange (Makefile.am): Likewise.
25563         * modules/mountlist (Makefile.am): Likewise.
25564         * modules/nanosleep (Makefile.am): Likewise.
25565         * modules/openat (Makefile.am): Likewise.
25566         * modules/pagealign_alloc (Makefile.am): Likewise.
25567         * modules/physmem (Makefile.am): Likewise.
25568         * modules/poll (Makefile.am): Likewise.
25569         * modules/posixtm (Makefile.am): Likewise.
25570         * modules/posixver (Makefile.am): Likewise.
25571         * modules/putenv (Makefile.am): Likewise.
25572         * modules/quote (Makefile.am): Likewise.
25573         * modules/quotearg (Makefile.am): Likewise.
25574         * modules/raise (Makefile.am): Likewise.
25575         * modules/read-file (Makefile.am): Likewise.
25576         * modules/readline (Makefile.am): Likewise.
25577         * modules/readlink (Makefile.am): Likewise.
25578         * modules/readtokens (Makefile.am): Likewise.
25579         * modules/readutmp (Makefile.am): Likewise.
25580         * modules/realloc (Makefile.am): Likewise.
25581         * modules/regex (Makefile.am): Likewise.
25582         * modules/rename (Makefile.am): Likewise.
25583         * modules/rename-dest-slash (Makefile.am): Likewise.
25584         * modules/rijndael (Makefile.am): Likewise.
25585         * modules/rmdir (Makefile.am): Likewise.
25586         * modules/rpmatch (Makefile.am): Likewise.
25587         * modules/safe-read (Makefile.am): Likewise.
25588         * modules/safe-write (Makefile.am): Likewise.
25589         * modules/same (Makefile.am): Likewise.
25590         * modules/save-cwd (Makefile.am): Likewise.
25591         * modules/savedir (Makefile.am): Likewise.
25592         * modules/setenv (Makefile.am): Likewise.
25593         * modules/settime (Makefile.am): Likewise.
25594         * modules/sha1 (Makefile.am): Likewise.
25595         * modules/sig2str (Makefile.am): Likewise.
25596         * modules/snprintf (Makefile.am): Likewise.
25597         * modules/stdlib-safer (Makefile.am): Likewise.
25598         * modules/stpcpy (Makefile.am): Likewise.
25599         * modules/stpncpy (Makefile.am): Likewise.
25600         * modules/strcase (Makefile.am): Likewise.
25601         * modules/strcasestr (Makefile.am): Likewise.
25602         * modules/strchrnul (Makefile.am): Likewise.
25603         * modules/strcspn (Makefile.am): Likewise.
25604         * modules/strdup (Makefile.am): Likewise.
25605         * modules/strerror (Makefile.am): Likewise.
25606         * modules/strftime (Makefile.am): Likewise.
25607         * modules/strndup (Makefile.am): Likewise.
25608         * modules/strnlen (Makefile.am): Likewise.
25609         * modules/strpbrk (Makefile.am): Likewise.
25610         * modules/strsep (Makefile.am): Likewise.
25611         * modules/strstr (Makefile.am): Likewise.
25612         * modules/strtod (Makefile.am): Likewise.
25613         * modules/strtoimax (Makefile.am): Likewise.
25614         * modules/strtok_r (Makefile.am): Likewise.
25615         * modules/strtol (Makefile.am): Likewise.
25616         * modules/strtoll (Makefile.am): Likewise.
25617         * modules/strtoul (Makefile.am): Likewise.
25618         * modules/strtoull (Makefile.am): Likewise.
25619         * modules/strtoumax (Makefile.am): Likewise.
25620         * modules/strverscmp (Makefile.am): Likewise.
25621         * modules/time_r (Makefile.am): Likewise.
25622         * modules/timegm (Makefile.am): Likewise.
25623         * modules/tmpfile-safer (Makefile.am): Likewise.
25624         * modules/unistd-safer (Makefile.am): Likewise.
25625         * modules/unlinkdir (Makefile.am): Likewise.
25626         * modules/userspec (Makefile.am): Likewise.
25627         * modules/utime (Makefile.am): Likewise.
25628         * modules/utimecmp (Makefile.am): Likewise.
25629         * modules/utimens (Makefile.am): Likewise.
25630         * modules/vasnprintf (Makefile.am): Likewise.
25631         * modules/vasprintf (Makefile.am): Likewise.
25632         * modules/vsnprintf (Makefile.am): Likewise.
25633         * modules/xalloc (Makefile.am): Likewise.
25634         * modules/xgetcwd (Makefile.am): Likewise.
25635         * modules/xnanosleep (Makefile.am): Likewise.
25636         * modules/xreadlink (Makefile.am): Likewise.
25637         * modules/xstrtod (Makefile.am): Likewise.
25638         * modules/xstrtol (Makefile.am): Likewise.
25639         * modules/xstrtold (Makefile.am): Likewise.
25640         * modules/yesno (Makefile.am): Likewise.
25641
25642 2006-10-12  Jim Meyering  <jim@meyering.net>
25643
25644         * m4/getloadavg.m4: Revert the change below.
25645
25646         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
25647         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
25648         fail with a symlink, which is what coreutils' ./bootstrap now
25649         creates by default.
25650
25651 2006-10-12  Bruno Haible  <bruno@clisp.org>
25652
25653         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
25654         mingw.
25655         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
25656         MSVC and mingw explicitly.
25657
25658 2006-10-11  Simon Josefsson  <jas@extundo.com>
25659             Bruno Haible  <bruno@clisp.org>
25660
25661         Add support for multiple gnulib-tool invocations in the scope of a
25662         single configure.ac file.
25663         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
25664         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
25665         with the same contents as the _LIBADD variable.
25666         (func_emit_initmacro_start, func_emit_initmacro_end,
25667         func_emit_initmacro_done): New functions.
25668         (func_import, func_create_testdir): Invoke them. Allow the identifiers
25669         gl_LIBOBJS and gl_LTLIBOBJS.
25670
25671 2006-10-11  Bruno Haible  <bruno@clisp.org>
25672
25673         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
25674         (func_create_testdir): Don't create po/Makefile.am, don't invoke
25675         autoreconf. Instead, invoke autopoint explicitly but move back the
25676         *.m4 files from gnulib.
25677
25678 2006-10-11  Bruno Haible  <bruno@clisp.org>
25679
25680         * gnulib-tool (func_usage): Make module names after --create-testdir
25681         optional.
25682         (func_create_testdir): If no module was specified, use nearly all
25683         modules.
25684
25685 2006-10-12  Jim Meyering  <jim@meyering.net>
25686
25687         Big performance improvement for fts-based tools that use FTS_NOSTAT.
25688         Avoid spurious inode-mismatch problems on non-POSIX file systems.
25689         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
25690         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
25691         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
25692         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
25693         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
25694         (fts_set_stat_required): New function.
25695         (fts_open): Defer the calls to fts_stat, if possible or requested.
25696         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
25697         into fts_stat itself.
25698         (fts_read): Perform any required (deferred) fts_stat call.
25699         (fts_build): Likewise, for the directory we're about to open and read.
25700         In the readdir loop, carefully decide whether each entry will require
25701         an eventual call to fts_stat, using dirent.d_type info if available.
25702         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
25703         a command line argument into this function.  Update all callers.
25704         Map a return value of FTS_DOT to FTS_D for a command line argument.
25705         * modules/fts (Depends-on): Add d-type.  Alphabetize.
25706         Thanks to Miklos Szeredi for his tenacity and for the initial
25707         bug report about "find" failing on a FUSE-based file system.
25708
25709         * lib/fts.c (fts_open): Use consistent indentation.
25710
25711 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
25712
25713         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
25714         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
25715         reported by Jim Meyering.  All uses of cache variables renamed
25716         to match Autoconf's.
25717         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
25718         the other one.
25719
25720         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
25721         Fix misspelling in diagnostic.
25722
25723 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
25724
25725         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
25726         defined.  Problem reported by Matthew Woehlke.
25727
25728         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
25729         Add support for Tandem NonStop R series.
25730         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
25731         Use new macro.
25732
25733         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
25734         (has_trailing_slash): Omit size arg; all callers changed.
25735         Omit 'inline', since it doesn't help performance and we'd
25736         need to configure it.
25737         Don't count //, ///, etc. as having a trailing slash.
25738         As a side effect, this removes a C99ism reported by Matthew Woehlke.
25739         (rpl_rename_dest_slash): On failure, use rename's errno rather
25740         than (in some cases) an incorrect or junk errno.
25741         Simplify code by removing need to compute length; this does
25742         cause it to make two passes instead of one over the file name,
25743         but it's worth it.
25744
25745         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
25746         change, since Autoconf's version may no longer be appropriate now
25747         that we are using CVS Autoconf's version.  Add support for Tandem.
25748
25749 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
25750             Bruno Haible  <bruno@clisp.org>
25751
25752         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
25753         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
25754         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
25755         gl_AC_TYPE_LONG_LONG.
25756
25757         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
25758         instead of HAVE_LONG_LONG.
25759         * lib/printf-args.c (printf_fetchargs): Likewise.
25760         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
25761         * lib/vasnprintf.c (VASNPRINTF): Likewise.
25762         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
25763         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
25764         gl_AC_TYPE_LONG_LONG.
25765
25766 2006-10-11  Bruno Haible  <bruno@clisp.org>
25767
25768         * m4/longlong.m4: Add comments.
25769         * m4/ulonglong.m4: Likewise.
25770
25771 2006-10-10  Bruno Haible  <bruno@clisp.org>
25772
25773         Make it possible to #define stpcpy, strdup to aliases.
25774         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
25775         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
25776
25777 2006-10-10  Bruno Haible  <bruno@clisp.org>
25778
25779         Make it possible to #define gcd to an alias.
25780         * lib/gcd.c: Include config.h.
25781
25782 2006-10-10  Bruno Haible  <bruno@clisp.org>
25783
25784         Make it possible to #define c_isascii to an alias.
25785         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
25786         defined. Undefine the macros before defining them, to avoid gcc
25787         warnings.
25788         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
25789         define NO_C_CTYPE_MACROS early.
25790
25791 2006-10-10  Bruno Haible  <bruno@clisp.org>
25792
25793         Make it possible to #define set_program_name to an alias.
25794         * lib/progname.c: Don't undefine set_program_name; instead, undefine
25795         ENABLE_RELOCATABLE early.
25796
25797 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25798
25799         Port to Tandem NSK OSS, which has 64-bit signed int but at most
25800         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
25801         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
25802         More generally, don't assume that 64-bit signed int is available
25803         if unsigned int is, and vice versa.
25804         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
25805         unsigned symbols, not on their signed counterparts.
25806         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
25807         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
25808         (UINT64_C, UINTMAX_C):
25809         Likewise.
25810         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
25811         unsigned counterparts.
25812         (Have_long_long, Unsigned): New macros.
25813         (Int): Renamed from INT.
25814         (strtoimax): Use the new macros.
25815         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
25816         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
25817         * modules/inttypes (inttypes.h): Substitute
25818         HAVE_UNSIGNED_LONG_LONG_INT.
25819         * modules/stdint (stdint.h): Likewise.
25820         (Files): Add m4/ulonglong.m4.
25821
25822 2006-10-10  Bruno Haible  <bruno@clisp.org>
25823
25824         Fix a gcc -Wshadow warning.
25825         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
25826         to 'bucket'.
25827         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
25828         gl_linked_indexof_from_to): Likewise.
25829         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
25830         Likewise.
25831         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
25832         Likewise.
25833         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
25834         Reported by Eric Blake.
25835
25836 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
25837
25838         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
25839         for NetBSD.  Problem reported by Bruno Haible.
25840
25841 2006-10-09  Jim Meyering  <jim@meyering.net>
25842
25843         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
25844         Patch from Bruno Haible.
25845
25846 2006-10-09  Jim Meyering  <jim@meyering.net>
25847
25848         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
25849         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
25850         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
25851
25852 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
25853
25854         Don't include <config.h> twice; this doesn't work in some cases,
25855         e.g., when config.h has "#define intmax_t long long int" and
25856         we include <config.h>, <inttypes.h>, <config.h> in that order.
25857         Problem reported by Matthew Woehlke in:
25858         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
25859         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
25860         * lib/fts-cycle.c: Don't include config.h.
25861         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
25862         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
25863         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
25864         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
25865         inttypes.h.
25866         * lib/xstrtoumax.c: Likewise.
25867         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
25868         __strtol and the like, so that this module is more like its siblings.
25869         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
25870         Remove; no longer needed now that we assume gnulib inttypes.h.
25871
25872 2006-10-08  Bruno Haible  <bruno@clisp.org>
25873
25874         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
25875         option.
25876
25877 2006-10-07  Jim Meyering  <jim@meyering.net>
25878
25879         * modules/inttypes (inttypes.h): Revert what seems to have been
25880         an inadvertent part of today's change: use "|", not "/" in the
25881         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
25882
25883 2006-10-07  Bruno Haible  <bruno@clisp.org>
25884
25885         * modules/sublist: New file.
25886
25887 2006-10-07  Bruno Haible  <bruno@clisp.org>
25888
25889         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
25890         * modules/argz (argz.h): Likewise.
25891         * modules/arpa_inet (arpa/inet.h): Likewise.
25892         * modules/byteswap (byteswap.h): Likewise.
25893         * modules/configmake (configmake.h): Likewise.
25894         * modules/fcntl (fcntl.h): Likewise.
25895         * modules/fnmatch (fnmatch.h): Likewise.
25896         * modules/getopt (getopt.h): Likewise.
25897         * modules/glob (glob.h): Likewise.
25898         * modules/inttypes (inttypes.h): Likewise.
25899         * modules/netinet_in (netinet/in.h): Likewise.
25900         * modules/poll (poll.h): Likewise.
25901         * modules/stdbool (stdbool.h): Likewise.
25902         * modules/stdint (stdint.h): Likewise.
25903         * modules/sys_select (sys/select.h): Likewise.
25904         * modules/sys_socket (sys/socket.h): Likewise.
25905         * modules/sys_stat (sys/stat.h): Likewise.
25906         * modules/sysexits (sysexits.h): Likewise.
25907         * modules/unistd (unistd.h): Likewise.
25908         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25909         Add a "DO NOT EDIT" comment to the generated file.
25910         (func_import): Likewise for gnulib-comp.m4.
25911
25912 2006-10-07  Bruno Haible  <bruno@clisp.org>
25913
25914         * lib/gl_sublist.h: New file.
25915         * lib/gl_sublist.c: New file.
25916
25917 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25918
25919         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
25920         name (relative to the original working directory) and the file
25921         name component (relative to the temporary working directory).  All
25922         callers changed.
25923         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
25924         * lib/mkdir-p.c (make_dir_parents): Likewise.
25925         * lib/mkdir-p.h (make_dir_parents): Likewise.
25926
25927 2006-10-06  Eric Blake  <ebb9@byu.net>
25928
25929         Define several macros for use by the clean-temp module.
25930         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
25931         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
25932         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
25933
25934         * lib/clean-temp.h (close_stream_temp): New declaration.
25935         * lib/clean-temp.c (includes): Pull in headers according to what
25936         other modules are in use.
25937         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
25938
25939 2006-10-06  Bruno Haible  <bruno@clisp.org>
25940
25941         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
25942         instead of fopen, fwriteerror.
25943
25944 2006-10-06  Bruno Haible  <bruno@clisp.org>
25945
25946         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
25947         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
25948         int.
25949         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
25950         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
25951         Return an error indicator.
25952         Suggested by Eric Blake.
25953
25954 2006-10-06  Bruno Haible  <bruno@clisp.org>
25955
25956         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
25957         Reported by Eric Blake.
25958
25959 2006-10-06  Bruno Haible  <bruno@clisp.org>
25960
25961         * modules/closeout (Description): Mention stderr too.
25962
25963 2006-10-06  Bruno Haible  <bruno@clisp.org>
25964         and Paul Eggert  <eggert@cs.ucla.edu>
25965
25966         * lib/closeout.c (close_stdout): Also close stderr.
25967         * lib/closeout.h: Update comment.
25968
25969 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
25970
25971         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
25972         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
25973         * lib/dirchownmod.c: Include lchown.h.
25974         * lib/lchown.c: Don't include files that lchown.h now includes.
25975         Don't declare chown, since lchown.h now does that.
25976         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
25977         (lchown): Define to rpl_chown if lchown is declared but
25978         does not exist.  Declare using a prototype if lchown is not
25979         declared.  Add a copyright notice.
25980         * lib/mkstemp.h: Include <unistd.h>.
25981         * lib/openat.c: Include lchown.h.
25982
25983         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
25984         we now test for that separately.
25985         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
25986         rather than O_NOFOLLOW, when testing whether it's possible to
25987         avoid a race condition reliably.
25988         * lib/savewd.c (savewd_chdir): Likewise.
25989
25990         Remove macros that are no longer needed now that stdint.h is
25991         reliable.
25992         * lib/fsusage.c (UINTMAX_MAX): Remove.
25993         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
25994         * lib/utimecmp.c (SIZE_MAX): Remove.
25995
25996         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
25997
25998         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
25999         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
26000         O_NOATIME works.
26001
26002 2006-10-05  Bruno Haible  <bruno@clisp.org>
26003
26004         * lib/gl_list.h (gl_sortedlist_search_from_to,
26005         gl_sortedlist_indexof_from_to): New declarations.
26006         (gl_list_implementation): New fields sortedlist_search_from_to,
26007         sortedlist_indexof_from_to.
26008         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
26009         inline functions.
26010         * lib/gl_list.c (gl_sortedlist_search_from_to,
26011         gl_sortedlist_indexof_from_to): New functions.
26012         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
26013         function.
26014         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
26015         (gl_array_sortedlist_search_from_to): New function.
26016         (gl_array_list_implementation): Update.
26017         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
26018         function.
26019         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
26020         (gl_carray_sortedlist_search_from_to): New function.
26021         (gl_carray_list_implementation): Update.
26022         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
26023         gl_linked_sortedlist_indexof_from_to): New functions.
26024         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26025         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26026         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
26027         gl_tree_sortedlist_indexof_from_to): New functions.
26028         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26029         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26030         Update.
26031         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26032         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
26033         Update.
26034
26035 2006-10-05  Bruno Haible  <bruno@clisp.org>
26036
26037         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
26038         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
26039         (struct gl_list_implementation): Add fields search_from_to,
26040         indexof_from_to. Remove fields search, indexof.
26041         (gl_list_search): Use the search_from_to method.
26042         (gl_list_search_from, gl_list_search_from_to): New functions.
26043         (gl_list_indexof): Use the indexof_from_to method.
26044         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26045         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
26046         (gl_list_search_from, gl_list_search_from_to): New functions.
26047         (gl_list_indexof): Use the indexof_from_to method.
26048         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26049         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
26050         gl_array_indexof. Add start_index, end_index arguments.
26051         (gl_array_search_from_to): Renamed from gl_array_search. Add
26052         start_index, end_index arguments.
26053         (gl_array_remove, gl_array_list_implementation): Update.
26054         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
26055         gl_carray_indexof. Add start_index, end_index arguments.
26056         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
26057         start_index, end_index arguments.
26058         (gl_carray_remove, gl_carray_list_implementation): Update.
26059         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
26060         gl_linked_search. Add start_index, end_index arguments.
26061         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
26062         start_index, end_index arguments.
26063         (gl_linked_remove): Update.
26064         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26065         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26066         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
26067         field to 'size_t'.
26068         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
26069         gl_tree_search. Add start_index, end_index arguments.
26070         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26071         start_index, end_index arguments.
26072         (gl_tree_remove): Update.
26073         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26074         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26075         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
26076         function.
26077         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
26078         gl_tree_search. Add start_index, end_index arguments.
26079         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26080         start_index, end_index arguments.
26081         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26082         Update.
26083         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26084
26085 2006-10-05  Bruno Haible  <bruno@clisp.org>
26086
26087         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
26088
26089         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
26090         fwriteerror_temp): New declarations.
26091         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
26092         (descriptors): New variable.
26093         (cleanup): First, close the descriptors.
26094         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
26095         fclose_temp, fwriteerror_temp): New functions.
26096
26097 2006-10-04  Jim Meyering  <jim@meyering.net>
26098
26099         * lib/fts.c (fts_open): Tiny comment change.
26100
26101 2006-10-04  Bruno Haible  <bruno@clisp.org>
26102
26103         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
26104         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
26105         gl_LOCK_BODY.
26106         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
26107         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
26108         gl_LOCK_EARLY_BODY.
26109         (gl_LOCK): Require gl_LOCK_BODY.
26110
26111 2006-10-04  Bruno Haible  <bruno@clisp.org>
26112
26113         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
26114         (gl_oset_search_atleast): New declaration.
26115         (struct gl_oset_implementation): Add field 'search_atleast'.
26116         (gl_oset_search_atleast): New inline function.
26117         * lib/gl_oset.c (gl_oset_search_atleast): New function.
26118         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
26119         (gl_array_oset_implementation): Update.
26120         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
26121         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
26122         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
26123
26124 2006-10-04  Bruno Haible  <bruno@clisp.org>
26125
26126         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
26127
26128 2006-10-03  Bruno Haible  <bruno@clisp.org>
26129
26130         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
26131         from gl_avltreehash_list_implementation.
26132
26133 2006-10-03  Bruno Haible  <bruno@clisp.org>
26134
26135         * lib/gl_oset.c (gl_oset_add): Fix return type.
26136
26137 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
26138
26139         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
26140
26141 2006-10-02  Eric Blake  <ebb9@byu.net>
26142
26143         * modules/strnlen (Depends-on): Add extensions.
26144
26145 2006-10-02  Eric Blake  <ebb9@byu.net>
26146
26147         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
26148         definition in 2.60+.
26149
26150 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
26151
26152         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
26153         checks.
26154
26155 2006-10-02  Bruno Haible  <bruno@clisp.org>
26156
26157         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
26158         to the AUTOMAKE_OPTIONS.
26159         Reported by Jim Meyering.
26160
26161 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
26162
26163         Work around bug in Solaris 10 /proc file system:
26164         /proc/self/fd/NNN/.. isn't the parent directory of
26165         the directory whose file descriptor is NNN.  This needs to
26166         be worked around at run time, not compile time, since a
26167         program might be built on Solaris 8, where things work, and
26168         run on Solaris 10.
26169         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
26170         to use the following interface instead:
26171         (OPENAT_BUFFER_SIZE): New macro.
26172         (openat_proc_name): New function.
26173         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
26174         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
26175         Likewise.
26176         * lib/openat-proc.c: New file.
26177         * modules/openat (Files): Add lib/openat-proc.c.
26178         (Depends-on): Add same-inode, stdbool.
26179         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
26180
26181 2006-09-29  Bruno Haible  <bruno@clisp.org>
26182
26183         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
26184         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
26185         argument. Set stdout_closed before testing for ferror, not after.
26186         (fwriteerror, fwriteerror_no_ebadf): New functions.
26187
26188 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26189
26190         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
26191
26192 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
26193
26194         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
26195         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
26196
26197 2006-09-28  Jim Meyering  <jim@meyering.net>
26198
26199         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
26200         Include <unistd.h>.
26201
26202 2006-09-28  Bruno Haible  <bruno@clisp.org>
26203
26204         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
26205         * modules/linkedhash-list (Depends-on): Likewise.
26206         * modules/rbtreehash-list (Depends-on): Likewise.
26207
26208 2006-09-28  Bruno Haible  <bruno@clisp.org>
26209
26210         * lib/strndup.h: Simplify the redefinition of strndup.
26211         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
26212         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
26213
26214 2006-09-28  Bruno Haible  <bruno@clisp.org>
26215
26216         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
26217         * lib/gl_linkedhash_list.c: Likewise.
26218         * lib/gl_rbtreehash_list.c: Likewise.
26219
26220 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
26221
26222         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
26223         getaddrinfo.
26224
26225         * lib/__fpending.h: Don't include <stdio_ext.h> unless
26226         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
26227         it causes <stdio_ext.h> to cause a compile-time error.
26228         Problem reported by Nelson H. F. Beebe.
26229         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
26230         of HAVE_DECL___PENDING.
26231
26232         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
26233         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
26234         declaration.
26235
26236 2006-09-27  Jim Meyering  <jim@meyering.net>
26237
26238         This file could end up with a definition for a function
26239         named __strndup, rather than rpl_strndup on a system with
26240         incomplete weak_alias support.
26241         * lib/strndup.c (strndup): Rename from __strndup.
26242         Remove #defines that used to map __strndup to strndup.
26243         Don't use K&R prototypes.
26244         Remove LIBC-related code, since this file is not sync'd with glibc.
26245         * lib/strndup.h: Revamp, accordingly.
26246         * m4/strndup.m4: Modernize.
26247
26248 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
26249
26250         * modules/savewd (Depends-on): Add 'raise'.
26251         * lib/savewd.c: Include <signal.h>, for 'raise'.
26252
26253 2006-09-26  Jim Meyering  <jim@meyering.net>
26254
26255         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
26256         when we detect Darwin 8.7.0's acl_get_file bug.
26257         Rearrange to perform the new (below) run-test while $LIBS
26258         contains any acl-related library.  Set USE_ACL at the end.
26259         (gl_ACL_GET_FILE): New function.
26260
26261 2006-09-26  Eric Blake  <ebb9@byu.net>
26262
26263         * lib/verror.c: Include <config.h> unconditionally.
26264
26265 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
26266
26267         * modules/clock-time (Maintainer): Add self.
26268         * modules/getlogin_r (Depends-on): Add extensions.
26269
26270 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26271
26272         * modules/clock-time: New module.
26273         * modules/nanosleep (Depends-on): Add clock-time.
26274         * modules/gethrxtime (Depends-on): Likewise.
26275         * modules/gettime (Depends-on): Likewise.
26276         * modules/settime (Depends-on): Likewise.
26277
26278         * modules/fts-lgpl: Depend on openat.
26279         * modules/mkancesdirs: Depend on savewd.
26280         * modules/mkdir-p: Likewise.
26281
26282 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26283
26284         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
26285
26286         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
26287         `gl_have_arbitrary_file_name_length_limit' to
26288         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
26289         actually works between configure runs.
26290
26291 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26292             Bruno Haible  <bruno@clisp.org>
26293
26294         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
26295
26296 2006-09-25  Jim Meyering  <jim@meyering.net>
26297
26298         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
26299         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
26300
26301 2006-09-25  Eric Blake  <ebb9@byu.net>
26302
26303         * gnulib-tool (func_import, func_create_testdir): Fix typos in
26304         exec's in 2006-09-18 patch when shuffling fds.
26305
26306 2006-09-25  Bruno Haible  <bruno@clisp.org>
26307
26308         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
26309         Reported by Jim Meyering.
26310
26311 2006-09-24  Jim Meyering  <jim@meyering.net>
26312
26313         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
26314         compare a pointer against a literal "0".  That caused failures with
26315         at least HP-UX's hpcc.
26316
26317 2006-09-22  Simon Josefsson  <jas@extundo.com>
26318
26319         * modules/gc-sha1:
26320         * modules/gc-md4:
26321         * modules/gc-hmac-sha1:
26322         * modules/gc-hmac-md5:
26323         * modules/gc-des:
26324         * modules/gc-arcfour: Distribute more files.
26325
26326 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26327
26328         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
26329         (gl_linked_iterator_from_to): Initialize struct completely.
26330         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
26331         (gl_tree_iterator_from_to): Likewise
26332         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
26333         * lib/gl_array_list.c [lint] (gl_array_iterator)
26334         (gl_array_iterator_from_to): Likewise.
26335         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
26336         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
26337         (gl_carray_iterator_from_to): Likewise.
26338
26339         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
26340         * lib/md4.c (md4_process_block): Remove unused variable.
26341         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
26342         parentheses for clarity.
26343
26344 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26345
26346         * modules/bison-i18n (Depends-on): Add gettext.
26347
26348 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26349
26350         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
26351         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
26352         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
26353         also add missing comma that caused broken test.
26354         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
26355         stdlib.h, for `abort'.
26356         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
26357         variables.
26358         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
26359         include unistd.h if present, for `rmdir'.
26360         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
26361         variables.
26362         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
26363         in the process include standard headers for prototypes.
26364         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
26365         gets declared on GNU/Linux.
26366         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
26367         unistd.h, for `rmdir'.
26368         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
26369
26370         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
26371         always true.
26372         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
26373
26374         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
26375
26376 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26377
26378         * gnulib-tool (func_version): Create output all at once.  This
26379         may help avoid triggering unnecessary SIGPIPEs, and at any
26380         rate it doesn't hurt.
26381
26382 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26383             Bruno Haible  <bruno@clisp.org>
26384
26385         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
26386         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
26387         * m4/signed.m4 (bh_C_SIGNED): Likewise.
26388
26389         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
26390         (gl_FUNC_VASPRINTF): Invoke it.
26391
26392 2006-09-22  Bruno Haible  <bruno@clisp.org>
26393
26394         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
26395         getloadavg.c as first argument.
26396
26397 2006-09-22  Bruno Haible  <bruno@clisp.org>
26398
26399         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
26400         at the beginning of the gl_INIT macro.
26401         * modules/getloadavg (configure.ac): Pass $gl_source_base to
26402         gl_GETLOADAVG.
26403
26404 2006-09-22  Bruno Haible  <bruno@clisp.org>
26405
26406         * gnulib-tool (func_create_megatestdir): Don't include the config-h
26407         module.
26408         Suggested by Ralf Wildenhues.
26409
26410 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
26411
26412         Import this patch from libc:
26413
26414         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
26415
26416         * lib/regex_internal.c (re_string_reconstruct): Handle
26417         offset < pstr->valid_raw_len && pstr->offsets_needed case.
26418         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
26419         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
26420         re_string_context_at.
26421
26422         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
26423         now requires it.
26424         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
26425         gl_REGEX now does it for us.
26426         (gl_REGEX): Add test taken from
26427         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
26428
26429         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
26430         Check that large offsets work.  Modernize Autoconf usages.
26431         Prefer "yes" to mean a good thing rather than a bad.
26432         Don't put "#define mkstemp" in config.h, as this might interfere
26433         with standard system headers that "#define mkstemp mkstemp64".
26434
26435         * modules/mkstemp (Depends-on): Add extensions, so that
26436         mkstemp is visible on some platforms.
26437         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
26438         (Include): Change to "mkstemp.h" from <stdlib.h>.
26439         (Files): Add mkstemp.h.
26440
26441         * lib/mkstemp.h: New file, since some standard headers
26442         #define mkstemp.
26443         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
26444         Include "mkstemp.h".
26445         Make the _LIBC code resemble glibc original more,
26446         e.g., use K&R style.
26447         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
26448         (mkstemp): Remove, since mkstemp.h does this for us.
26449         * lib/stdlib--.h: Include mkstemp.h.
26450
26451         Import this patch from libc:
26452
26453         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
26454
26455         * lib/tempname.c (__gen_tempname): Change attempts_min
26456         into a macro.  Use preprocessor to decide how to initialize
26457         attempts [Coverity CID 67].
26458
26459 2006-09-20  Bruno Haible  <bruno@clisp.org>
26460
26461         * lib/mkdtemp.c: Import from libc.
26462         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
26463                 * sysdeps/posix/tempname.c (__gen_tempname): Change
26464                 attempts_min into a macro.  Use preprocessor to decide how to
26465                 initialize attempts [Coverity CID 67].
26466         2001-11-27  Paul Eggert  <eggert@twinsun.com>
26467                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
26468                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
26469
26470 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26471
26472         * gnulib-tool (func_exit): New function, to allow to pass the
26473         exit status portably through the trap.  Use everywhere.
26474         (--help, --version): Signal a write error.
26475         (trap): catch SIGPIPE, for write errors.
26476         Exit at the end of the trap, with the correct exit status.
26477
26478 2006-09-19  Karl Berry  <karl@gnu.org>
26479
26480         * doc/gnulib.texi: note about the license texinfo files.
26481
26482 2006-09-19  Eric Blake  <ebb9@byu.net>
26483
26484         * gnulib-tool: Avoid space-tab.
26485
26486 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
26487
26488         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
26489         that prevented coreutils 6.1 from building.  Problem reported
26490         by Petter Reinholdtsen.
26491
26492 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
26493
26494         * gnulib-tool (avoidlist): Fix typo that broke options like
26495         --avoid=lock that are used by coreutils bootstrap.
26496
26497 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
26498
26499         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
26500         more systematically.
26501
26502 2006-09-18  Jim Meyering  <jim@meyering.net>
26503
26504         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
26505
26506 2006-09-18  Bruno Haible  <bruno@clisp.org>
26507
26508         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
26509
26510 2006-09-18  Bruno Haible  <bruno@clisp.org>
26511
26512         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
26513         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
26514         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
26515         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
26516         * m4/gettext.m4: Require autoconf >= 2.52.
26517         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
26518         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
26519         of gl_cv_header_inttypes_h.
26520
26521 2006-09-18  Bruno Haible  <bruno@clisp.org>
26522
26523         * lib/javaversion.c: Include configmake.h.
26524
26525 2006-09-18  Bruno Haible  <bruno@clisp.org>
26526
26527         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
26528         avoid that the while loops be executed in a subshell.
26529
26530 2006-09-18  Bruno Haible  <bruno@clisp.org>
26531
26532         * MODULES.html.sh (func_module): Break long lines.
26533         Suggested by Bruce Korb <bkorb@gnu.org>.
26534
26535 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26536
26537         Speed up by a factor of 1.12.
26538         * gnulib-tool (nl): New variable.
26539         (func_import): Rewrite include directive extraction to only read each
26540         directive once.
26541
26542 2006-09-17  Bruno Haible  <bruno@clisp.org>
26543
26544         * modules/javaversion (Makefile.am): Remove DEFS setting.
26545         (Depends-on): Add configmake, for PKGDATADIR definition.
26546
26547 2006-09-17  Bruno Haible  <bruno@clisp.org>
26548
26549         * gnulib-tool (func_create_testdir): Rewrite all files at once.
26550
26551 2006-09-17  Bruno Haible  <bruno@clisp.org>
26552
26553         * gnulib-tool (func_append): New function, stolen from libtool.m4.
26554         (func_modules_transitive_closure, func_modules_add_dummy,
26555         func_modules_to_filelist, func_import, func_create_testdir,
26556         func_create_megatestdir, ...): Use it wherever possible.
26557         Suggested by Ralf Wildenhues.
26558
26559 2006-09-16  Karl Berry  <karl@gnu.org>
26560
26561         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
26562         to avoid sectioning errors.
26563         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
26564         [ifinfo]: blank line after @center-ed titles.
26565         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
26566         Spell FSF address consistently with others.
26567         (These changes approved by rms.)
26568
26569 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26570
26571         Speed up by a factor of 1.61.
26572         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
26573         already checked module names again.
26574
26575 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26576
26577         Speed up by a factor of 1.13.
26578         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
26579         for new_files, and the input to func_add_or_update.
26580
26581 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26582
26583         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
26584         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
26585
26586 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26587
26588         * modules/mkancesdirs (Depends-on): Add fcntl.
26589         * modules/savewd: New file.
26590         * MODULES.html.sh (File system functions): Add savewd.
26591
26592         * modules/configmake (Makefile.am): Add support for the
26593         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
26594
26595 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26596
26597         * m4/savewd.m4: New file.
26598
26599 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26600
26601         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
26602         (dirchownmod): New arg FD.  All callers changed.
26603         Use FD rather than opening the directory ourself, as opening is
26604         now the caller's responsibility.
26605         * lib/dirchownmod.h: Likewise.
26606         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
26607         hosts that require <sys/types.h> before <sys/stat.h>.  Include
26608         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
26609         (test_dir): Remove.
26610         (mkancesdirs): Return length of prefix of FILE that has already
26611         been made, or -2 if there is a child doing the work.  Redo
26612         algorithm so that it is O(N) rather than O(N**2).  Optimize away
26613         ".", and treat ".." specially since it might stray back into
26614         already-created areas.  Use a subprocess if necessary.  New arg
26615         WD; all users changed.  MAKE_DIR function should now return 1
26616         if it creates a directory that is not readable.  Return -2 if
26617         a child process is spun off.
26618         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
26619         Adjust signature to match code.
26620         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
26621         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
26622         all users changed.
26623         * lib/savewd.c, lib/savewd.h: New files.
26624
26625 2006-09-15  Jim Meyering  <jim@meyering.net>
26626
26627         * modules/rename-dest-slash: New module.
26628         * MODULES.html.sh (posix_compat): Add it here.
26629
26630         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
26631
26632 2006-09-15  Jim Meyering  <jim@meyering.net>
26633
26634         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
26635         file.
26636
26637         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
26638
26639 2006-09-15  Jim Meyering  <jim@meyering.net>
26640
26641         * lib/rename-dest-slash.c (has_trailing_slash): Use
26642         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
26643         (rpl_rename_dest_slash): Perform the cheaper trailing slash
26644         test before testing whether SRC is a directory.
26645         Suggestions from Bruno Haible.
26646
26647         Avoid a warning about an unused variable.
26648         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
26649         into the #ifdef block where it's used.
26650
26651         * lib/rename-dest-slash.c: New file.
26652
26653 2006-09-14  Bruno Haible  <bruno@clisp.org>
26654
26655         * lib/allocsa.c: Include <config.h> unconditionally.
26656         * lib/asnprintf.c: Likewise.
26657         * lib/asprintf.c: Likewise.
26658         * lib/c-strcasecmp.c: Likewise.
26659         * lib/c-strcasestr.c: Likewise.
26660         * lib/c-strncasecmp.c: Likewise.
26661         * lib/c-strstr.c: Likewise.
26662         * lib/classpath.c: Likewise.
26663         * lib/clean-temp.c: Likewise.
26664         * lib/concatpath.c: Likewise.
26665         * lib/copy-file.c: Likewise.
26666         * lib/csharpcomp.c: Likewise.
26667         * lib/csharpexec.c: Likewise.
26668         * lib/execute.c: Likewise.
26669         * lib/fatal-signal.c: Likewise.
26670         * lib/findprog.c: Likewise.
26671         * lib/fwriteerror.c: Likewise.
26672         * lib/gl_array_list.c: Likewise.
26673         * lib/gl_array_oset.c: Likewise.
26674         * lib/gl_avltree_list.c: Likewise.
26675         * lib/gl_avltree_oset.c: Likewise.
26676         * lib/gl_avltreehash_list.c: Likewise.
26677         * lib/gl_carray_list.c: Likewise.
26678         * lib/gl_linked_list.c: Likewise.
26679         * lib/gl_linkedhash_list.c: Likewise.
26680         * lib/gl_list.c: Likewise.
26681         * lib/gl_oset.c: Likewise.
26682         * lib/gl_rbtree_list.c: Likewise.
26683         * lib/gl_rbtree_oset.c: Likewise.
26684         * lib/gl_rbtreehash_list.c: Likewise.
26685         * lib/imaxabs.c: Likewise.
26686         * lib/imaxdiv.c: Likewise.
26687         * lib/javacomp.c: Likewise.
26688         * lib/javaexec.c: Likewise.
26689         * lib/javaversion.c: Likewise.
26690         * lib/linebreak.c: Likewise.
26691         * lib/localcharset.c: Likewise.
26692         * lib/lock.c: Likewise.
26693         * lib/mbchar.c: Likewise.
26694         * lib/mbswidth.c: Likewise.
26695         * lib/mkdtemp.c: Likewise.
26696         * lib/pipe.c: Likewise.
26697         * lib/printf-args.c: Likewise.
26698         * lib/printf-parse.c: Likewise.
26699         * lib/progname.c: Likewise.
26700         * lib/progreloc.c: Likewise.
26701         * lib/readlink.c: Likewise.
26702         * lib/sh-quote.c: Likewise.
26703         * lib/stpcpy.c: Likewise.
26704         * lib/stpncpy.c: Likewise.
26705         * lib/strcasecmp.c: Likewise.
26706         * lib/strcasestr.c: Likewise.
26707         * lib/strcspn.c: Likewise.
26708         * lib/striconv.c: Likewise.
26709         * lib/strncasecmp.c: Likewise.
26710         * lib/strnlen1.c: Likewise.
26711         * lib/strstr.c: Likewise.
26712         * lib/strtok_r.c: Likewise.
26713         * lib/tls.c: Likewise.
26714         * lib/tmpdir.c: Likewise.
26715         * lib/unicodeio.c: Likewise.
26716         * lib/unsetenv.c: Likewise.
26717         * lib/vasnprintf.c: Likewise.
26718         * lib/vasprintf.c: Likewise.
26719         * lib/wait-process.c: Likewise.
26720         * lib/xallocsa.c: Likewise.
26721         * lib/xsetenv.c: Likewise.
26722         * lib/xstriconv.c: Likewise.
26723
26724 2006-09-13  Simon Josefsson  <jas@extundo.com>
26725
26726         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
26727         that internally, suggested by Ralf Wildenhues
26728         <Ralf.Wildenhues@gmx.de>.
26729
26730 2006-09-13  Simon Josefsson  <jas@extundo.com>
26731
26732         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
26733         @LIBOBJS@.
26734         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26735
26736 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
26737
26738         * lib/_fpending.c: Include <config.h> unconditionally, since we no
26739         longer worry about uses that don't define HAVE_CONFIG_H.
26740         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
26741         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
26742         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
26743         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
26744         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
26745         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
26746         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
26747         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
26748         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
26749         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
26750         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
26751         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
26752         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
26753         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
26754         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
26755         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
26756         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
26757         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
26758         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
26759         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
26760         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
26761         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
26762         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
26763         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
26764         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
26765         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
26766         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
26767         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
26768         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
26769         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
26770         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
26771         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
26772         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
26773         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
26774         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
26775         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
26776         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
26777         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
26778         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
26779         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
26780         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
26781         Likewise.
26782
26783 2006-09-13  Eric Blake  <ebb9@byu.net>
26784
26785         * lib/getopt.c: Fix typo in last commit.
26786
26787 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26788
26789         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
26790         dgettext.
26791
26792 2006-09-12  Jim Meyering  <jim@meyering.net>
26793
26794         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
26795         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
26796         Reported by Nelson H. F. Beebe.
26797
26798 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26799
26800         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
26801         program_invocation_name and program_invocation_short_name are
26802         initialized.
26803         * lib/argp-namefrob.h: Move declarations of program_invocation_name
26804         and program_invocation_short_name to argp.h, so they are visible
26805         to user programs.
26806         * lib/argp.h: Likewise
26807
26808 2006-09-10  Bruno Haible  <bruno@clisp.org>
26809
26810         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
26811         m4/inttypes_h.m4, m4/uintmax_t.m4.
26812
26813 2006-09-10  Bruno Haible  <bruno@clisp.org>
26814
26815         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
26816         gl_AC_TYPE_UINTMAX_T.
26817
26818 2006-09-10  Bruno Haible  <bruno@clisp.org>
26819
26820         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
26821
26822 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26823
26824         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
26825         convention.  Text proposed by Bruno Haible.
26826         (struct argp_option): Document the use of N_() wrappers.
26827
26828         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
26829         '\v', and translate the two parts separately, instead of feeding
26830         the whole string to gettext.  This allows to exclude
26831         '\v' from the strings visible to the translator by writing doc
26832         strings as N_("..") "\v" N_("..").
26833
26834 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
26835
26836         * config/srclist.txt: Undo latest change; the bug was fixed.
26837
26838 2006-09-09  Bruno Haible  <bruno@clisp.org>
26839
26840         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
26841         assignments if building a library without libtool.
26842         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
26843         in func_emit_lib_Makefile_am.
26844         (func_import): When building a static library libfoo.a, arrange to
26845         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
26846         (func_create_testdir): Likewise.
26847         * modules/gc (configure.ac, Makefile.am): If building statically,
26848         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
26849         * modules/iconvme (configure.ac, Makefile.am): Likewise.
26850         * modules/striconv (configure.ac, Makefile.am): Likewise.
26851         Based on a suggestion by Ralf Wildenhues.
26852
26853 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26854
26855         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
26856         Check for unistd.h too, since Autoconf doesn't assume POSIX.
26857         Also:
26858
26859         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26860         Add year_2050_test to catch glibc bug 2821
26861         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
26862
26863         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26864         Prefer #ifdef to #if.
26865
26866         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
26867         Return from 'main' instead of calling 'exit'.
26868
26869 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26870
26871         * lib/mktime.c (guess_time_tm): Fix bug where mktime
26872         returned the maximum time_t value rather than (time_t) -1.
26873         Problem originally reported by William Bardwell
26874         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
26875
26876         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
26877         Moved to here ...
26878         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
26879         ... from here.
26880
26881 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26882
26883         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
26884         2821 is fixed.
26885
26886 2006-09-08  Jim Meyering  <jim@meyering.net>
26887
26888         Don't make generated files read-only.  That would bother too many
26889         people.  However, do retain the ability to work when targets are
26890         read-only: remove the destination and temporary files before writing
26891         them (when generated via sed or echo), or by using the -f option for
26892         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
26893         * modules/alloca-opt, modules/argz, modules/arpa_inet:
26894         * modules/byteswap, modules/configmake, modules/fcntl:
26895         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
26896         * modules/localcharset, modules/netinet_in, modules/poll:
26897         * modules/stdbool, modules/stdint, modules/sys_select:
26898         * modules/sys_socket, modules/sys_stat, modules/sysexits:
26899
26900 2006-09-08  Jim Meyering  <jim@meyering.net>
26901
26902         Avoid new build failure on FreeBSD 6.0.
26903         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
26904         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
26905         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
26906
26907 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26908
26909         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
26910
26911 2006-09-07  Jim Meyering  <jim@meyering.net>
26912
26913         Fix global typo in last change: use chmod u-w, not chmod u-x.
26914         Spotted by Paul Eggert and Bruce Korb.
26915         * modules/alloca-opt, modules/argz, modules/arpa_inet:
26916         * modules/byteswap, modules/configmake, modules/fcntl:
26917         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
26918         * modules/localcharset, modules/netinet_in, modules/poll:
26919         * modules/stdbool, modules/stdint, modules/sys_select:
26920         * modules/sys_socket, modules/sys_stat, modules/sysexits:
26921
26922 2006-09-06  Jim Meyering  <jim@meyering.net>
26923
26924         Make generated files be read-only.
26925         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
26926         Ensure that each generated file is now read-only.
26927         * modules/argz: Likewise.
26928         * modules/arpa_inet: Likewise.
26929         * modules/byteswap: Likewise.
26930         * modules/configmake: Likewise.
26931         * modules/fcntl: Likewise.
26932         * modules/fnmatch: Likewise.
26933         * modules/getopt: Likewise.
26934         * modules/glob: Likewise.
26935         * modules/inttypes: Likewise.
26936         * modules/netinet_in: Likewise.
26937         * modules/poll: Likewise.
26938         * modules/stdbool: Likewise.
26939         * modules/stdint: Likewise.
26940         * modules/sys_select: Likewise.
26941         * modules/sys_socket: Likewise.
26942         * modules/sys_stat: Likewise.
26943         * modules/sysexits: Likewise.
26944         * modules/localcharset: Same as above, but continue using temporary
26945         file named "t-$@" (why different?) rather than the "$@-t" used
26946         everywhere else.
26947
26948         * modules/sysexits (Makefile.am): Replace literal occurrences
26949         of "sysexit.h" more readable, and more consistent, "$@".
26950
26951 2006-09-06  Bruno Haible  <bruno@clisp.org>
26952
26953         * modules/striconv: New file.
26954         * modules/xstriconv: New file.
26955         * MODULES.html.sh (Internationalization functions): Add striconv,
26956         xstriconv.
26957
26958 2006-09-06  Bruno Haible  <bruno@clisp.org>
26959
26960         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
26961         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
26962         not using libtool correctly.
26963
26964 2006-09-06  Bruno Haible  <bruno@clisp.org>
26965
26966         * lib/striconv.h: New file.
26967         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
26968         iconvstring.c.
26969         * lib/xstriconv.h: New file.
26970         * lib/xstriconv.c: New file.
26971
26972 2006-09-06  Bruno Haible  <bruno@clisp.org>
26973
26974         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26975         lib_..._LDFLAGS.
26976
26977 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26978
26979         * lib/argz_.h: Sync from Libtool.
26980
26981         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
26982                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26983
26984         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
26985
26986 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
26987
26988         * modules/trim: New file.
26989
26990 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
26991
26992         * lib/trim.h: New file.
26993         * lib/trim.c: New file.
26994
26995 2006-09-05  Bruno Haible  <bruno@clisp.org>
26996
26997         * MODULES.html.sh (String handling): Add trim.
26998
26999 2006-09-04  Karl Berry  <karl@gnu.org>
27000
27001         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
27002         until next release.
27003
27004 2006-09-03  Bruno Haible  <bruno@clisp.org>
27005
27006         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
27007         correctly.
27008
27009 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27010
27011         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
27012         not gl_GETLOADAVG.  Omit unneeded semicolons.
27013         Problems reported by Ralf Wildenhues in
27014         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27015         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
27016         at the end, which is the usual gnulib style.
27017
27018         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
27019         of doing all the work ourselves.
27020         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
27021         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
27022
27023 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27024
27025         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
27026         Problem reported by Ralf Wildenhues in
27027         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27028
27029         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
27030         HAVE_STRUCT_STATFS_F_FSTYPENAME.
27031
27032 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27033
27034         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
27035         yesterday's patch by changing test -n to test -z.
27036
27037 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27038
27039         * modules/getloadavg (Files): Add m4/getloadavg.m4.
27040         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
27041         the former is now obsolescent.
27042
27043         * modules/chdir-long (Depends-on): Add fcntl.
27044
27045 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27046
27047         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
27048         obsolescent, and programs should use gnulib instead.
27049         * m4/getloadavg.m4: New file, with contents taken from Autoconf
27050         but with prefixes changed.
27051
27052 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27053
27054         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
27055         or stdbool.h, because they might not exist while configuring.
27056
27057         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
27058         Don't include unistd.h or limits.h; not needed, since chdir-long.h
27059         does that for us.
27060         (O_DIRECTORY): Remove.
27061
27062 2006-08-31  Eric Blake  <ebb9@byu.net>
27063
27064         * gnulib-tool: Don't let emacs change spaces to TAB.
27065
27066 2006-08-31  Bruno Haible  <bruno@clisp.org>
27067
27068         * gnulib-tool: When calling func_import more than once, do it in a
27069         subshell.
27070         Reported by Eric Blake <ebb9@byu.net>.
27071
27072 2006-08-31  Bruno Haible  <bruno@clisp.org>
27073
27074         * gnulib-tool (nl): Remove variable.
27075         (sed_transform_lib_file): Use more robust test for config-h module.
27076         (func_import): Fix typo in 2006-08-25 patch.
27077
27078 2006-08-31  Bruno Haible  <bruno@clisp.org>
27079
27080         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
27081         specified, augment Makefile.am variables instead of assigning them.
27082
27083 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27084
27085         Work around a bug in both the Linux and SunOS 64-bit kernels:
27086         nanosleep mishandles sleeps for longer than 2**31 seconds.
27087         Problem reported by Frank v Waveren in
27088         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27089         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
27090         Check for nanosleep bug.
27091         (LIB_NANOSLEEP): Append clock_gettime library if needed.
27092
27093 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27094
27095         Work around a bug in both the Linux and SunOS 64-bit kernels:
27096         nanosleep mishandles sleeps for longer than 2**31 seconds.
27097         Problem reported by Frank v Waveren in
27098         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27099         * lib/nanosleep.c (BILLION): New constant.
27100         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
27101         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
27102         implementation.
27103
27104 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27105
27106         * modules/nanosleep (Depends-on): Add gettime.
27107
27108 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27109         and Simon Josefsson  <jas@extundo.com>
27110         and Oskar Liljeblad  <oskar@osk.mine.nu>
27111
27112         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
27113         * gnulib-tool (func_import): New license type 'unmodifiable license
27114         text'.
27115         * modules/fdl: Use it.  Longer description.
27116         * module/gpl, module/lgpl: New files.
27117
27118 2006-08-30  Jim Meyering  <jim@meyering.net>
27119
27120         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
27121         shadowing the parameter.
27122
27123 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27124
27125         Sync from Libtool:
27126
27127         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27128
27129         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
27130         sharing with gnulib.  Report by Eric Blake.
27131
27132 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27133
27134         * modules/isapipe: New file.
27135         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
27136
27137 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27138
27139         * modules/configmake (Makefile.am): Add a comment, and omit
27140         the CONFIGMAKE_ prefix from generated macro names.  Suggested
27141         by Bruno Haible.
27142
27143 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27144
27145         * m4/isapipe.m4: New file.
27146
27147 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27148
27149         * lib/isapipe.c, lib/isapipe.h: New files.
27150
27151 2006-08-29  Jim Meyering  <jim@meyering.net>
27152
27153         * modules/configmake (Makefile.am): Make configmake.h depend on
27154         Makefile.  Otherwise, a stale configmake.h could hang around.
27155
27156 2006-08-29  Eric Blake  <ebb9@byu.net>
27157
27158         * lib/error.c (error_at_line, print_errno_message): Match libc, after
27159         resolution of upstream bug 3044.
27160
27161 2006-08-29  Bruno Haible  <bruno@clisp.org>
27162
27163         * modules/localcharset (Depends-on): Add configmake.
27164         (Makefile.am): Remove setting of LIBDIR through DEFS.
27165
27166 2006-08-29  Bruno Haible  <bruno@clisp.org>
27167
27168         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
27169         defined.
27170
27171 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27172
27173         * modules/fcntl: New file.
27174         * modules/chdir-safer (Depends-on): Add fcntl.
27175         * modules/fts: Likewise.
27176         * modules/mkdir-p: Likewise.
27177
27178         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
27179         This undoes the most recent change, since we're now addressing the
27180         problem in a different way.
27181
27182         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
27183         into output, since the output might be called Makefile.am even
27184         if $makefile_name is something different.
27185         (func_import): Use $makefile_am rather than
27186         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
27187         empty.
27188
27189         * modules/inttypes (Files): Add m4/inttypes-h.m4.
27190
27191 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27192
27193         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
27194         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
27195         recent change to stdint.m4, since we're now addressing the problem in a
27196         different way.
27197
27198 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27199
27200         * m4/fcntl_h.m4: New file.
27201
27202 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27203
27204         * lib/fcntl_.h: New file.
27205         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
27206         the fcntl module.
27207         * lib/dirchownmod.c: Likewise.
27208         * lib/fts.c: Likewise.
27209
27210         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
27211         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
27212         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
27213         just before including <inttypes.h>, to avoid circular inclusion.
27214
27215 2006-08-28  Jim Meyering  <jim@meyering.net>
27216
27217         * doc/visibility.texi: Actually read and correct the grammar of the
27218         sentence affected by yesterday's change.
27219
27220 2006-08-28  Eric Blake  <ebb9@byu.net>
27221
27222         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
27223         needs wrapper.
27224
27225 2006-08-28  Eric Blake  <ebb9@byu.net>
27226
27227         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
27228
27229 2006-08-28  Eric Blake  <ebb9@byu.net>
27230
27231         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
27232
27233 2006-08-28  Bruno Haible  <bruno@clisp.org>
27234
27235         * modules/c-strstr: New file, from GNU gettext.
27236         * MODULES.html.sh (String handling): Add c-strstr.
27237
27238 2006-08-28  Bruno Haible  <bruno@clisp.org>
27239
27240         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
27241         macros.
27242         Reported by Eric Blake.
27243
27244 2006-08-28  Bruno Haible  <bruno@clisp.org>
27245
27246         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
27247         (VASNPRINTF): Return a string of length > INT_MAX without failing.
27248         * lib/vasprintf.c: Include errno.h, limits.h.
27249         (EOVERFLOW): New fallback definition.
27250         (vasprintf): Test here whether the string length is > INT_MAX.
27251         * lib/vsnprintf.c: Include errno.h, limits.h.
27252         (EOVERFLOW): New fallback definition.
27253         (vsnprintf): Fix bug when generated string was too long for the buffer.
27254         Test here whether the string length is > INT_MAX.
27255
27256 2006-08-28  Bruno Haible  <bruno@clisp.org>
27257
27258         * lib/inttypes_.h (SCNX*): Remove definitions.
27259         Reported by Eric Blake.
27260
27261 2006-08-28  Bruno Haible  <bruno@clisp.org>
27262
27263         * lib/c-strstr.h: New file, from GNU gettext.
27264         * lib/c-strstr.c: New file, from GNU gettext.
27265
27266 2006-08-28  Bruno Haible  <bruno@clisp.org>
27267
27268         * gnulib-tool: Reorder some statements.
27269
27270 2006-08-28  Bruno Haible  <bruno@clisp.org>
27271
27272         * gnulib-tool: New option --makefile-name.
27273         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
27274         $makefile_name.
27275         (func_import): Write $makefile_name to the cache file, and read it from
27276         there unless explicitly specified. Use $makefile_name as file name
27277         instead of Makefile.am. Adjust the recommendations accordingly.
27278
27279 2006-08-28  Bruno Haible  <bruno@clisp.org>
27280
27281         * gnulib-tool (func_verify_module): Check against misapplying patch.
27282
27283 2006-08-28  Bruno Haible  <bruno@clisp.org>
27284
27285         * gnulib-tool (func_relativize, func_relconcat): New functions.
27286         Give an error if --local-dir is given with --update.
27287         Remove trailing slashes from $local_gnulib_dir.
27288         (func_import): Store the relativized $local_gnulib_dir in
27289         gnulib-cache.m4, and read it from there if not specified explicitly.
27290
27291 2006-08-28  Bruno Haible  <bruno@clisp.org>
27292
27293         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
27294         is the current directory. Respect also $local_gnulib_dir.
27295
27296 2006-08-28  Bruno Haible  <bruno@clisp.org>
27297             Simon Josefsson  <jas@extundo.com>
27298
27299         BeOS portability.
27300         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
27301
27302 2006-08-27  Jim Meyering  <jim@meyering.net>
27303
27304         * doc/visibility.texi: Remove duplicate word: "pointer".
27305
27306 2006-08-26  Bruno Haible  <bruno@clisp.org>
27307
27308         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
27309         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
27310         (Makefile.am): Create inttypes.h from inttypes_.h.
27311         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
27312
27313         * modules/imaxabs: New file.
27314
27315         * modules/imaxdiv: New file.
27316
27317 2006-08-26  Bruno Haible  <bruno@clisp.org>
27318
27319         * m4/inttypes.m4: New file.
27320         * m4/_inttypes_h.m4: Remove file.
27321         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
27322         PRI_MACROS_BROKEN.
27323         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
27324
27325         * m4/imaxabs.m4: New file.
27326
27327         * m4/imaxdiv.m4: New file.
27328
27329 2006-08-26  Bruno Haible  <bruno@clisp.org>
27330
27331         * lib/inttypes_.h: New file.
27332         * lib/inttypes.h: Remove file.
27333         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
27334
27335         * lib/imaxabs.c: New file.
27336
27337         * lib/imaxdiv.c: New file.
27338
27339 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27340
27341         New config-h module, so that "make" output needn't be cluttered
27342         by -DHAVE_CONFIG_H.
27343         * MODULES.html.sh (Support for building libraries and executables):
27344         Add config-h.
27345         * modules/config-h: New file.
27346         * gnulib-tool (nl, sed_transform_lib_file): New vars.
27347         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
27348         the config-h module is used.
27349
27350         New configmake module, so that "make" output needn't be cluttered
27351         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
27352         * MODULES.html.sh (Support for building libraries and executables):
27353         Add configmake.
27354         * modules/configmake: New file.
27355
27356 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27357
27358         * m4/config-h.m4: New file.
27359
27360 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27361
27362         * config/srclist.txt: Add elisp-comp.
27363
27364 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27365
27366         * MODULES.html.sh (Support for building libraries and executables):
27367         Add elisp-comp.
27368         * build-aux/elisp-comp: New file.
27369         * modules/elisp-comp: New file.
27370
27371 2006-08-24  Bruno Haible  <bruno@clisp.org>
27372
27373         * gnulib-tool (func_create_testdir): Use non-default values of
27374         sourcebase and m4base.
27375
27376 2006-08-24  Bruno Haible  <bruno@clisp.org>
27377
27378         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
27379         HTML structure.
27380
27381 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27382
27383         * modules/openat (Depends-on): Add lchown.
27384
27385 2006-08-23  Bruno Haible  <bruno@clisp.org>
27386
27387         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
27388         of gl_LOCK_EARLY instead of gl_LOCK.
27389
27390 2006-08-23  Bruno Haible  <bruno@clisp.org>
27391
27392         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
27393         on OSF/1 to no.
27394         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
27395
27396 2006-08-23  Bruno Haible  <bruno@clisp.org>
27397
27398         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
27399         as unusable.
27400
27401         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
27402         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
27403         (gl_LOCK): New macro.
27404
27405 2006-08-22  Simon Josefsson  <jas@extundo.com>
27406
27407         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
27408         to md5 module.
27409
27410 2006-08-22  Simon Josefsson  <jas@extundo.com>
27411
27412         * MODULES.html.sh: Add "Support for maintaining and release
27413         projects".
27414
27415         * build-aux/gnupload: New file, from coreutils.
27416
27417 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
27418
27419         Avoid the need for AC_LIBSOURCES in m4 macros.
27420         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
27421         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
27422         * modules/check-version (EXTRA_DIST): Add check-version.h.
27423         * modules/crc (EXTRA_DIST): Add crc.h.
27424         * modules/des (EXTRA_DIST): Add des.h.
27425         * modules/gc (EXTRA_DIST): Add gc.h.
27426         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
27427         * modules/getline (EXTRA_DIST): Add getline.h.
27428         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
27429         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
27430         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
27431         * modules/md2 (EXTRA_DIST): Add md2.h.
27432         * modules/md4 (EXTRA_DIST): Add md4.h.
27433         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
27434         * modules/read-file (EXTRA_DIST): Add read-file.h.
27435         * modules/readline (EXTRA_DIST): Add readline.h.
27436         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
27437         rijndael-api-fst.h.
27438
27439 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
27440
27441         * m4/rijndael.m4 (gl_ARCFOUR):
27442         * m4/arctwo.m4 (gl_ARCTWO):
27443         * m4/check-version.m4 (gl_CHECK_VERSION):
27444         * m4/crc.m4 (gl_CRC):
27445         * m4/des.m4 (gl_DES):
27446         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
27447         * m4/gc.m4 (gl_GC):
27448         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
27449         * m4/getline.m4 (gl_FUNC_GETLINE):
27450         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
27451         * m4/hmac-md5.m4 (gl_HMAC_MD5):
27452         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
27453         * m4/md2.m4 (gl_MD2):
27454         * m4/md4.m4 (gl_MD4):
27455         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
27456         * m4/read-file.m4 (gl_FUNC_READ_FILE):
27457         * m4/readline.m4 (gl_FUNC_READLINE):
27458         * m4/rijndael.m4 (gl_RIJNDAEL):
27459         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
27460         to get the necessary .h files and whatnot.
27461
27462 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
27463
27464         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
27465         gnulib rather than the other way around.
27466         * config/srclistvars.sh (COREUTILS): Remove.
27467
27468 2006-08-22  Jim Meyering  <jim@meyering.net>
27469
27470         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
27471
27472         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
27473
27474 2006-08-22  Eric Blake  <ebb9@byu.net>
27475
27476         * modules/regexprops-generic: New file.
27477         * MODULES.html.sh (Support for building documentation): List it.
27478
27479 2006-08-22  Eric Blake  <ebb9@byu.net>
27480
27481         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
27482         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
27483         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
27484         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
27485
27486 2006-08-22  Bruno Haible  <bruno@clisp.org>
27487
27488         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
27489         and lib_LTLIBRARIES like the other lib_* variables.
27490
27491 2006-08-22  Bruno Haible  <bruno@clisp.org>
27492
27493         * build-aux/x-to-1.in: New file, from GNU gettext.
27494
27495 2006-08-22  Bruno Haible  <bruno@clisp.org>
27496
27497         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
27498         <utmpx.h> exists.
27499
27500 2006-08-22  Bruno Haible  <bruno@clisp.org>
27501
27502         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
27503         <utmpx.h> exists.
27504
27505 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
27506
27507         BeOS portability.
27508         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
27509         exist.
27510         Problem reported by Bruno Haible.
27511
27512 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
27513
27514         Avoid the need for AC_LIBSOURCES in m4 macros.
27515         * modules/acl (EXTRA_DIST): Add acl.h.
27516         * modules/argmatch (Files): Add m4/argmatch.m4.
27517         (configure.ac): Add gl_ARGMATCH.
27518         (EXTRA_DIST): Renamed from lib_SOURCES, for
27519         consistency with the other modules.  Remove argmatch.c.
27520         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
27521         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
27522         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
27523         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
27524         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
27525         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
27526         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
27527         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
27528         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
27529         * modules/closeout (EXTRA_DIST): Add closeout.h.
27530         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
27531         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
27532         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
27533         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
27534         dirname.h; remove basename.c and stripslash.c.
27535         * modules/exclude (EXTRA_DIST): Add exclude.h.
27536         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
27537         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
27538         * modules/file-type (EXTRA_DIST): Add file-type.h.
27539         * modules/filemode (EXTRA_DIST): Add filemode.h.
27540         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
27541         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
27542         * modules/fpending (EXTRA_DIST): Add __fpending.h.
27543         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
27544         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
27545         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
27546         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
27547         * modules/getdate (EXTRA_DIST): Add getdate.c.
27548         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
27549         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
27550         * modules/getpass (EXTRA_DIST): Add getpass.h.
27551         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
27552         * modules/group-member (EXTRA_DIST): Add group-member.h.
27553         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
27554         * modules/hash (EXTRA_DIST): Add hash.h.
27555         * modules/human (EXTRA_DIST): Add human.h.
27556         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
27557         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
27558         * modules/lchown (EXTRA_DIST): Add lchown.h.
27559         * modules/long-options (EXTRA_DIST): Add long-options.h.
27560         * modules/lstat (EXTRA_DIST): Add lstat.h.
27561         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
27562         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
27563         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
27564         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
27565         * modules/memxor (EXTRA_DIST): Add memxor.h.
27566         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
27567         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
27568         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
27569         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
27570         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
27571         * modules/physmem (EXTRA_DIST): Add physmem.h.
27572         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
27573         * modules/posixver (EXTRA_DIST): Add posixver.h.
27574         * modules/quote (EXTRA_DIST): Add quote.h.
27575         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
27576         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
27577         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
27578         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
27579         regex_internal.h regexec.c.
27580         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
27581         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
27582         * modules/same (EXTRA_DIST): Add same.h.
27583         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
27584         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
27585         * modules/savedir (EXTRA_DIST): Add savedir.h.
27586         * modules/sha1 (EXTRA_DIST): Add sha1.h.
27587         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
27588         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
27589         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
27590         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
27591         * modules/strdup (EXTRA_DIST): Add strdup.h.
27592         * modules/strftime (EXTRA_DIST): Add strftime.h.
27593         * modules/strndup (EXTRA_DIST): Add strndup.h.
27594         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
27595         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
27596         * modules/time_r (EXTRA_DIST): Add time_r.h.
27597         * modules/timespec (EXTRA_DIST): Add timespec.h.
27598         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
27599         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
27600         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
27601         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
27602         * modules/userspec (EXTRA_DIST): Add userspec.h.
27603         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
27604         * modules/utimens (EXTRA_DIST): Add utimens.h.
27605         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
27606         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
27607         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
27608         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
27609         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
27610         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
27611         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
27612         * modules/yesno (EXTRA_DIST): Add yesno.h.
27613
27614 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
27615
27616         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
27617
27618         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
27619         * m4/dev-ino.m4, same-inode.m4: Remove.
27620
27621         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
27622         * m4/acl.m4 (AC_FUNC_ACL):
27623         * m4/backupfile.m4 (gl_BACKUPFILE):
27624         * m4/c-strtod.m4 (gl_C99_STRTOLD):
27625         * m4/canon-host.m4 (gl_CANON_HOST):
27626         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
27627         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
27628         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
27629         * m4/cloexec.m4 (gl_CLOEXEC):
27630         * m4/close-stream.m4 (gl_CLOSE_STREAM):
27631         * m4/closeout.m4 (gl_CLOSEOUT):
27632         * m4/dirfd.m4 (gl_FUNC_DIRFD):
27633         * m4/dirname.m4 (gl_DIRNAME):
27634         * m4/exclude.m4 (gl_EXCLUDE):
27635         * m4/exitfail.m4 (gl_EXITFAIL):
27636         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
27637         * m4/file-type.m4 (gl_FILE_TYPE):
27638         * m4/filemode.m4 (gl_FILEMODE):
27639         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
27640         * m4/fpending.m4 (gl_FUNC_FPENDING):
27641         * m4/fprintftime.m4 (gl_FPRINTFTIME):
27642         * m4/fts.m4 (gl_FUNC_FTS):
27643         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
27644         * m4/getdate.m4 (gl_GETDATE):
27645         * m4/gethrxtime.m4 (gl_GETHRXTIME):
27646         * m4/getpagesize.m4 (gl_GETPAGESIZE):
27647         * m4/getpass.m4 (gl_FUNC_GETPASS):
27648         * m4/gettime.m4 (gl_GETTIME):
27649         * m4/getugroups.m4 (gl_GETUGROUPS):
27650         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
27651         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
27652         * m4/hard-locale.m4 (gl_HARD_LOCALE):
27653         * m4/hash.m4 (gl_HASH):
27654         * m4/idcache.m4 (gl_IDCACHE):
27655         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
27656         * m4/lchown.m4 (gl_FUNC_LCHOWN):
27657         * m4/long-options.m4 (gl_LONG_OPTIONS):
27658         * m4/lstat.m4 (gl_FUNC_LSTAT):
27659         * m4/md5.m4 (gl_MD5):
27660         * m4/memcasecmp.m4 (gl_MEMCASECMP):
27661         * m4/memcoll.m4 (gl_MEMCOLL):
27662         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
27663         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
27664         * m4/memxor.m4 (gl_MEMXOR):
27665         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
27666         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
27667         * m4/modechange.m4 (gl_MODECHANGE):
27668         * m4/mountlist.m4 (gl_MOUNTLIST):
27669         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
27670         * m4/openat.m4 (gl_FUNC_OPENAT):
27671         * m4/pathmax.m4 (gl_PATHMAX):
27672         * m4/physmem.m4 (gl_PHYSMEM):
27673         * m4/posixtm.m4 (gl_POSIXTM):
27674         * m4/posixver.m4 (gl_POSIXVER):
27675         * m4/quote.m4 (gl_QUOTE):
27676         * m4/quotearg.m4 (gl_QUOTEARG):
27677         * m4/readtokens.m4 (gl_READTOKENS):
27678         * m4/readutmp.m4 (gl_READUTMP):
27679         * m4/regex.m4 (gl_REGEX):
27680         * m4/safe-read.m4 (gl_SAFE_READ):
27681         * m4/safe-write.m4 (gl_SAFE_WRITE):
27682         * m4/same.m4 (gl_SAME):
27683         * m4/save-cwd.m4 (gl_SAVE_CWD):
27684         * m4/savedir.m4 (gl_SAVEDIR):
27685         * m4/settime.m4 (gl_SETTIME):
27686         * m4/sha1.m4 (gl_SHA1):
27687         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
27688         * m4/stat-macros.m4 (gl_STAT_MACROS):
27689         * m4/stat-time.m4 (gl_STAT_TIME):
27690         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
27691         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
27692         * m4/strdup.m4 (gl_FUNC_STRDUP):
27693         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
27694         * m4/strndup.m4 (gl_FUNC_STRNDUP):
27695         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
27696         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
27697         * m4/time_r.m4 (gl_TIME_R):
27698         * m4/timespec.m4 (gl_TIMESPEC):
27699         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
27700         * m4/unlinkdir.m4 (gl_UNLINKDIR):
27701         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
27702         * m4/userspec.m4 (gl_USERSPEC):
27703         * m4/utimecmp.m4 (gl_UTIMECMP):
27704         * m4/utimens.m4 (gl_UTIMENS):
27705         * m4/xalloc.m4 (gl_XALLOC):
27706         * m4/xgetcwd.m4 (gl_XGETCWD):
27707         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
27708         * m4/xreadlink.m4 (gl_XREADLINK):
27709         * m4/xstrtod.m4 (gl_XSTRTOD):
27710         * m4/yesno.m4 (gl_YESNO):
27711         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
27712         to get the necessary .h files and whatnot.
27713
27714 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
27715             Bruno Haible  <bruno@clisp.org>
27716
27717         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
27718         /bin/sh understanding of '!' conditional negation.
27719
27720 2006-08-21  Jim Meyering  <jim@meyering.net>
27721
27722         * modules/openat (Depends-on): Really alphabetize.
27723
27724         * modules/acl (Depends-on): Add error and quote.
27725
27726         * check-module (find_included_lib_files): Add at-func.c to the
27727         ok-to-include-more-than-once white list.
27728
27729         * modules/openat (Depends-on): Add lstat.  Alphabetize.
27730
27731 2006-08-21  Bruno Haible  <bruno@clisp.org>
27732
27733         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27734         Emit a pkgdata_DATA variable only if some snippets add contents to it.
27735         Reported by Martin Lambers <marlam@marlam.de>.
27736
27737 2006-08-21  Bruno Haible  <bruno@clisp.org>
27738
27739         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
27740         specify an installation location, don't emit a noinst_LIBRARIES or
27741         noinst_LTLIBRARIES assignment.
27742
27743 2006-08-21  Bruno Haible  <bruno@clisp.org>
27744
27745         BeOS portability.
27746         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
27747         BeOS has mbrtowc() but no <wctype.h>.
27748
27749 2006-08-21  Bruno Haible  <bruno@clisp.org>
27750
27751         BeOS portability.
27752         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
27753         exist.
27754
27755 2006-08-21  Bruno Haible  <bruno@clisp.org>
27756
27757         BeOS portability.
27758         * lib/mbchar.h: Include <wctype.h> only if it exists.
27759
27760 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27761
27762         Remove files that are no longer needed by their respective modules.
27763         * m4/obstack.m4: Remove.
27764         * m4/strerror_r.m4: Remove.
27765         * m4/uint32_t.m4: Remove.
27766         * m4/uintptr_t.m4: Remove.
27767         * m4/ullong_max.m4: Remove.
27768         * m4/xstrtoimax.m4: Remove.
27769         * m4/xstrtoumax.m4: Remove.
27770
27771         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
27772         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
27773         dependencies now capture this.
27774
27775         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
27776         Do not use AC_LIBSOURCES, since gnulib modules now do this.
27777         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
27778         * m4/human.m4 (gl_HUMAN): Likewise.
27779         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
27780         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
27781
27782         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
27783
27784         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
27785         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
27786         stdint.
27787         * m4/human.m4 (gl_HUMAN): Likewise.
27788         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
27789         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
27790         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
27791         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
27792         * m4/xstrtol (gl_XSTRTOL): Likewise.
27793
27794         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
27795         AC_TYPE_LONG_LONG_INT.
27796         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
27797         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
27798         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
27799         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
27800
27801         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
27802         on stdbool.
27803
27804         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
27805         (gl_PREREQ_XSTRTOUL): Remove.
27806
27807         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
27808
27809         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
27810         mode.
27811
27812 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27813
27814         Add and change modules to make it easier for coreutils to use
27815         gnulib-tool.
27816         * modules/backupfile (Files): Remove m4/d-ino.m4.
27817         (Depends-on): Add d-ino.
27818         * modules/cycle-check (Depends-on): Add stdint.
27819         (lib_SOURCES): Add cycle-check.h.
27820         * modules/d-ino: New module.
27821         * modules/d-type: New module.
27822         * modules/error (Files): Remove m4/strerror_r.m4.
27823         * modules/filemode (Files): Add m4/st_dm_mode.m4.
27824         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
27825         m4/inttypes_h.m4, m4/uintmax_t.m4.
27826         (Depends-on): Add stdint.
27827         (lib_SOURCES): Add fsusage.h.
27828         * modules/getcwd (Files): Remove d-ino.m4.
27829         (Depends-on): Add d-ino.
27830         * modules/getndelim2 (Depends-on): Add stdint.
27831         * modules/glob (Files): Remove m4/d-type.m4.
27832         (Depends-on): Add d-type.
27833         * modules/host-os: New module.
27834         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
27835         m4/inttypes_h.m4, m4/uintmax_t.m4.
27836         * Depends-on: Add stdint.
27837         (lib_SOURCES): Add human.h.
27838         * modules/inttostr (Files): Remove m4/intmax_t.m4,
27839         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
27840         m4/uintmax_t.m4, m4/ulonglong.m4.
27841         (Depends-on): Add stdint.
27842         (EXTRA_DIST): Add inttostr.h.
27843         * modules/lchmod: New module.
27844         * modules/link-follow: New module.
27845         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
27846         (Depends-on): Add lchmod.
27847         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
27848         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
27849         (Depends-on): Add stdint.
27850         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
27851         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
27852         (Depends-on): Add stdint.
27853         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
27854         * modules/perl: New module.
27855         * modules/regex (Depends-on): Add stdint.
27856         * modules/rmdir-errno: New module.
27857         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
27858         m4/intmax_t.m4.
27859         (Depends-on): Add stdint.
27860         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
27861         m4/uintmax_t.m4.
27862         (Depends-on): Add stdint.
27863         * modules/unlink-busy: New module.
27864         * modules/utimecmp (Depends-on): Add stdint.
27865         * modules/uptime: New module.
27866         * modules/winsz-ioctl: New module.
27867         * modules/winsz-termios: New module.
27868         * modules/xnanosleep (Depends-on): Add nanosleep.
27869         * modules/ullong_max: Remove.
27870         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
27871         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
27872         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
27873         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
27874         (Depends-on): Add inttypes.
27875         (lib_SOURCES): Add xstrtol.h.
27876         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
27877         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
27878         * MODULES.html.sh: Move 'assert' into the assert section.
27879         Move 'dummy' into the linking section.
27880         Remove ullong_max.
27881         Add section for compatibility checks for POSIX:2001 functions,
27882         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
27883         winsz-ioctl, and winsz-termios into it.
27884         Add lchmod.
27885         Add top-level Misc section and put host-os, perl, and uptime
27886         into it.
27887
27888 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27889
27890         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
27891         now assume the stdint module.  Do not include inttypes.h.
27892         * lib/fsusage.h: Likewise.
27893         * lib/getndelim2.c: Likewise.
27894         * lib/human.h: Likewise.
27895         * lib/inttostr.h: Likewise.
27896         * lib/obstack.c: Likewise.
27897         * lib/regex_internal.h: Likewise.
27898         * lib/tempname.c: Likewise.
27899         * lib/utimecmp.c: Likewise.
27900         * lib/xstrtol.h: Likewise.
27901
27902         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
27903
27904         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
27905         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
27906         * lib/xtime.h: Likewise.
27907
27908 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27909
27910         * modules/openat (Files): Add lib/fchmodat.c.
27911         Fixes problem reported by Jay Youngman.
27912
27913 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27914
27915         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
27916         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
27917
27918 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
27919             Bruno Haible  <bruno@clisp.org>
27920
27921         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
27922         and is a script that invokes bison. Tighten the code. Add comments.
27923
27924 2006-08-18  Jim Meyering  <jim@meyering.net>
27925
27926         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
27927         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
27928         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
27929         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
27930
27931 2006-08-18  Bruno Haible  <bruno@clisp.org>
27932
27933         * modules/bison-i18n: New file.
27934         * MODULES.html.sh (Internationalization functions): Add it.
27935
27936 2006-08-18  Bruno Haible  <bruno@clisp.org>
27937
27938         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
27939         sys/statvfs.h. When getmntinfo was found, check its declaration and
27940         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
27941
27942 2006-08-18  Bruno Haible  <bruno@clisp.org>
27943
27944         * m4/bison-i18n.m4: New file, from bison.
27945
27946 2006-08-18  Bruno Haible  <bruno@clisp.org>
27947
27948         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
27949         (ME_DUMMY): Treat "kernfs" as a dummy.
27950         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
27951
27952 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27953
27954         Update from coreutils.
27955
27956         2006-08-15  Jim Meyering  <jim@meyering.net>
27957
27958         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
27959
27960         2006-01-17  Jim Meyering  <jim@meyering.net>
27961
27962         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
27963
27964         2006-01-11  Jim Meyering  <jim@meyering.net>
27965
27966         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
27967         Check for the lchmod function.
27968
27969 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27970
27971         Update from coreutils.
27972
27973         * lib/__fpending.h: Add copyright notice.
27974         * lib/fprintftime.h: Likewise.
27975         * lib/savedir.c: Use (C) in copyright notice.
27976         * lib/savedir.h: Likewise.
27977
27978         2006-08-15  Jim Meyering  <jim@meyering.net>
27979
27980         * lib/at-func.c: New file, with the logic of all emulated at-functions.
27981         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
27982         in support of the EXPECTED_ERRNO macro.
27983         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
27984         definitions.  Instead, define the appropriate symbols and include
27985         "at-func.c".
27986         * lib/mkdirat.c (mkdirat): Likewise.
27987         * lib/fchmodat.c (fchmodat): Likewise.
27988         (ENOSYS): Remove definition.
27989         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
27990         it.  Don't include "unistd--.h" -- it wasn't ever used.
27991
27992         2006-01-17  Jim Meyering  <jim@meyering.net>
27993
27994         Rewrite fts.c not to change the current working directory,
27995         by using openat, fstatat, fdopendir, etc..
27996
27997         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
27998         (HAVE_OPENAT_SUPPORT): Define.
27999         [_LIBC] (fchdir): Don't undef or define; no longer used.
28000         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
28001         Now, this `function' always succeeds, and consumes its file descriptor
28002         parameter -- so callers must not close such FDs.  Update callers.
28003         (diropen_fd, opendirat, cwd_advance_fd): New functions.
28004         (diropen): Add parameter, SP.  Adjust all callers.
28005         Implement using diropen_fd, rather than open.
28006         (fts_open): Initialize new member, fts_cwd_fd.
28007         Remove fts_rft-setting code.
28008         (fts_close): Close fts_cwd_fd, if necessary.
28009         (__opendir2): Define in terms of opendir or opendirat,
28010         depending on whether the FST_NOCHDIR flag is set.
28011         (fts_build): Since fts_safe_changedir consumes its FD, and since
28012         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
28013         and close the dup'd file descriptor upon failure.
28014         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
28015         (fts_safe_changedir): Tweak semantics to reflect that this function
28016         now calls cwd_advance_fd and hence consumes its FD argument.
28017         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
28018         [struct FTS] (fts_rft): Remove now-unused member.
28019         [struct FTS] (fts_cycle.state): Improve comment.
28020
28021         * lib/openat.c (openat_needs_fchdir): New function.
28022         * lib/openat.h (openat_needs_fchdir): Declare it.
28023
28024 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
28025
28026         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
28027         Problem and fix reported by Pádraig Brady in
28028         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
28029
28030 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28031
28032         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
28033
28034 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28035
28036         * lib/memcoll.c (memcoll): Optimize for the common case where the
28037         arguments are bytewise equal.
28038
28039 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28040
28041         * doc/regexprops-generic.texi: Add a copyright notice.
28042
28043 2006-08-15  Bruno Haible  <bruno@clisp.org>
28044
28045         * modules/tmpdir (License): Change to LGPL.
28046
28047 2006-08-15  Bruno Haible  <bruno@clisp.org>
28048
28049         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
28050         module.
28051
28052 2006-08-14  Simon Josefsson  <jas@extundo.com>
28053
28054         * config/srclist.txt: Add gnupload.
28055
28056 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28057
28058         Change copyright notice from LGPL 2 to GPL 2, since that's the
28059         standard form used in the gnulib repository.
28060         * tests/test-lock.c: Likewise.
28061         * tests/test-stdint.c: Likewise.
28062         * tests/test-tls.c: Likewise.
28063
28064         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
28065         prelude-manager.  User shorter URLs for GNU projects, without '?'.
28066         Add copyright notice.
28067
28068         * check-module: Add copyright notice.  Output a copyright
28069         notice if "--version" is specified.
28070         * modules/COPYING: New file.
28071         * tests/test-getaddrinfo.c: Add copyright notice.
28072         * tests/test-verify.c: Likewise.
28073
28074 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28075
28076         Change copyright notice from LGPL 2 to GPL 2, since that's the
28077         standard form used in the gnulib repository.
28078         * lib/lock.c: LGPL -> GPL.
28079         * lib/lock.h: Likewise.
28080         * lib/strnlen1.c: Likewise.
28081         * lib/strnlen1.h: Likewise.
28082         * lib/tls.c: Likewise.
28083         * lib/tls.h: Likewise.
28084         * lib/tmpdir.c: Likewise.
28085
28086         * lib/TODO: Remove; this belongs only in coreutils.
28087
28088 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28089
28090         Add copyright notices to long-enough files that lack them, since
28091         otherwise the files aren't clearly free.  Use the same notice that
28092         getdate.texi already uses.
28093         * doc/alloca-opt.texi: Add copyright notice.
28094         * doc/alloca.texi: Likewise.
28095         * doc/ctime.texi: Likewise.
28096         * doc/functions.texi: Likewise.
28097         * doc/gcd.texi: Likewise.
28098         * doc/gnulib-tool.texi: Likewise.
28099         * doc/inet_ntoa.texi: Likewise.
28100         * doc/visibility.texi: Likewise.
28101
28102         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
28103         * doc/quote.texi: Add copyright notice.
28104
28105         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
28106         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
28107         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
28108         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
28109         is now obsolete, and give a pointer to the Sun list.
28110         Add copyright notice.
28111
28112 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28113
28114         * config/srclistvars.sh: Add copyright notice.
28115
28116 2006-08-14  Eric Blake  <ebb9@byu.net>
28117
28118         Import the following change from libc:
28119
28120         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
28121
28122         Upstream bug 2997.
28123         * lib/misc/error.c: Add space between program name and message if file
28124         name is missing.
28125
28126 2006-08-12  Karl Berry  <karl@gnu.org>
28127
28128         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
28129         remove, these originate in gnulib now.
28130
28131 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28132
28133         * doc/Makefile (standards.info standards.html standards.dvi):
28134         Also depend on make-stds.texi.
28135
28136 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28137
28138         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
28139         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
28140
28141         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
28142         in wchar_t.  Problem reported by Eric Blake.
28143
28144         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
28145         LEN is smaller than SIZE.  Suggested by Bruno Haible.
28146         Also, help the compiler to keep LEN in a register.
28147
28148 2006-08-11  Eric Blake  <ebb9@byu.net>
28149
28150         * users.txt: Sort.  Add tar.
28151
28152 2006-08-11  Bruno Haible  <bruno@clisp.org>
28153
28154         * users.txt: New file.
28155
28156 2006-08-11  Bruno Haible  <bruno@clisp.org>
28157
28158         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
28159         before <wchar.h>. Needed for OSF/1 and BSD/OS.
28160
28161 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28162
28163         * modules/snprintf (Depends-on): Remove minmax.
28164         (Maintainer): Add self and Bruno.
28165
28166 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28167
28168         * lib/.cppi-disable: Add snprintf.h, socket_.h.
28169         * lib/snprintf.c: Include <errno.h> and <limits.h>.
28170         (EOVERFLOW): Define if the system does not.
28171         Do not include "minmax.h"; it wasn't used.
28172         (snprintf): Don't assume size_t promotes to an unsigned type.
28173         Fix bug when generated string was too long for the buffer: the
28174         buffer's contents are supposed to be the initial prefix of the
28175         output.  Don't assume vasnprintf returns EOVERFLOW if the size
28176         exceeds INT_MAX; do the check ourselves.
28177
28178         Import the following changes from libc:
28179
28180         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
28181
28182         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
28183         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
28184         set wc to the byte which couldn't be converted.
28185         (re_string_reconstruct): Don't clear valid_raw_len before calling
28186         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
28187         tip_context using re_string_context_at.
28188
28189         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
28190
28191         * lib/posix/regex.h: g++ still cannot handled [restrict].
28192
28193         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
28194
28195         * lib/posix/regex.h: Remove special handling for VMS.
28196
28197 2006-08-10  Jim Meyering  <jim@meyering.net>
28198
28199         * modules/same-inode: New module.
28200         * modules/dev-ino: New module.
28201         * modules/cycle-check: Depend on these modules, rather than simply
28202         including their .h files.
28203         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
28204         required via m4/cycle-check.m4.
28205         * modules/same: Depend on new same-inode module, rather than
28206         including same-inode.h.
28207         * modules/chdir-safer: New file.
28208
28209         * modules/chown (Depends-on): Add stat-macros.
28210
28211 2006-08-10  Jim Meyering  <jim@meyering.net>
28212
28213         * m4/cycle-check.m4: New file.
28214         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
28215         * m4/dev-ino.m4, m4/same-inode.m4: New files.
28216
28217 2006-08-10  Eric Blake  <ebb9@byu.net>
28218
28219         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
28220         in from original proposal.
28221
28222 2006-08-10  Eric Blake  <ebb9@byu.net>
28223         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28224
28225         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
28226         namespace.
28227
28228 2006-08-10  Bruno Haible  <bruno@clisp.org>
28229
28230         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
28231         as well.
28232
28233 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28234
28235         Sync from coreutils.
28236
28237         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
28238
28239         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
28240         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
28241
28242 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28243
28244         * modules/restrict: Remove; no longer needed now that we assume
28245         Autoconf 2.59 or later.
28246         * MODULES.html.sh: Remove 'restrict'.
28247         * modules/argp (Depends-on): Remove 'restrict'.
28248         * modules/base64 (Depends-on): Likewise.
28249         * modules/gc (Depends-on): Likewise.
28250         * modules/getaddrinfo (Depends-on): Likewise.
28251         * modules/glob (Depends-on): Likewise.
28252         * modules/inet_ntop (Depends-on): Likewise.
28253         * modules/inet_pton (Depends-on): Likewise.
28254         * modules/memxor (Depends-on): Likewise.
28255         * modules/regex (Depends-on): Likewise.
28256         * modules/strtok_r (Depends-on): Likewise.
28257         * modules/time_r (Depends-on): Likewise.
28258
28259 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28260
28261         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
28262         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
28263         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28264         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
28265         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
28266         * m4/memxor.m4 (gl_MEMXOR): Likewise.
28267         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
28268         gl_C_RESTRICT replaced by AC_C_RESTRICT.
28269
28270         Merge from coreutils.
28271         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
28272         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
28273         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
28274         * m4/time_r.m4 (gl_TIME_R): Likewise.
28275
28276 2006-08-09  Karl Berry  <karl@gnu.org>
28277
28278         * config/srclist.txt: no more gettext-tools, per Bruno.
28279
28280 2006-08-08  Eric Blake  <ebb9@byu.net>
28281
28282         * modules/verror: New module.
28283         * MODULES.html.sh: Document it.
28284
28285 2006-08-08  Eric Blake  <ebb9@byu.net>
28286
28287         * lib/verror.h, lib/verror.c: New files.
28288
28289 2006-08-08  Eric Blake  <ebb9@byu.net>
28290
28291         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
28292         verror_at_line output complies with GNU Coding Standards even when
28293         file is NULL.
28294
28295 2006-08-07  Bruno Haible  <bruno@clisp.org>
28296
28297         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
28298         versions of AIX.
28299         Reported by Ralf Wildenhues.
28300
28301 2006-08-07  Bruno Haible  <bruno@clisp.org>
28302
28303         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
28304         in an AC_DEFUN. Needed so that the autoconf snippets can use
28305         AC_REQUIRE.
28306
28307 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28308
28309         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28310         Initialize pkgdata_DATA.
28311         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
28312         overriding it.
28313
28314 2006-08-06  Eric Blake  <ebb9@byu.net>
28315
28316         * lib/error.h: Fold in some upstream changes from glibc.
28317         * lib/error.c: Likewise.
28318
28319 2006-08-04  Bruno Haible  <bruno@clisp.org>
28320
28321         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28322         Make the mostlyclean-local rule depend on mostlyclean-generic.
28323         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
28324
28325 2006-07-31  Bruno Haible  <bruno@clisp.org>
28326
28327         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
28328         <stdlib.h>, <string.h>.
28329
28330 2006-07-30  Bruno Haible  <bruno@clisp.org>
28331
28332         * modules/readlink (License): Change to LGPL.
28333
28334 2006-07-30  Bruno Haible  <bruno@clisp.org>
28335
28336         * modules/javaversion (Makefile.am): Distribute javaversion.java and
28337         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
28338         set PKGDATADIR to point to it.
28339
28340 2006-07-30  Bruno Haible  <bruno@clisp.org>
28341
28342         * modules/csharpexec (configure.ac): Comment out macro invocation.
28343         * modules/javaexec (configure.ac): Likewise.
28344         * modules/javacomp-script (configure.ac): Likewise.
28345
28346         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
28347
28348 2006-07-30  Bruno Haible  <bruno@clisp.org>
28349
28350         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
28351         linked-list.
28352
28353 2006-07-30  Bruno Haible  <bruno@clisp.org>
28354
28355         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
28356
28357 2006-07-30  Bruno Haible  <bruno@clisp.org>
28358
28359         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28360         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
28361         get removed.
28362
28363 2006-07-29  Bruno Haible  <bruno@clisp.org>
28364
28365         Make it possible for gnulib-tool to work with locally modified or
28366         augmented gnulib repositories.
28367         * gnulib-tool (func_usage): Document --local-dir option.
28368         (local_gnulib_dir): New variable.
28369         Handle --local-dir option.
28370         (func_lookup_file): New function.
28371         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
28372         (func_get_description, func_get_filelist, func_get_description,
28373         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
28374         func_get_automake_snippet, func_get_include_directive,
28375         func_get_license, func_get_maintainer): Use func_lookup_file.
28376         (func_import, func_create_testdir): Use func_lookup_file.
28377
28378 2006-07-29  Bruno Haible  <bruno@clisp.org>
28379
28380         * modules/setenv (Depends-on): Add unistd.
28381
28382 2006-07-29  Bruno Haible  <bruno@clisp.org>
28383
28384         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
28385
28386 2006-07-29  Bruno Haible  <bruno@clisp.org>
28387
28388         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
28389
28390 2006-07-29  Bruno Haible  <bruno@clisp.org>
28391
28392         * gnulib-tool (import, update): If there is no Makefile.am, look at
28393         aclocal.m4, instead of bailing out.
28394
28395 2006-07-29  Bruno Haible  <bruno@clisp.org>
28396
28397         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
28398         Categorize the options by when they are useful.
28399
28400 2006-07-29  Bruno Haible  <bruno@clisp.org>
28401
28402         * gnulib-tool (func_usage): Document option --no-libtool.
28403         Handle option --no-libtool.
28404         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
28405         for changed semantics of $libtool variable.
28406         (func_import): Likewise. If libtool is not used, show this through
28407         an option --no-libtool.
28408         (func_create_testdir): Update.
28409
28410 2006-07-29  Bruno Haible  <bruno@clisp.org>
28411
28412         * gnulib-tool (func_import): Extend error message about missing
28413         --doc-base.
28414
28415 2006-07-29  Bruno Haible  <bruno@clisp.org>
28416
28417         * gnulib-tool (func_import): Don't create the $docbase directory if
28418         there is no file to store there.
28419
28420 2006-07-29  Bruno Haible  <bruno@clisp.org>
28421
28422         * gnulib-tool (autoconf_minversion): If a --dir option is given and
28423         relevant, look for configure.ac there, not in the current directory.
28424         Also use a simple search for AC_PREREQ, not "autoconf --trace".
28425
28426 2006-07-29  Bruno Haible  <bruno@clisp.org>
28427
28428         * gnulib-tool (SORT): New variable.
28429         (func_usage): Undocument --assume-autoconf option.
28430         Remove --assume-autoconf option handling.
28431         (autoconf_minversion): Determine from the contents of configure.ac.
28432         (func_import): Remove autoconf_minversion handling.
28433         Suggested by Eric Blake.
28434
28435 2006-07-29  Bruno Haible  <bruno@clisp.org>
28436
28437         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
28438
28439 2006-07-29  Bruno Haible  <bruno@clisp.org>
28440
28441         * config/srclist.txt (*setenv.[ch]): Remove rules.
28442
28443 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28444
28445         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
28446
28447 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28448
28449         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
28450         arpa/inet.h.
28451
28452 2006-07-28  Simon Josefsson  <jas@extundo.com>
28453
28454         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
28455         * modules/inet_pton (Depends-on): Likewise.
28456
28457 2006-07-28  Simon Josefsson  <jas@extundo.com>
28458
28459         * m4/netinet_in_h.m4: New file.
28460
28461 2006-07-28  Simon Josefsson  <jas@extundo.com>
28462
28463         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
28464         #include's.
28465
28466 2006-07-28  Simon Josefsson  <jas@extundo.com>
28467
28468         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
28469         #include's.
28470
28471 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
28472
28473         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
28474         setgid on directories only if they set these bits.
28475         * lib/modechange.h: Remove obsolete comment about masks.
28476
28477 2006-07-28  Eric Blake  <ebb9@byu.net>
28478
28479         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
28480         macro expansion.
28481
28482 2006-07-28  Bruno Haible  <bruno@clisp.org>
28483
28484         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
28485
28486 2006-07-28  Bruno Haible  <bruno@clisp.org>
28487
28488         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
28489
28490 2006-07-28  Bruno Haible  <bruno@clisp.org>
28491
28492         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
28493         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
28494         Define fallbacks.
28495         Avoids link error on FreeBSD 4.x.
28496         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28497
28498         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
28499         encoding.
28500         * lib/mbswidth.c (iswcntrl): Likewise.
28501
28502 2006-07-27  Bruno Haible  <bruno@clisp.org>
28503
28504         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
28505         test.
28506
28507 2006-07-27  Bruno Haible  <bruno@clisp.org>
28508
28509         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
28510         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
28511         defined.
28512
28513 2006-07-26  Eric Blake  <ebb9@byu.net>
28514
28515         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
28516
28517 2006-07-26  Eric Blake  <ebb9@byu.net>
28518
28519         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
28520         like mingw that lack mkstemp.
28521         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
28522         avoid compilation warning on mingw.
28523
28524 2006-07-26  Bruno Haible  <bruno@clisp.org>
28525
28526         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
28527         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
28528         INT_FAST*_MIN, INTPTR_MIN.
28529
28530 2006-07-25  Bruno Haible  <bruno@clisp.org>
28531
28532         * modules/version-etc (Depends-on): Add stdarg.
28533
28534 2006-07-25  Bruno Haible  <bruno@clisp.org>
28535
28536         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
28537         complex commands.
28538
28539 2006-07-25  Bruno Haible  <bruno@clisp.org>
28540
28541         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
28542         defined in <stdarg.h> or config.h.
28543
28544 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
28545
28546         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
28547         (gl_STDIO_SAFER): Remove.
28548
28549 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
28550
28551         * MODULES.html.sh (File stream based Input/Output):
28552         Add fopen-safer, tmpfile-safer; remove stdio-safer.
28553         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
28554         * modules/fopen-safer, modules/tmpfile-safer: New files.
28555         * modules/stdio-safer: Remove.
28556
28557 2006-07-24  Bruno Haible  <bruno@clisp.org>
28558
28559         * modules/tmpdir: New file.
28560         * MODULES.html.sh (File system functions): Add it.
28561
28562 2006-07-24  Bruno Haible  <bruno@clisp.org>
28563
28564         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
28565         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
28566
28567 2006-07-24  Bruno Haible  <bruno@clisp.org>
28568
28569         * modules/clean-temp: New file.
28570
28571 2006-07-24  Bruno Haible  <bruno@clisp.org>
28572
28573         * m4/tmpdir.m4: New file, from GNU gettext.
28574
28575 2006-07-24  Bruno Haible  <bruno@clisp.org>
28576
28577         * lib/tmpdir.h: New file, from GNU gettext.
28578         * lib/tmpdir.c: New file, from GNU gettext.
28579
28580 2006-07-24  Bruno Haible  <bruno@clisp.org>
28581
28582         * lib/clean-temp.h: New file, from GNU gettext.
28583         * lib/clean-temp.c: New file, from GNU gettext.
28584
28585 2006-07-23  Eric Blake  <ebb9@byu.net>
28586
28587         * modules/stdio-safer (Files): Add tmpfile-safer.c.
28588         (Depends-on): Add binary-io.
28589
28590 2006-07-23  Eric Blake  <ebb9@byu.net>
28591
28592         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
28593
28594 2006-07-23  Eric Blake  <ebb9@byu.net>
28595
28596         * lib/tmpfile-safer.c: New file.
28597         * lib/stdio-safer.h (fopen_safer): Add prototype.
28598         * lib/stdio--.h (tmpfile): Make safer.
28599
28600 2006-07-23  Bruno Haible  <bruno@clisp.org>
28601
28602         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
28603         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
28604         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
28605         gl_linked_remove_at): Use it.
28606
28607 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28608         and Simon Josefsson <jas@extundo.com>
28609
28610         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
28611
28612         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
28613
28614 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28615
28616         * modules/close-stream: New file.
28617         * modules/closeout (Description): Make it clear that it exits
28618         with a diagnostic on error.
28619         (Depends-on): Add close-stream.  Remove fpending, stdbool.
28620         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
28621
28622 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28623
28624         * m4/close-stream.m4: New file.
28625
28626 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28627
28628         * lib/close-stream.c, lib/close-stream.h: New files.
28629
28630 2006-07-22  Bruno Haible  <bruno@clisp.org>
28631
28632         Merge from GNU gettext 0.15.
28633
28634         2006-05-01  Bruno Haible  <bruno@clisp.org>
28635
28636                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
28637
28638         2006-07-22  Bruno Haible  <bruno@clisp.org>
28639
28640                 * modules/javaversion: New file.
28641                 * MODULES.html.sh (Java): Add javaversion.
28642
28643         2006-03-12  Bruno Haible  <bruno@clisp.org>
28644
28645                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
28646
28647         2005-12-04  Bruno Haible  <bruno@clisp.org>
28648
28649                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
28650                 (untested).
28651
28652         2006-06-21  Bruno Haible  <bruno@clisp.org>
28653
28654                 Avoid warnings from recent versions of mcs.
28655                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
28656                 -o, -L, -r any more. Use options documented since mcs-1.0
28657                 instead. Similarly for -g.
28658
28659         2005-12-04  Bruno Haible  <bruno@clisp.org>
28660
28661                 * build-aux/csharpcomp.sh.in: Suffix for resources is
28662                 .resources, not .resource.
28663
28664         2005-07-09  Bruno Haible  <bruno@clisp.org>
28665
28666                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
28667                 add a .dll suffix.
28668                 Reported by Mark Junker <mjscod@gmx.de>.
28669
28670         2006-07-22  Bruno Haible  <bruno@clisp.org>
28671
28672                 * modules/gettext: Upgrade to gettext-0.15.
28673                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
28674                 m4/visibility.m4.
28675                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
28676
28677 2006-07-22  Bruno Haible  <bruno@clisp.org>
28678
28679         Merge from GNU gettext 0.15.
28680
28681         2006-03-25  Bruno Haible  <bruno@clisp.org>
28682
28683                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
28684
28685         2006-07-21  Bruno Haible  <bruno@clisp.org>
28686
28687                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
28688                 "1.1".
28689
28690         2006-05-09  Bruno Haible  <bruno@clisp.org>
28691
28692                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
28693                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
28694                 for the conftestver execution.
28695
28696         2006-05-01  Bruno Haible  <bruno@clisp.org>
28697
28698                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
28699                 optional target-version argument. Verify that the compiler
28700                 groks source of the specified source-version, or add -source
28701                 option as necessary. Verify that the compiler produces
28702                 bytecode in the specified target-version, or add -target and
28703                 -source options as necessary. Make the result of the test
28704                 available as variable CONF_JAVAC. Also log error output in
28705                 config.log.
28706
28707         2006-03-11  Bruno Haible  <bruno@clisp.org>
28708
28709                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
28710
28711         2006-05-09  Bruno Haible  <bruno@clisp.org>
28712
28713                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
28714                 CLASSPATH_SEPARATOR to a semicolon.
28715
28716         2006-03-12  Bruno Haible  <bruno@clisp.org>
28717
28718                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
28719                 available as variable CONF_JAVA, for subsequent autoconf
28720                 tests. Also log error output in config.log.
28721
28722         2006-07-19  Bruno Haible  <bruno@clisp.org>
28723
28724                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
28725                 that getline works on glibc2 systems. Needed to avoid trouble
28726                 in relocatable.c.
28727                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
28728
28729         2005-12-04  Bruno Haible  <bruno@clisp.org>
28730
28731                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
28732                 launcher (untested).
28733
28734         2005-12-04  Bruno Haible  <bruno@clisp.org>
28735
28736                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
28737
28738         2006-07-22  Bruno Haible  <bruno@clisp.org>
28739
28740                 * gettext.m4: Update from GNU gettext-0.15.
28741                 * nls.m4: Likewise.
28742                 * po.m4: Likewise.
28743                 * inttypes-pri.m4: Likewise.
28744                 * inttypes-h.m4: Renamed from inttypes.m4.
28745                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
28746
28747 2006-07-22  Bruno Haible  <bruno@clisp.org>
28748
28749         Merge from GNU gettext 0.15.
28750
28751         2005-07-05  Bruno Haible  <bruno@clisp.org>
28752
28753                 * printf-args.c (printf_fetchargs): Work around broken
28754                 definition of wint_t on mingw.
28755
28756         2005-02-12  Bruno Haible  <bruno@clisp.org>
28757
28758                 * xallocsa.h: Add extern "C" for C++.
28759
28760         2006-05-17  Bruno Haible  <bruno@clisp.org>
28761
28762                 Cygwin portability.
28763                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
28764
28765         2006-04-30  Bruno Haible  <bruno@clisp.org>
28766
28767                 * progreloc.c: Include <mach-o/dyld.h> if available.
28768                 (find_executable): Use _NSGetExecutablePath when possible.
28769
28770         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
28771
28772                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
28773                 function.
28774
28775         2005-12-29  Bruno Haible  <bruno@clisp.org>
28776
28777                 * progreloc.c (set_program_name_and_installdir): Fix
28778                 compilation error.
28779
28780         2005-12-04  Bruno Haible  <bruno@clisp.org>
28781
28782                 Cygwin portability.
28783                 * progreloc.c: Include <windows.h> also on Cygwin.
28784                 (find_executable): Add support for Cygwin.
28785                 (set_program_name_and_installdir): Handle also platforms with
28786                 nonempty EXEEXT.
28787
28788         2006-07-11  Bruno Haible  <bruno@clisp.org>
28789
28790                 * javacomp.c: Fix a comment.
28791                 Reported by Jim Meyering.
28792
28793         2006-04-30  Bruno Haible  <bruno@clisp.org>
28794
28795                 * javacomp.h (compile_java_class): Add source_version,
28796                 target_version arguments.
28797                 * javacomp.c: Rewritten to choose only a compiler that
28798                 respects the specified source_version and target_version.
28799
28800         2006-06-27  Bruno Haible  <bruno@clisp.org>
28801
28802                 Assume correct S_ISDIR macro.
28803                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
28804
28805         2006-07-22  Bruno Haible  <bruno@clisp.org>
28806
28807                 * javaversion.h: New file, from GNU gettext.
28808                 * javaversion.c: New file, from GNU gettext.
28809                 * javaversion.java: New file, from GNU gettext.
28810                 * javaversion.class: New file, from GNU gettext.
28811
28812         2006-05-17  Bruno Haible  <bruno@clisp.org>
28813
28814                 Cygwin portability.
28815                 * javaexec.c (execute_java_class): Test for jview program
28816                 also on Cygwin.
28817
28818         2006-04-09  Bruno Haible  <bruno@clisp.org>
28819
28820                 * fatal-signal.c: Don't include string.h.
28821                 (at_fatal_signal): Use a copying loop instead of memcpy.
28822
28823         2005-12-04  Bruno Haible  <bruno@clisp.org>
28824
28825                 * csharpexec.c: Add support for 'clix' launcher (untested).
28826                 (execute_csharp_using_sscli): New function.
28827                 (execute_csharp_program): Call it.
28828
28829         2006-06-21  Bruno Haible  <bruno@clisp.org>
28830
28831                 Avoid warnings from recent versions of mcs.
28832                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
28833                 -o, -L, -r any more. Use options documented since mcs-1.0
28834                 instead. Similarly for -g.
28835
28836         2005-07-09  Bruno Haible  <bruno@clisp.org>
28837
28838                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
28839                 add a .dll suffix.
28840                 Reported by Mark Junker <mjscod@gmx.de>.
28841
28842         2006-06-17  Bruno Haible  <bruno@clisp.org>
28843
28844                 * config.charset: Update for NetBSD 3.0.
28845
28846         2006-05-17  Bruno Haible  <bruno@clisp.org>
28847
28848                 Cygwin portability.
28849                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
28850
28851         2006-05-16  Bruno Haible  <bruno@clisp.org>
28852
28853                 * localcharset.c [CYGWIN]: Include <windows.h>.
28854                 (get_charset_aliases): For Cygwin, return the same CPxxx
28855                 aliases list as under WIN32.
28856                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
28857                 the environment variables. Fall back to GetACP().
28858
28859         2006-04-05  Bruno Haible  <bruno@clisp.org>
28860
28861                 * config.charset: Update Juan Manuel Guerrero's address.
28862
28863         2005-02-12  Bruno Haible  <bruno@clisp.org>
28864
28865                 * allocsa.h: Add extern "C" for C++.
28866
28867         2005-02-10  Bruno Haible  <bruno@clisp.org>
28868
28869                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
28870                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
28871
28872         2006-07-22  Bruno Haible  <bruno@clisp.org>
28873
28874                 * gettext.h: Update to GNU gettext-0.15.
28875
28876 2006-07-22  Bruno Haible  <bruno@clisp.org>
28877
28878         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
28879         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
28880         lib-prefix.m4, longdouble.m4, ssize_t.m4.
28881
28882 2006-07-21  Eric Blake  <ebb9@byu.net>
28883
28884         * modules/stdlib-safer: New file.
28885         * MODULES.html.sh (File stream based Input/Output): Add
28886         stdlib-safer.
28887
28888 2006-07-21  Eric Blake  <ebb9@byu.net>
28889
28890         * lib/stdlib-safer.h: New file from coreutils, required by
28891         stdlib--.h.
28892
28893 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
28894
28895         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
28896
28897 2006-07-20  Bruno Haible  <bruno@clisp.org>
28898
28899         * gnulib-tool: Recognize new option --assume-autoconf.
28900         (autoconf_minversion): New variable.
28901         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
28902
28903 2006-07-20  Bruno Haible  <bruno@clisp.org>
28904
28905         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
28906
28907 2006-07-19  Derek R. Price  <derek@ximbiot.com>
28908
28909         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
28910         Reindent and repaginate.
28911
28912 2006-07-19  Derek Price  <derek@ximbiot.com>
28913
28914         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
28915         Correct grammar.
28916
28917 2006-07-17  Bruno Haible  <bruno@clisp.org>
28918
28919         * modules/list: New file.
28920         * modules/array-list: New file.
28921         * modules/carray-list, modules/carray-list-tests: New files.
28922         * modules/linked-list, modules/linked-list-tests: New files.
28923         * modules/avltree-list, modules/avltree-list-tests: New files.
28924         * modules/rbtree-list, modules/rbtree-list-tests: New files.
28925         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
28926         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
28927         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
28928         * modules/oset: New file.
28929         * modules/array-oset: New file.
28930         * modules/avltree-oset, modules/avltree-oset-tests: New files.
28931         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
28932         * tests/test-carray_list.c: New file.
28933         * tests/test-linked_list.c: New file.
28934         * tests/test-avltree_list.c: New file.
28935         * tests/test-rbtree_list.c: New file.
28936         * tests/test-linkedhash_list.c: New file.
28937         * tests/test-avltreehash_list.c: New file.
28938         * tests/test-rbtreehash_list.c: New file.
28939         * tests/test-avltree_oset.c: New file.
28940         * tests/test-rbtree_oset.c: New file.
28941         * MODULES.html.sh (Container data structures): New section.
28942
28943 2006-07-17  Bruno Haible  <bruno@clisp.org>
28944
28945         * m4/gl_list.m4: New file.
28946
28947 2006-07-17  Bruno Haible  <bruno@clisp.org>
28948
28949         * lib/gl_list.h: New file.
28950         * lib/gl_list.c: New file.
28951         * lib/gl_array_list.h: New file.
28952         * lib/gl_array_list.c: New file.
28953         * lib/gl_carray_list.h: New file.
28954         * lib/gl_carray_list.c: New file.
28955         * lib/gl_linked_list.h: New file.
28956         * lib/gl_linked_list.c: New file.
28957         * lib/gl_anylinked_list1.h: New file.
28958         * lib/gl_anylinked_list2.h: New file.
28959         * lib/gl_avltree_list.h: New file.
28960         * lib/gl_avltree_list.c: New file.
28961         * lib/gl_anyavltree_list1.h: New file.
28962         * lib/gl_anyavltree_list2.h: New file.
28963         * lib/gl_rbtree_list.h: New file.
28964         * lib/gl_rbtree_list.c: New file.
28965         * lib/gl_anyrbtree_list1.h: New file.
28966         * lib/gl_anyrbtree_list2.h: New file.
28967         * lib/gl_anytree_list1.h: New file.
28968         * lib/gl_anytree_list2.h: New file.
28969         * lib/gl_linkedhash_list.h: New file.
28970         * lib/gl_linkedhash_list.c: New file.
28971         * lib/gl_anyhash_list1.h: New file.
28972         * lib/gl_anyhash_list2.h: New file.
28973         * lib/gl_avltreehash_list.h: New file.
28974         * lib/gl_avltreehash_list.c: New file.
28975         * lib/gl_rbtreehash_list.h: New file.
28976         * lib/gl_rbtreehash_list.c: New file.
28977         * lib/gl_anytreehash_list1.h: New file.
28978         * lib/gl_anytreehash_list2.h: New file.
28979
28980         * lib/gl_oset.h: New file.
28981         * lib/gl_oset.c: New file.
28982         * lib/gl_array_oset.h: New file.
28983         * lib/gl_array_oset.c: New file.
28984         * lib/gl_avltree_oset.h: New file.
28985         * lib/gl_avltree_oset.c: New file.
28986         * lib/gl_rbtree_oset.h: New file.
28987         * lib/gl_rbtree_oset.c: New file.
28988         * lib/gl_anytree_oset.h: New file.
28989
28990 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
28991
28992         * m4/mkancesdirs.m4: New file.
28993         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
28994         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
28995         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
28996         it.
28997
28998 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
28999
29000         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
29001         * lib/mkancesdirs.h: New files.
29002         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
29003         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
29004         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
29005         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
29006         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
29007         callers changed.  Revamp internals significantly, by not
29008         attempting to create directories that are temporarily more
29009         permissive than the final results.  Do not attempt to use
29010         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
29011         This removes some race conditions, fixes some bugs, and simplifies
29012         things.  Use new dirchownmod function to do owner and mode changes.
29013         * lib/mkdir-p.h: Likewise.
29014         * lib/modechange.c (octal_to_mode): New function.
29015         (struct mode_change): New member mentioned.
29016         (make_node_op_equals): New arg mentioned.  All callers changed.
29017         (mode_compile): Keep track of which mode bits the user has explicitly
29018         mentioned.
29019         (mode_adjust): New arg DIR, so that we implement the X op correctly.
29020         New arg PMODE_BITS, to keep track of which mode bits the user
29021         mentioned; it treats S_ISUID and S_ISGID speciall.
29022         All callers changed.
29023         * lib/modechange.h: Likewise.
29024
29025 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29026
29027         * MODULES.html.sh: Add mkancestors.
29028         * modules/mkancesdirs: New module.
29029         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
29030         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
29031         The chdir-safer and afs files are now orphans; I'll remove them
29032         unless someone speaks up.
29033         Add lib/dirchownmod.c, lib/dirchownmod.h.
29034         (Depends-on): Remove alloca, chown, save-cwd, dirname.
29035         Add lchown, mkancesdirs.
29036         (Maintainer): Add self.
29037
29038 2006-07-15  Karl Berry  <karl@gnu.org>
29039
29040         * gnulib-tool: help message wording/arrangement.
29041
29042 2006-07-14  Simon Josefsson  <jas@extundo.com>
29043
29044         * doc/gnulib.texi (Libtool and Windows): New section.
29045
29046 2006-07-12  Simon Josefsson  <jas@extundo.com>
29047
29048         * modules/gendocs (License): Fix license, approved by Karl.
29049
29050 2006-07-12  Eric Blake  <ebb9@byu.net>
29051
29052         * MODULES.html.sh: Add gendocs.
29053
29054 2006-07-11  Eric Blake  <ebb9@byu.net>
29055
29056         * modules/fdl: New module, to install doc/fdl.texi.
29057         * MODULES.html.sh: Add new section for documentation modules.
29058         * gnulib-tool: Avoid space-tab.
29059         (--doc-base): New option, to manage files from doc.
29060
29061 2006-07-11  Eric Blake  <ebb9@byu.net>
29062
29063         * m4/absolute-header.m4: Fix comments to match recent change.
29064
29065 2006-07-11  Eric Blake  <ebb9@byu.net>
29066
29067         * gnulib-tool: List --doc-base before --tests-base.
29068
29069 2006-07-11  Derek R. Price  <derek@ximbiot.com>
29070
29071         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
29072
29073 2006-07-11  Bruno Haible  <bruno@clisp.org>
29074
29075         * README: Mention where to put documentation.
29076
29077 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29078
29079         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
29080
29081 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29082
29083         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
29084         to stdint.m4.
29085
29086 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29087
29088         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
29089         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
29090         "no/such/file/stdint.h" when there is no such file, so that
29091         the resulting C code can be parsed by dodgy compilers.
29092         Problems reported by Bob Proulx.
29093
29094 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29095
29096         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
29097         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29098         macros into the GNU _D_EXACT_NAMLEN.
29099         * lib/savedir.c:  Likewise.
29100         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
29101
29102 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29103         and Paul Eggert  <eggert@cs.ucla.edu>
29104
29105         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
29106         * m4/savedir.m4:
29107         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29108         macros into the GNU _D_EXACT_NAMLEN.
29109
29110 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29111
29112         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
29113         around the absolute name, to work around a problem with the HP-UX
29114         11.23 native C compiler, reported by Bob Proulx.
29115
29116 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29117
29118         * doc/maintain.texi, make-stds.texi: Sync from
29119         <http://savannah.gnu.org/projects/gnustandards>.
29120
29121 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29122
29123         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
29124
29125 2006-07-09  Jim Meyering  <jim@meyering.net>
29126
29127         * m4/glob.m4: Remove a doubled word in a comment.
29128
29129 2006-07-09  Jim Meyering  <jim@meyering.net>
29130
29131         * lib/argp-pv.c: Remove a doubled word in a comment.
29132         * lib/check-version.c (check_version): Likewise.
29133         * lib/javacomp.c (compile_java_class): Likewise.
29134
29135 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
29136
29137         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
29138         for the benefit of people using Autoconf 2.60.  If you want to
29139         support older Autoconf versions you can copy m4/onceonly_2_57.m4
29140         (or m4/onceonly.m4, if pre-2.57) manually.
29141
29142 2006-07-08  Jim Meyering  <jim@meyering.net>
29143
29144         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
29145         comment.
29146         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
29147         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
29148         comment.
29149
29150 2006-07-08  Jim Meyering  <jim@meyering.net>
29151
29152         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
29153
29154 2006-07-07  Simon Josefsson  <jas@extundo.com>
29155
29156         * tests/test-crc.c: Change expected crc value, the test vector
29157         were probably computed using the old broken crc.c?
29158
29159 2006-07-06  Simon Josefsson  <jas@extundo.com>
29160
29161         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
29162         now the canonical place for the M4 file).
29163
29164         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
29165         from the sys_socket dependency now.
29166
29167         * modules/inet_pton (Files): Ditto.
29168
29169         * modules/inet_ntop (Files): Ditto.
29170
29171 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29172
29173         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
29174         not gl_PREREQ_GETUSERSHELL.
29175
29176 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29177
29178         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
29179         with only one argument, for Autoconf 2.60.
29180         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
29181         expand to nothing, so add a shell command to avoid syntax error.
29182         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
29183
29184 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29185
29186         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
29187
29188 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29189
29190         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
29191         no longer needed.  Check for isblank decl.
29192         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
29193         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
29194         of existence.
29195
29196 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29197
29198         * lib/getloadavg.c: Use __VMS, not VMS.
29199         * lib/getopt.c: Likewise.
29200         * lib/getpagesize.h: Likewise.
29201         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
29202         and probably does not work.
29203
29204 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29205
29206         * lib/.cppi-disable: Add wcwidth.
29207         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
29208         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
29209         (ISGRAPH): Remove.  All uses changed to isgraph.
29210         (FOLD) [!defined _LIBC]: Remove special case.
29211         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
29212         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
29213         HAVE_ISBLANK.
29214         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
29215         case.
29216
29217 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
29218
29219         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
29220         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
29221         brackets.  Other minor changes to suppress some compiler
29222         warnings.
29223
29224 2006-07-06  Derek R. Price  <derek@ximbiot.com>
29225         and Paul Eggert  <eggert@cs.ucla.edu>
29226
29227         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
29228         of invoking obsolescent AC_HEADER_DIRENT macro.
29229         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
29230         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
29231         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
29232         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
29233         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
29234         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
29235         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
29236         * m4/readdir.m4: Remove; no longer needed.
29237
29238 2006-07-06  Derek R. Price  <derek@ximbiot.com>
29239         and Paul Eggert  <eggert@cs.ucla.edu>
29240
29241         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
29242         Don't worry about this obsolete case any more.
29243         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
29244         directories.
29245         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
29246         worry about this obsolete case any more.
29247         * lib/fts.c: Likewise.
29248         * lib/getcwd.c: Likewise.
29249         * lib/glob.h: Likewise.
29250         * lib/savedir.c: Likewise.
29251
29252 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
29253
29254         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
29255         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
29256         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
29257         needed.
29258         All uses removed.
29259         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
29260         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
29261         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
29262         needed.
29263         * m4/getdate.m4 (gl_GETDATE): Likewise.
29264         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
29265         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
29266         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
29267         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
29268         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
29269         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29270         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
29271         needed.
29272
29273 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
29274
29275         * lib/memcasecmp.c: Include <limits.h>.
29276         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
29277         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
29278         Don't assume isdigit succeeds only on '0' through '9'.
29279
29280 2006-07-05  Eric Blake  <ebb9@byu.net>
29281
29282         * modules/getaddrinfo (Depends-on): Add snprintf.
29283
29284 2006-07-05  Eric Blake  <ebb9@byu.net>
29285
29286         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
29287         to avoid 'header present but could not be compiled' on cygwin.
29288
29289 2006-07-05  Eric Blake  <ebb9@byu.net>
29290
29291         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
29292         missing from netdb.h.
29293         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
29294
29295 2006-07-05  Derek R. Price  <derek@ximbiot.com>
29296
29297         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
29298         no longer needed.
29299         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
29300         * m4/getdate.m4 (gl_GETDATE): Likewise.
29301         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
29302         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
29303         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
29304         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
29305         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29306
29307 2006-07-05  Derek R. Price  <derek@ximbiot.com>
29308
29309         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
29310         All uses of is_space replaced by isspace.
29311         * lib/exit.h: Don't talk about STDC_HEADERS.
29312         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
29313         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
29314         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
29315         replaced by isprint etc.
29316         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
29317         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
29318         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
29319         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
29320         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
29321         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
29322
29323 2006-07-05  Bruno Haible  <bruno@clisp.org>
29324
29325         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
29326         the function exists, before testing against AIX.
29327         Reported by Martin Lambers <marlam@marlam.de>.
29328
29329 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
29330
29331         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
29332         From Mark D. Baushke.
29333
29334 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
29335
29336         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
29337         to the absolute name, not just one, to bypass Sun C 5.8's
29338         "warning: #include of /usr/include/... may be non-portable".
29339
29340 2006-07-04  Eric Blake  <ebb9@byu.net>
29341
29342         * modules/dirname-tests: New test module.
29343         * tests/test-dirname.c: New file, replacing dirname.c
29344         TEST_DIRNAME section that was recently deleted.
29345
29346 2006-07-04  Bruno Haible  <bruno@clisp.org>
29347
29348         Assume ANSI C header files and <ctype.h> functions.
29349         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
29350         (mbsnwidth): Use isprint, iscntrl instead.
29351
29352 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29353
29354         Merge from coreutils.
29355         * MODULES.html.sh: Add xstrtold.
29356         * modules/xstrtold: New file.
29357         * modules/cycle-check (Files): Add lib/same-inode.h.
29358         * modules/dirname (Files): Add m4/double-slash-root.m4.
29359         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
29360         * modules/mkdir-p (Files): Add lib/same-inode.h.
29361         * modules/same (Files): Add lib/same-inode.h.
29362
29363 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29364
29365         * m4/absolute-header.m4: Renamed from full-header-path.m4.
29366         This is to keep the terminology clean; POSIX talks about
29367         "absolute pathnames", not "full pathnames", but the GNU
29368         Coding Standards say to use "path" for something else;
29369         so use "absolute" to keep both sides happy.
29370         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
29371         Set gl_absolute_header, not gl_full_header_path.
29372         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
29373         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
29374         All uses changed.
29375
29376         Merge from coreutils.
29377
29378         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
29379
29380         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
29381         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
29382         want to require the building of c-strtod.o.
29383         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
29384         needs -lm directly.
29385         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
29386
29387         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
29388
29389         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
29390         --as-needed option if available.  Problem reported by Albert Chin in
29391         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
29392         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
29393         cc merely issues a bunch of annoying warnings for --as-needed
29394         (this problem was reported by Bob Proulx).  Also, try linking with
29395         -lm to detect a bug in binutils 2.16 (this problem was reported
29396         by Ralf Wildenhues).
29397
29398         2006-06-18  Jim Meyering  <jim@meyering.net>
29399
29400         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
29401         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
29402         macro.
29403         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
29404         also check for glibc-2.4's abort-inducing bug.
29405
29406         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
29407         Low-probability clean-up should be to use rmdir to get rid of
29408         the just-created directory, not unlink.
29409
29410         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
29411         configure fail, and request a bug report to inform us about it.
29412         Add a comment that, barring reports to the contrary, in 2007 we'll
29413         assume ftruncate is universally available.
29414
29415         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
29416
29417         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
29418
29419         2006-03-12  Jim Meyering  <jim@meyering.net>
29420
29421         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
29422         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
29423         * m4/same.m4 (gl_SAME): Likewise.
29424         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
29425
29426         2006-03-11  Eric Blake  <ebb9@byu.net>
29427
29428         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
29429         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
29430         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
29431         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
29432
29433 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29434
29435         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
29436         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
29437         reported by Mark D. Baushke, one in
29438         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
29439
29440         Merge from coreutils.
29441
29442         * lib/.cppi-disable: Add stdint_.h.
29443         * lib/.cvsignore: Add stdint.h.
29444
29445         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
29446
29447         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
29448         both double and long double versions.
29449         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
29450         * lib/xstrtold.c: New file.
29451         * lib/xstrtod.h (xstrtold): New decl.
29452
29453         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
29454
29455         * lib/filemode.c (setst): Remove.
29456         (strmode): Rewrite to avoid setst.  This makes the code shorter,
29457         (arguably) clearer, and the generated code is a bit smaller on my
29458         Debian GNU/Linux stable x86 host.
29459
29460         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
29461
29462         * lib/filemode.c: Include "filemode.h" first, to test the interface.
29463         Assume that filemode.h includes sys/types.h and sys/stat.h.
29464         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
29465         (ftypelet): Reorder to put common cases first, for efficiency.
29466         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
29467         to do 'M'.
29468         (strmode): Renamed from mode_string, and now stores 12 bytes instead
29469         of 10, for compatibility with FreeBSD.  All callers changed.
29470         (filemodestring): Now stores 12 bytes instead of 10, and sets file
29471         types that can't be deduced solely from st_mode.  First arg is now a
29472         const pointer.
29473         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
29474         (strmode): Renamed from mode_string.
29475         (filemodestring): New decl.
29476         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
29477         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
29478         needed.
29479         (S_ISPORT, S_ISWHT): New macros, if not already defined.
29480
29481         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
29482
29483         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
29484         fsusage.h now does that.  Include fsusage.h first, to test interface.
29485         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
29486         at most one method (the old code could have generated decls that
29487         didn't conform to C89, not that this was ever exercised).
29488         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
29489
29490         2006-03-19  Jim Meyering  <jim@meyering.net>
29491
29492         Work even in a chroot where d_ino values for entries in "/"
29493         don't match the stat.st_ino values for the same names.
29494         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
29495         number, iterate through all entries again, using lstat instead.
29496         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
29497         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
29498
29499         * lib/getcwd.c (__getcwd): Clarify a comment.
29500         Use memcpy in place of a call to strcpy.
29501
29502         2006-03-12  Jim Meyering  <jim@meyering.net>
29503
29504         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
29505         matches that of the current directory (which we're about to chdir ".."
29506         out of), then save the dev-ino of the parent, instead.
29507
29508         * lib/same-inode.h (SAME_INODE): New file/macro.
29509         * lib/chdir-safer.c (SAME_INODE): Remove definition.
29510         Include "same-inode.h", instead.
29511         * lib/same.c: Likewise.
29512         * lib/cycle-check.h: Include "same-inode.h".
29513         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
29514         * lib/cycle-check.c (SAME_INODE): Remove definition.
29515         * lib/root-dev-ino.h: Include "same-inode.h".
29516
29517         2006-03-11  Eric Blake  <ebb9@byu.net>
29518
29519         * lib/same.c (same_name): s/base_name/last_component/
29520         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
29521         * lib/filenamecat.c (file_name_concat): Likewise.
29522
29523         2006-03-11  Eric Blake  <ebb9@byu.net>,
29524                     Paul Eggert  <eggert@cs.ucla.edu>
29525
29526         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
29527         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
29528         drive prefix.
29529         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
29530         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
29531         (last_component): New method.
29532         * lib/dirname.c (dir_len): Determine when drive letters need a
29533         subsequent slash.  Preserve // when it is special.
29534         (dir_name): Don't append dot when drive letter is absolute.
29535         [TEST_DIRNAME]: Move into a full-blown gnulib test.
29536         * lib/basename.c (base_name): New semantics - malloc the result.
29537         Preserve // when it is special.  Preserve relative files that look
29538         like drive letters.
29539         (base_len): Preserve // when it is special.
29540         (last_component): New method, similar to old base_name semantics.
29541         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
29542         base_name.  Strip redundant slashes from ///.
29543
29544 2006-07-03  Jim Meyering  <jim@meyering.net>
29545
29546         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
29547         macro is used before the first cycle_check call.
29548
29549 2006-07-03  Eric Blake  <ebb9@byu.net>
29550
29551         * modules/dirname (Depends-on): Add xstrndup.
29552
29553 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
29554
29555         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
29556         test cases, so that config.log is a bit easier to follow.
29557
29558 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
29559
29560         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
29561         both are 64 bits, since this seems to be the tradition, and this
29562         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
29563         we ever run into a host that prefers long long to long in this
29564         case, we'll need another configure-time test.  Problem reported by
29565         Jim Meyering.
29566
29567 2006-07-02  Eric Blake  <ebb9@byu.net>
29568
29569         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
29570
29571 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
29572
29573         * modules/inttypes (Depends-on): No longer depends on stdint.
29574         * modules/stdint (Description): Say more about assumptions.
29575         Say that the fast types might differ.  Say macros are used.
29576         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
29577         (Makefile.am): Revise list of substituted symbols to match
29578         new stdint.m4.
29579         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
29580         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
29581         * tests/test-stdint.c (verify_same_types)
29582         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
29583         the code conforms to C99/C89.
29584         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
29585         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
29586
29587 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
29588
29589         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
29590         but fix a bug, by requiring at least 64 bits.
29591         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
29592         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
29593         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
29594         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
29595
29596         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
29597         changes.  Make 2.59 a prerequisite.  Check and substitute for
29598         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
29599         inttypes.h.  Do not use special include files; just use the
29600         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
29601         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
29602         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
29603         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
29604         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
29605         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
29606         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
29607         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
29608         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
29609         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
29610         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
29611         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
29612         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
29613         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
29614         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
29615         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
29616         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
29617         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
29618         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
29619         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
29620         WINT_MAX.  Check for C99 conformance more strictly, by detecting
29621         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
29622         not check for things that C99 does not require, e.g., int8_t.  If
29623         a test isn't needed unless <stdint.h> isn't working, and is
29624         unlikely to be needed for any other reason, then don't do it
29625         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
29626         size_t, since we assume C89 freestanding at least.  Do not check
29627         for sig_atomic_t, wchar_t, or wint_t, since the code now does
29628         the right thing even if the types are not defined.  Instead use:
29629         (gl_STDINT_TYPE_PROPERTIES): New macro.
29630         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
29631         testing whether <sys/types.h> clashes, as Autoconf does this for
29632         us now.  All uses removed.
29633         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
29634         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
29635         (gl_CHECK_TYPE_SAME):
29636         Remove; no longer needed.
29637         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
29638         exists, since we'll return 0 anyway in that case.
29639         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
29640
29641 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
29642
29643         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
29644         possible collision with system files.
29645         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
29646         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
29647         WCHAR_MIN and WCHAR_MAX in this case.
29648         (<stddef.h>): Do not include; no longer needed.
29649         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
29650         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
29651         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
29652         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
29653         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
29654         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
29655         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
29656         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
29657         !defined(__c99))]: Include in this case too, since it's harmless
29658         now.
29659         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
29660         dangerous to do so.
29661         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
29662         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
29663         (_STDINT_MIN, _STDINT_MAX): New macros.
29664         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
29665         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
29666         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
29667         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
29668         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
29669         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
29670         macros, not typedefs; this simplifies things quite a bit.
29671         Use long int for all types narrower than int64_t.
29672         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
29673         Define in terms of long long int or int64_t or long int,
29674         not int64_t or int32_t.  This saves some compile-time testing.
29675         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
29676         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
29677         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
29678         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
29679         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
29680         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
29681         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
29682         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
29683         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
29684         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
29685         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
29686         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
29687         undef any previous version and define our own version, for
29688         simplicity and consistency with the new macros for types.
29689         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
29690         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
29691         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
29692         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
29693         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
29694         @WINT_T_SUFFIX@ to keep things simple here.
29695         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
29696         Simplify by assuming typical 8/16/32/64 host, since we're
29697         already doing that elsewhere anyway.
29698         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
29699         and assume long long int is 64 bits if available.  This
29700         speeds up 'configure'.
29701
29702 2006-07-01  Eric Blake  <ebb9@byu.net>
29703
29704         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
29705         Reported by Andreas Buening.
29706
29707 2006-07-01  Eric Blake  <ebb9@byu.net>
29708
29709         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
29710
29711 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
29712
29713         * lib/getaddrinfo.c: fixed typo
29714
29715 2006-06-29  Jim Meyering  <jim@meyering.net>
29716
29717         * modules/strftime (Maintainer): Add my name, since with the
29718         FPRINTFTIME changes strftime.c has forked from glibc.
29719
29720 2006-06-29  Eric Blake  <ebb9@byu.net>
29721
29722         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
29723
29724 2006-06-29  Eric Blake  <ebb9@byu.net>
29725
29726         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
29727
29728 2006-06-29  Eric Blake  <ebb9@byu.net>
29729
29730         * lib/stat_.h: New file.
29731
29732 2006-06-29  Eric Blake  <ebb9@byu.net>
29733
29734         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
29735         unused static function.
29736
29737 2006-06-29  Eric Blake  <ebb9@byu.net>
29738
29739         * doc/functions.texi (Function Portability): Document missing lstat
29740         on mingw.
29741
29742 2006-06-29  Eric Blake  <ebb9@byu.net>
29743
29744         * MODULES.html.sh: Add sys_stat.
29745         * modules/sys_stat: New module.
29746         * modules/mkstemp (Depends-on): Add sys_stat.
29747
29748 2006-06-29  Derek R. Price  <derek@ximbiot.com>
29749
29750         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
29751
29752 2006-06-29  Derek R. Price  <derek@ximbiot.com>
29753
29754         * m4/c-bs-a.m4: Removed.
29755
29756 2006-06-29  Derek R. Price  <derek@ximbiot.com>
29757
29758         * lib/strftime.c: Assume strftime() exists.
29759
29760 2006-06-29  Derek Price  <derek@ximbiot.com>
29761
29762         * modules/c-bs-a: Removed - \a is C89.
29763         * MODULES.html.sh: Remove c-bs-a.
29764
29765 2006-06-29  Bruno Haible  <bruno@clisp.org>
29766
29767         * modules/wcwidth (License): Change to LGPL.
29768
29769 2006-06-28  Simon Josefsson  <jas@extundo.com>
29770
29771         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
29772         on _WIN32.
29773
29774         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
29775         getnameinfo.
29776
29777 2006-06-28  Simon Josefsson  <jas@extundo.com>
29778
29779         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
29780
29781 2006-06-28  Simon Josefsson  <jas@extundo.com>
29782
29783         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
29784         functions there.  It will succeed on Windows XP, but on Windows
29785         2000 and (presumably) earlier, it will fail, and use the internal
29786         re-implementation.
29787         (use_win32_p): New function.
29788         (getaddrinfo): Use strtoul on servname, to support numeric ports.
29789         Support AI_NUMERICSERV to disable getservbyname.
29790         (getnameinfo): New function, only supports
29791         NI_NUMERICHOST|NI_NUMERICSERV for now.
29792
29793         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
29794         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
29795         getnameinfo.
29796
29797 2006-06-28  Eric Blake  <ebb9@byu.net>
29798
29799         * modules/wcwidth: New file.
29800         * modules/mbchar (Depends-on): Add wcwidth.
29801         * modules/mbswidth (Depends-on): Add wcwidth.
29802         * MODULES.html.sh: Add wcwidth.
29803
29804 2006-06-28  Eric Blake  <ebb9@byu.net>
29805
29806         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
29807         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
29808
29809 2006-06-28  Eric Blake  <ebb9@byu.net>
29810
29811         * lib/xvasprintf.h: Fix comments.
29812
29813 2006-06-28  Eric Blake  <ebb9@byu.net>
29814
29815         * lib/mbchar.h (wcwidth): Include wcwidth.h.
29816         * lib/mbswidth.c (wcwidth): Move from here...
29817         * lib/wcwidth.h: ...to this new file.
29818
29819 2006-06-28  Derek R. Price  <derek@ximbiot.com>
29820
29821         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
29822
29823         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
29824         it's obsolete.
29825         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
29826
29827 2006-06-28  Derek R. Price  <derek@ximbiot.com>
29828
29829         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
29830         Autoconf 2.60 says this stuff was obsolete.
29831
29832 2006-06-28  Bruno Haible  <bruno@clisp.org>
29833
29834         * modules/wcwidth (Files): Add m4/wchar_t.m4.
29835
29836 2006-06-28  Bruno Haible  <bruno@clisp.org>
29837
29838         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
29839         gt_TYPE_WCHAR_T.
29840
29841 2006-06-28  Bruno Haible  <bruno@clisp.org>
29842
29843         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
29844         declaration for wcwidth.
29845         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
29846
29847 2006-06-28  Bruno Haible  <bruno@clisp.org>
29848
29849         * lib/mkdtemp.c [MINGW]: Include <io.h>.
29850         (mkdir): Define using _mkdir.
29851
29852 2006-06-28  Bruno Haible  <bruno@clisp.org>
29853
29854         * lib/getaddrinfo.h: Fix POSIX URL.
29855         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
29856         _WIN32.
29857         (use_win32_p): Make static.
29858         (getaddrinfo): Reject service name if it is empty or does not consist
29859         solely of decimal digits, or if its value is > 65535.
29860         (getnameinfo): Remove useless casts.
29861
29862 2006-06-27  Simon Josefsson  <jas@extundo.com>
29863
29864         * modules/sys_select: New file, suggested by Bruno Haible, Paul
29865         Eggert and Martin Lambers.
29866
29867 2006-06-27  Simon Josefsson  <jas@extundo.com>
29868
29869         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
29870         Eggert and Martin Lambers.
29871
29872 2006-06-27  Bruno Haible  <bruno@clisp.org>
29873
29874         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
29875         result to 0, not to empty.
29876         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
29877
29878 2006-06-27  Bruno Haible  <bruno@clisp.org>
29879
29880         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
29881
29882 2006-06-26  Simon Josefsson  <jas@extundo.com>
29883
29884         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
29885         present.
29886
29887 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
29888
29889         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
29890         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
29891         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
29892
29893 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
29894
29895         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
29896
29897 2006-06-26  Bruno Haible  <bruno@clisp.org>
29898
29899         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
29900
29901 2006-06-26  Bruno Haible  <bruno@clisp.org>
29902
29903         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
29904
29905 2006-06-26  Bruno Haible  <bruno@clisp.org>
29906
29907         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
29908         SGI C compiler in pre-C99 mode.
29909         Suggested by Mark D. Baushke and Larry Jones.
29910
29911 2006-06-26  Bruno Haible  <bruno@clisp.org>
29912
29913         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
29914         WCHAR_MAX.
29915         Reported by Mark D. Baushke and Larry Jones.
29916
29917 2006-06-26  Bruno Haible  <bruno@clisp.org>
29918
29919         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
29920         in pre-C99 mode.
29921         Suggested by Mark D. Baushke and Larry Jones.
29922
29923 2006-06-23  Simon Josefsson  <jas@extundo.com>
29924             Bruno Haible  <bruno@clisp.org>
29925
29926         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
29927         Emit mostlyclean-local rule.
29928         (func_emit_tests_Makefile_am): Likewise.
29929         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
29930
29931 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
29932
29933         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
29934
29935 2006-06-23  Bruno Haible  <bruno@clisp.org>
29936
29937         * tests/test-stdint.c: Update to match ISO C 99 Technical
29938         Corrigendum 1.
29939
29940 2006-06-23  Bruno Haible  <bruno@clisp.org>
29941
29942         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
29943
29944 2006-06-23  Bruno Haible  <bruno@clisp.org>
29945
29946         * lib/stdint_.h: Treat IRIX like OpenBSD.
29947
29948 2006-06-23  Bruno Haible  <bruno@clisp.org>
29949
29950         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
29951         ISO C 99 Technical Corrigendum 1.
29952
29953 2006-06-22  Simon Josefsson  <jas@extundo.com>
29954
29955         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
29956         MinGW.
29957
29958 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29959
29960         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
29961         needed.  Some compiler complained about some of them.  Problem reported
29962         by Larry Jones in
29963         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
29964
29965 2006-06-21  Simon Josefsson  <jas@extundo.com>
29966
29967         * tests/test-getaddrinfo.c: New file.
29968
29969         * modules/getaddrinfo-tests: New file.
29970
29971         * MODULES.html.sh: Add inet_pton.
29972
29973         * modules/inet_pton: New file.
29974
29975 2006-06-21  Simon Josefsson  <jas@extundo.com>
29976
29977         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
29978         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
29979         of using the (limited) gnulib implementation on Windows XP.
29980
29981         * m4/inet_pton.m4: New file.
29982
29983 2006-06-21  Simon Josefsson  <jas@extundo.com>
29984
29985         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
29986         variable.
29987
29988         * lib/socket_.h: Don't define WINVER.
29989
29990         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
29991         slightly modified to work in gnulib.
29992
29993 2006-06-21  Simon Josefsson  <jas@extundo.com>
29994
29995         * doc/gnulib.texi (Windows sockets): Add.
29996
29997 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
29998
29999         * lib/read-file.c (fread_file): Start with buffer allocation of
30000         0 bytes rather than 1 byte; this simplifies the code.
30001         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
30002         code to free buffer and save/restore errno.
30003         (internal_read_file): Remove unused local.
30004
30005 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
30006
30007         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
30008         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
30009         Problem reported by Denis Excoffier in
30010         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
30011
30012 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30013
30014         * modules/sys_socket, modules/socklen: Include sys/types since
30015         FreeBSD 4.x's sys/socket.h needs it.
30016
30017 2006-06-19  Simon Josefsson  <jas@extundo.com>
30018
30019         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
30020
30021 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
30022
30023         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
30024
30025 2006-06-19  Bruno Haible  <bruno@clisp.org>
30026
30027         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
30028         and FULL_PATH_INTTYPES_H in angle brackets.
30029         Reported by Mark D. Baushke <mdb@gnu.org>.
30030
30031 2006-06-17  Eric Blake  <ebb9@byu.net>
30032
30033         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
30034         errno.
30035
30036 2006-06-17  Bruno Haible  <bruno@clisp.org>
30037
30038         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
30039         <sys/inttypes.h>.
30040
30041 2006-06-17  Bruno Haible  <bruno@clisp.org>
30042
30043         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
30044         whether errno is declared. Assume <errno.h> declares errno.
30045
30046 2006-06-17  Bruno Haible  <bruno@clisp.org>
30047
30048         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
30049
30050 2006-06-17  Bruno Haible  <bruno@clisp.org>
30051
30052         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
30053         problem on Solaris 2.5.1.
30054
30055 2006-06-16  Eric Blake  <ebb9@byu.net>
30056
30057         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
30058         * lib/unicodeio.c [!defined errno]: Likewise.
30059         * lib/strtol.c [!defined errno]: Likewise.
30060         * lib/strtod.c [!defined errno]: Likewise.
30061
30062 2006-06-15  Eric Blake  <ebb9@byu.net>
30063
30064         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
30065
30066 2006-06-15  Eric Blake  <ebb9@byu.net>
30067
30068         * config/srclist.txt (ssize_t.m4): Lose sync.
30069
30070 2006-06-15  Bruno Haible  <bruno@clisp.org>
30071
30072         * modules/stdint (Files): Include m4/full-header-path.m4,
30073         m4/size_max.m4, m4/wchar_t.m4.
30074         (Makefile.am): Many more substitutions.
30075         * modules/stdint-tests: New file.
30076         * tests/test-stdint.c: New file.
30077
30078 2006-06-15  Bruno Haible  <bruno@clisp.org>
30079
30080         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
30081         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
30082         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
30083         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
30084         gl_CHECK_TYPE_SAME): New macros.
30085
30086 2006-06-15  Bruno Haible  <bruno@clisp.org>
30087
30088         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
30089
30090 2006-06-15  Bruno Haible  <bruno@clisp.org>
30091
30092         * lib/stdint_.h: Rewritten to be fully auto-configured.
30093         Fixes bug on HP-UX/IA64.
30094
30095 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
30096
30097         * lib/getdate.y (__attribute__): Don't define if already defined.
30098         Problem reported by Larry Jones.
30099         * lib/utimens.c (__attribute__): Likewise.
30100
30101 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
30102
30103         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
30104         reported by Andreas Schwab.
30105
30106 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30107             Bruno Haible  <bruno@clisp.org>
30108
30109         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
30110         check for the declaration of strnlen and a run test that exposes the
30111         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
30112         rpl_strndup.
30113
30114 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30115             Bruno Haible  <bruno@clisp.org>
30116
30117         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
30118
30119 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30120
30121         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
30122         compile test, for Tru64 4.0D.
30123
30124 2006-05-28  Karl Berry  <karl@gnu.org>
30125
30126         * config/srclist.txt (printf-args.c): lose sync.
30127
30128 2006-05-26  Martin Lambers  <marlam@marlam.de>
30129
30130         * lib/getpass.c: Updates the test for the native W32 API, and adds
30131         missing includes, thus fixing compilation warnings.
30132
30133 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
30134
30135         * lib/exclude.c (exclude_fnmatch): New function.
30136         (excluded_file_name): Call exclude_fnmatch.
30137         * lib/exclude.h (excluded_file_name): New prototype
30138
30139 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
30140
30141         * lib/tempname.c (small_open, large_open): New macros.
30142         (__open, __open64) [!_LIBC]: Remove.
30143         (__gen_tempname): Use small_open and large_open instead of __open
30144         and __open64.  This fixes a portability bug on HP-UX 11.11i
30145         reported by Simon Wing-Tang in
30146         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
30147
30148 2006-05-24  Bruno Haible  <bruno@clisp.org>
30149
30150         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
30151         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
30152         Reported by Thorsten Maerz <torte@netztorte.de> via
30153         Aaron Stone <aaron@serendipity.cx>.
30154
30155 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30156
30157         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
30158         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
30159         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
30160         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
30161         not really conditional on the cache.
30162         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
30163
30164 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30165
30166         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
30167         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
30168         (my_usleep): Don't mishandle maximum value.
30169
30170 2006-05-19  Jim Meyering  <jim@meyering.net>
30171
30172         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
30173
30174 2006-05-17  Bruno Haible  <bruno@clisp.org>
30175
30176         Cygwin portability.
30177         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
30178
30179 2006-05-17  Bruno Haible  <bruno@clisp.org>
30180
30181         * lib/stdint_.h: Fix recognition of Cygwin.
30182
30183 2006-05-15  Bruno Haible  <bruno@clisp.org>
30184
30185         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
30186         on libtool patch by Ralf Wildenhues.
30187
30188 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30189
30190         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
30191         test for C99 conformance; (bool) 0.5 is an integer constant
30192         expression, but (bool) -0.5 is not.  Problem reported by Fedor
30193         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
30194
30195 2006-05-11  Simon Josefsson  <jas@extundo.com>
30196
30197         * m4/xvasprintf.m4: Fix obvious typo.
30198
30199 2006-05-11  Jim Meyering  <jim@meyering.net>
30200
30201         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
30202         James Lemley.
30203
30204 2006-05-10  Simon Josefsson  <jas@extundo.com>
30205
30206         * lib/md4.c: Typo fix, update copyright years.
30207         (K1, K2): Don't use L because it turn computations into 64-bit on
30208         64-bit platforms.
30209
30210 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
30211
30212         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
30213         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
30214         unwanted sign propagation, e.g., on hosts with 64-bit int.
30215         There still are some problems with reeelly weird theoretical hosts
30216         (e.g., 33-bit int) but it's not worth worrying about now.
30217         * lib/sha1.c (rol): Likewise.
30218         (K1, K2, K3, K4): Remove unnecessary L suffix.
30219
30220 2006-05-10  Bruno Haible  <bruno@clisp.org>
30221
30222         * lib/des.c: Cast to avoid warnings.
30223
30224 2006-05-09  Bruno Haible  <bruno@clisp.org>
30225
30226         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
30227         (Depends-on): Depend also on xsize, stdarg.
30228         (configure.ac): Add gl_XVASPRINTF.
30229
30230 2006-05-09  Bruno Haible  <bruno@clisp.org>
30231
30232         * m4/xvasprintf.m4: New file.
30233
30234 2006-05-09  Bruno Haible  <bruno@clisp.org>
30235
30236         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
30237         (EOVERFLOW): Define fallback value.
30238         (xstrcat): New function.
30239         (xvasprintf): Recognize the special case of a string concatenation.
30240
30241 2006-05-08  Eric Blake  <ebb9@byu.net>
30242
30243         * gnulib-tool (func_version): Base copyright year on CVS date.
30244         (func_emit_copyright_notice): New function.
30245         (func_emit_lib_Makefile_am): Use it.
30246         (func_emit_tests_Makefile_am): Likewise.
30247         (func_import): Likewise.
30248
30249 2006-05-08  Bruno Haible  <bruno@clisp.org>
30250
30251         * modules/stdarg: New file.
30252         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
30253
30254 2006-05-08  Bruno Haible  <bruno@clisp.org>
30255
30256         * m4/stdarg.m4: New file, from GNU gettext.
30257
30258 2006-05-08  Bruno Haible  <bruno@clisp.org>
30259
30260         * config/srclist.txt (build-aux/config.rpath): different from latest
30261         release.
30262
30263 2006-05-08  Bruno Haible  <bruno@clisp.org>
30264
30265         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
30266
30267 2006-05-05  Jim Meyering  <jim@meyering.net>
30268
30269         * m4/warning.m4: New file, derived from bison's file by the same name.
30270
30271 2006-05-03  Bruno Haible  <bruno@clisp.org>
30272
30273         * lib/stdint_.h: Shorter URL.
30274         * lib/inttypes.h: Likewise.
30275
30276 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30277
30278         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
30279
30280 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30281
30282         * lib/verify.h: Document the internals better.  Most of this change
30283         was written by Bruno Haible.
30284
30285 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30286
30287         * doc/verify.texi: New file, partly based on a proposal by
30288         Bruno Haible.
30289
30290 2006-05-02  Bruno Haible  <bruno@clisp.org>
30291
30292         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
30293         test from here...
30294         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
30295
30296 2006-04-29  Bruno Haible  <bruno@clisp.org>
30297
30298         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
30299         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
30300
30301 2006-04-29  Bruno Haible  <bruno@clisp.org>
30302
30303         * gnulib-tool: Make --update option actually work.
30304
30305 2006-04-29  Bruno Haible  <bruno@clisp.org>
30306
30307         * doc/gcd.texi: New file.
30308         * doc/gnulib.texi: Include it.
30309
30310 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
30311
30312         * lib/getdate.y (get_date): When adding relative date, start with the
30313         initial time, not with the result of the first mktime call.
30314
30315 2006-04-25  Bruno Haible  <bruno@clisp.org>
30316
30317         * gnulib-tool (func_import): Output the include directives in three
30318         blocks, sorted separately.
30319         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30320
30321 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
30322
30323         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
30324         to define main with arguments, for C++.  Reported by Eric Blake.
30325         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
30326         Prefer 'int main ()' to 'int main (void)', for C++.
30327         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
30328         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
30329         for 'main', for C99 and C++.
30330
30331 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
30332
30333         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
30334         Don't assume that exit status -1 is valid.
30335         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
30336         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
30337         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
30338         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
30339         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
30340         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
30341         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
30342         functions can be used without declaring them, or that you can
30343         exit with status -1.
30344         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
30345
30346 2006-04-24  Karl Berry  <karl@gnu.org>
30347
30348         * config/srclist.txt (longdouble.m4): sync lost.
30349
30350 2006-04-24  Eric Blake  <ebb9@byu.net>
30351
30352         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
30353
30354 2006-04-24  Bruno Haible  <bruno@clisp.org>
30355
30356         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
30357         poll() implementation in AIX.
30358         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30359
30360 2006-04-24  Bruno Haible  <bruno@clisp.org>
30361
30362         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
30363         assigned exactly once.
30364
30365 2006-04-23  Claudio Fontana  <claudio@gnu.org>
30366             Bruno Haible  <bruno@clisp.org>
30367
30368         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
30369         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
30370         for AM_CPPFLAGS.
30371
30372 2006-04-23  Bruno Haible  <bruno@clisp.org>
30373
30374         * modules/copy-file: Depend on unistd.
30375         * modules/execute: Likewise.
30376         * modules/fatal-signal: Likewise.
30377         * modules/findprog: Likewise.
30378         * modules/mkdtemp : Likewise.
30379         * modules/pipe: Likewise.
30380         * modules/wait-process: Likewise.
30381
30382 2006-04-23  Bruno Haible  <bruno@clisp.org>
30383
30384         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
30385         condition was already detected.
30386         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30387
30388 2006-04-23  Bruno Haible  <bruno@clisp.org>
30389
30390         * lib/copy-file.c: Include <unistd.h> unconditionally.
30391         * lib/execute.c: Likewise.
30392         * lib/fatal-signal.c: Likewise.
30393         * lib/findprog.c: Likewise.
30394         * lib/mkdtemp.c: Likewise.
30395         * lib/pipe.h: Likewise.
30396         * lib/pipe.c: Likewise.
30397         * lib/wait-process.h: Likewise.
30398
30399 2006-04-23  Bruno Haible  <bruno@clisp.org>
30400
30401         * gnulib-tool (func_usage): Fix --import description. Document
30402         --update.
30403         (func_import): Create temporary file in a temporary directory, if
30404         --dry-run is specified. Silence errors from 'grep' when there are no
30405         m4 files in $m4dir.
30406         (func_create_testdir): Silence errors from 'grep' when there are no
30407         m4 files in $m4dir.
30408         Reported by Karl Berry <karl@freefriends.org>.
30409
30410 2006-04-20  Bruno Haible  <bruno@clisp.org>
30411
30412         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
30413         one argument, so that the code will be portable to Autoconf 2.60.
30414         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
30415         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
30416         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
30417
30418 2006-04-19  Derek Price  <derek@ximbiot.com>
30419             Eric Blake  <ebb9@byu.net>
30420
30421         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
30422         rather than "/full/path.h".  Update comment to match.  Shorten &
30423         generalize m4_translit call via AS_TR_CPP.
30424
30425 2006-04-19  Derek Price  <derek@ximbiot.com>
30426             Eric Blake  <ebb9@byu.net>
30427
30428         * lib/inttypes.h: Correct grammar in comment.
30429
30430 2006-04-18  Derek Price  <derek@ximbiot.com>
30431             Paul Eggert  <eggert@cs.ucla.edu>
30432
30433         * modules/inttypes: New file.
30434         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
30435
30436 2006-04-18  Derek Price  <derek@ximbiot.com>
30437             Paul Eggert  <eggert@cs.ucla.edu>
30438
30439         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
30440         New files.
30441
30442 2006-04-18  Derek Price  <derek@ximbiot.com>
30443             Paul Eggert  <eggert@cs.ucla.edu>
30444
30445         * lib/inttypes.h: New file.
30446         * lib/strtoimax.c: Assume <inttypes.h>.
30447
30448 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
30449
30450         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
30451         isn't mounted.  Problem reported by Kir Kolyshkin.
30452
30453 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
30454
30455         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
30456         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
30457         Derek R. Price.
30458         * lib/regex.h (RE_DUP_MAX): Update comment to match current
30459         implementation.
30460
30461 2006-04-12  Eric Blake  <ebb9@byu.net>
30462
30463         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
30464         is now done automatically by the corresponding Autoconf macro.
30465
30466 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
30467
30468         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
30469         time_r.h.
30470
30471 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
30472
30473         Merge regex changes from libc, removing some of our
30474         POSIX-conformance changes that were rejected and redoing them in a
30475         less-intrusive way.
30476
30477         * lib/regcomp.c (re_compile_internal, init_dfa):
30478         Length arg is now size_t, not Idx.  All uses changed.
30479         (peek_token): Forward decl now says internal_function.
30480         (__re_error_msgid, __re_error_msgid_idx):
30481         Now static rather than extern with attribute_hidden.
30482         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
30483         For some reason libc prefers K&R style defns for external functions.
30484         (regerror) [!defined _LIBC]: Likewise.
30485         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
30486         (seek_collating_symbol_entry, lookup_collation_sequence_value):
30487         (build_range_exp, build_collating_symbol):
30488         Use K&R-style defn.
30489         (re_compile_fastmap): Use '\0' to memset, not 0.
30490         (utf8_sb_map): Make the calculations more obvious.
30491         (init_dfa, parse_bracket_exp, build_charclass_op):
30492         Call calloc and cast result, as glibc does.
30493         (init_word_char, fetch_token, peek_token, peek_token_bracket):
30494         (build_range_exp, build_collating_symbol):
30495         Now internal functions.
30496
30497         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
30498
30499         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
30500         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
30501         Don't depend on VMS; depend on __VMS instead, for POSIX
30502         namespace cleanness.
30503         (regoff_t): Define to ssize_t, not long int.
30504
30505         Remove the REG_ macros named below.  Instead, make the old names
30506         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
30507         __USE_GNU_REGEX.
30508         (REG_BACKSLASH_ESCAPE_IN_LISTS):
30509         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
30510         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
30511         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
30512         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
30513         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
30514         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
30515         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
30516         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
30517         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
30518         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
30519         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
30520         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
30521         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
30522         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
30523         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
30524         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
30525         (REG_NREGS):
30526         Remove.  All uses replaced by the old RE_* names.
30527         (RE_BACKSLASH_ESCAPE_IN_LISTS):
30528         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
30529         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
30530         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
30531         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
30532         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
30533         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
30534         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
30535         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
30536         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
30537         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
30538         Don't bother having these macros be independent of each others'
30539         values, since they no longer exist in the POSIX name space.
30540
30541         Rename the following member names back to their old names,
30542         unless !__USE_GNU_REGEX.  All uses changed back.
30543         (buffer): Renamed from re_buffer.
30544         (allocated): Renamed from re_allocated.
30545         (used): Renamed from re_used.
30546         (syntax): Renamed from re_syntax.
30547         (fastmap): Renamed from re_fastmap.
30548         (translate): Renamed from re_translate.
30549         (can_be_null): Renamed from re_can_be_null.
30550         (regs_allocated): Renamed from re_regs_allocated.
30551         (fastmap_accurate): Renamed from re_fastmap_accurate.
30552         (no_sub): Renamed from re_no_sub.
30553         (not_bol): Renamed from re_not_bol.
30554         (not_eol): Renamed from re_not_eol.
30555         (newline_anchor): Renamed from re_newline_anchor.
30556         (num_regs): Renamed from rm_num_regs.
30557         (start): Renamed from rm_start.
30558         (end): Renamed from rm_end.
30559
30560         (free_state): Move up a bit.
30561
30562         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
30563         #define to be empty.
30564         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
30565         when that is what is intended.
30566         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
30567         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
30568         (MAX): New macro.
30569         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
30570         All uses changed back to re_malloc, etc.  It's now the caller's
30571         responsibility to check for overflow; all callers changed.
30572         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
30573         (re_x2nrealloc): Remove.
30574         (free_state): Remove decl.
30575
30576         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
30577         (re_set_registers, re_exec):
30578         Use K&R-style defn.
30579
30580         2006-01-31  Roland McGrath  <roland@redhat.com>
30581
30582         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
30583         Reported by Mike Frysinger <vapier@gentoo.org>.
30584
30585         2006-01-15  Andreas Jaeger  <aj@suse.de>
30586
30587         [BZ #1950]
30588         * lib/regex_internal.c (re_string_reconstruct): Adjust for
30589         build_wcs_upper_buffer change.
30590         (build_wcs_upper_buffer): Change return type.
30591
30592         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
30593
30594         * lib/regex_internal.h: Include <stdint.h> if available.
30595
30596         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
30597
30598         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
30599
30600         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
30601
30602         * lib/regcomp.c: Adjust for changed secondary hash function.
30603
30604         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
30605
30606         * lib/regex.h: Pretty printing.
30607         Clean up namespace a bit.
30608
30609         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
30610
30611         * lib/regexec.c (update_cur_sifted_state, check_arrival,
30612         check_arrival_add_next_nodes): Avoid using uninitialized variable.
30613
30614         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30615                     Ulrich Drepper  <drepper@redhat.com>
30616
30617         [BZ #1302]
30618         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
30619         changed.
30620         (bitset_word_t): Renamed from bitset_word.  All uses changed.
30621
30622         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
30623
30624         [BZ #281]
30625         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
30626         * lib/regcomp.c: Remove unnecessary uses of
30627         unsigned RE_TRANSLATE_TYPE.
30628         * lib/regex_internal.h: Likewise.
30629         * lib/regex_internal.c: Likewise.
30630         * lib/regexec.c: Likewise.
30631         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
30632
30633         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
30634
30635         * lib/regexec.c (find_recover_state): Remove unnecessary
30636         initialization.
30637         (transit_state_bkref): Make DFA a const pointer.
30638         (get_subexp): Likewise.
30639         (check_arrival): Likewise.
30640         (update_cur_sifted_state): Likewise.
30641         (re_search_internal): Likewise.
30642         (prune_impossible_nodes): Likewise.
30643         (acquire_init_state_context): Likewise.
30644         (proceed_next_node): Likewise.
30645         (set_regs): Likewise.
30646         (free_fail_stack_return): Likewise.
30647         (check_arrival_expand_ecl): Mark DFA parameter as const.
30648         (check_arrival_expand_ecl_sub): Likewise.
30649         (check_subexp_limits): Likewise.
30650         (sub_epsilon_src_nodes):  Likewise.
30651         (add_epsilon_src_nodes):  Likewise.
30652         (merge_state_array): Likewise.
30653         (update_regs): Likewise.
30654         (build_trtable): Likewise.
30655         (sift_states_backward): Mark MCTX parameter as const.
30656         (build_sifted_states): Likewise.
30657         (update_cur_sifted_state): Likewise.
30658         (sift_states_mkref): Likewise.
30659         (check_arrival_expand_ecl): Mark eclosure as const.
30660         (check_dst_limits_calc_pos_1): Likewise.
30661         * lib/regex_internal.h (re_match_context_t): Make dfa a const
30662         pointer.
30663
30664         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
30665
30666         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
30667         (transit_state_sb): Likewise.
30668         (transit_state_mb): Likewise.
30669         (sift_states_iter_mb): Likewise.
30670         (check_arrival_add_next_nodes): Likewise.
30671         (check_node_accept_bytes): Change first parameter to pointer-to-const.
30672         [_LIBC] (re_search_2_stub): Use mempcpy.
30673
30674         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
30675         mbrtowc for very simple UTF-8 case.
30676
30677         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
30678         a pointer-to-const.
30679         (re_acquire_state_context): Likewise.
30680         * lib/regex_internal.h: Adjust prototypes.
30681
30682         * lib/regex.c: Prevent using C++ compilers.
30683
30684         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
30685         (re_acquire_state_context): Likewise.
30686
30687 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
30688
30689         * modules/regex (Depends-on): Add ssize_t.
30690
30691 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
30692
30693         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
30694         translation table.
30695
30696 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
30697
30698         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
30699
30700 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
30701             Bruno Haible  <bruno@clisp.org>
30702
30703         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
30704         <sys/types.h> and <inttypes.h>.
30705
30706 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30707
30708         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
30709         `__error_t_defined', so argp.h will not typedef the former.
30710
30711 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
30712
30713         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
30714         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
30715         glibc names.  Even if glibc is changed to conform to POSIX, the
30716         traditional names will be available anyway, since regex depends on
30717         the extensions module.  Also, fix a longstanding typo in the
30718         implementation of Spencer ERE test #75 from grep 2.3.  Problems
30719         reported by Emanuele Giaquinta.  Also, change sense of cached
30720         variable, so that the message makes sense.
30721
30722 2006-03-24  Simon Josefsson  <jas@extundo.com>
30723
30724         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
30725         including some doc fixes.
30726         (base64_encode_alloc): Fix +1 bug on allocation failures.
30727
30728 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30729
30730         * lib/base64.c (base64_encode): Do not read past end of array with
30731         unsanitized input on systems with CHAR_BIT > 8.
30732
30733 2006-03-24  Eric Blake  <ebb9@byu.net>
30734
30735         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
30736
30737 2006-03-22  Karl Berry  <karl@gnu.org>
30738
30739         * config/srclist.txt (*setenv.[ch]): get from coreutils.
30740         * config/srclistvars.sh (COREUTILS): new var.
30741
30742 2006-03-17  Jim Meyering  <jim@meyering.net>
30743
30744         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
30745         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
30746
30747 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
30748
30749         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
30750         no longer needs it.  Instead, check that regoff_t is as least
30751         as wide as ptrdiff_t.
30752
30753         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
30754         so that our regex.h stays compatible with the installed regex.
30755         This is helpful for installers who configure --without-included-regex.
30756         Problem reported by Emanuele Giaquinta.
30757
30758 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
30759
30760         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
30761         Typedef to long int, not to off_, as POSIX will likely change
30762         in that direction.
30763
30764 2006-03-15  Eric Blake  <ebb9@byu.net>
30765
30766         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
30767
30768 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
30769
30770         * lib/argp-help.c (validate_uparams): Fix typo
30771         * lib/argp-parse.c (argp_default_options): Consistently begin help
30772         messages with a lowercase letter.
30773
30774 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
30775
30776         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
30777         overrun buffers and shouldn't be used (much as gets shouldn't be
30778         used).
30779         * lib/time_r.c (asctime_r, ctime_r): Likewise.
30780
30781 2006-03-08  Simon Josefsson  <jas@extundo.com>
30782
30783         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
30784         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30785
30786 2006-03-08  Simon Josefsson  <jas@extundo.com>
30787
30788         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
30789         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30790
30791 2006-03-08  Simon Josefsson  <jas@extundo.com>
30792
30793         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
30794         signal that configure disabled the device.
30795
30796 2006-03-08  Simon Josefsson  <jas@extundo.com>
30797
30798         * build-aux/maint.mk: Fix refresh-po, to handle no translated
30799         languages.
30800
30801 2006-03-07  Simon Josefsson  <jas@extundo.com>
30802
30803         * modules/getopt (Depends-on): Add unistd.
30804
30805         * modules/unistd: New file.
30806
30807 2006-03-07  Simon Josefsson  <jas@extundo.com>
30808
30809         * modules/gc-random: New file.
30810
30811 2006-03-07  Simon Josefsson  <jas@extundo.com>
30812
30813         * m4/unistd_h.m4: New file.
30814
30815 2006-03-07  Simon Josefsson  <jas@extundo.com>
30816
30817         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
30818         test to be side-effect free by storing the result in the cache
30819         variable gl_cv_lib_readline, and moving the assignment of
30820         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
30821         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30822
30823 2006-03-07  Simon Josefsson  <jas@extundo.com>
30824
30825         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
30826         error on missing devices (the functions will return an error).
30827
30828         * m4/gc.m4: Move random stuff to gc-random.m4
30829
30830 2006-03-07  Simon Josefsson  <jas@extundo.com>
30831
30832         * lib/unistd_.h: New file.
30833
30834 2006-03-07  Simon Josefsson  <jas@extundo.com>
30835
30836         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
30837
30838 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
30839
30840         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
30841         Problem reported by Juan Manuel Guerrero.
30842
30843 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
30844
30845         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
30846         the unistd module.
30847         * lib/getlogin_r.c: Likewise.
30848         * lib/getlogin_r.h: Likewise.
30849         * lib/glob.c: Likewise.
30850         * lib/pagealign_alloc.c: Likewise.
30851         * lib/unistd_.h: Remove; no longer needed.
30852
30853 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
30854
30855         * MODULES.html.sh (Support for systems lacking POSIX:2001):
30856         Add unistd.
30857         * modules/c-stack (Depends-on): Add unistd.
30858         * modules/getlogin_r: Likewise.
30859         * modules/glob: Likewise.
30860         * modules/pagealign_alloc: Likewise.
30861         * modules/unistd (Files): Remove lib/unistd_.h.
30862         (EXTRA_DIST): Remove.
30863         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
30864         need unistd_.h.
30865         (MOSTLYCLEANFILES): Remove unistd.h-t.
30866
30867 2006-03-03  Simon Josefsson  <jas@extundo.com>
30868
30869         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
30870
30871 2006-03-03  Simon Josefsson  <jas@extundo.com>
30872
30873         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
30874         libidn and bison.
30875
30876 2006-03-03  Simon Josefsson  <jas@extundo.com>
30877
30878         * build-aux/maint.mk: Add indent target.
30879
30880 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
30881
30882         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
30883         our replacement poll.h in any case, to avoid a differing
30884         declaration from a system header.  Seen on AIX.
30885
30886 2006-03-01  Simon Josefsson  <jas@extundo.com>
30887
30888         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
30889         <kasal@ucw.cz>.
30890
30891 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30892
30893         * modules/gettime (Depends-on): Add extensions module.
30894         * modules/nanosleep (Depends-on): Likewise.
30895         * modules/settime (Depends-on): Likewise.
30896
30897 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30898
30899         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
30900         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
30901         pedantically.
30902         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
30903         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
30904
30905         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
30906         not "==".  Reported by Ralf Wildenhues.
30907
30908 2006-03-01  Karl Berry  <karl@gnu.org>
30909
30910         * doc/Copyright/request-*: new files, synced from gnuorg.
30911
30912 2006-03-01  Karl Berry  <karl@gnu.org>
30913
30914         * config/srclist.txt (Copyright/*): new entries.
30915
30916 2006-02-28  Simon Josefsson  <jas@extundo.com>
30917
30918         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
30919
30920 2006-02-27  Simon Josefsson  <jas@extundo.com>
30921
30922         * lib/base64.h: Indent #define's.  From Jim Meyering
30923         <jim@meyering.net>.
30924
30925 2006-02-27  Jim Meyering  <jim@meyering.net>
30926
30927         Revert the change of 2006-02-24, so these files can continue
30928         to be sync'd from gettext.
30929         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
30930         of `config.h'.
30931
30932 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30933
30934         * modules/intprops: New file.
30935         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
30936         Add intprops.
30937         * modules/getloadavg (Files): Remove lib/intprops.h.
30938         (Depends-on): Add intprops.
30939         * modules/human: Likewise.
30940         * modules/inttostr: Likewise.
30941         * modules/openat: Likewise.
30942         * modules/sig2str: Likewise.
30943         * modules/userspec: Likewise.
30944         * modules/utimecmp: Likewise.
30945         * modules/xnanosleep: Likewise.
30946         * modules/xstrtol: Likewise.
30947
30948 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
30949
30950         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
30951         * modules/lock-tests (TESTS): Use $(EXEEXT).
30952         * modules/tls-tests: Likewise.
30953         * modules/argp-tests: Likewise.
30954         (check_PROGRAMS): New var, replacing...
30955         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
30956
30957 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30958
30959         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
30960         `config.h'.
30961
30962 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
30963
30964         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
30965
30966 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30967
30968         Sync from coreutils.
30969         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
30970         gl_CHDIR_SAFER.
30971
30972 2006-02-22  Jim Meyering  <jim@meyering.net>
30973
30974         Sync from coreutils.
30975         * m4/chdir-safer.m4: New file.
30976
30977 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
30978
30979         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
30980         AT_FDCWD exceeds INT_MAX.
30981         * lib/openat.h (AT_FDCWD): Likewise.
30982
30983 2006-02-17  Eric Blake  <address@hidden>
30984
30985         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
30986
30987 2006-02-16  Simon Josefsson  <jas@extundo.com>
30988
30989         * modules/getaddrinfo (Depends-on): Add sys_socket.
30990
30991 2006-02-15  Simon Josefsson  <jas@extundo.com>
30992
30993         * build-aux/maint.mk: Add dsyntax-check rule.
30994
30995 2006-02-15  Eric Blake  <ebb9@byu.net>
30996
30997         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
30998         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
30999         'present but cannot compile' warnings on cygwin.
31000         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
31001         use ws2tcpip.h if sys/socket.h works.
31002         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
31003         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
31004
31005 2006-02-14  Simon Josefsson  <jas@extundo.com>
31006
31007         * modules/maintainer-makefile (Files): Rename.
31008
31009         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
31010         and (the local) Makefile.cfg to maint-cfg.mk.
31011
31012         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
31013         to the latter.
31014
31015         * modules/maintainer-makefile: New module.
31016
31017         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
31018         severaly stripped to make it possible to build it up from scratch
31019         with reliable tests.
31020
31021         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
31022         fixes to permit overriding the default actions when configure and
31023         makefile are not available.
31024
31025 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
31026
31027         Sync from coreutils.
31028         * modules/lstat (Depends-on): Don't depend on xalloc.
31029         (License): Change from GPL to LGPL, since this is now simply a
31030         replacement for a libc function.
31031
31032 2006-02-14  Jim Meyering  <jim@meyering.net>
31033
31034         Sync from coreutils.
31035
31036         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
31037         failure on deficient systems, and simplify gnulib lgpl dependencies.
31038         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
31039         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
31040
31041         * lib/xalloc-die.c: Remove unused definition of N_.
31042
31043 2006-02-14  Jim Meyering  <jim@meyering.net>
31044
31045         Sync from coreutils.
31046         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
31047         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
31048         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
31049         double-quote uses of that variable, to accommodate the rare case in
31050         which getmntent is available in none of the libraries checked.  This
31051         happens at least on FreeBSD 5.0.
31052
31053 2006-02-13  Simon Josefsson  <jas@extundo.com>
31054
31055         * gnulib-tool (Usage): Fix --import, from
31056         karl@freefriends.org (Karl Berry).
31057
31058 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
31059
31060         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
31061
31062 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
31063
31064         * lib/argp-namefrob.h: Restore changes accidentally lost during the
31065         "autoupdate" on 2005-12-12.
31066
31067 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31068
31069         * modules/closeout (Depends-on): Remove atexit.
31070
31071 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31072
31073         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
31074         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
31075
31076 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
31077
31078         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
31079         __EXTENSIONS__ if this causes compilation to fail.  Problem
31080         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
31081         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
31082
31083 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
31084
31085         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
31086         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
31087         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
31088         All uses changed.
31089
31090 2006-01-26  Simon Josefsson  <jas@extundo.com>
31091
31092         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
31093         prototype is visible on mingw32.
31094
31095         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
31096         for mingw32.
31097
31098         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
31099         mingw32).
31100
31101 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
31102
31103         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
31104         attempt to open for write; this always fails, at least on POSIX
31105         hosts.  This reinstates the 2006-01-09 change, which was
31106         inadvertently removed.
31107
31108 2006-01-26  Bruno Haible  <bruno@clisp.org>
31109
31110         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
31111         Reported by Paul Eggert.
31112
31113 2006-01-26  Bruno Haible  <bruno@clisp.org>
31114             Paul Eggert  <eggert@cs.ucla.edu>
31115
31116         * lib/stdbool_.h (_Bool)
31117         [(! (defined __cplusplus || defined __BEOS__)
31118           && !defined __GNUC__
31119           && !(defined __HP_cc || defined __xlc__
31120                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
31121                || defined __sgi))]:
31122         #define to signed char in these cases too; this simplifies
31123         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
31124         etc., separately) and makes it more conservative.
31125
31126 2006-01-25  Simon Josefsson  <jas@extundo.com>
31127
31128         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
31129         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
31130         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
31131
31132 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
31133
31134         * lib/argp-namefrob.h: Bugfix. Remove stray #
31135
31136 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
31137
31138         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
31139         so that we test the test.
31140         Check for yet another HP-UX cc bug involving *bool |= bool.
31141
31142 2006-01-25  Karl Berry  <karl@gnu.org>
31143
31144         * config/srclist.txt (vasnprintf.c): sync lost.
31145
31146 2006-01-25  Jim Meyering  <jim@meyering.net>
31147
31148         Sync from the stable (b5) branch of coreutils:
31149
31150         * lib/fts.c (fts_children): Don't let close() clobber errno from
31151         failed fchdir().
31152
31153         * lib/fts.c (fts_stat): When following a symlink-to-directory,
31154         don't necessarily interpret stat-fails+lstat-succeeds as indicating
31155         a dangling symlink.  That can also happen at least for ELOOP.
31156         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
31157         FYI, this bug predates the inclusion of fts.c in coreutils.
31158
31159         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
31160         in their own block, so pre-c99 compilers don't object.
31161
31162         Avoid the double-free (first in fts_read, second in fts_close) that
31163         would occur when an `active' directory is made inaccessible (e.g.,
31164         via chmod a-x) during a traversal.
31165         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
31166         before returning.  Reproduce this failure by
31167         mkdir -p a/b; cd a; chmod a-x . b
31168         Reported by Stavros Passas.
31169
31170 2006-01-25  Jim Meyering  <jim@meyering.net>
31171
31172         * lib/fileblocks.c: Remove more useless parentheses.
31173         * lib/readutmp.h: Likewise.
31174
31175 2006-01-25  Bruno Haible  <bruno@clisp.org>
31176
31177         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
31178         warnings.
31179         Reported by Paul Eggert.
31180
31181 2006-01-25  Bruno Haible  <bruno@clisp.org>
31182
31183         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
31184         rid of a trap command. For Solaris sh.
31185         Reported by Mark D. Baushke <mdb@gnu.org>.
31186
31187 2006-01-24  Simon Josefsson  <jas@extundo.com>
31188
31189         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
31190         Bruno.
31191
31192 2006-01-24  Karl Berry  <karl@gnu.org>
31193
31194         * config/srclist.txt (argp-namefrob.h): sync lost.
31195
31196 2006-01-24  Jim Meyering  <jim@meyering.net>
31197
31198         * modules/openat (Files): Add lib/intprops.h.
31199         From Mark D. Baushke.
31200
31201 2006-01-24  Jim Meyering  <jim@meyering.net>
31202
31203         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
31204         Reported by Mark D. Baushke.
31205
31206 2006-01-24  Jim Meyering  <jim@meyering.net>
31207
31208         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
31209
31210 2006-01-24  Bruno Haible  <bruno@clisp.org>
31211
31212         * modules/strnlen (Maintainer): Change from glibc to all.
31213
31214 2006-01-24  Bruno Haible  <bruno@clisp.org>
31215
31216         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
31217         Patch by Paul Eggert.
31218
31219 2006-01-24  Bruno Haible  <bruno@clisp.org>
31220
31221         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
31222         already has it.
31223         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
31224         2005-11-26.
31225
31226         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
31227         'signed char' to avoid problems with the built-in _Bool type.
31228         Reported by Paul Eggert on 2005-11-26.
31229
31230 2006-01-24  Bruno Haible  <bruno@clisp.org>
31231
31232         * gnulib-tool (func_import): Avoid constructing complicated sed
31233         expressions inside backquote.
31234         Report and solution by Mark D. Baushke <mdb@gnu.org>.
31235
31236 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
31237
31238         These changes imported from libc.
31239         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
31240         test and two separate function calls.
31241         * lib/strndup.c (__strndup): Add libc_hidden_def.
31242
31243 2006-01-23  Simon Josefsson  <jas@extundo.com>
31244
31245         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
31246         Remove the test_*_SOURCES variable: automake infers it by default.
31247         * modules/tls-tests: Likewise.
31248
31249 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31250
31251         Work around porting bugs reported by Dieter in
31252         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
31253         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
31254         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
31255         Include "getopt.h" first, to check interface.
31256         (getenv): Declare only if defined HAVE_DECL_GETENV &&
31257         !HAVE_DECL_GETENV.
31258         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
31259         (__strndup): Revert to K&R-style function dfns, the glibc style.
31260         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
31261         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
31262         Include strnlen.h first, to get prototype properly.
31263         (strnlen): Renamed from __strnlen.
31264         Remove weak alias.
31265
31266 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31267
31268         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
31269
31270 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31271
31272         * config/srclist.txt: Adjust to reflect glibc reorganization.
31273         This affects only comments.
31274
31275 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31276
31277          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
31278          Reported by Bruce Korb <bkorb@gnu.org>.
31279
31280 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
31281
31282         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
31283         to pacify gcc -Wswitch-default.
31284
31285 2006-01-22  Bruno Haible  <bruno@clisp.org>
31286
31287         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
31288         temporary buffer for sprintf, take into account the precision also
31289         for 'd', 'i', 'u', 'o', 'x', 'X'.
31290
31291 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
31292
31293         * modules/argp-tests: New module
31294         * tests/test-argp.c: New file
31295         * tests/test-argp-2.sh: New file
31296
31297 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
31298
31299         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
31300         (__argp_base_name): Removed
31301         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
31302         typo.
31303         (__argp_base_name): Provide macro definition or extern declaration
31304         depending on the configuration
31305
31306 2006-01-20  Simon Josefsson  <jas@extundo.com>
31307
31308         * modules/inet_ntop (Depends-on): Depend on sys_socket.
31309
31310 2006-01-20  Simon Josefsson  <jas@extundo.com>
31311
31312         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
31313
31314 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31315
31316         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
31317         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
31318         Suggested by Bruno Haible.
31319
31320 2006-01-20  Karl Berry  <karl@gnu.org>
31321
31322         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
31323         until changes propagate, I guess.
31324
31325 2006-01-19  Simon Josefsson  <jas@extundo.com>
31326
31327         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
31328
31329 2006-01-19  Simon Josefsson  <jas@extundo.com>
31330
31331         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
31332
31333 2006-01-19  Simon Josefsson  <jas@extundo.com>
31334
31335         * gnulib-tool: Set check_PROGRAMS.
31336
31337         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
31338         modules/des-tests, modules/gc-arcfour-tests,
31339         modules/gc-arctwo-tests, modules/gc-des-tests,
31340         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
31341         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
31342         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
31343         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
31344         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
31345         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
31346         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
31347         test_*_SOURCES.
31348
31349 2006-01-18  Simon Josefsson  <jas@extundo.com>
31350
31351         * modules/socklen (Depends-on): Depend on sys_socket.
31352
31353 2006-01-18  Simon Josefsson  <jas@extundo.com>
31354
31355         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
31356         modules/des-tests, modules/gc-arcfour-tests,
31357         modules/gc-arctwo-tests, modules/gc-des-tests,
31358         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
31359         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
31360         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
31361         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
31362         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
31363         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
31364         $(EXEEXT) to automake TESTS variable, for mingw32.
31365
31366 2006-01-17  Simon Josefsson  <jas@extundo.com>
31367
31368         * modules/socklen (Include): Need sys/socket.h.
31369
31370 2006-01-17  Bruno Haible  <bruno@clisp.org>
31371
31372         * modules/ssize_t (Include): Add <sys/types.h>.
31373
31374 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
31375
31376         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
31377         it's not portable and it doesn't work with cross-compiles.
31378         Problem reported by Bruno Haible.  Fix missing-$ typo in
31379         'test "gl_cv_ignore_unused_libraries" ...' that prevented
31380         -zignore from being used with Sun's C compiler.
31381
31382 2006-01-12  Simon Josefsson  <jas@extundo.com>
31383
31384         * lib/base64.c: Fix warning, reported by Bruno Haible
31385         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
31386
31387 2006-01-12  Bruno Haible  <bruno@clisp.org>
31388
31389         * modules/ldd: New file.
31390         * build-aux/ldd.sh.in: New file.
31391         * MODULES.html.sh (Support for building libraries and executables): Add
31392         ldd.
31393
31394 2006-01-12  Bruno Haible  <bruno@clisp.org>
31395
31396         * m4/ldd.m4: New file.
31397
31398 2006-01-12  Bruno Haible  <bruno@clisp.org>
31399
31400         * gnulib-tool (func_import, func_create_testdir): Don't go into an
31401         endless loop while replacing $auxdir with build-aux.
31402
31403 2006-01-11  Simon Josefsson  <jas@extundo.com>
31404
31405         * lib/stdint_.h (SIZE_MAX): Add missing (.
31406
31407 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
31408
31409         Sync from coreutils.
31410         * lib/md5.c: Fix commentary typos.
31411         (alignof, UNALIGNED_P): No need for a GCC-specific version.
31412         * lib/md5.h (__attribute__): Remove; unused.
31413         * lib/sha1.c: Fix commentary to match md5 better.
31414         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
31415         so that we don't need to worry about alignment.  All uses changed.
31416         This merges the 2005-10-28 md5 change into sha1.
31417
31418 2006-01-11  Jim Meyering  <jim@meyering.net>
31419
31420         Sync from coreutils.
31421         * lib/md5.c (OP): Fix spacing.
31422
31423 2006-01-11  Bruno Haible  <bruno@clisp.org>
31424
31425         Ensure automatic ordering between gl_LOCK and gl_ARGP.
31426         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
31427         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
31428
31429 2006-01-11  Bruno Haible  <bruno@clisp.org>
31430
31431         Ensure automatic ordering between gl_LOCK and gl_ARGP.
31432         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
31433         the "early" section as well.
31434
31435 2006-01-11  Bruno Haible  <bruno@clisp.org>
31436
31437         Avoid "ar: no archive members specified" error on MacOS X.
31438         * gnulib-tool (func_modules_add_dummy): New function.
31439         (func_import, func_create_testdir): Invoke it.
31440
31441 2006-01-11  Bruno Haible  <bruno@clisp.org>
31442
31443         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
31444         with $auxdir in AC_CONFIG_FILES statements.
31445
31446 2006-01-11  Bruno Haible  <bruno@clisp.org>
31447
31448         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31449         Initialize also noinst_HEADERS to empty.
31450
31451 2006-01-11  Bruno Haible  <bruno@clisp.org>
31452
31453         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
31454         variables.
31455         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
31456         autoreconf.
31457
31458 2006-01-11  Bruno Haible  <bruno@clisp.org>
31459
31460         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
31461         overridable by the user.
31462         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31463
31464 2006-01-10  Simon Josefsson  <jas@extundo.com>
31465
31466         * modules/sys_socket: New file.
31467
31468 2006-01-10  Simon Josefsson  <jas@extundo.com>
31469
31470         * m4/sys_socket_h.m4: New file.
31471
31472 2006-01-10  Simon Josefsson  <jas@extundo.com>
31473
31474         * lib/socket_.h: New file.
31475
31476 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
31477
31478         * modules/readutmp (Maintainer): Add myself.
31479
31480 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
31481
31482         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
31483         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
31484         People who are still concerned with buggy memcmp implementations
31485         can invoke gl_FUNC_MEMCMP themselves.
31486
31487 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
31488
31489         * lib/regex_internal.h (BITSET_WORD_BITS):
31490         Work around a bug in 64-bit PGC (before version 6.1-2), where the
31491         preprocessor mishandles large unsigned values as if they were signed.
31492         Problem reported by Claudio Fontana in
31493         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
31494
31495 2006-01-10  Jim Meyering  <jim@meyering.net>
31496
31497         Avoid the double-free (first in fts_read, second in fts_close) that
31498         would occur when an `active' directory is made inaccessible (e.g.,
31499         via chmod a-x) during a traversal.
31500         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
31501         before returning.  Reproduce this failure by
31502         mkdir -p a/b; cd a; chmod a-x . b
31503         Reported by Stavros Passas.
31504
31505         Sync from coreutils.
31506         * lib/sha1.c: Tweak grammar in a comment.
31507
31508 2006-01-10  Jim Meyering  <jim@meyering.net>
31509
31510         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
31511         Patch by Joerg Sonnenberger.
31512
31513 2006-01-10  Bruno Haible  <bruno@clisp.org>
31514
31515         * modules/readutmp: Depend on module free.
31516         * modules/strtok_r: Depend on module restrict.
31517
31518 2006-01-10  Bruno Haible  <bruno@clisp.org>
31519
31520         * modules/gettext (configure.ac): Add an invocation of
31521         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
31522
31523 2006-01-10  Bruno Haible  <bruno@clisp.org>
31524
31525         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
31526         Reported by Werner Lemberg <wl@gnu.org>.
31527
31528 2006-01-10  Bruno Haible  <bruno@clisp.org>
31529
31530         * lib/localcharset.c: Update from GNU gettext.
31531
31532 2006-01-10  Bruno Haible  <bruno@clisp.org>
31533
31534         * lib/argp.h (__const): Remove macro. Use const instead.
31535         * lib/argp-fmtstream.h (__const): Likewise.
31536         * lib/glob_.h (__const): Remove macro.
31537         * lib/glob-libc.h: Use const instead of __const.
31538
31539 2006-01-10  Bruno Haible  <bruno@clisp.org>
31540
31541         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
31542         variable.
31543         Needed to avoid an automake error regarding the 'gettext' module.
31544
31545 2006-01-09  Simon Josefsson  <jas@extundo.com>
31546
31547         * modules/inet_ntop (Depends-on): Add restrict.
31548
31549 2006-01-09  Simon Josefsson  <jas@extundo.com>
31550
31551         * modules/gc-rijndael-tests (License): Put under LGPL.
31552
31553         * modules/gc-des-tests (License): Likewise.
31554
31555         * modules/gc-arcfour-tests (License): Likewise.
31556
31557         * modules/gc-arctwo-tests (License): Likewise.
31558
31559         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
31560
31561         * modules/gc-hmac-sha1-tests (Files): Likewise.
31562
31563         * modules/gc-hmac-md5-tests (License): Likewise.
31564
31565         * modules/gc-sha1-tests (License): Likewise.
31566
31567         * modules/gc-md5-tests (License): Likewise.
31568
31569         * modules/gc-md4-tests (License): Likewise.
31570
31571         * modules/gc-md2-tests (License): Likewise.
31572
31573         * modules/gc-tests (License): Likewise.
31574
31575         * modules/des-tests (License): Likewise.
31576
31577         * modules/md4-tests (License): Likewise.
31578
31579         * modules/md2-tests (License): Likewise.
31580
31581 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
31582
31583         Sync from coreutils:
31584
31585         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
31586         * modules/lib-ignore: New file.
31587         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
31588         chdir-safer.m4, lchmod.m4.
31589         * modules/openat: Add mkdirat.c, openat-priv.h.
31590
31591 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
31592
31593         Sync from coreutils.
31594         * m4/lib-ignore.m4: New file.
31595         * m4/lchmod.m4: New file.
31596
31597 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
31598
31599         Sync from coreutils.
31600         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
31601         for write access: POSIX says that must fail.
31602         * lib/fts.c (diropen): Likewise.
31603         * lib/save-cwd.c (save_cwd): Likewise.
31604         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
31605         well, for minor improvements on hosts that lack O_DIRECTORY.
31606         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
31607         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
31608         Fall back on chown if open failed with EACCES.
31609
31610         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
31611         Report an error at compile-time if only a 1-second nominal clock
31612         resolution is found.
31613
31614         * lib/lchmod.h: New file.
31615         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
31616         (make_dir_parents): Use lchown rather than chown, and
31617         lchmod rather than chmod.
31618
31619         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
31620         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
31621         "proc" reported by n0dalus.
31622
31623         * lib/mountlist.c: Include <limits.h>.
31624         (dev_from_mount_options)
31625         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
31626         New function.  It no longer assumes "dev=" has the System V meaning
31627         on Linux (since it doesn't).  It also parses "dev=" more carefully.
31628         (read_file_system_list)
31629         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
31630         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
31631         dev= in that case.
31632
31633         * lib/posixtm.h (PDS_PRE_2000): New macro.
31634         * lib/posixtm.c (year): Arg is now syntax_bits rather than
31635         allow_century.  All usages changed.  Reject dates outside the range
31636         1969-1999 if PDS_PRE_2000 is used.
31637
31638 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
31639
31640         Sync from coreutils.
31641         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
31642         (Time of day items): Mention the possibility of leap seconds.
31643         Problem reported by Dr. David Alan Gilbert.
31644
31645 2006-01-09  Jim Meyering  <jim@meyering.net>
31646
31647         Sync from coreutils.
31648
31649         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
31650
31651         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
31652
31653         * lib/modechange.c (mode_compile): Reject an invalid mode string
31654         that starts with an octal digit.  From Andreas Gruenbacher.
31655
31656         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
31657         and dup to open_safer and dup_safer, respectively.
31658         (openat_permissive): Fix typo in comment.
31659
31660         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
31661         "gettext.h"; either no longer needed or are guaranteed by openat.h.
31662         (_): Remove; no longer needed.
31663         (openat): Renamed from rpl_openat; no need for rpl_openat
31664         since openat.h renames openat for us.
31665         Replace most of the body with a call to openat_permissive,
31666         to avoid duplicate code.
31667         Port to (probably hypothetical) environments were mode_t is
31668         wider than int.
31669         (openat_permissive): Require mode arg, so that we can check
31670         types better.  Put it just after flags.  Change cwd failure
31671         indicator from pointer-to-bool to pointer-to-errno-value.
31672         All callers changed.
31673         Invoke openat_save_fail and/or openat_restore_fail if
31674         cwd_errno is null, so that openat can call us.
31675         (openat_permissive, fdopendir, fstatat, unlinkat):
31676         Simplify errno handling to avoid some duplicate code,
31677         as it's OK to set errno on success.
31678         * lib/openat.h: Revamp code so that function macros depend on
31679         __OPENAT_PREFIX only, not also on AT_FDCWD.
31680         (openat_ro): Remove.  Caller changed to use openat_permissive.
31681         (openat_permissive): Now a macro, if not a function.
31682         (openat_restore_fail, openat_save_fail): Now always functions,
31683         since mkdirat needs them even if __OPENAT_PREFIX is defined.
31684
31685         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
31686         and openat.c.
31687         * lib/mkdirat.c: Include openat-priv.h.
31688         Remove definitions of macros defined therein.
31689         * lib/openat.c: Likewise.
31690
31691         * lib/mkdirat.c (mkdirat): New file and function.
31692         * lib/openat.h (mkdirat): Declare.
31693
31694         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
31695
31696         * lib/openat.h (openat_permissive): Declare.
31697         (openat_ro): Define.
31698
31699         * lib/openat.c (EXPECTED_ERRNO): New macro.
31700         (openat_permissive): New function -- used in remove.c rewrite.
31701         (all functions): Set errno just before returning, only if there
31702         was an actual failure.
31703         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
31704
31705         Emulate openat-family functions using Linux's procfs, if possible.
31706         Idea and some code based on Ulrich Drepper's glibc changes.
31707
31708         * lib/openat.c: (BUILD_PROC_NAME): New macro.
31709         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
31710         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
31711         before falling back on save_cwd and restore_cwd.
31712         (fdopendir, fstatat, unlinkat): Likewise.
31713
31714         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
31715         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
31716
31717         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
31718         as second argument to va_arg.  Otherwise, some versions of gcc
31719         warn that `if this code is reached, the program will abort'.
31720
31721 2006-01-09  Jim Meyering  <jim@meyering.net>
31722
31723         Sync from coreutils.
31724         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
31725         Require openat-priv.h.
31726
31727 2006-01-09  Bruno Haible  <bruno@clisp.org>
31728
31729         * modules/strnlen (Include): Use strnlen.h.
31730
31731 2006-01-09  Bruno Haible  <bruno@clisp.org>
31732
31733         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
31734
31735 2006-01-09  Bruno Haible  <bruno@clisp.org>
31736
31737         * lib/sysexit_.h (EX_OK): New macro.
31738         Suggested by Martin Lambers <marlam@marlam.de>.
31739
31740 2006-01-09  Bruno Haible  <bruno@clisp.org>
31741
31742         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
31743         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
31744
31745 2006-01-09  Bruno Haible  <bruno@clisp.org>
31746
31747         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
31748         numbers.
31749
31750 2006-01-09  Bruno Haible  <bruno@clisp.org>
31751
31752         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
31753         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
31754         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
31755         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
31756
31757 2006-01-09  Bruno Haible  <bruno@clisp.org>
31758
31759         * build-aux/javacomp.sh.in: New file, moved from lib/.
31760         * modules/javacomp-script (Files): Update.
31761         (configure.ac): Add AC_CONFIG_FILES invocation.
31762         (EXTRA_DIST): Remove variable.
31763
31764         * build-aux/javaexec.sh.in: New file, moved from lib/.
31765         * modules/javaexec (Files): Update.
31766         (configure.ac): Add AC_CONFIG_FILES invocation.
31767         (EXTRA_DIST): Remove javaexec.sh.in.
31768
31769         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
31770         * modules/csharpcomp-script (Files): Update.
31771         (configure.ac): Add AC_CONFIG_FILES invocation.
31772         (EXTRA_DIST): Remove variable.
31773
31774         * build-aux/csharpexec.sh.in: New file, moved from lib/.
31775         * modules/csharpexec (Files): Update.
31776         (configure.ac): Add AC_CONFIG_FILES invocation.
31777         (EXTRA_DIST): Remove csharpexec.sh.in.
31778
31779 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
31780
31781         Sync from coreutils.
31782
31783         Add POSIX ACL support
31784         * lib/acl.h (copy_acl, set_acl): Add declarations.
31785         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
31786         systems other than Linux.
31787         (chmod_or_fchmod): New function: use fchmod when possible,
31788         and chmod otherwise.
31789         (file_has_acl): Add a POSIX ACL implementation, with a
31790         Linux-specific subcase.
31791         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
31792         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
31793         acls are unsupported.
31794         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
31795         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
31796         are unsupported.
31797
31798 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
31799
31800         Sync from coreutils.
31801         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
31802
31803 2006-01-07  Bruno Haible  <bruno@clisp.org>
31804
31805         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
31806         gl_EARLY.
31807
31808 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31809
31810         * lib/strftime.c (tzname): Don't declare if it is already #defined.
31811         Problem reported for Mingw by Mark Junker.
31812
31813 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31814
31815         * README: Gnulib normally doesn't generate a tarball.
31816
31817 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
31818
31819         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
31820         long int, not int, for nanosecond counts, so that people who are
31821         used to POSIX struct timespec won't be surprised.  Reported by Jim
31822         Meyering.
31823
31824 2005-12-28  Bruno Haible  <bruno@clisp.org>
31825
31826         * build-aux/config.rpath: Update from GNU gettext.
31827
31828 2005-12-16  Jim Meyering  <jim@meyering.net>
31829
31830         * modules/fprintftime: New module.
31831         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
31832
31833 2005-12-16  Jim Meyering  <jim@meyering.net>
31834
31835         * m4/fprintftime.m4: New file.
31836
31837 2005-12-16  Jim Meyering  <jim@meyering.net>
31838
31839         * lib/fprintftime.c, lib/fprintftime.h: New files.
31840
31841 2005-12-15  Simon Josefsson  <jas@extundo.com>
31842
31843         * modules/socklen (configure.ac): Fix M4 macro name, to align with
31844         new m4/socklen.m4.
31845
31846 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31847
31848         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
31849         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
31850
31851 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31852
31853         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
31854         * lib/argp-help.c (fill_in_uparams): Check if the constructed
31855         struct uparams is valid. Fall back to the default values if it is
31856         not.
31857
31858 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31859
31860         * modules/argp (Files): Add argp-pin.c
31861         (Depends-on): dirname
31862         (lib_SOURCES): Add argp-pin.c
31863
31864 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31865
31866         * m4/argp.m4:  Check if program_invocation_name and
31867         program_invocation_short_name are declared and define appropriate
31868         macros if they are not.
31869
31870 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31871
31872         * lib/argp-help.c (__argp_base_name): New function
31873         (__argp_short_program_name): Rewrite using __argp_base_name
31874         * lib/argp-namefrob.h: Define program_invocation_name and
31875         program_invocation_short_name if requested
31876         (__argp_base_name): Add prototype
31877         * lib/argp-parse.c (argp_def): Use gettext wrappers
31878         (argp_default_parser): Use __argp_base_name
31879         * lib/argp-pin.c: New file. Defines program_invocation_name and
31880         program_invocation_short_name on systems that lack them.
31881
31882 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
31883
31884         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
31885         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
31886         porting problem reported by Georg Schwarz in
31887         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
31888
31889 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
31890
31891         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
31892         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
31893         porting problem reported by Georg Schwarz in
31894         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
31895
31896 2005-12-05  Bruno Haible  <bruno@clisp.org>
31897
31898         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
31899         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
31900         Reported by Mark Junker <mjscod@gmx.de>.
31901
31902 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
31903
31904         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
31905         Use implementation from Albert Chin, with some
31906         comments/corrections by Stepan Kasal and myself.
31907
31908 2005-12-02  Bruno Haible  <bruno@clisp.org>
31909
31910         * gnulib-tool (func_import): Accept GPLed build tool modules when
31911         --lgpl is given.
31912         * modules/csharpcomp-script: New file.
31913         * modules/csharpcomp: Depend on it.
31914         * modules/javacomp-script: New file.
31915         * modules/javacomp: Depend on it.
31916         Suggested by Simon Josefsson.
31917
31918 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
31919
31920         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
31921         statement, to work around an HP-UX 10.20 compiler bug reported by
31922         Peter O'Gorman.
31923
31924 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
31925
31926         * modules/savedir (Depends-on): Add openat.
31927
31928 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
31929
31930         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
31931         (uintmax_t) [defined uintmax_t]: Do not declare.
31932         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
31933         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
31934         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
31935         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
31936         sake of portability to weird hosts that C allows (though we don't
31937         know of any practical examples).
31938
31939         * lib/savedir.h (fdsavedir): New decl.
31940         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
31941         contains most of the former guts of savedir.
31942         (savedir): Use savedirstream.
31943         Include "openat.h".
31944
31945 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
31946
31947         * modules/obstack (Files): Add m4/ulonglong.m4.
31948         Problem reported by Davide Angelocola.
31949
31950 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
31951
31952         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
31953         coreutils no longer futzes with rounding modes.
31954
31955 2005-11-14  Jim Meyering  <jim@meyering.net>
31956
31957         * lib/mkstemp-safer.c: Include <config.h>, required for possible
31958         replacement of mkstemp.
31959
31960 2005-11-10  Simon Josefsson  <jas@extundo.com>
31961
31962         * lib/readline.c: Remove EOL.
31963
31964 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31965
31966         * modules/gethrxtime (Depends-on): Add gettime.
31967
31968 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31969
31970         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
31971         or gettimeofday; no longer needed.
31972
31973 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31974
31975         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
31976         time business.
31977         (gethrxtime) [! (HAVE_NANOUPTIME
31978         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
31979         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
31980         our own approximation.
31981
31982 2005-11-08  Eric Blake  <ebb9@byu.net>
31983
31984         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
31985
31986 2005-11-08  Eric Blake  <ebb9@byu.net>
31987
31988         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
31989
31990 2005-11-04  Bruno Haible  <bruno@clisp.org>
31991
31992         * gnulib-tool: Implement --update mode.
31993
31994 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
31995
31996         Fix porting problem reported by Theodoros V. Kalamatianos.
31997         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
31998         Don't assume that futimes failing means we must fail.
31999
32000 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32001
32002         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
32003         variables to suggest the intended function of the PATH_MAX check.
32004
32005 2005-10-30  Kean Johnston  <jkj@sco.com>
32006
32007         Trivial changes to support SCO systems.
32008         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
32009         as PATH_MAX.
32010         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
32011         where __ptr is null when no I/O is pending.
32012
32013 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32014
32015         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
32016         leave errno alone.  Problem reported by Dmitry V. Levin.
32017
32018 2005-10-28  Simon Josefsson  <jas@extundo.com>
32019
32020         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
32021         Test more.
32022
32023         * tests/test-gc-md2.c, tests/test-md2.c: New files.
32024
32025         * modules/md2, modules/md2-tests: New files.
32026
32027 2005-10-28  Simon Josefsson  <jas@extundo.com>
32028
32029         * m4/inet_ntop.m4: More tests.
32030
32031         * m4/gc-md2.m4, md2.m4: New file.
32032
32033 2005-10-28  Simon Josefsson  <jas@extundo.com>
32034
32035         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
32036         "restrict" keywords, as per POSIX.  Protect the function
32037         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
32038         Don't use K&R prototypes.  Check the sprintf return values.
32039         Re-define EAFNOSUPPORT if not present.  Indent.
32040
32041         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
32042         suggested by Bruno Haible <bruno@clisp.org>.
32043
32044         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
32045
32046         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
32047
32048         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
32049         libgcrypt).
32050
32051         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
32052
32053         * lib/md2.h, lib/md2.c: New files.
32054
32055 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
32056
32057         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
32058         errno alone.  Problem reported by Frederic Jolliton.
32059
32060 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
32061
32062         * modules/verify (License): Change from GPL to LGPL.  This is a
32063         tiny module and there are apparently near-equivalents that are
32064         under the BSD license.
32065
32066 2005-10-24  Simon Josefsson  <jas@extundo.com>
32067
32068         * modules/sha1: Relicense to LGPL.
32069
32070 2005-10-24  Simon Josefsson  <jas@extundo.com>
32071
32072         * lib/md4.h: Shrink buffer size, now that we changed the type.
32073
32074 2005-10-23  Simon Josefsson  <jas@extundo.com>
32075
32076         * gnulib-tool (func_import): Fix --tests-base.
32077
32078 2005-10-22  Simon Josefsson  <jas@extundo.com>
32079
32080         * modules/arcfour (Depends-on): Need stdint.
32081
32082 2005-10-22  Simon Josefsson  <jas@extundo.com>
32083
32084         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
32085         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
32086
32087 2005-10-22  Simon Josefsson  <jas@extundo.com>
32088
32089         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
32090         suggested by Bruno Haible <bruno@clisp.org>.
32091
32092 2005-10-22  Simon Josefsson  <jas@extundo.com>
32093
32094         * lib/crc.h: Include stddef.h, for size_t.
32095
32096 2005-10-22  Simon Josefsson  <jas@extundo.com>
32097
32098         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
32099         arcfour_context struct (simplify test vector testing in GNU
32100         Shishi).
32101
32102 2005-10-21  Simon Josefsson  <jas@extundo.com>
32103
32104         * modules/des, modules/des-tests: New files.
32105
32106         * modules/gc-des, modules/gc-des-tests: New files.
32107
32108         * tests/test-des.c, tests/test-gc-des.c: New file.
32109
32110 2005-10-21  Simon Josefsson  <jas@extundo.com>
32111
32112         * modules/arctwo, modules/arctwo-tests: New files.
32113
32114         * tests/test-arctwo.c: New file.
32115
32116         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
32117
32118         * tests/test-gc-arctwo.c: New file.
32119
32120 2005-10-21  Simon Josefsson  <jas@extundo.com>
32121
32122         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
32123         Bruno Haible <bruno@clisp.org>.
32124
32125         * m4/gc-des.m4: New file.
32126
32127 2005-10-21  Simon Josefsson  <jas@extundo.com>
32128
32129         * m4/arctwo.m4: New file.
32130
32131         * m4/gc-arctwo.m4: New file.
32132
32133 2005-10-21  Simon Josefsson  <jas@extundo.com>
32134
32135         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
32136         block.
32137
32138 2005-10-21  Simon Josefsson  <jas@extundo.com>
32139
32140         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
32141         <bruno@clisp.org>.
32142
32143         * lib/hmac-sha1.c (hmac_sha1): Likewise.
32144
32145         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
32146         Bruno Haible <bruno@clisp.org>.
32147
32148         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
32149         <bruno@clisp.org>.
32150
32151 2005-10-21  Simon Josefsson  <jas@extundo.com>
32152
32153         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
32154
32155 2005-10-21  Simon Josefsson  <jas@extundo.com>
32156
32157         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
32158
32159 2005-10-21  Simon Josefsson  <jas@extundo.com>
32160
32161         * lib/des.h, lib/des.c: New files.
32162
32163         * lib/gc-gnulib.c: Support DES.c
32164
32165 2005-10-21  Simon Josefsson  <jas@extundo.com>
32166
32167         * lib/arctwo.h, lib/arctwo.c: New files.
32168
32169         * lib/gc-gnulib.c: Support ARCTWO.
32170
32171 2005-10-21  Simon Josefsson  <jas@extundo.com>
32172
32173         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
32174         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32175
32176 2005-10-21  Simon Josefsson  <jas@extundo.com>
32177
32178         * gnulib-tool (func_import, func_create_testdir): Define automake
32179         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
32180         Makefile.am snippet),
32181         suggested by Bruno Haible <bruno@clisp.org>.
32182
32183         * modules/gc (Makefile.am): Use it.
32184
32185 2005-10-21  Bruno Haible  <bruno@clisp.org>
32186
32187         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
32188         patch.
32189
32190 2005-10-19  Simon Josefsson  <jas@extundo.com>
32191
32192         * tests/test-gc-rijndael.c: New file.
32193
32194         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
32195
32196 2005-10-19  Simon Josefsson  <jas@extundo.com>
32197
32198         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
32199         interface too.
32200
32201 2005-10-19  Simon Josefsson  <jas@extundo.com>
32202
32203         * tests/test-gc-arcfour.c: New file.
32204
32205         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
32206
32207 2005-10-19  Simon Josefsson  <jas@extundo.com>
32208
32209         * modules/gc-md4, modules/gc-md4-tests: New file.
32210
32211         * tests/test-gc-md4.c: New file.
32212
32213 2005-10-19  Simon Josefsson  <jas@extundo.com>
32214
32215         * m4/gc-md4.m4: New file.
32216
32217 2005-10-19  Simon Josefsson  <jas@extundo.com>
32218
32219         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
32220         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
32221         <kasal@ucw.cz>.
32222
32223 2005-10-19  Simon Josefsson  <jas@extundo.com>
32224
32225         * m4/gc-arcfour.m4: New file.
32226
32227         * m4/gc-rijndael.m4: New file.
32228
32229 2005-10-19  Simon Josefsson  <jas@extundo.com>
32230
32231         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
32232
32233 2005-10-19  Simon Josefsson  <jas@extundo.com>
32234
32235         * lib/gc-gnulib.c: Support ARCFOUR.
32236
32237 2005-10-19  Simon Josefsson  <jas@extundo.com>
32238
32239         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
32240         support.
32241
32242         * lib/gc.h: Add ECB enum type.
32243
32244         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
32245
32246 2005-10-18  Simon Josefsson  <jas@extundo.com>
32247
32248         * tests/test-md5.c: New file.
32249
32250         * modules/md5-tests: New file.
32251
32252 2005-10-18  Simon Josefsson  <jas@extundo.com>
32253
32254         * tests/test-md4.c: New file.
32255
32256         * modules/md4, modules/md4-tests: New files.
32257
32258 2005-10-18  Simon Josefsson  <jas@extundo.com>
32259
32260         * m4/md4.m4: New file.
32261
32262 2005-10-18  Simon Josefsson  <jas@extundo.com>
32263
32264         * lib/md4.h, lib/md4.c: New files, based on md5.?.
32265
32266 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
32267
32268         * gnulib-tool (func_create_testdir): Omit the second check whether
32269         BUILT_SOURCES in nonempty.
32270
32271 2005-10-17  Simon Josefsson  <jas@extundo.com>
32272
32273         * tests/test-rijndael.c: New file.
32274
32275 2005-10-17  Simon Josefsson  <jas@extundo.com>
32276
32277         * modules/sha1: Depend on stdint instead of md5.
32278
32279         * modules/md5: Depend on stdint, remove uint32_t.
32280
32281 2005-10-17  Simon Josefsson  <jas@extundo.com>
32282
32283         * modules/gc-sha1-tests: New file.
32284
32285         * tests/test-gc-sha1.c: New file.
32286
32287 2005-10-17  Simon Josefsson  <jas@extundo.com>
32288
32289         * m4/md5.m4: Remove call to uint32_t.m4.
32290
32291 2005-10-17  Simon Josefsson  <jas@extundo.com>
32292
32293         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
32294
32295         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
32296         md5.h.
32297
32298         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
32299
32300         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
32301
32302 2005-10-17  Simon Josefsson  <jas@extundo.com>
32303
32304         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
32305
32306 2005-10-17  Simon Josefsson  <jas@extundo.com>
32307
32308         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
32309
32310 2005-10-17  Simon Josefsson  <jas@extundo.com>
32311
32312         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
32313
32314         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
32315
32316 2005-10-17  Bruno Haible  <bruno@clisp.org>
32317
32318         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
32319         that it can also be used in a test.
32320
32321 2005-10-16  Bruno Haible  <bruno@clisp.org>
32322
32323         * gnulib-tool (func_emit_tests_Makefile_am): Also define
32324         TESTS_ENVIRONMENT, so that individual tests can augment it.
32325
32326         * gnulib-tool (func_create_testdir): Use an intermediate target for
32327         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
32328         macros, like $(ALLOCA_H), which cannot be passed through the command
32329         line.
32330
32331 2005-10-15  Simon Josefsson  <jas@extundo.com>
32332
32333         * modules/rijndael-tests: New file.
32334
32335         * modules/rijndael: New file.
32336
32337 2005-10-15  Simon Josefsson  <jas@extundo.com>
32338
32339         * m4/rijndael.m4: New file.
32340
32341 2005-10-15  Simon Josefsson  <jas@extundo.com>
32342
32343         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
32344
32345         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
32346
32347 2005-10-14  Simon Josefsson  <jas@extundo.com>
32348
32349         * tests/test-arcfour.c: New file.
32350
32351         * modules/arcfour, modules/arcfour-tests: New files.
32352
32353 2005-10-14  Simon Josefsson  <jas@extundo.com>
32354
32355         * m4/arcfour.m4: New file.
32356
32357 2005-10-14  Simon Josefsson  <jas@extundo.com>
32358
32359         * lib/arcfour.h, lib/arcfour.c: New files.
32360
32361 2005-10-14  Roland McGrath  <roland@redhat.com>
32362
32363         Import from libc.  [BZ #1331]
32364         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
32365         macro argument.
32366         Reported by Matej Vela <vela@debian.org>.
32367
32368 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
32369
32370         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
32371         include <wchar.h>; no longer needed.
32372
32373 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
32374
32375         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
32376
32377 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
32378         and  Ulrich Drepper  <drepper@redhat.com>
32379
32380         Import from libc.
32381         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
32382         instead of inline stream orientation test and two separate
32383         function calls.  Pay no attention to USE_IN_LIBIO.
32384
32385 2005-10-13  Simon Josefsson  <jas@extundo.com>
32386
32387         * modules/gc-hmac-md5-tests: New file.
32388
32389         * tests/test-gc-hmac-sha1.c: New file.
32390
32391         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
32392
32393         * modules/gc-hmac-md5-tests: New file.
32394
32395         * tests/test-gc-md5.c: New file.
32396
32397         * modules/gc-md5-tests: New file.
32398
32399 2005-10-13  Simon Josefsson  <jas@extundo.com>
32400
32401         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
32402         Move memory allocation outside of loop.
32403
32404 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
32405
32406         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
32407         intermediate directory is in a read-only file system.  Problem
32408         reported by Eric Blake.
32409
32410 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
32411
32412         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
32413
32414 2005-10-12  Simon Josefsson  <jas@extundo.com>
32415
32416         * tests/test-hmac-sha1.c: New file.
32417
32418         * modules/hmac-sha1-tests: New file.
32419
32420         * modules/hmac-sha1: New file.
32421
32422 2005-10-12  Simon Josefsson  <jas@extundo.com>
32423
32424         * modules/gc-sha1: New file.
32425
32426 2005-10-12  Simon Josefsson  <jas@extundo.com>
32427
32428         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
32429
32430         * tests/test-gc-pbkdf2-sha1.c: New file.
32431
32432 2005-10-12  Simon Josefsson  <jas@extundo.com>
32433
32434         * modules/gc-md5, modules/gc-hmac-md5: New files.
32435
32436         * modules/gc (Files): Remove md5, memxor and hmac files.
32437
32438 2005-10-12  Simon Josefsson  <jas@extundo.com>
32439
32440         * m4/gc-pbkdf2-sha1.m4: New file.
32441
32442         * m4/gc-hmac-sha1.m4: New file.
32443
32444         * m4/gc-sha1: New file.
32445
32446         * m4/hmac-sha1.m4: New file.
32447
32448 2005-10-12  Simon Josefsson  <jas@extundo.com>
32449
32450         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
32451
32452         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
32453
32454 2005-10-12  Simon Josefsson  <jas@extundo.com>
32455
32456         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
32457         suggested by Bruno Haible <bruno@clisp.org>.
32458
32459 2005-10-12  Simon Josefsson  <jas@extundo.com>
32460
32461         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
32462
32463 2005-10-12  Simon Josefsson  <jas@extundo.com>
32464
32465         * lib/gc-pbkdf2-sha1.c: New file.
32466
32467         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
32468
32469 2005-10-12  Simon Josefsson  <jas@extundo.com>
32470
32471         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
32472
32473         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
32474
32475 2005-10-12  Simon Josefsson  <jas@extundo.com>
32476
32477         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
32478         GC_USE_HMAC_MD5, respectively.
32479
32480         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
32481         (gc_md5): Fix typo.
32482
32483         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
32484
32485         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
32486
32487         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
32488
32489 2005-10-12  Bruno Haible  <bruno@clisp.org>
32490
32491         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
32492         Reported by Stepan Kasal <kasal@ucw.cz>.
32493
32494 2005-10-11  Simon Josefsson  <jas@extundo.com>
32495
32496         * tests/test-crc.c: New file.
32497
32498         * modules/crc, modules/crc-tests: New files.
32499
32500 2005-10-11  Simon Josefsson  <jas@extundo.com>
32501
32502         * m4/crc.m4: New file.
32503
32504 2005-10-11  Simon Josefsson  <jas@extundo.com>
32505
32506         * lib/gc.h: Add gc_hash and gc_hash_buffer.
32507
32508         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
32509
32510         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
32511
32512 2005-10-11  Simon Josefsson  <jas@extundo.com>
32513
32514         * lib/crc.h, lib/crc.c: New files.
32515
32516         * lib/gc.h (gc_hash_buffer): Add doc.
32517
32518 2005-10-11  Bruno Haible  <bruno@clisp.org>
32519
32520         * modules/c-strcasestr: New file.
32521         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
32522
32523 2005-10-11  Bruno Haible  <bruno@clisp.org>
32524
32525         * modules/c-strcase: New file.
32526         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
32527
32528 2005-10-11  Bruno Haible  <bruno@clisp.org>
32529
32530         * lib/strcasecmp.c: Include limits.h.
32531         (strcasecmp): Avoid integer overflow on exotic platforms.
32532         * lib/strncasecmp.c: Include limits.h.
32533         (strncasecmp): Avoid integer overflow on exotic platforms.
32534         Reported by Paul Eggert.
32535
32536 2005-10-11  Bruno Haible  <bruno@clisp.org>
32537
32538         * lib/c-strcasestr.h: New file, from GNU gettext.
32539         * lib/c-strcasestr.c: New file, from GNU gettext.
32540
32541 2005-10-11  Bruno Haible  <bruno@clisp.org>
32542
32543         * lib/c-strcase.h: New file, from GNU gettext.
32544         * lib/c-strcasecmp.c: New file, from GNU gettext.
32545         * lib/c-strncasecmp.c: New file, from GNU gettext.
32546
32547 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
32548
32549         * modules/mempcpy (License): GPL -> LGPL.
32550         * modules/strchrnul (License): Likewise.
32551         * modules/sysexits (License): Likewise.
32552
32553 2005-10-08  Simon Josefsson  <jas@extundo.com>
32554
32555         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
32556
32557 2005-10-07  Simon Josefsson  <jas@extundo.com>
32558
32559         * m4/memxor.m4: Remove gl_C_RESTRICT call.
32560
32561 2005-10-06  Simon Josefsson  <jas@extundo.com>
32562
32563         * tests/test-hmac-md5.c: New file.
32564
32565         * modules/hmac-md5-tests: New file.
32566
32567         * modules/hmac-md5: New file.
32568
32569 2005-10-06  Simon Josefsson  <jas@extundo.com>
32570
32571         * m4/hmac-md5.m4: New file.
32572
32573         * m4/memxor.m4: Require gl_C_RESTRICT.
32574
32575 2005-10-06  Simon Josefsson  <jas@extundo.com>
32576
32577         * lib/memxor.c (memxor): Avoid casts and warnings.
32578
32579 2005-10-06  Simon Josefsson  <jas@extundo.com>
32580
32581         * lib/hmac-md5.c: New file.
32582
32583         * lib/hmac.h: New file.
32584
32585 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
32586
32587         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
32588         promotes to int, not unsigned int, to catch the AIX 5.3
32589         compiler bug.
32590
32591 2005-10-05  Simon Josefsson  <jas@extundo.com>
32592
32593         * modules/memxor: New file.
32594
32595         * modules/iconv (Files): Move config.rpath to havelib, it is used
32596         there.
32597
32598         * modules/havelib (Files): Add config.rpath.
32599
32600 2005-10-05  Simon Josefsson  <jas@extundo.com>
32601
32602         * m4/memxor.m4: New file.
32603
32604 2005-10-05  Simon Josefsson  <jas@extundo.com>
32605
32606         * lib/memxor.c (memxor): Fix compiler error.
32607
32608         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
32609         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
32610
32611         * lib/memxor.h, lib/memxor.c: New files.
32612
32613         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
32614         we assume all systems have it, suggested by Jim Meyering
32615         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
32616         any systems lack sys/socket.h; mingw32 is known to lack it, but we
32617         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
32618         same reasons.
32619
32620 2005-10-05  Simon Josefsson  <jas@extundo.com>
32621
32622         * config/srclist.txt: Add glibc bug 1423 for md5.h.
32623
32624 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
32625
32626         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
32627         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
32628         needed, since the source code now assumes these .h files.
32629
32630 2005-10-05  Derek Price  <derek@ximbiot.com>
32631
32632         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
32633
32634 2005-10-05  Bruno Haible  <bruno@clisp.org>
32635
32636         * modules/stdint (License): Change to LGPL.
32637
32638 2005-10-04  Simon Josefsson  <jas@extundo.com>
32639
32640         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
32641         D. Baushke" <mdb@gnu.org>.
32642
32643 2005-10-04  Bruno Haible  <bruno@clisp.org>
32644
32645         * lib/verify.h (verify_true): Provide alternative definition for C++.
32646
32647 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
32648
32649         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
32650         (SSIZE_MAX): New macro, if not already defined.
32651         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
32652         than 2 GiB.
32653
32654 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
32655
32656         Sync from coreutils.
32657         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
32658         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
32659         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
32660         ULLONG_MAX doesn't work with 2.7.2.1.
32661
32662 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
32663
32664         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
32665         From Ben Pfaff.
32666
32667         * modules/exclude (Depends-on): Depend on verify.
32668         * modules/strtoimax (Depends-on): Likewise.
32669         * modules/utimecmp (Depends-on): Likewise.
32670
32671 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
32672
32673         * lib/exclude.c: Include verify.h.
32674         (verify): Remove.  All callers changed to use verify.h's version.
32675         * lib/strtoimax.c: Likewise.
32676         * lib/utimecmp.c: Likewis.e
32677
32678         Sync from coreutils.
32679         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
32680         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
32681         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
32682         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
32683         bother returning ENOSYS if settimeofday or stime fails; just let
32684         them return whatever errno they want to return.
32685         * lib/utimens.c: Include unistd.h, for dup2.
32686         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
32687         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
32688
32689 2005-10-02  Jim Meyering  <jim@meyering.net>
32690
32691         Sync from coreutils.
32692         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
32693         from glibc-2.2.5 that fails for read-only files.
32694
32695 2005-10-02  Jim Meyering  <jim@meyering.net>
32696
32697         Sync from coreutils.
32698         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
32699         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
32700         `#if HAVE_CONFIG_H'.
32701         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
32702         Remove AT_FDCWD test.
32703         Do not consume the fd unless successful.
32704         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
32705         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
32706         block, so that we don't even try to compile it if settimeofday is
32707         available.  This works around a compilation failure on OSF1 V5.1,
32708         due to stime requiring a `long int*' while tv_sec is `int'.
32709
32710 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
32711
32712         Sync from coreutils.
32713         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
32714         against `yes', rather than just testing for nonempty.
32715
32716 2005-10-01  Simon Josefsson  <jas@extundo.com>
32717
32718         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
32719         and Darwin.
32720
32721         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
32722         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
32723         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
32724         freeaddrinfo and gai_strerror are declared by the POSIX headers.
32725         Check if struct addrinfo is declared.
32726
32727 2005-10-01  Simon Josefsson  <jas@extundo.com>
32728
32729         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
32730         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
32731         AI_* and EAI_* definitions.  Protect function declarations.
32732
32733 2005-10-01  Jim Meyering  <jim@meyering.net>
32734
32735         Sync from coreutils.
32736
32737         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
32738         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
32739         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
32740         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
32741         in the inet and nsl libraries.  Required on Solaris 5.7.
32742
32743 2005-10-01  Jim Meyering  <jim@meyering.net>
32744
32745         Sync from coreutils.
32746         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
32747         in the inet and nsl libraries.  Required on Solaris 5.7.
32748
32749 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
32750
32751         * lib/getdelim.c (getdelim): Remove unused variables.
32752
32753 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
32754
32755         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
32756         so that the code works even with ancient cpp.  Portability problem
32757         with GCC 2.7.2.1 reported by Thomas M.Ott.
32758
32759 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
32760
32761         * modules/regex (Depends-on): Add strcase.
32762
32763         * modules/gethostname (Licence): Change from GPL to LGPL, since
32764         gethostname.c is a trivial implementation of a standard library
32765         function.
32766         * modules/poll (License): Change from GPL to LGPL, since it's
32767         derived from LGPL code.
32768
32769 2005-09-27  Jim Meyering  <jim@meyering.net>
32770
32771         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
32772         HAVE_CONFIG_H.
32773
32774         * lib/intprops.h (signed_type_or_expr__): Define.
32775         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
32776         for unsigned types.
32777
32778 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
32779
32780         * lib/verify.h (verify_expr): Remove, replacing with:
32781         (verify_true): New macro that returns true instead of void.
32782         (verify_type__): Remove.
32783         (verify): Use verify_true rather than verify_type__.
32784
32785 2005-09-26  Bruno Haible  <bruno@clisp.org>
32786
32787         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
32788         is necessary.
32789         (lib_SOURCES): Remove mbchar.c.
32790         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
32791         (Files): Add m4/mbrtowc.m4.
32792         * modules/mbiter: Likewise.
32793         * modules/mbuiter: Likewise.
32794
32795 2005-09-26  Bruno Haible  <bruno@clisp.org>
32796
32797         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
32798         compile mbchar.c if they are not both present.
32799         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
32800         * m4/mbiter.m4 (gl_MBITER): Likewise.
32801         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
32802         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
32803         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
32804
32805 2005-09-25  Jim Meyering  <jim@meyering.net>
32806
32807         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
32808         also uses socklen_t.
32809
32810 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
32811
32812         * lib/utimens.c (ENOSYS): Define if not already defined.
32813         (futimens): Support having a null PATH if the file descriptor
32814         is nonnegative.
32815
32816         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
32817         Remove.
32818         (__attribute): Define to empty unless GCC 3.1 or later.
32819         This works around a core dump on OpenBSD 3.4, which has GCC
32820         2.95.3, which dumps core when given __attribute__(()).  It also
32821         simplifies other tests, since we really don't want to bother with
32822         worrying about which ancient version of GCC supported what.
32823         Original problem reported by Yoann Vandoorselaere, with part of
32824         the fix suggested by Derek Price.
32825
32826 2005-09-24  Jim Meyering  <jim@meyering.net>
32827
32828         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
32829         so we can once again use a positive bitfield width of 1 -- now we
32830         don't have to explain why we were using a bitfield width of 2.
32831
32832 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
32833
32834         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
32835         and similarly for the other external symbols.  Problem reported
32836         by James Gallager.
32837
32838         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
32839         bug reported by Jim Meyering.
32840
32841         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
32842         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
32843         not needed, since socklen is a prerequisite module.
32844
32845 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
32846
32847         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
32848         Problem reported by Eric Blake.
32849         (getaddrinfo): Initialize se so that it's not garbage.
32850         Redo internal storage allocation so that it doesn't make unportable
32851         assumptions about alignment.
32852         Fix a memory leak.
32853
32854         * lib/utimens.c (futimens): Use futimesat if available.
32855         Prefer it to futimes since it doesn't have the futimes bug.
32856
32857         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
32858         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
32859         Instead, declare a function that returns a pointer to an array,
32860         and use verify_type__ to declare the size of the array.
32861         Problem and germ of a solution reported by Bruno Haible.
32862         (verify_type__): Use 2, not 1, for bitfield size, to avoid
32863         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
32864
32865 2005-09-23  Jim Meyering  <jim@meyering.net>
32866
32867         Sync from coreutils.
32868         Correct build failure (socklen_t not defined) on at least
32869         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
32870         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
32871
32872 2005-09-23  Jim Meyering  <jim@meyering.net>
32873
32874         * modules/getaddrinfo (Depends-on): Add socklen.
32875
32876 2005-09-23  Bruno Haible  <bruno@clisp.org>
32877
32878         * tests/test-verify.c: New file.
32879
32880 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32881
32882         Sync from coreutils.
32883
32884         * modules/argmatch (Depends-on): Add verify.
32885         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
32886         unistd-safer.
32887         * modules/save-cwd (Depends-on): Likewise.
32888
32889         * modules/openat (Files): Add lib/openat-die.c.
32890         (Depends-on): Remove error, exitfail.
32891         Add dirname.
32892
32893         * modules/verify: New file.
32894         * MODULES.html.sh (Diagnostics <assert.h>): New section,
32895         with "verify" module.
32896
32897 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32898
32899         Sync from coreutils.
32900
32901         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
32902         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
32903         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
32904         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
32905         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
32906         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
32907         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
32908         Don't bother checking for string.h, stdlib.h, unistd.h.
32909         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
32910         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
32911         module's job.
32912         * m4/jm-macros.m4 (gl_MACROS): Likewise.
32913         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
32914
32915         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
32916         (gl_GETDATE): Use it.
32917
32918         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
32919
32920 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32921
32922         Sync from coreutils.
32923
32924         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
32925         stat-time.h.
32926         * lib/argmatch.h: Include verify.h
32927         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
32928         (ARGMATCH_ASSERT): Remove; unused.
32929         * lib/canonicalize.c: Assume STDC_HEADERS.
32930         * lib/exclude.c: Include "strcase.h".
32931         * lib/regex_internal.h [!defined _LIBC]: Likewise.
32932         * lib/getusershell.c: Include stdio--.h rather than stdio.h
32933         and stdio-safer.h.
32934         (getusershell): Call fopen, not fopen_safer.
32935         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
32936         Do not include unistd-safer.h.
32937         (save_cwd): Don't call fd_safer; no longer needed
32938         now that we include fcntl--.h.
32939
32940         * lib/getdate.y (relative_time): New type.
32941         (RELATIVE_TIME_0): New constant.
32942         (parser_control): Use relative_time instead of doing it ourselves.
32943         (%union): Add new relative_time rel member.
32944         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
32945         Now typeless.
32946         (relunit, relunit_snumber): Now of type rel.
32947         (zone, rel, relunit, get_date): Adjust to above changes.
32948
32949         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
32950         Do not include unistd-safer.h.
32951         (getloadavg): Don't call fd_safer; no longer needed
32952         now that we include fcntl--.h.
32953
32954         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
32955         (make_dir_parents): Treat ENOSYS like EEXIST.
32956
32957         Improve quality of diagnostics on restore_cwd failure.
32958         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
32959         (make_dir_parents): Last arg is now int * (for errno), not bool *.
32960         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
32961         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
32962         each time through the loop.  Do not diagnose restore_cwd failure;
32963         that is the caller's job (and perhaps the caller does not care).
32964
32965         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
32966         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
32967         If the file already exists but is not a directory, don't bother
32968         to try to make its parents.
32969         Close potential file descriptor leak if we can't chdir("/") (!).
32970         Don't always return true if chdir($PWD) fails; return true only
32971         if the requested action was done successfully (except for the
32972         chdir($PWD)).
32973         Don't log final directory unless we actually made it.
32974         Refactor to avoid duplicate code to fix up permissions.
32975         Don't attempt to fix up parent permissions if chdir($PWD) fails.
32976
32977         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
32978         to make it a bit faster and (I hope) clearer.
32979         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
32980         Fix bug in formats like %2N.
32981
32982         * lib/verify.h: New file.
32983
32984 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32985
32986         Sync from coreutils.
32987         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
32988
32989 2005-09-22  Jim Meyering  <jim@meyering.net>
32990
32991         Sync from coreutils.
32992
32993         * m4/lstat.m4 (gl_FUNC_LSTAT):
32994         Use AC_LIBSOURCES to require lstat.c and lstat.h.
32995         Remove obsolete comment.
32996         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
32997         * m4/xstrtod.m4: Likewise.
32998
32999         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
33000
33001 2005-09-22  Jim Meyering  <jim@meyering.net>
33002
33003         Sync from coreutils.
33004
33005         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
33006
33007         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
33008         the .tm_year member, since otherwise gcc-4.0 would now warn about
33009         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
33010
33011         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
33012         order to avoid an unsuppressible warning from gcc on 64-bit systems.
33013
33014         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
33015         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
33016         when run in a time zone for which daylight savings time is in effect
33017         for the starting date.
33018
33019         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
33020         stop us from restricting permissions of just-created absolute-named
33021         directories.
33022         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
33023         to restore initial working directory.
33024         * lib/mkdir-p.c (make_dir_parents): New parameter:
33025         different_working_dir, to tell caller if/when we change the working
33026         directory and are unable to return to the initial one.
33027         * lib/mkdir-p.h (make_dir_parents): Update prototype.
33028         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
33029         `return false'.  This fixes a bug introduced on 2004-07-30.
33030
33031         * lib/openat.c (fdopendir): Be sure to close the supplied
33032         file descriptor before returning.  This makes our replacement
33033         implementation a little closer to Solaris's, where fdopendir
33034         ties the file descriptor to the returned DIR* pointer.
33035         * lib/openat.c (unlinkat): New function.
33036         * lib/openat.h (unlinkat): Add prototype.
33037         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
33038         (openat_restore_fail): Rename from openat_restore_die.
33039         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
33040
33041         Provide an alternative to exiting immediately upon save_cwd or
33042         restore_cwd failure.  Now, an application can arrange e.g.,
33043         to perform a longjump in that case.
33044         * lib/openat.c: Include dirname.h.
33045         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
33046         (rpl_openat, fdopendir, fstatat): Call openat_save_die
33047         and openat_restore_die rather than calling error directly.
33048         Don't include "error.h" or "exitfail.h"; they're no longer needed.
33049
33050         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
33051         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
33052         define.
33053
33054         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
33055         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
33056                             int utc, int nanoseconds);
33057         Background:
33058         date should not have to allocate a megabyte of virtual memory to
33059         handle a format argument like +%1048575T.  When implemented with
33060         strftime, it must allocate such a buffer, use strftime to fill it
33061         in, print it, then free it.
33062         With fprintftime, it simply prints everything and exits.
33063         With no need for memory allocation, that's one fewer way to fail.
33064         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
33065         optional field width, not before, so we accept %9:z, not %:9z.
33066         (my_strftime): Be sure to use L_('x') for literals.
33067
33068         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
33069         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
33070         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
33071         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
33072         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
33073         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
33074         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
33075         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
33076         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
33077         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
33078         * lib/xgethostname.c, lib/xreadlink.c:
33079         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
33080
33081         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
33082         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
33083         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
33084         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33085         and don't include <sys/file.h>).
33086
33087 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
33088
33089         Sync from coreutils.
33090
33091         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
33092         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
33093         [!LDAV_DONE]: Avoid unused variable warning.
33094
33095 2005-09-21  Bruno Haible  <bruno@clisp.org>
33096
33097         * lib/unicodeio.h (unicode_to_mb): New declaration.
33098
33099 2005-09-20  Derek Price  <derek@ximbiot.com>
33100
33101         * lib/getaddrinfo.c: Don't include <netdb.h> included from
33102         getaddrinfo.h.
33103
33104 2005-09-20  Bruno Haible  <bruno@clisp.org>
33105
33106         * gnulib-tool: Remove trailing slashes from the values specified for
33107         --source-base, --m4-base, --tests-base, --aux-dir.
33108         Suggested by Simon Josefsson <jas@extundo.com>.
33109
33110 2005-09-20  Bruno Haible  <bruno@clisp.org>
33111
33112         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
33113         func_modules_to_filelist, func_import, func_create_testdir): Make all
33114         sorting results locale-independent, so that gnulib-cache.m4 doesn't
33115         change when gnulib-tool is invoked in a different locale.
33116
33117 2005-09-19  Simon Josefsson  <jas@extundo.com>
33118
33119         * m4/socklen.m4: Fix typo.
33120
33121 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33122
33123         Use a consistent style for including <config.h>.
33124         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
33125         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
33126         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
33127         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
33128         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
33129         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
33130         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
33131         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
33132         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
33133         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
33134         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
33135         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
33136         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
33137         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
33138         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
33139         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
33140         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
33141         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
33142         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
33143         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
33144         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
33145         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
33146         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
33147         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
33148         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
33149         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
33150         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
33151         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
33152         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
33153         lib/xstrtoumax.c, lib/yesno.c:
33154         Standardize inclusion of config.h.
33155         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
33156         lib/inttostr.h:  Removed inclusion of config.h from header files.
33157         * lib/inttostr.c:  Adjusted in-tree users.
33158         * lib/timespec.h: Remove superfluous warning to include config.h.
33159         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
33160         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
33161         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
33162         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
33163         config.h with HAVE_CONFIG_H.
33164
33165 2005-09-19  Jim Meyering  <jim@meyering.net>
33166
33167         * modules/pathmax (License): Change to LGPL.
33168
33169 2005-09-19  Derek Price  <derek@ximbiot.com>
33170
33171         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
33172
33173 2005-09-19  Bruno Haible  <bruno@clisp.org>
33174
33175         * gnulib-tool (import): Provide default for --tests-base.
33176
33177 2005-09-19  Bruno Haible  <bruno@clisp.org>
33178
33179         * doc/quote.texi: New file, extracted from gnulib.texi.
33180         * doc/ctime.texi: New file, extracted from gnulib.texi.
33181         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
33182         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
33183         * doc/gnulib.texi: Include them.
33184
33185 2005-09-18  Bruno Haible  <bruno@clisp.org>
33186
33187         Portability fix.
33188         * gnulib-tool (func_readlink): New function.
33189         (func_ln_if_changed): Use it.
33190
33191 2005-09-18  Bruno Haible  <bruno@clisp.org>
33192
33193         * gnulib-tool: Support --with-tests also with --import.
33194         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
33195         (func_import): Use variables $testsbase and $inctests. Emit a
33196         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
33197         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
33198         SUBDIRS += $testsdir.
33199         (func_create_testdir): Update.
33200
33201 2005-09-18  Bruno Haible  <bruno@clisp.org>
33202
33203         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
33204         instead of $dry_run.
33205         (func_cp_if_changed, func_mv_if_changed): Remove functions.
33206         (func_ln_if_changed): Don't handle dry-run here.
33207         (func_import): In dry-run mode, detect more precisely which actions
33208         would be performed, and don't use "...ing" verbs.
33209
33210 2005-09-18  Bruno Haible  <bruno@clisp.org>
33211
33212         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
33213         (func_import): Use join on two temporary files instead of three nested
33214         loops, in order to determine which files are new or old.
33215
33216 2005-09-18  Bruno Haible  <bruno@clisp.org>
33217
33218         * gnulib-tool (func_import): Comment out code that spits out the
33219         new files with --dry-run.
33220
33221 2005-09-18  Bruno Haible  <bruno@clisp.org>
33222
33223         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
33224
33225 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33226
33227         * lib/stat-time.h: New file.
33228         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
33229         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
33230         in a different way.
33231         (timespec_cmp): New function.
33232         * lib/utimecmp.c: Include stat-time.h.
33233         (SYSCALL_RESOLUTION): Depend on whether various struct stat
33234         members exist, not on the obsolescent ST_MTIM_NSEC.
33235         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
33236
33237 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33238
33239         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
33240
33241 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33242
33243         * MODULES.html.sh (File system functions): Add stat-time.
33244         * modules/stat-time: New file.
33245         * modules/timespec (Files): Remove m4/st_mtim.m4; this
33246         is now done in a different way, by the stat-time module.
33247         * modules/utimecmp (Depends-on): Add stat-time.
33248
33249 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
33250
33251         * m4/st_mtim.m4: Remove.  Superseded by...
33252         * m4/stat-time.m4: New file.
33253         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
33254         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
33255
33256 2005-09-15  Derek Price  <derek@ximbiot.com>
33257
33258         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
33259
33260 2005-09-15  Derek Price  <derek@ximbiot.com>
33261
33262         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
33263         * lib/regex_internal.c: Ditto, using this...
33264         (__GNUC_PREREQ): ...new macro.
33265         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
33266         using...
33267         (__GNUC_PREREQ): ...this new macro.
33268
33269         * lib/strstr.h: Include string.h. Define strstr as a macro here.
33270
33271 2005-09-15  Derek Price  <derek@ximbiot.com>
33272             Paul Eggert  <eggert@cs.ucla.edu>
33273
33274         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
33275         changes, consolidating in...
33276         * lib/regex_internal.h: ...this file.
33277
33278 2005-09-13  Jim Meyering  <jim@meyering.net>
33279
33280         * lib/canon-host.c: Filter through gnu indent and reword comments
33281         slightly.
33282         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
33283
33284 2005-09-13  Derek Price  <derek@ximbiot.com>
33285
33286         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
33287         failure.
33288         Reported by Jim Meyering  <jim@meyering.net>.
33289
33290 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33291
33292         * lib/base64.c: Typo.
33293         (base64_encode): Put b64str in initialized data section.
33294
33295 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
33296
33297         Merge glibc and coreutils changes into gnulib, plus a few
33298         extra fixes.
33299         * lib/md5.c: Use #error rather than a string.
33300         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
33301         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
33302         (__attribute__): Define to empty for non recent-GCC.
33303         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
33304         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
33305         Renamed from their non-__ counterparts, with new macros replacing
33306         them if not _LIBC.  Add __THROW attribute.
33307         (rol): Remove.
33308         (struct md5_ctx): Align buffer if using GCC.
33309         * lib/sha1.h (struct sha1_ctx): Likewise.
33310         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
33311         The old name was backwards.
33312         (NOTSWAP): Remove; not used.
33313         (rol): New macro, moved here from md5.h.
33314         (sha1_process_block): Remove a FIXME that doesn't make sense.
33315
33316 2005-09-12  Derek Price  <derek@ximbiot.com>
33317
33318         Return usable errors from canon-host.
33319         * lib/canon-host.h: New file.
33320         * lib/canon-host.c (canon_host): Wrap...
33321         (canon_host_r): ...this new function, which now relies exclusively on
33322         getaddrinfo.
33323         (ch_strerror): New function.
33324         (last_cherror): New global.
33325         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
33326         interface.
33327         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
33328         void *.
33329         (freeaddrinfo): Free ai->ai_canonname when set.
33330
33331 2005-09-12  Derek Price  <derek@ximbiot.com>
33332
33333         Make canon-host require getaddrinfo.
33334         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
33335         AC_LIBSOURCE canon-host.h.  Call...
33336         (gl_PREREQ_CANON_HOST): ...this new function, which requires
33337         gl_GETADDRINFO.
33338         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
33339
33340 2005-09-12  Derek Price  <derek@ximbiot.com>
33341
33342         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
33343         LGPL.
33344         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
33345
33346 2005-09-12  Derek Price  <derek@ximbiot.com>
33347
33348         * lib/gai_strerror.c: Include config.h when available.  Include
33349         getaddrinfo.h before other headers to test interface.
33350         Reported by Larry Jones <lawrence.jones@ugs.com>.
33351
33352 2005-09-12  Derek Price  <derek@ximbiot.com>
33353             Paul Eggert  <eggert@cs.ucla.edu>
33354
33355         * modules/glob (Files): Add glob-libc.h.
33356
33357 2005-09-12  Derek Price  <derek@ximbiot.com>
33358             Paul Eggert  <eggert@cs.ucla.edu>
33359
33360         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
33361         glob_.h, glob-libc.h.
33362         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
33363
33364 2005-09-12  Derek Price  <derek@ximbiot.com>
33365             Paul Eggert  <eggert@cs.ucla.edu>
33366
33367         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
33368         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
33369         protecting things that should be done only in gnulib contexts.
33370         * lib/glob_.h: New file, containing only the glob things needed for
33371         gnulib.
33372         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
33373         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
33374         (glob, globfree, glob_pattern_p): Now defined simply in terms of
33375         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
33376         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
33377         and to respect the namespace rules better.
33378
33379 2005-09-08  Simon Josefsson  <jas@extundo.com>
33380
33381         * modules/socklen: New file.
33382
33383 2005-09-08  Simon Josefsson  <jas@extundo.com>
33384
33385         * m4/socklen.m4: New file.
33386
33387 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33388
33389         * modules/utimens (Files): Add m4/utimbuf.m4, since
33390         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
33391         Reported by Sergey Poznyakoff.
33392
33393 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33394
33395         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
33396         definitions, since that's the preferred style in glibc.
33397         Fix a minor spacing issue, and update copyright notice to match
33398         glibc's.
33399
33400 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33401
33402         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
33403
33404 2005-09-06  Simon Josefsson  <jas@extundo.com>
33405
33406         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
33407         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
33408
33409 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33410
33411         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
33412         warning.
33413
33414 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33415
33416         * config/srclist.txt: Add glibc bug 1302.
33417
33418 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
33419
33420         Change bitset word type from unsigned int to unsigned long int,
33421         as this has better performance on typical 64-bit hosts.
33422         Port bitset code to hosts with unusual word sizes.
33423         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
33424         (build_collating_symbol):
33425         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
33426         argument is a bitset.  This is merely a style issue, but it makes
33427         it clearer that an entire array is expected.
33428         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
33429         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
33430         Port to the case where bitset_word is not the same as unsigned int.
33431         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
33432         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
33433         Likewise.
33434         * lib/regexec.c (check_dst_limits_calc_pos_1,
33435         check_subexp_matching_top):
33436         (build_trtable, group_nodes_into_DFAstates):
33437         Likewise.
33438         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
33439         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
33440         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
33441         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
33442         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
33443         * lib/regcomp.c (optimize_subexps, lower_subexp):
33444         Work even if bitset_word has holes in its bitwise representation.
33445         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
33446         * lib/regexec.c (check_dst_limits_calc_pos_1,
33447         check_subexp_matching_top):
33448         Likewise.
33449         * lib/regex_internal.c (re_string_reconstruct):
33450         Don't assume UCHAR_MAX == 255.
33451         * lib/regex_internal.h (bitset_set_all): Likewise.
33452         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
33453         All uses changed.
33454         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
33455         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
33456         All uses changed.
33457         (BITSET_WORD_MAX): New macro.
33458         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
33459         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
33460         (bitset_empty, bitset_copy):
33461         Prefer sizeof (bitset) to multiplying it out ourselves.
33462         (bitset_not_merge): Remove; unused.
33463         (bitset_contain): Return bool, not unsigned int with one bit on.
33464         All callers changed.
33465         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
33466         alignment than re_node_set; do this by defining a new internal
33467         type struct dests_alloc and using it to allocate memory.
33468
33469 2005-09-05  Bruno Haible  <bruno@clisp.org>
33470
33471         * gnulib-tool (func_import): Fix comparison in handling of symbolic
33472         links.
33473
33474 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
33475
33476         * modules/size_max (Makefile.am): Add size_max.h
33477
33478 2005-09-04  Derek Price  <derek@ximbiot.com>
33479
33480         * gnulib-tool (func_import): Fix reversed $symbolic logic.
33481
33482 2005-09-03  Simon Josefsson  <jas@extundo.com>
33483
33484         * gnulib-tool: Fix typo.
33485
33486 2005-09-03  Simon Josefsson  <jas@extundo.com>
33487
33488         * config/srclist.txt: Add glibc bug 1293.
33489
33490 2005-09-03  Derek Price  <derek@ximbiot.com>
33491
33492         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
33493         From Larry Jones <lawrence.jones@ugs.com>.
33494
33495 2005-09-02  Simon Josefsson  <jas@extundo.com>
33496
33497         * modules/socklen: New file.
33498
33499 2005-09-02  Simon Josefsson  <jas@extundo.com>
33500
33501         * modules/havelib: New module.
33502
33503         * modules/gettext, modules/iconv, modules/lock, modules/readline:
33504         Use havelib.
33505
33506 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
33507
33508         Check for arithmetic overflow when calculating sizes, to prevent
33509         some buffer-overflow issues.  These patches are conservative, in the
33510         sense that when I couldn't determine whether an overflow was possible,
33511         I inserted a run-time check.
33512         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
33513         macros.
33514         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
33515         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
33516         (re_xnrealloc, re_x2nrealloc): New inline functions.
33517         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
33518         parse_bracket_exp):
33519         (build_equiv_class, build_charclass): Check for arithmetic overflow
33520         in size expression calculations.
33521         * lib/regex_internal.c (re_string_realloc_buffers):
33522         (build_wcs_upper_buffer, re_node_set_add_intersect):
33523         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
33524         (re_dfa_add_node, register_state): Likewise.
33525         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
33526         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
33527         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
33528         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
33529
33530 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
33531
33532         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
33533         m4/ulonglong.m4.  Problem reported by Martin Lambers.
33534
33535 2005-09-02  Bruno Haible  <bruno@clisp.org>
33536
33537         Support for lib vs. lib64 distinction on biarch platforms.
33538         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
33539         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
33540         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
33541
33542 2005-09-02  Bruno Haible  <bruno@clisp.org>
33543
33544         * gnulib-tool (import): In the other first-use case, provide defaults
33545         as well.
33546
33547 2005-09-02  Bruno Haible  <bruno@clisp.org>
33548
33549         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
33550         patches not yet found in the latest gettext release.
33551
33552 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
33553
33554         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
33555         to avoid a collision with bits/local_lim.h in glibc.
33556         All uses changed.  Problem reported by Dmitry V. Levin in
33557         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
33558
33559         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
33560         bugs in int versus size_t comparisons.
33561         (re_string_context_at): Fix bug where the code assumed that
33562         Idx is signed.
33563
33564         Use bool where appropriate.
33565         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
33566         All callers changed.
33567         (calc_eclosure_iter): Likewise, for ROOT arg.
33568         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
33569         (build_charclass_op): Likewise, for NON_MATCH arg.
33570         * lib/regex_internal.c (re_string_allocate, re_string_construct):
33571         (re_string_construct_common): Likewise, for ICASE arg.
33572         * lib/regexec.c (re_search_2_stub, re_search_stub):
33573         Likewise, for RET_LEN arg.
33574         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
33575         (set_regs): Likewise, for FL_BACKTRACK arg.
33576         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
33577         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
33578         (calc_eclosure_iter, parse_bracket_exp):
33579         Use bool for internal variables that are booleans.
33580         * lib/regexec.c (re_search_internal, check_matching,
33581         proceed_next_node):
33582         (set_regs, build_sifted_states, sift_states_bkref):
33583         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
33584         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
33585         (find_collation_sequence_value):
33586         Likewise.
33587         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
33588         (re_node_set_compare):
33589         Return bool, not int. All callers changed.
33590         * lib/regexec.c (check_halt_node_context, check_dst_limits):
33591         (build_trtable, check_node_accept): Likewise.
33592         * lib/regex_internal.h: Include stdbool.h.
33593
33594         Fix bugs uncovered when converting to bool.
33595         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
33596         failure instead of charging ahead blindly.
33597         * lib/regex_internal.c (register_state): Likewise.
33598         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
33599         for freeing internal storage.
33600         (group_nodes_into_DFA_states): Use unsigned int, not int, for
33601         bitset pieces used as boolean, to avoid undefined behavior
33602         on hosts that do int overflow checking.
33603
33604 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
33605
33606         * config/srclist.txt: Add glibc bugs 1285-1287.
33607
33608 2005-09-01  Jim Meyering  <jim@meyering.net>
33609
33610         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
33611         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
33612         Require gl_STAT_MACROS, too.
33613
33614 2005-09-01  Bruno Haible  <bruno@clisp.org>
33615
33616         * gnulib-tool (import): In the first-use case, provide defaults.
33617
33618 2005-09-01  Bruno Haible  <bruno@clisp.org>
33619
33620         * gnulib-tool (func_import): Remove the .tmp files.
33621
33622 2005-09-01  Bruno Haible  <bruno@clisp.org>
33623
33624         * gnulib-tool (func_import): Fix handling of symbolic links.
33625
33626 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33627
33628         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
33629         old glibc regex code mishandles strings longer than 2**31 bytes.
33630         This patch fixes this when the regex code is used in gnulib
33631         (i.e., outside glibc).
33632
33633         This patch should not affect the use of the regex code inside
33634         glibc.  No doubt this problem also needs to be handled for glibc
33635         as well, but the result will be an incompatible change to the
33636         glibc ABI, and the old ABI will have to be supported too.  That
33637         can be the the subject for another patch.
33638
33639         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
33640         governing whether the rest of this patch is active.  By default,
33641         the macro is disabled and the patch has no effect.
33642         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
33643         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
33644         (struct re_pattern_buffer, re_search, re_search_2, re_match):
33645         (re_match_2, re_set_registers): Use the new types.
33646         * lib/regex_internal.h (Idx, re_hashval_t): New types.
33647         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
33648         New macros.
33649         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
33650         (re_string_context_at, bin_tree_t, re_dfastate_t):
33651         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
33652         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
33653         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
33654         (re_string_char_size_at, re_string_wchar_at):
33655         (re_string_elem_size_at):
33656         Use the new types and macros to port to 64-bit hosts.
33657         Use unsigned types for internal values, so that the code
33658         mostly works even for arrays larger than SSIZE_MAX.
33659         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
33660         (search_duplicated_node, calc_eclosure_iter, fetch_number):
33661         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
33662         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
33663         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
33664         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
33665         (calc_inveclosure, parse_dup_op, build_range_exp):
33666         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
33667         (fetch_number, create_token_tree, mark_opt_subexp):
33668         Likewise.
33669         * lib/regex_internal.c (re_string_construct_common,
33670         create_ci_newstate):
33671         (create_cd_newstate, re_string_allocate, re_string_construct):
33672         (re_string_realloc_buffers, build_wcs_upper_buffer):
33673         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
33674         (re_string_reconstruct, re_string_peek_byte_case):
33675         (re_string_fetch_byte_case, re_string_context_at):
33676         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
33677         (re_node_set_init_copy, re_node_set_add_intersect):
33678         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
33679         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
33680         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
33681         (re_acquire_state, re_acquire_state_context, register_state):
33682         Likewise.
33683         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
33684         search_cur_bkref_entry):
33685         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
33686         (re_search_internal, re_search_2_stub, re_search_stub)
33687         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
33688         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
33689         (update_cur_sifted_state, check_dst_limits):
33690         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
33691         (check_subexp_limits, sift_states_bkref, merge_state_array):
33692         (check_subexp_matching_top, get_subexp, get_subexp_sub):
33693         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
33694         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
33695         (expand_bkref_cache, check_node_accept_bytes):
33696         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
33697         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
33698         (acquire_init_state_context, check_halt_node_context):
33699         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
33700         (sift_states_backward, clean_state_log_if_needed):
33701         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
33702         (find_recover_state, transit_state_sb, transit_state_mb):
33703         (transit_state_bkref, build_trtable, match_ctx_clean):
33704         Likewise.
33705         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
33706         to work around an assumption that REG_MISSING is negative.
33707
33708         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
33709         (seek_collating_symbol_entry) [defined _LIBC]:
33710         (lookup_collation_sequence_value) [defined _LIBC]:
33711         (build_range_exp, build_collating_symbol) [defined _LIBC]:
33712         Use prototypes rather than old-style function definitions.
33713         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
33714         (transit_state_sb) [0]:
33715         (find_collation_sequence_value) [defined _LIBC]: Likewise.
33716
33717         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
33718         rm_eo.
33719
33720         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
33721         (optimize_subexps, lower_subexp):
33722         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
33723         since the signed shift might overflow.  Use 1u<<31 instead.
33724         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
33725         Likewise.
33726         * lib/regexec.c (check_dst_limits_calc_pos_1,
33727         check_subexp_matching_top): Likewise.
33728
33729         * lib/regcomp.c (optimize_subexps, lower_subexp):
33730         Use CHAR_BIT rather than 8, for clarity.
33731         * lib/regexec.c (check_dst_limits_calc_pos_1):
33732         (check_subexp_matching_top): Likewise.
33733         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
33734         have to worry about portability issues when shifting it left.
33735         Remove no-longer-needed test for table_size > 0.
33736         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
33737         in a word, as the resulting behavior is undefined.
33738         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
33739         in one case, a <= should have been an <, and in another case the
33740         whole test was missing.
33741         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
33742         the standard name CHAR_BIT.
33743         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
33744         this is not true on one's complement and signed-magnitude hosts.
33745
33746         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
33747         next_last_offset.
33748         (struct re_dfa_t): Remove unused member states_alloc.
33749         * lib/regcomp.c (init_dfa): Don't initialize unused members.
33750
33751 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33752
33753         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
33754         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
33755         and large-file glibc and in 32-bit large-file Solaris.
33756
33757 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33758
33759         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
33760         lengths fit in regoff_t; this isn't true if regoff_t is the same
33761         width as size_t.
33762         * lib/regex.c (re_search_internal): 5th arg is LAST_START
33763         (= START + RANGE) instead of RANGE.  This avoids overflow
33764         problems when regoff_t is the same width as size_t.
33765         All callers changed.
33766         (re_search_2_stub): Check for overflow when adding the
33767         sizes of the two strings.
33768         (re_search_stub): Check for overflow when adding START
33769         to RANGE; if it occurs, substitute the extreme value.
33770
33771 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33772
33773         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
33774
33775 2005-08-31  Jim Meyering  <jim@meyering.net>
33776
33777         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
33778         a pointer-to-const.
33779         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
33780         (register_state): Likewise.
33781         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
33782         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
33783         (group_nodes_into_DFAstates): Likewise.
33784
33785 2005-08-31  Jim Meyering  <jim@meyering.net>
33786
33787         * check-module: Add a FIXME comment.
33788
33789 2005-08-31  Eric Blake  <ebb9@byu.net>
33790
33791         * modules/unistd-safer (Files): Add unistd--.h.
33792         * modules/stdio-safer (Files): Add stdio--.h.
33793
33794 2005-08-31  Derek Price  <derek@ximbiot.com>
33795
33796         * lib/getdelim.c (getdelim): Return EOF on EOF.
33797         Reported by Larry Jones <lawrence.jones@ugs.com>.
33798
33799 2005-08-31  Bruno Haible  <bruno@clisp.org>
33800
33801         Avoid unnecessary diffs in the generated lib/Makefile.am.
33802         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
33803         the generated files.
33804         (func_import): Don't set cmd.
33805
33806 2005-08-31  Bruno Haible  <bruno@clisp.org>
33807
33808         * lib/strstr.c: Include <stddef.h>, for NULL.
33809         * lib/strcasestr.c: Likewise.
33810         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33811
33812 2005-08-31  Bruno Haible  <bruno@clisp.org>
33813
33814         * gnulib-tool: New option --macro-prefix.
33815         (func_import): Use macro_prefix.
33816         (import): Handle option --macro-prefix.
33817
33818 2005-08-31  Bruno Haible  <bruno@clisp.org>
33819
33820         * gnulib-tool (import): Rename most ac_* variables to cached_*.
33821         Also use new variables cached_lgpl, cached_libtool.
33822
33823 2005-08-31  Bruno Haible  <bruno@clisp.org>
33824
33825         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
33826         always instantiating them.
33827
33828 2005-08-31  Bruno Haible  <bruno@clisp.org>
33829
33830         * gnulib-tool (func_import): Read the previous cached settings
33831         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
33832         earlier added by gnulib but are now dropped. Warn when a gnulib file
33833         overwrites a non-gnulib file.
33834
33835 2005-08-31  Bruno Haible  <bruno@clisp.org>
33836
33837         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
33838         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
33839         projects that don't keep autogenerated files in CVS. Put into
33840         actioncmd only the specified modules, not the transitive closure.
33841
33842 2005-08-31  Bruno Haible  <bruno@clisp.org>
33843
33844         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
33845         Create directories that shall be filled.
33846         (import): Don't look for gl_* macros in configure.ac. Recurse across
33847         all directories containing a gnulib-cache.m4 files, if meaningful.
33848
33849 2005-08-31  Bruno Haible  <bruno@clisp.org>
33850
33851         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
33852         (import): Set seen_libtool when we see gl_LIBTOOL.
33853
33854 2005-08-31  Bruno Haible  <bruno@clisp.org>
33855
33856         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
33857         declaration macro definitions from generated gnulib.m4.
33858
33859 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
33860
33861         * lib/iconvme.h: Add prototype for iconv_alloc.
33862
33863 2005-08-29  Simon Josefsson  <jas@extundo.com>
33864
33865         * lib/iconvme.c: Fix errno.
33866
33867 2005-08-29  Bruno Haible  <bruno@clisp.org>
33868
33869         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
33870         that it works when the directory contains spaces.
33871
33872 2005-08-29  Bruno Haible  <bruno@clisp.org>
33873
33874         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
33875
33876 2005-08-29  Bruno Haible  <bruno@clisp.org>
33877
33878         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
33879         Emit more advice.
33880
33881 2005-08-29  Bruno Haible  <bruno@clisp.org>
33882         and Stepan Kasal  <kasal@ucw.cz>
33883
33884         * check-module: If more parameters are given, check each of them
33885         separately; add more exceptions, as noted by Jim Meyering.
33886         (check_module): New procedure.
33887         (%exempt_header): Now contains all exceptions.
33888
33889 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
33890
33891         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
33892
33893 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
33894
33895         * lib/iconvme.c: Split iconv_string into iconv_alloc.
33896
33897 2005-08-28  Bruno Haible  <bruno@clisp.org>
33898
33899         * m4/gnulib-tool.m4: New file.
33900
33901 2005-08-27  Jim Meyering  <jim@meyering.net>
33902
33903         * modules/unistd-safer (Files): Add pipe-safer.c.
33904         * modules/fcntl-safer (Files): Add creat-safer.c.
33905
33906 2005-08-27  Jim Meyering  <jim@meyering.net>
33907
33908         * m4/stdlib-safer.m4: New file.  From coreutils.
33909         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
33910         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
33911         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
33912         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
33913         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
33914
33915 2005-08-27  Jim Meyering  <jim@meyering.net>
33916
33917         * lib/fopen-safer.c: Merge minor changes from coreutils.
33918         * lib/dup-safer.c: Likewise.
33919         * lib/fd-safer.c: Likewise.
33920
33921         Merge from coreutils.
33922         * lib/stdio--.h: New file.
33923         * lib/stdlib--.h: New file.
33924         * lib/mkstemp-safer.c: New file.
33925
33926         GNU tar needs these.
33927         * lib/pipe-safer.c: New file.
33928         * lib/creat-safer.c: New file.
33929         * lib/fcntl--.h (creat): Define to creat_safer.
33930         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
33931         * lib/unistd--.h (pipe): Define to pipe_safer.
33932         * lib/unistd-safer.h: Declare pipe_safer.
33933
33934 2005-08-26  Simon Josefsson  <jas@extundo.com>
33935
33936         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
33937         Haible <bruno@clisp.org>.
33938
33939 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
33940
33941         * lib/regex_internal.h: Remove all references to
33942         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
33943         or better.
33944         (bitset_not, bitset_merge, bitset_not_merge):
33945         (bitset_mask, re_string_allocate, re_string_construct):
33946         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
33947         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
33948         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
33949         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
33950         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
33951         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
33952         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
33953         (re_acquire_state_context):
33954         Remove unnecessary forward decls.
33955         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
33956         Put __attribute at function definition,
33957         now that the function decl has been removed.
33958         * lib/regex_internal.c (re_string_peek_byte_case):
33959         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
33960         Likewise.
33961
33962 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
33963
33964         * m4/regex.m4: Add AC_PREREQ(2.50).
33965         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
33966
33967 2005-08-25  Simon Josefsson  <jas@extundo.com>
33968
33969         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
33970         __fsetlocking.
33971
33972 2005-08-25  Simon Josefsson  <jas@extundo.com>
33973
33974         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
33975         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
33976         GLIBC specific code.
33977
33978 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33979
33980         Make regex safe for g++.  This fixes one real bug (an "err"
33981         that should have been "*err").  g++ problem reported by
33982         Sam Steingold.
33983         * lib/regex_internal.h (re_calloc): New macro, consistent with
33984         re_malloc etc.  All callers of calloc changed to use re_calloc.
33985         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
33986         not int.  All callers changed.
33987         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
33988         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
33989         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
33990         (find_recover_state): Change "err" to "*err"; this fixes what
33991         appears to be a real bug.
33992         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
33993         versus int.
33994
33995 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
33996
33997         * modules/regex (Depends-on): Add malloc, since the code
33998         assumes that !malloc(0) means failure.
33999
34000 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34001
34002         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
34003
34004         alloca modernization/simplification for regex.
34005         * lib/regex.c: Remove portability cruft for alloca.  This no longer
34006         needs to be at the start of the file, and can be moved into
34007         regex_internal.h and simplified.
34008         * lib/regex_internal.h: Include <alloca.h>.
34009         (__libc_use_alloca) [!defined _LIBC]: New macro.
34010         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
34011         now works outside glibc.
34012
34013 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34014
34015         * config/srclist.txt: Add glibc bugs 1241, 1245.
34016
34017 2005-08-25  Jim Meyering  <jim@meyering.net>
34018
34019         * lib/open-safer.c: Include <config.h>.
34020         Otherwise, we'd lose LARGEFILE support in any file using
34021         e.g. "fcntl--.h"
34022
34023 2005-08-25  Bruno Haible  <bruno@clisp.org>
34024
34025         * m4/minmax.m4: Require autoconf 2.52.
34026         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
34027         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
34028         alternatives of translit over the alphabet.
34029         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
34030
34031 2005-08-24  Simon Josefsson  <jas@extundo.com>
34032
34033         * tests/test-getpass.c: New file.
34034
34035 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34036
34037         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
34038         for GNU regex features.
34039
34040 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34041
34042         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
34043         * lib/regex.h (regerror): Likewise.
34044
34045         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
34046         requires this.  (The code never needed it.)
34047
34048         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
34049         All uses of recently-renamed identifiers changed to use the new,
34050         POSIX-compliant names.  The code will build and run just fine
34051         without these changes, but it's better to eat our own dog food
34052         and use the standard-conforming names.
34053
34054         * lib/regex.h: Fix a multitude of POSIX name space violations.
34055         These changes have an effect only for programs that define
34056         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
34057         do not change anything for programs compiled in the normal way.
34058         Also, there is no effect on the ABI.
34059
34060         (_REGEX_SOURCE): New macro.
34061         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
34062         defined and _GNU_SOURCE is not; this fixes a name space violation.
34063
34064         Rename the following macros to obey POSIX requirements.
34065         The old names are still visible as macros if _REGEX_SOURCE is defined.
34066         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
34067         RE_BACKSLASH_ESCAPE_IN_LISTS.
34068         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
34069         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
34070         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
34071         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
34072         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
34073         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
34074         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
34075         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
34076         (REG_INTERVALS): renamed from RE_INTERVALS.
34077         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
34078         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
34079         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
34080         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
34081         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
34082         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
34083         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
34084         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
34085         RE_UNMATCHED_RIGHT_PAREN_ORD.
34086         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
34087         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
34088         (REG_DEBUG): renamed from RE_DEBUG.
34089         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
34090         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
34091         unusual, since we can't clash with the POSIX REG_ICASE.
34092         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
34093         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
34094         (REG_NO_SUB): renamed from RE_NO_SUB.
34095         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
34096         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
34097         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
34098         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
34099         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
34100         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
34101         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
34102         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
34103         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
34104         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
34105         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
34106         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
34107         RE_SYNTAX_POSIX_MINIMAL_BASIC.
34108         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
34109         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
34110         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
34111         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
34112         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
34113         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
34114         (REG_FIXED): Renamed from REGS_FIXED.
34115         (REG_NREGS): Renamed from RE_NREGS.
34116
34117         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
34118         of other REG_* macros, since POSIX says the user is allowed to
34119         #undef these macros selectively.
34120
34121         (reg_errcode_t): Update comment stating what other tables need
34122         to be consistent.
34123
34124         Rename the following enum values to obey POSIX requirements.
34125         The old names are still visible as macros.
34126         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
34127         is not defined, since GNU is supposed to be a superset of POSIX as
34128         much as possible, and since we want reg_errcode_t to be a signed
34129         type for implementation consistency.
34130         (_REG_NOERROR): Renamed from REG_NOERROR.
34131         (_REG_NOMATCH): Renamed from REG_NOMATCH.
34132         (_REG_BADPAT): Renamed from REG_BADPAT.
34133         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
34134         (_REG_ECTYPE): Renamed from REG_ECTYPE.
34135         (_REG_EESCAPE): Renamed from REG_EESCAPE.
34136         (_REG_ESUBREG): Renamed from REG_ESUBREG.
34137         (_REG_EBRACK): Renamed from REG_EBRACK.
34138         (_REG_EPAREN): Renamed from REG_EPAREN.
34139         (_REG_EBRACE): Renamed from REG_EBRACE.
34140         (_REG_BADBR): Renamed from REG_BADBR.
34141         (_REG_ERANGE): Renamed from REG_ERANGE.
34142         (_REG_ESPACE): Renamed from REG_ESPACE.
34143         (_REG_BADRPT): Renamed from REG_BADRPT.
34144         (_REG_EEND): Renamed from REG_EEND.
34145         (_REG_ESIZE): Renamed from REG_ESIZE.
34146         (_REG_ERPAREN): Renamed from REG_ERPAREN.
34147         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
34148         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
34149         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
34150         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
34151
34152         (_REG_RE_NAME, _REG_RM_NAME): New macros.
34153         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
34154         changed.  But support the old name if the new one is not defined
34155         and if _REGEX_SOURCE.
34156
34157         Change the following member names in struct re_pattern_buffer.
34158         The old names are still supported if !_REGEX_SOURCE.
34159         The new names are always supported, regardless of _REGEX_SOURCE.
34160         (re_buffer): Renamed from buffer.
34161         (re_allocated): Renamed from allocated.
34162         (re_used): Renamed from used.
34163         (re_syntax): Renamed from syntax.
34164         (re_fastmap): Renamed from fastmap.
34165         (re_translate): Renamed from translate.
34166         (re_can_be_null): Renamed from can_be_null.
34167         (re_regs_allocated): Renamed from regs_allocated.
34168         (re_fastmap_accurate): Renamed from fastmap_accurate.
34169         (re_no_sub): Renamed from no_sub.
34170         (re_not_bol): Renamed from not_bol.
34171         (re_not_eol): Renamed from not_eol.
34172         (re_newline_anchor): Renamed from newline_anchor.
34173
34174         Change the following member names in struct re_registers.
34175         The old names are still supported if !_REGEX_SOURCE.
34176         The new names are always supported, regardless of _REGEX_SOURCE.
34177         (rm_num_regs): Renamed from num_regs.
34178         (rm_start): Renamed from start.
34179         (rm_end): Renamed from end.
34180
34181         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
34182         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
34183         Prepend __ to parameter names.
34184
34185         Undo yesterday's changes.
34186
34187 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34188
34189         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
34190         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
34191         lib/regex.c.
34192
34193 2005-08-24  Jim Meyering  <jim@meyering.net>
34194
34195         Sync from coreutils.
34196         * m4/fcntl-safer.m4: New file.
34197
34198         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
34199         and object files for this module.
34200
34201 2005-08-24  Jim Meyering  <jim@meyering.net>
34202
34203         Sync from coreutils.
34204         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
34205
34206 2005-08-24  Jim Meyering  <jim@meyering.net>
34207
34208         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
34209         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
34210
34211 2005-08-24  Jim Meyering  <jim@meyering.net>
34212
34213         * modules/fcntl-safer: New module.
34214         * modules/fts (Depends-on): Add fcntl-safer.
34215         * MODULES.html.sh (File descriptor based Input/Output):
34216         Add fcntl-safer.
34217
34218 2005-08-24  Bruno Haible  <bruno@clisp.org>
34219
34220         Support for unit test modules.
34221         * modules/README: Mention tests modules.
34222         * modules/TEMPLATE-TESTS: New file.
34223         * gnulib-tool: New options --extract-tests-module, --with-tests and
34224         --tests-base (unused for the moment).
34225         (testsbase, inctests): New variables.
34226         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
34227         (func_verify_module): Exclude TEMPLATE-TESTS.
34228         (func_verify_nontests_module, func_verify_tests_module): New functions.
34229         (func_get_dependencies): Add implicit dependency for tests modules.
34230         (func_get_tests_module): New function.
34231         (func_modules_transitive_closure): When --with-tests was specified,
34232         include the unit tests as well, unless explicitly avoided.
34233         (func_emit_lib_Makefile_am): Ignore the tests modules here.
34234         (func_emit_tests_Makefile_am): New function.
34235         (func_create_testdir): When --with-tests was specified, emit a
34236         tests/ directory.
34237         * MODULES.html.sh (Future developments): Update.
34238
34239 2005-08-24  Bruno Haible  <bruno@clisp.org>
34240
34241         * modules/tls-tests: New file.
34242         * tests/test-tls.c: New file, from GNU gettext.
34243
34244 2005-08-24  Bruno Haible  <bruno@clisp.org>
34245
34246         * modules/lock-tests: New file.
34247         * tests/test-lock.c: New file, from GNU gettext.
34248
34249 2005-08-24  Bruno Haible  <bruno@clisp.org>
34250
34251         * lib/lock.h: Add multiple inclusion guard.
34252         * lib/tls.h: Add multiple inclusion guard.
34253
34254 2005-08-24  Bruno Haible  <bruno@clisp.org>
34255
34256         * gnulib-tool: Add support for the --aux-dir option to
34257         --create-testdir, --create-megatestdir, --test, --megatest.
34258         (func_create_testdir, func_create_megatestdir): Optionally emit a
34259         AC_CONFIG_AUX_DIR directive.
34260         (create-testdir, create-megatestdir, test, megatest): Provide a
34261         default value for $auxdir.
34262
34263 2005-08-24  Bruno Haible  <bruno@clisp.org>
34264
34265         * gnulib-tool (import): Use compound statement instead of subshell
34266         where possible.
34267
34268 2005-08-24  Bruno Haible  <bruno@clisp.org>
34269
34270         * gnulib-tool (import): Change --aux-dir default to "build-aux".
34271
34272 2005-08-24  Bruno Haible  <bruno@clisp.org>
34273
34274         * gnulib-tool (func_version): Update.
34275
34276 2005-08-24  Bruno Haible  <bruno@clisp.org>
34277
34278         * gnulib-tool (func_import, func_create_testdir,
34279         func_create_megatestdir): Quote all autoconf macro arguments.
34280
34281 2005-08-24  Bruno Haible  <bruno@clisp.org>
34282
34283         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
34284         option --force, because --force causes the aclocal.m4 of each
34285         subdirectory to be newer than the corresponding config.h.in.
34286
34287 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34288
34289         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
34290         All contents moved to gl_REGEX.
34291         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
34292         assume that it does.
34293
34294 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34295
34296         * lib/regex.h (REG_NOSYS)
34297         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
34298         Define, since POSIX requires it as of 2001.
34299         (_REG_ENOSYS)
34300         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
34301         New private symbol, used to keep the enum signed in all cases.
34302         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
34303         Youngman in
34304         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
34305
34306         * lib/regex_internal.c (re_string_skip_chars, register_state):
34307         (calc_state_hash):
34308         Remove forward decls; no longer needed now that we use prototypes.
34309         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
34310         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
34311         (clean_state_log_if_needed): Likewise.
34312
34313 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34314
34315         * config/srclist.txt: Add glibc bugs 1231-1233.
34316
34317 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34318
34319         Fix problems reported by Sam Steingold in
34320         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
34321         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
34322         assumed that reg_errcode_t is a signed type, which is not
34323         necessarily true if _XOPEN_SOURCE is not defined.
34324         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
34325         since some compilers warn about it otherwise.
34326
34327 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34328
34329         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
34330         (init_word_char, create_initial_state, duplicate_node_closure):
34331         (fetch_token, peek_token_bracket, build_range_exp):
34332         (build_collating_symbol): Remove forward decls; no longer needed
34333         now that we use prototypes.
34334
34335         * lib/regcomp.c:
34336         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
34337         (re_compile_fastmap_iter, regcomp, regerror, regfree):
34338         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
34339         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
34340         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
34341         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
34342         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
34343         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
34344         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
34345         (build_range_exp, build_collating_symbol, parse_bracket_exp):
34346         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
34347         (build_charclass, build_charclass_op, fetch_number, create_tree):
34348         (create_token_tree, mark_opt_subexp, duplicate_tree):
34349         Use prototypes rather than old-style definitions.
34350
34351         * lib/regex_internal.c:
34352         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
34353         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
34354         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
34355         (re_string_reconstruct, re_string_peek_byte_case):
34356         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
34357         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
34358         (re_node_set_init_copy, re_node_set_add_intersect):
34359         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34360         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34361         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
34362         (re_acquire_state, re_acquire_state_context, register_state):
34363         (create_ci_newstate, create_cd_newstate, free_state):
34364         Likewise.
34365         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
34366         re_search_2):
34367         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
34368         (re_search_internal, prune_impossible_nodes):
34369         (acquire_init_state_context, check_matching, static):
34370         (check_halt_node_context, check_halt_state_context, proceed_next_node):
34371         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
34372         (update_regs, sift_states_backward, build_sifted_states):
34373         (clean_state_log_if_needed, merge_state_array):
34374         (update_cur_sifted_state, add_epsilon_src_nodes):
34375         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
34376         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
34377         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
34378         (find_recover_state, check_subexp_matching_top, transit_state_mb):
34379         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
34380         (check_arrival, check_arrival_add_next_nodes):
34381         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
34382         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
34383         (check_node_accept_bytes, check_node_accept, extend_buffers):
34384         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
34385         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
34386         (sift_ctx_init):
34387         Likewise.
34388
34389         * lib/regex_internal.h:
34390         (re_string_allocate, re_string_construct, re_string_reconstruct):
34391         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
34392         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
34393         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
34394         (re_string_context_at, re_string_peek_byte_case):
34395         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
34396         is defined, since we now use prototypes always.
34397
34398         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
34399         C89 or better.  All uses removed.
34400
34401 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34402
34403         * config/srclist.txt: Add glibc bugs 1220-1227.
34404
34405 2005-08-20  Jim Meyering  <jim@meyering.net>
34406
34407         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
34408         of unused local, dfa.
34409
34410 2005-08-20  Bruno Haible  <bruno@clisp.org>
34411
34412         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
34413
34414 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34415
34416         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
34417         (re_node_set_insert_last, re_dfa_add_node):
34418         Rename local variables to avoid GCC shadowing warnings.
34419
34420 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34421
34422         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
34423         [defined lint]: Suppress bogus uninitialized-variable warnings.
34424
34425         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
34426         and let the caller return REG_ESPACE if out of space.  This
34427         removes an uninitialied-variable warning with GCC 4.0.1, and also
34428         avoids taking the address of a local variable.  All callers
34429         changed.
34430
34431 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34432
34433         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
34434         $LIBCSRC/posix/regexec.c.
34435         Add glibc bug 1217 for regcomp.c.
34436
34437 2005-08-19  Jim Meyering  <jim@meyering.net>
34438
34439         * lib/regexec.c (proceed_next_node): Redo local variables to
34440         avoid GCC shadowing warnings.
34441
34442 2005-08-18  Bruno Haible  <bruno@clisp.org>
34443
34444         * lib/strstr.c (strstr): Fix return value in multibyte case.
34445         * lib/strcasestr.c (strcasestr): Likewise.
34446
34447 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
34448
34449         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
34450
34451 2005-08-17  Jim Meyering  <jim@meyering.net>
34452
34453         Make the %s format (seconds since the epoch) work for a negative
34454         number and when used with a zero-padded field width, e.g. %015s.
34455
34456         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
34457         label so that it precedes the code to set `digits'.  Otherwise,
34458         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
34459         print `00-22'.  Now, it prints `-0022', as it should.
34460
34461 2005-08-17  Bruno Haible  <bruno@clisp.org>
34462
34463         * modules/strstr (Files): Add m4/mbrtowc.m4.
34464         (Depends-on): Add mbuiter.
34465
34466 2005-08-17  Bruno Haible  <bruno@clisp.org>
34467
34468         * modules/strcasestr: New file.
34469         * MODULES.html.sh (String handling, based on ANSI C 89): Add
34470         strcasestr.
34471
34472 2005-08-17  Bruno Haible  <bruno@clisp.org>
34473
34474         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
34475
34476 2005-08-17  Bruno Haible  <bruno@clisp.org>
34477
34478         * modules/mbuiter: New file.
34479         * MODULES.html.sh (Extended multibyte and wide character utilities):
34480         Add mbuiter.
34481
34482 2005-08-17  Bruno Haible  <bruno@clisp.org>
34483
34484         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
34485         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
34486
34487 2005-08-17  Bruno Haible  <bruno@clisp.org>
34488
34489         * m4/strcasestr.m4: New file.
34490
34491 2005-08-17  Bruno Haible  <bruno@clisp.org>
34492
34493         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
34494         * lib/strstr.c: Completely rewritten, with multibyte locale support.
34495
34496 2005-08-17  Bruno Haible  <bruno@clisp.org>
34497
34498         * lib/strcasestr.h: New file.
34499         * lib/strcasestr.c: New file.
34500
34501 2005-08-17  Bruno Haible  <bruno@clisp.org>
34502
34503         * lib/strcasecmp.c: Use mbuiter.h.
34504
34505 2005-08-17  Bruno Haible  <bruno@clisp.org>
34506
34507         * lib/mbuiter.h: New file.
34508
34509 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
34510
34511         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
34512         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
34513         and gl_GETOPT are both invoked via different paths (as happens
34514         with GNU tar CVS because it uses both argp and getopt), the former
34515         wins.
34516
34517 2005-08-16  Bruno Haible  <bruno@clisp.org>
34518
34519         * modules/tls: New file.
34520         * MODULES.html.sh (Multithreading): Add tls.
34521
34522 2005-08-16  Bruno Haible  <bruno@clisp.org>
34523
34524         * modules/strnlen1: New file.
34525         * MODULES.html.sh (String handling): Add strnlen1.
34526
34527 2005-08-16  Bruno Haible  <bruno@clisp.org>
34528
34529         * modules/strcase (Files): Add m4/mbrtowc.m4.
34530         (Depends-on): Add strnlen1, mbchar.
34531
34532 2005-08-16  Bruno Haible  <bruno@clisp.org>
34533
34534         * modules/mbiter: New file.
34535         * MODULES.html.sh (Extended multibyte and wide character utilities):
34536         Add mbiter.
34537
34538 2005-08-16  Bruno Haible  <bruno@clisp.org>
34539
34540         * modules/mbfile: New file.
34541         * MODULES.html.sh (Extended multibyte and wide character utilities):
34542         Add mbfile.
34543
34544 2005-08-16  Bruno Haible  <bruno@clisp.org>
34545
34546         * modules/mbchar: New file.
34547         * MODULES.html.sh (Extended multibyte and wide character utilities):
34548         New section.
34549
34550 2005-08-16  Bruno Haible  <bruno@clisp.org>
34551
34552         * m4/tls.m4: New file, from GNU gettext.
34553
34554 2005-08-16  Bruno Haible  <bruno@clisp.org>
34555
34556         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
34557         always.
34558         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
34559
34560 2005-08-16  Bruno Haible  <bruno@clisp.org>
34561
34562         * m4/mbiter.m4: New file.
34563
34564 2005-08-16  Bruno Haible  <bruno@clisp.org>
34565
34566         * m4/mbfile.m4: New file.
34567
34568 2005-08-16  Bruno Haible  <bruno@clisp.org>
34569
34570         * m4/mbchar.m4: New file.
34571
34572 2005-08-16  Bruno Haible  <bruno@clisp.org>
34573
34574         * lib/tls.h: New file, from GNU gettext.
34575         * lib/tls.c: New file, from GNU gettext.
34576
34577 2005-08-16  Bruno Haible  <bruno@clisp.org>
34578
34579         * lib/strnlen1.h: New file.
34580         * lib/strnlen1.c: New file.
34581
34582 2005-08-16  Bruno Haible  <bruno@clisp.org>
34583
34584         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
34585         (mbi_init): Update.
34586         (mbi_avail, mbi_advance): Let the iteration end before the terminating
34587         NUL byte, not after it.
34588
34589 2005-08-16  Bruno Haible  <bruno@clisp.org>
34590
34591         * lib/strcase.h (strcasecmp): Add note in comments.
34592         * lib/strncasecmp.c: Use code from strcasecmp.c.
34593         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
34594         (strcasecmp): Work correctly in multibyte locales.
34595
34596 2005-08-16  Bruno Haible  <bruno@clisp.org>
34597
34598         * lib/mbiter.h: New file.
34599
34600 2005-08-16  Bruno Haible  <bruno@clisp.org>
34601
34602         * lib/mbfile.h: New file.
34603
34604 2005-08-16  Bruno Haible  <bruno@clisp.org>
34605
34606         * lib/mbchar.h: New file.
34607         * lib/mbchar.c: New file.
34608
34609 2005-08-16  Bruno Haible  <bruno@clisp.org>
34610
34611         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
34612         the valid ones. Makes the comparison operations transitive:
34613         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
34614         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
34615
34616 2005-08-15  Simon Josefsson  <jas@extundo.com>
34617
34618         * modules/ssize_t (License): Change to 'unlimited'.
34619
34620         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
34621
34622 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
34623
34624         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
34625         Add comments for each pending glibc patch.
34626
34627 2005-08-15  Bruno Haible  <bruno@clisp.org>
34628
34629         * lib/regex.h (__restrict_arr): Don't define to __restrict if
34630         __cplusplus is defined.
34631
34632 2005-08-14  Jim Meyering  <jim@meyering.net>
34633
34634         Sync from coreutils.
34635
34636         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
34637         Use the hash-table-based cycle-detection code not just when
34638         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
34639         Reported by James Youngman in
34640         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
34641         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
34642         FTS_TIGHT_CYCLE_CHECK.
34643         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
34644         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
34645         once again.
34646         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
34647         * lib/fts.c (fd_safer): Remove decl.
34648         Include fcntl--.h rather than unistd-safer.h
34649         (fts_safe_changedir): Don't call fd_safer; no longer needed
34650         now that we include fcntl--.h.
34651
34652 2005-08-12  Simon Josefsson  <jas@extundo.com>
34653
34654         * modules/getndelim2: Use ssize_t module.
34655         * modules/getnline: Likewise.
34656         * modules/safe-read: Likewise.
34657         * modules/xreadlink: Likewise.
34658
34659         * modules/ssize_t: New file.
34660
34661 2005-08-12  Simon Josefsson  <jas@extundo.com>
34662
34663         * m4/readline.m4: Look for termcap, curses or ncurses if required.
34664
34665 2005-08-12  Simon Josefsson  <jas@extundo.com>
34666
34667         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34668         ssize_t.
34669
34670 2005-08-12  Simon Josefsson  <jas@extundo.com>
34671
34672         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
34673         readline, getdelim and check_version.
34674         (Support for systems lacking ISO C 99: Sizes of integer types):
34675         Add size_max.
34676
34677 2005-08-12  Bruno Haible  <bruno@clisp.org>
34678
34679         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
34680
34681 2005-08-11  Simon Josefsson  <jas@extundo.com>
34682
34683         * modules/readline: New file.
34684
34685         * modules/strnlen (Files): Add strnlen.h.
34686
34687 2005-08-11  Simon Josefsson  <jas@extundo.com>
34688
34689         * m4/readline.m4: New file.
34690
34691 2005-08-11  Simon Josefsson  <jas@extundo.com>
34692
34693         * lib/readline.h, readline.c: New file.
34694
34695 2005-08-11  Simon Josefsson  <jas@extundo.com>
34696
34697         * doc/gnulib.texi (Initial import, Finishing touches): Mention
34698         gl_AVOID.
34699
34700 2005-08-11  Bruno Haible  <bruno@clisp.org>
34701
34702         * lib/strnlen.h (strnlen): Change parameter name to match comment.
34703
34704 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
34705
34706         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
34707
34708 2005-08-10  Simon Josefsson  <jas@extundo.com>
34709
34710         * tests/test-iconvme.c: New file.
34711
34712 2005-08-10  Simon Josefsson  <jas@extundo.com>
34713
34714         * m4/strnlen.m4: New file.
34715
34716         * m4/strndup.m4: Don't check for strnlen declaration, done in
34717         strnlen.m4.
34718
34719 2005-08-10  Simon Josefsson  <jas@extundo.com>
34720
34721         * lib/strndup.c: Use strnlen.h.
34722
34723         * lib/strnlen.h: New file.
34724
34725 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34726
34727         * README: Typos.
34728
34729 2005-08-02  Simon Josefsson  <jas@extundo.com>
34730
34731         * modules/readline: New file.
34732
34733 2005-08-02  Simon Josefsson  <jas@extundo.com>
34734
34735         * modules/getdelim: New file.
34736
34737         * modules/getline: Rewrite, don't use getndelim2.
34738
34739 2005-08-02  Simon Josefsson  <jas@extundo.com>
34740
34741         * m4/getline.m4: Separate out getdelim stuff into separate module.
34742
34743         * m4/getdelim.m4: New file.
34744
34745 2005-08-02  Simon Josefsson  <jas@extundo.com>
34746
34747         * lib/getline.h, getline.c: Rewrite.
34748
34749         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
34750
34751 2005-07-31  Bruno Haible  <bruno@clisp.org>
34752
34753         * lib/lock.h (gl_lock_initializer): New macro.
34754         (gl_lock_define_initialized): Use it.
34755         (gl_rwlock_initializer): New macro.
34756         (gl_rwlock_define_initialized): Use it.
34757         (gl_recursive_lock_initializer): New macro.
34758         (gl_recursive_lock_define_initialized): Use it.
34759
34760 2005-07-30  Karl Berry  <karl@gnu.org>
34761
34762         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
34763         Report from Ben Pfaff, regarding getopt.
34764
34765 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
34766
34767         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
34768         normal way.
34769         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
34770         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
34771         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
34772         (gl_GETOPT): Use the new macros.  Most of the implementation
34773         is moved to the new macros.  This is for programs like Emacs
34774         that don't want all the functionality of gl_GETOPT.
34775
34776 2005-07-26  Bruno Haible  <bruno@clisp.org>
34777
34778         * m4/lock.m4: Update from GNU gettext.
34779
34780 2005-07-26  Bruno Haible  <bruno@clisp.org>
34781
34782         * lib/lock.h: Update from GNU gettext.
34783         * lib/lock.c: Update from GNU gettext.
34784
34785 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
34786
34787         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
34788         obsolescent AC_TRY_RUN.  Include the default includes files, for
34789         'exit'.
34790
34791 2005-07-24  Bruno Haible  <bruno@clisp.org>
34792
34793         * modules/visibility: New file.
34794         * MODULES.html.sh (Misc): Add visibility.
34795
34796 2005-07-24  Bruno Haible  <bruno@clisp.org>
34797
34798         * m4/visibility.m4: New file.
34799
34800 2005-07-24  Bruno Haible  <bruno@clisp.org>
34801
34802         * doc/visibility.texi: New file.
34803
34804 2005-07-22  Bruno Haible  <bruno@clisp.org>
34805
34806         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
34807         $(ALLOCA_H), redundant through BUILT_SOURCES.
34808         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
34809         redundant through BUILT_SOURCES.
34810         * modules/byteswap (Makefile.am): Remove explicit dependency on
34811         $(BYTESWAP_H), redundant through BUILT_SOURCES.
34812         * modules/fnmatch (Makefile.am): Remove explicit dependency on
34813         $(FNMATCH_H), redundant through BUILT_SOURCES.
34814         * modules/getopt (Makefile.am): Remove explicit dependency on
34815         $(GETOPT_H), redundant through BUILT_SOURCES.
34816         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
34817         redundant through BUILT_SOURCES.
34818         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
34819         redundant through BUILT_SOURCES.
34820         * modules/stdbool (Makefile.am): Remove explicit dependency on
34821         $(STDBOOL_H), redundant through BUILT_SOURCES.
34822         * modules/stdint (Makefile.am): Remove explicit dependency on
34823         $(STDINT_H), redundant through BUILT_SOURCES.
34824         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
34825         Remove explicit dependency on $(SYSEXITS_H).
34826         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
34827
34828 2005-07-18  Simon Josefsson  <jas@extundo.com>
34829
34830         * lib/check-version.c (check_version): Accept identical versions too.
34831
34832 2005-07-18  Bruno Haible  <bruno@clisp.org>
34833
34834         * modules/lock: New file.
34835         * MODULES.html.sh (Multithreading): New section.
34836
34837 2005-07-18  Bruno Haible  <bruno@clisp.org>
34838
34839         * m4/lock.m4: New file, from GNU gettext.
34840
34841 2005-07-18  Bruno Haible  <bruno@clisp.org>
34842
34843         * lib/lock.h: New file, from GNU gettext.
34844         * lib/lock.c: New file, from GNU gettext.
34845
34846 2005-07-18  Bruno Haible  <bruno@clisp.org>
34847
34848         * lib/lock.h (gl_once_t): New type.
34849         (gl_once_define, gl_once): New macros.
34850         * lib/lock.c (fresh_once): New variable.
34851         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
34852         functions.
34853
34854 2005-07-16  Simon Josefsson  <jas@extundo.com>
34855
34856         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
34857         workaround, suggested by Bruno.
34858
34859 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
34860
34861         * modules/xalloc (Depends-on): Add xalloc-die.
34862         * modules/xvasprintf (Depends-on): Add xalloc-die.
34863
34864 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
34865
34866         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
34867         with a minor change.
34868
34869 2005-07-15  Bruno Haible  <bruno@clisp.org>
34870
34871         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
34872         When using lib/poll.c, define poll as rpl_poll.
34873
34874 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
34875
34876         * modules/argp (Depends-on): Remove unlocked-io.
34877
34878 2005-07-14  Derek Price  <derek@ximbiot.com>
34879
34880         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
34881         for glob symlink bug.
34882
34883 2005-07-14  Bruno Haible  <bruno@clisp.org>
34884
34885         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
34886         Instead, test for *_unlocked function declarations directly.
34887
34888 2005-07-11  Simon Josefsson  <jas@extundo.com>
34889
34890         * modules/size_max: New file.
34891
34892         * modules/xsize: Depend on size_max module for size_max.m4.
34893
34894 2005-07-11  Simon Josefsson  <jas@extundo.com>
34895
34896         * lib/size_max.h: New file.
34897
34898 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
34899
34900         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
34901         copyright symbol and the year.
34902         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
34903         (version_etc_va): Use parameterized copyright notice.
34904         Reword to conform to the current GNU coding standards.
34905
34906 2005-07-11  Karl Berry  <karl@gnu.org>
34907
34908         * doc/gnulib.texi (Quoting): new node.
34909         (Initial import): more info, from Patrice.
34910
34911 2005-07-11  Bruno Haible  <bruno@clisp.org>
34912
34913         * gnulib-tool (func_usage): Document option --avoid.
34914         (Command line options): Handle --avoid.
34915         (func_acceptable): New function.
34916         (func_modules_transitive_closure): Use it.
34917
34918 2005-07-11  Bruno Haible  <bruno@clisp.org>
34919
34920         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
34921         Reported by Jim Meyering.
34922
34923 2005-07-10  Bruno Haible  <bruno@clisp.org>
34924
34925         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
34926         Needed when size_t is smaller than 'unsigned int'.
34927         Reported by Paul Eggert.
34928
34929 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
34930
34931         * modules/argp (Depends-on): Add unlocked-io
34932
34933 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
34934
34935         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
34936         block of defines.
34937
34938 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
34939
34940         * config/srclist.txt: Comment out regcomp.c, since we have a porting
34941         fix now.
34942
34943 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
34944         and Paul Eggert  <eggert@cs.ucla.edu>
34945
34946         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
34947         in wint_t, not wchar_t.  Remove now-unnecessary cast.
34948
34949 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
34950
34951         * modules/regex (Files): Add lib/regex_internal.c,
34952         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
34953         (Depends-on): Add extensions.
34954         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
34955
34956 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
34957
34958         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
34959         pathconf.
34960         * m4/same.m4 (gl_SAME): Likewise.
34961         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
34962
34963         * m4/regex.m4: Adjust to new libc regex implementation.
34964         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
34965         all the .c and .h parts of (the new) regex.
34966         Quote the m4 stuff better.
34967         Check for RE_ICASE bug of old gnulib.
34968         Check for REG_STARTEND of recent libc.
34969         Rename local variables from jm_* to gl_*.
34970         Quote operand of "test -f".
34971         Say "recent enough" version of libc, not "version 2".
34972         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
34973         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
34974         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
34975         Remove check for btowc, isascii.
34976         Require AM_LANGINFO_CODESET.
34977
34978 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
34979
34980         * lib/regex.c, regex.h: Sync from libc.
34981         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
34982         * lib/regexec.c:
34983         New files, synced from libc, except that regex_internal.h
34984         currently has a small porting fix.
34985
34986 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
34987
34988         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
34989         regex_internal.c, regexec.c.
34990         Add regex_internal.h too, but as a comment, since the libc version
34991         is currently broken in gnulib mode.
34992
34993 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
34994
34995         Support programs like Emacs that use gnulib but not gettext.
34996         * MODULES.html.sh (Internationalization functions): Add gettext-h.
34997         * modules/gettext-h: New file.
34998         * modules/gettext (Files): Remove lib/gettext.h.
34999         (Depends-on): Add gettext-h.
35000         (Makefile.am): Remove lib_SOURCES.
35001         * modules/argmatch, modules/c-stack, modules/closeout:
35002         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
35003         * modules/execute, modules/file-type, modules/getaddrinfo:
35004         * modules/getopt, modules/human, modules/javacomp:
35005         * modules/javaexec, modules/mkdir-p, modules/obstack:
35006         * modules/openat, modules/pagealign_alloc, modules/pipe:
35007         * modules/quotearg, modules/regex, modules/rpmatch:
35008         * modules/unicodeio, modules/userspec, modules/version-etc:
35009         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
35010         * modules/xsetenv:
35011         Depend on gettext-h, not gettext.
35012
35013 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35014
35015         * gnulib-tool (func_import): Add support for 'public domain' license.
35016         * modules/alloca, modules/atexit, modules/memmove:
35017         Now public domain, not GPL.
35018         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
35019         * modules/realloc, modules/strerror, modules/strtod:
35020         Now LGPL, not GPL.
35021
35022 2005-07-05  Bruno Haible  <bruno@clisp.org>
35023
35024         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
35025         autoconf CVS. Needed for mingw.
35026
35027 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35028
35029         Remove the dependency of the strftime module on the tzset module.
35030         * modules/strftime (Depends-on): Remove dependency on tzset.
35031
35032 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35033
35034         Remove the dependency of the strftime module on the tzset module.
35035         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
35036         gl_FUNC_TZSET_CLOBBER.
35037
35038 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35039
35040         Remove the dependency of the strftime module on the tzset module.
35041         * lib/strftime.c (my_strftime)
35042         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
35043         Copy the input structure, to work around some of the bug with
35044         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
35045         Solaris releases, you should also use the tzset module, but we won't
35046         require it as a dependency any more since we don't want LGPLed code
35047         to depend on GPLed code.
35048
35049 2005-07-02  Jim Meyering  <jim@meyering.net>
35050
35051         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
35052         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
35053         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
35054         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
35055
35056 2005-07-02  Jim Meyering  <jim@meyering.net>
35057
35058         * lib/backupfile.c (backup_args): Change a `0' to NULL.
35059
35060 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35061
35062         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
35063         declares only 'struct timespec;' (!).
35064
35065 2005-07-01  Jim Meyering  <jim@meyering.net>
35066
35067         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
35068         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
35069         * lib/save-cwd.c, tempname.c:
35070         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
35071         and don't include <sys/file.h>).
35072
35073 2005-06-29  Jim Meyering  <jim@meyering.net>
35074
35075         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
35076         type name.  Use the variable name instead.
35077         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
35078         Likewise.
35079
35080 2005-06-28  Simon Josefsson  <jas@extundo.com>
35081
35082         * modules/check-version (Files): Add check-version.m4.
35083
35084 2005-06-28  Simon Josefsson  <jas@extundo.com>
35085
35086         * m4/check-version.m4: New file, suggested by Jim Meyering
35087         <jim@meyering.net>.
35088
35089 2005-06-28  Simon Josefsson  <jas@extundo.com>
35090
35091         * lib/check-version.h, lib/check-version.c: New files.
35092
35093 2005-06-28  Simon Josefsson  <jas@extundo.com>
35094
35095         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
35096         collision with global variable.  Better indentation.  Don't
35097         increment buffer pointer beyond buffer end.  Based on comments
35098         from Paul Eggert <eggert@cs.ucla.edu>.
35099
35100         * lib/base64.h: Indent.
35101
35102 2005-06-28  Simon Josefsson  <jas@extundo.com>
35103
35104         * doc/gnulib.texi (Library version handling): New section.
35105
35106 2005-06-28  Jim Meyering  <jim@meyering.net>
35107
35108         * check-module (find_included_lib_files): Hard-code another
35109         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
35110         but modules/fts-lgpl (correctly) does not list those files.
35111
35112         * modules/canonicalize (Files): Add lib/pathmax.h.
35113
35114 2005-06-25  Simon Josefsson  <jas@extundo.com>
35115
35116         * modules/check-version: New file.
35117
35118 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
35119
35120         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
35121         initializer of struct addrinfo, as an indication that we don't
35122         care how many members the structure has.
35123
35124 2005-06-24  Derek Price  <derek@ximbiot.com>
35125         and Bruno Haible  <bruno@clisp.org>
35126
35127         Remove stat module & update lstat.
35128         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
35129         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35130         * m4/stat.m4: Remove this file.
35131
35132 2005-06-24  Derek Price  <derek@ximbiot.com>
35133         and Bruno Haible  <bruno@clisp.org>
35134
35135         Remove stat module & update lstat.
35136         * lib/stat.c: Remove this file...
35137         (slash_aware_lstat): ...moving this content and its support...
35138         * lib/lstat.c (rpl_lstat): ...into here.
35139         * lib/lstat.h: New file.
35140
35141 2005-06-24  Derek Price  <derek@ximbiot.com>
35142         and Bruno Haible  <bruno@clisp.org>
35143
35144         Remove stat module & update lstat.
35145         * config/srclist.txt (libc sources): Remove stat.
35146
35147 2005-06-24  Derek Price  <derek@ximbiot.com>
35148         and Bruno Haible  <bruno@clisp.org>
35149
35150         Remove stat module & update lstat.
35151         * MODULES.html.sh (stat): Remove.
35152         * MODULES.html: Regenerated.
35153         * modules/lstat (Description): Correct function name.
35154         (Files): Add "lstat.h".
35155         (Depends-on): Remove stat, add xalloc, stat-macros.
35156         * modules/stat: Remove this file.
35157         (Include): Add "lstat.h", remove <sys/stat.h>.
35158
35159 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
35160
35161         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
35162         (ranged_convert): Don't save conversion in a temporary struct.
35163         This causes a warning with GCC 4.0.0, and anyway in the typical
35164         case it's not worth the extra 100 bytes or so of code.
35165         (ranged_convert, __mktime_internal): When calling a function via a
35166         pointer P, use P () rather than (*P) (), as we now assume C89 or
35167         better.
35168
35169 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35170
35171         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
35172         "who -r" failed to give output.  Problem reported by Tim Waugh.
35173
35174         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
35175         (xcalloc): Use it to avoid needless tests.
35176         Problem reported by Jim Meyering.
35177
35178 2005-06-20  Derek Price  <derek@ximbiot.com>
35179
35180         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
35181         unnecessary for Autoconfs > 2.59c.
35182
35183 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35184
35185         * lib/argp.h (__option_is_short): Check upper limit of
35186         __key. Isprint() requires its argument to have the value
35187         of an unsigned char or EOF.
35188
35189 2005-06-16  Jim Meyering  <jim@meyering.net>
35190
35191         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
35192         when either N or S is zero.
35193
35194 2005-06-16  Derek Price  <derek@ximbiot.com>
35195
35196         * m4/bison.m4: Declare YACC & YFLAGS precious.
35197
35198 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
35199
35200         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
35201         multibyte string or pattern, fall back on unibyte matching.
35202         Problem reported by James Youngman.
35203
35204 2005-06-08  Bruno Haible  <bruno@clisp.org>
35205
35206         * modules/csharpcomp: New file.
35207         * MODULES.html.sh (C#): Add csharpcomp.
35208
35209 2005-06-08  Bruno Haible  <bruno@clisp.org>
35210
35211         * m4/csharpcomp.m4: New file, from GNU gettext.
35212
35213 2005-06-08  Bruno Haible  <bruno@clisp.org>
35214
35215         * lib/csharpcomp.h: New file, from GNU gettext.
35216         * lib/csharpcomp.c: New file, from GNU gettext.
35217         * lib/csharpcomp.sh.in: New file, from GNU gettext.
35218
35219 2005-06-08  Bruno Haible  <bruno@clisp.org>
35220
35221         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
35222         warning on mingw.
35223
35224 2005-06-07  Derek Price  <derek@ximbiot.com>
35225
35226         Sync from CVS.
35227         * lib/glob_.h: Indent nested #ifdef.
35228
35229 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35230
35231         Sync from coreutils.
35232         Use "file name" when talking about file names, instead of "filename"
35233         or "path", as per the GNU coding standards.
35234         * lib/mkdir-p.c: Renamed from makepath.c.
35235         (make_dir_parents): Renamed from make_path.  All callers changed.
35236         * lib/mkdir-p.h: Likewise.  All includers changed.
35237         * lib/filenamecat.c: Renamed from path-concat.c.
35238         (file_name_concat): Renamed from path_concat.  All callers changed.
35239         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
35240         * lib/filenamecat.h: Likewise.  All includers changed.
35241         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
35242         in comments or local variable names.
35243         * lib/basename.c: Likewise.
35244         * lib/canonicalize.c, canonicalize.h: Likewise.
35245         * lib/dirname.c, dirname.h: Likewise.
35246         * lib/euidaccess.c: Likewise.
35247         * lib/exclude.c: Likewise
35248         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
35249         * lib/fsusage.c, fsuage.h: Likewise.
35250         * lib/fts.c, fts_.h: Likewise.
35251         * lib/getcwd.c: Likewise.
35252         * lib/getloadavg.c: Likewise.
35253         * lib/mkstemp.c: Likewise.
35254         * lib/mountlist.c, mountlist.h: Likewise.
35255         * lib/openat.c, openat.h: Likewise.
35256         * lib/readlink-stub.c: Likewise.
35257         * lib/readutmp.c, readutmp.h: Likewise.
35258         * lib/rename.c: Likewise.
35259         * lib/rmdir.c: Likewise.
35260         * lib/same.c: Likewise.
35261         * lib/savedir.c: Likewise.
35262         * lib/stripslash.c: Likewise.
35263         * lib/tempname.c: Likewise.
35264         * lib/xreadlink.c: Likewise.
35265         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
35266         All uses changed.
35267         * lib/exclude.h: Likewise.
35268
35269         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
35270         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
35271         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
35272         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
35273         * lib/pathmax.h: Include <limits.h> unconditionally, since other
35274         files have been getting away with it for years (MORE/BSD 4.3
35275         is extinct now).
35276         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
35277         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
35278
35279         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
35280         Define to 256, not 255, as per modern POSIX.
35281
35282 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35283
35284         Sync from coreutils.
35285         Use "file name" when talking about file names, instead of "filename"
35286         or "path", as per the GNU coding standards.
35287         * MODULES.html.sh: mkdir-p renamed from makepath.
35288         filenamecat renamed from path-concat.
35289         * modules/filenamecat: Renamed from modules/path-concat.
35290         (Files): filenamecat.h and filenamecat.c renamed from
35291         path-concat.h and path-concat.c.
35292         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
35293         (Include): filenamecat.h, not path-concat.h.
35294         * modules/mkdir-p: Renamed from modules/makepath.
35295         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
35296         makepath.c.
35297         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
35298         (Include): mkdir-p.h, not makepath.h.
35299
35300 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35301
35302         Sync from coreutils.
35303         * m4/mkdir-p.m4: Renamed from makepath.m4.
35304         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
35305         Rename files from makepath.c to mkdir-p.c, and from
35306         makepath.h to mkdir-p.h.
35307         * m4/filenamecat.m4: Renamed from path-concat.m4.
35308         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
35309         Rename files from path-concat.c to filenamecat.c,
35310         and from path-concat.h to filenamecat.h.
35311         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
35312         "file name" in local variables or comments.
35313         * m4/rename.m4: Likewise.
35314
35315 2005-06-01  Bruno Haible  <bruno@clisp.org>
35316
35317         * modules/csharpexec: New file.
35318         * MODULES.html.sh (C#): New section.
35319
35320 2005-06-01  Bruno Haible  <bruno@clisp.org>
35321
35322         * m4/csharp.m4: New file, from GNU gettext.
35323         * m4/csharpexec.m4: New file, from GNU gettext.
35324
35325 2005-06-01  Bruno Haible  <bruno@clisp.org>
35326
35327         * lib/csharpexec.h: New file, from GNU gettext.
35328         * lib/csharpexec.c: New file, from GNU gettext.
35329         * lib/csharpexec.sh.in: New file, from GNU gettext.
35330
35331 2005-05-31  Derek Price  <derek@ximbiot.com>
35332             Paul Eggert  <eggert@cs.ucla.edu>
35333
35334         Sync from cvs.
35335         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
35336
35337 2005-05-31  Derek Price  <derek@ximbiot.com>
35338             Paul Eggert  <eggert@cs.ucla.edu>
35339
35340         Sync from cvs.
35341         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
35342
35343 2005-05-29  Derek Price  <derek@ximbiot.com>
35344
35345         * config/srclist.txt (glob_.h, glob.c): Add these files.
35346
35347 2005-05-29  Derek Price  <derek@ximbiot.com>
35348
35349         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
35350         * modules/glob: New file.
35351         * modules/getlogin_r: Add link to POSIX spec in description.
35352
35353 2005-05-29  Derek Price  <derek@ximbiot.com>
35354             Paul Eggert  <eggert@cs.ucla.edu>
35355
35356         * m4/glob.m4: New file.
35357
35358 2005-05-29  Derek Price  <derek@ximbiot.com>
35359             Paul Eggert  <eggert@cs.ucla.edu>
35360
35361         * lib/glob_.h, lib/glob.c: New files.
35362
35363 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
35364
35365         * modules/fts (Files): Remove m4/inttypes-pri.m4.
35366         * modules/fts-lgpl (Depends-on): Remove gettext.
35367
35368 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
35369
35370         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
35371         and don't require gt_INTTYPES_PRI.
35372
35373 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
35374
35375         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
35376
35377         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
35378         the configuration hassle isn't worth it.
35379         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
35380         (LONGEST_MODIFIER, PRIuMAX): Remove.
35381
35382 2005-05-27  Bruno Haible  <bruno@clisp.org>
35383
35384         * lib/getlogin_r.h: Remove second include of <stddef.h>.
35385
35386 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
35387
35388         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
35389         _POSIX_PTHREAD_SEMANTICS for Solaris.
35390
35391 2005-05-25  Derek Price  <derek@ximbiot.com>
35392
35393         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
35394
35395 2005-05-25  Derek Price  <derek@ximbiot.com>
35396             Paul Eggert  <eggert@cs.ucla.edu>
35397
35398         * modules/getlogin_r, m4/getlogin_r.m4: New files.
35399         * lib/getlogin_r.c, getlogin_r.h: New files.
35400
35401 2005-05-25  Bruno Haible  <bruno@clisp.org>
35402             Derek Price  <derek@ximbiot.com>
35403
35404         * lib/getlogin_r.h: Simplify API documentation.
35405
35406 2005-05-23  Derek Price  <derek@ximbiot.com>
35407
35408         * modules/minmax (Files): Add m4/minmax.m4.
35409         (configure.ac): Add gl_MINMAX.
35410
35411 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35412
35413         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
35414         so that unistd-safer.h (GPL'ed code) need not be included.
35415
35416 2005-05-22  Bruno Haible  <bruno@clisp.org>
35417
35418         * m4/minmax.m4: New file.
35419         Based on a patch by Derek Price <derek@ximbiot.com>.
35420
35421 2005-05-22  Bruno Haible  <bruno@clisp.org>
35422
35423         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
35424         (INT64_MIN): Fix definition.
35425         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
35426
35427         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
35428         NEED_SIGNED_INT_TYPES.
35429
35430         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
35431         HAVE_SYSTEM_INTTYPES.
35432
35433 2005-05-22  Bruno Haible  <bruno@clisp.org>
35434
35435         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
35436         Also include <sys/param.h> if it defines MIN, MAX.
35437         Based on a patch by Derek Price <derek@ximbiot.com>.
35438
35439 2005-05-21  Jim Meyering  <jim@meyering.net>
35440
35441         * modules/fts (Files): Add m4/inttypes-pri.m4.
35442         (Depends-on): Add lstat and remove gettext.  Alphabetize.
35443
35444 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35445
35446         New fts module.
35447         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
35448         (setup_dir, free_dir): New functions.
35449         (enter_dir, leave_dir): Define trivial
35450         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
35451         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
35452         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
35453         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
35454         Move to fts-cycle.c.
35455         (fts_open): Use setup_dir.
35456         (fts_close): Use free_dir.
35457         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
35458         This adds a label and some gotos, but the alternatives were messier.
35459         Check for memory allocation failure when entering a dir.
35460         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
35461         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
35462         (FTS): New member fts_cycle, that is a union that contains the
35463         old active_dir_ht and cycle_state.  All uses changed to mention
35464         fts_cycle.ht and fts_cycle.state.
35465         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
35466         fts.c, with the following changes:
35467         (setup_dir, free_dir): New functions.
35468         (enter_dir): Now returns bool.  Return true if successful, false
35469         if memory exhausted.  All callers changed.
35470         Do not bother partly cleaning up on
35471         memory allocation failure; that is free_dir's job.
35472         However, free ad if hash_insert fails, to avoid memory leak.
35473         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
35474         fts->fts_options to see which union member to use.
35475
35476 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35477
35478         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
35479         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
35480
35481 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35482
35483         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
35484
35485 2005-05-20  Jim Meyering  <jim@meyering.net>
35486
35487         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
35488         Now a macro, to pacify GCC.
35489
35490 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
35491
35492         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
35493         of -1.
35494
35495 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
35496
35497         * lib/chown.c (rpl_chown): Return -1 on failure.
35498
35499 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
35500
35501         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
35502         Don't check for stddef.h.
35503         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
35504         don't use its results.
35505         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
35506         since we include them unconditionally.  Don't require
35507         AM_STDBOOL_H, since stdbool is a prerequisite.
35508         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
35509         since we assume C89 or better.
35510         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
35511         as we don't use their results.
35512         Don't check for fchdir, memmove, memset, strrchr, as we use
35513         them unconditionally.
35514         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
35515         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
35516
35517 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
35518
35519         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
35520         Include <stddef.h> unconditionally, since we assume C89 now.
35521         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
35522         * lib/fts.c: Include fts_.h first, to check interface.
35523         Do not include intprops.h; no longer needed.
35524         Include cycle-check.h and hash.h, since fts_.h no longer does.
35525         Remove unnecessary casts of closedir to void.
35526         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
35527         decide whether to decrement nlinks.
35528         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
35529         (FTS): Use struct hash_table * instead of Hash_table, so that
35530         we no longer need to include hash.h here.
35531
35532 2005-05-18  Jim Meyering  <jim@meyering.net>
35533
35534         * modules/dirfd (License): Change to LGPL.  Most of the code
35535         is already in the public domain.
35536
35537 2005-05-18  Jim Meyering  <jim@meyering.net>
35538
35539         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
35540         Reported by Yoann Vandoorselaere.
35541
35542 2005-05-17  Jim Meyering  <jim@meyering.net>
35543
35544         * m4/fts.m4: New file, from coreutils.
35545
35546 2005-05-17  Jim Meyering  <jim@meyering.net>
35547
35548         * lib/fts.c, lib/fts_.h: New files, from coreutils.
35549
35550 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
35551
35552         Sync from coreutils.
35553         * m4/unlinkdir.m4: New file.
35554
35555 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
35556
35557         Sync from coreutils.
35558         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
35559         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
35560         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
35561         White space changes only.
35562         * lib/makepath.c (make_path): Port to hosts where leading "//" is
35563         special.
35564         * lib/yesno.c: Include getline.h, not ctype.h.
35565         (yesno): Don't remove leading white space; POSIX doesn't allow it.
35566         Use getline to remove arbitrary restriction on response length.
35567
35568 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
35569
35570         * config/srclist-update: Spell out "Street" in FSF postal
35571         mail address; this is the style the FSF seems to prefer.
35572
35573         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
35574         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
35575         this updates FSF postal mail address.
35576
35577         Sync from coreutils.
35578         * modules/unlinkdir: New file.
35579         * modules/yesno (Depends-on): Add getline.
35580         * MODULES.html.sh (File system functions): Add unlinkdir.
35581
35582 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35583
35584         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
35585         lib/strsep.h:
35586         Change the initial comment to refer to GPL, not LGPL.
35587         gnulib-tool will change it to LGPL as needed.
35588
35589         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
35590         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
35591         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
35592         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
35593         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
35594         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
35595         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
35596         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
35597         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
35598         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
35599         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
35600         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
35601         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
35602         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
35603         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
35604         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
35605         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
35606         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
35607         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
35608         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
35609         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
35610         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
35611         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
35612         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
35613         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
35614         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
35615         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
35616         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
35617         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
35618         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
35619         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
35620         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
35621         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
35622         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
35623         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
35624         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
35625         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
35626         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
35627         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
35628         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
35629         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
35630         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
35631         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
35632         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
35633         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
35634         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
35635         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
35636         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
35637         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
35638         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
35639         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
35640         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
35641         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
35642         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
35643         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
35644         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
35645         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
35646         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
35647         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
35648         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
35649         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
35650         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
35651         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
35652         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
35653         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
35654         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
35655         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
35656         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
35657         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
35658         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
35659         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
35660         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
35661         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
35662         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
35663         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
35664         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
35665         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
35666         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
35667         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
35668         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
35669         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
35670         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
35671         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
35672         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
35673         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
35674         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
35675         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
35676         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
35677         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
35678         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
35679         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
35680         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
35681         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
35682         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
35683         lib/yesno.c, lib/yesno.h:
35684         Update FSF postal mail address.
35685
35686 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35687
35688         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
35689         tests/test-memmem.c, tests/test-stpncpy.c:
35690         Update FSF postal mail address.
35691
35692 2005-05-13  Bruno Haible  <bruno@clisp.org>
35693
35694         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
35695         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
35696         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
35697         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
35698         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
35699         Add support for 64-bit integers in the MSVC compiler.
35700
35701 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35702
35703         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
35704
35705 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
35706
35707         * gnulib-tool (func_import): Sort and uniquify recommended includes.
35708
35709 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
35710
35711         * doc/getdate.texi (General date syntax): Don't say that date
35712         date --iso-8601=ns generates acceptable dates; it doesn't yet.
35713         Problem reported by Nic Ferrier.
35714
35715 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35716
35717         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
35718         specified in ai_socktype. Fix invalid ai_protocol
35719         check. ai_protocol is usually set to 0 or depending on
35720         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
35721         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
35722         ai_socktype / ai_protocol in the returned addrinfo structure.
35723
35724 2005-05-10  Simon Josefsson  <jas@extundo.com>
35725
35726         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
35727         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35728
35729 2005-05-10  Karl Berry  <karl@gnu.org>
35730
35731         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
35732         (from http://www.gnu.org/licenses).
35733         * doc/COPYING.LIB: also rename to COPYING.LESSER.
35734         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
35735         fdl.texi suffices.
35736
35737 2005-05-10  Karl Berry  <karl@gnu.org>
35738
35739         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
35740         (COPYING.DOC): remove.
35741
35742         * config/srclist-update: new FSF address.
35743
35744 2005-05-10  Derek Price  <derek@ximbiot.com>
35745
35746         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
35747         possible.
35748
35749 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35750             Bruno Haible  <bruno@clisp.org>
35751
35752         * modules/inet_ntop: New file.
35753         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35754         inet_ntop.
35755
35756 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35757             Bruno Haible  <bruno@clisp.org>
35758
35759         * m4/inet_ntop.m4: New file.
35760
35761 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35762             Bruno Haible  <bruno@clisp.org>
35763
35764         * lib/inet_ntop.h: New file.
35765         * lib/inet_ntop.c: New file, from glibc with modifications.
35766
35767 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
35768
35769         * modules/time_r (License): Change to LGPL.
35770         * modules/extensions (License): Change to LGPL.  Actually,
35771         the license is more permissive than that, but currently gnulib-tool
35772         doesn't know how to handle more-permissive licenses.
35773
35774         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
35775         Problem reported by Dave Love.
35776
35777 2005-05-08  Jim Meyering  <jim@meyering.net>
35778
35779         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
35780         blank.
35781
35782 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
35783
35784         * modules/argmatch (Depends-on): Add stdbool.
35785         * modules/backupfile (Depends-on): Likewise.
35786         * modules/chdir-long (Depends-on): Likewise.
35787         * modules/closeout (Depends-on): Likewise.
35788         * modules/cycle-check (Depends-on): Likewise.
35789         * modules/dirname (Depends-on): Likewise.
35790         * modules/fnmatch (Depends-on): Likewise.
35791         * modules/fsusage (Depends-on): Likewise.
35792         * modules/fwriteerror (Depends-on): Likewise.
35793         * modules/getcwd (Depends-on): Likewise.
35794         * modules/getloadavg (Depends-on): Likewise.
35795         * modules/hard-locale (Depends-on): Likewise.
35796         * modules/makepath (Depends-on): Likewise.
35797         * modules/mountlist (Depends-on): Likewise.
35798         * modules/nanosleep (Depends-on): Likewise.
35799         * modules/posixtm (Depends-on): Likewise.
35800         * modules/quotearg (Depends-on): Likewise.
35801         * modules/readtokens (Depends-on): Likewise.
35802         * modules/readtokens0 (Depends-on): Likewise.
35803         * modules/readutmp (Depends-on): Likewise.
35804         * modules/save-cwd (Depends-on): Likewise.
35805         * modules/strftime (Depends-on): Likewise.
35806         * modules/userspec (Depends-on): Likewise.
35807         * modules/utimecmp (Depends-on): Likewise.
35808         * modules/xgetcwd (Depends-on): Likewise.
35809         * modules/xnanosleep (Depends-on): Likewise.
35810         * modules/xstrtod (Depends-on): Likewise.
35811         * modules/yesno (Depends-on): Likewise.
35812
35813 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
35814
35815         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
35816         needless checks.
35817
35818 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35819
35820         Merge from coreutils.  Among other things,
35821         add bulletproofing for cases where stdin, stdout, or stderr are closed.
35822         * lib/fd-safer.c: New file.
35823         * lib/fcntl-safer.h, open-safer.c: Remove.
35824         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
35825         * lib/dup-safer.c: Include unistd-safer.h first.
35826         Don't include errno.h.
35827         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
35828         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
35829         * lib/file-type.c: Rely on file-type.h change.
35830         * lib/getloadavg.c: Include unistd-safer.h.
35831         (getloadavg): Use safer open.
35832         * lib/getusershell.c: Include "stdio-safer.h".
35833         (getusershell): Use safer fopen.
35834         * lib/long-options.c (long_options): Use NULL rather than 0.
35835         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
35836         'free'.
35837         * lib/modechange.c: Likewise.
35838         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
35839         (MODE_DONE): New constant.
35840         (struct mode_change): Remove 'next' member.
35841         (make_node_op_equals): New function; like the old one of the
35842         same name, except it allocates an array.
35843         (mode_compile, mode_create_from_ref): Use it.
35844         (mode_compile): Allocate result as an array, not a linked list.
35845         Parse octal string ourself, so that we catch mistakes like "+0".
35846         (mode_adjust): Arg is an array, not a linked list.
35847         * lib/modechange.c: Include stat-macros.h, xalloc.h.
35848         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
35849         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
35850         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
35851         Remove.  This is now stat-macros.h's job.
35852         (talloc): Remove.  All callers replaced by xalloc, so that
35853         our invokers don't have to worry about reporting memory failures.
35854         (make_node_op_equals): Remove.
35855         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
35856         New constants.
35857         (struct mode_change): Moved here from modechange.h.
35858         (mode_append_entry): Remove.
35859         (mode_compile): Remove MASKED_OPS arg, since it encouraged
35860         apps to have incorrect behavior.  Use simpler algorithm for head
35861         and tail.  Don't futz with umask; that's now the job of mode_adjust.
35862         Detect more invalid usages rather than having somewhat-random behavior.
35863         Don't insert an "a=" action, as that leads to incorrect behavior.
35864         (mode_compile, mode_create_from_ref): Return NULL on error instead
35865         of an enum, since now there's only one way to have an error.  All
35866         callers changed.
35867         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
35868         at the correct time.  Simplify calculation of "+u" and its ilk.
35869         Don't mishandle "+X".
35870         (mode_free): Remove "register" and localize decls.
35871         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
35872         (struct mode_change): Move to modechange.c; callers don't
35873         need to see this stuff.
35874         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
35875         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
35876         (mode_change, mode_adjust): Reflect the new signatures noted above.
35877         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
35878         that might redefine system include files.
35879         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
35880         (my_usleep): Use NULL rather than (void *) 0.
35881         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
35882         Use siginterrupt to specify that system calls should be interrupted.
35883         (rpl_nanosleep): Move initialization of suspended closer to call of
35884         my_usleep.
35885         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
35886         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
35887         (desirable_utmp_entry): New function.
35888         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
35889         using x2nrealloc, to simplify logic.
35890         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
35891         size calculation.  Do not assume utmp file is a regular file.
35892         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
35893         (READ_UTMP_CHECK_PIDS): New constant.
35894         * lib/save-cwd.c: Include unistd-safer.h.
35895         (save_cwd): Use fd_safer.
35896         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
35897         [!_LIBC] Include "stat-macros.h" instead.
35898         * lib/unistd-safer.h (fd_safer): New decl.
35899
35900 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35901
35902         * modules/getloadavg (Depends-on): Add unistd-safer.
35903         * modules/getusershell (Depends-on): Add stdio-safer.
35904         * modules/lstat (Depends-on): Remove xalloc.
35905         * modules/mkstemp (Depends-on): Add stat-macros.
35906         * modules/modechange (Depends-on): Remove xstrtol.
35907         Add stat-macros, xalloc.
35908         * modules/save-cwd (Depends-on): Add unistd-safer.
35909         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
35910         * modules/unistd-safer (Files): Add lib/fd-safer.c
35911         (Makefile.am): Remove lib_SOURCES.
35912
35913         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
35914         Remove fcntl-safer; unistd-safer supersedes it.
35915
35916 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35917
35918         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
35919         AC_HEADER_STAT.
35920         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
35921         (gl_PREREQ_CHOWN): Remove.
35922         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
35923         it.  Don't require AC_HEADER_STAT.
35924         (gl_PREREQ_LSTAT): Remove.
35925         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
35926         Don't require AC_HEADER_STAT.
35927         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
35928         (gl_PREREQ_RMDIR): Remove.
35929         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
35930         mention stat-macros.h or AC_HEADER_STAT, since we'll make
35931         the stat-macros module a prerequisite.
35932         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
35933         * m4/filemode.m4 (gl_FILEMODE): Likewise.
35934         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
35935         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
35936         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
35937         variable names.
35938         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
35939         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
35940         variable prefixes.
35941         * m4/fcntl-safer.m4: Remove.
35942         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
35943         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
35944         Invoke gl_PREREQ_FD_SAFER.
35945         (gl_PREREQ_FD_SAFER): New macro.
35946         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
35947         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
35948         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
35949         Remove duplicate call to AC_LIBOBJ(readutmp).
35950         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
35951
35952         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
35953         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
35954
35955 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35956
35957         * MODULES.html.sh (Misc): Add byteswap.
35958
35959 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
35960
35961         * modules/getcwd (Depends-on): Add extensions.
35962         * modules/openat (Depends-on): Likewise.
35963
35964 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
35965
35966         * modules/byteswap: New file.
35967
35968 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
35969
35970         * m4/byteswap.m4: New file.
35971
35972 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
35973
35974         * lib/byteswap_.h: New file.
35975
35976 2005-04-25  Karl Berry  <karl@gnu.org>
35977
35978         * m4/gettext.m4: Update from GNU gettext 0.14.4.
35979
35980 2005-04-25  Albert Chin  <china@thewrittenword.com>
35981
35982         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
35983         Toolkit C bug.
35984
35985 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
35986
35987         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
35988         (func_ln_if_changed) Remove forcibly for no error message
35989         in case file does not exist.
35990
35991 2005-04-19  Simon Josefsson  <jas@extundo.com>
35992
35993         * gnulib-tool (Options): Make --symlink mean --symbolic.
35994
35995 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
35996
35997         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
35998
35999 2005-04-16  Simon Josefsson  <jas@extundo.com>
36000
36001         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
36002
36003 2005-04-15  Simon Josefsson  <jas@extundo.com>
36004
36005         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
36006
36007 2005-04-15  Simon Josefsson  <jas@extundo.com>
36008
36009         * gnulib-tool: Rename --symlink to --symbolic.
36010
36011 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
36012
36013         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
36014         symbolic links to files instead of copying/moving.  Add --aux-dir,
36015         specifying directory relative --dir where auxiliary build tools
36016         are placed.
36017
36018 2005-04-14  Bruno Haible  <bruno@clisp.org>
36019
36020         * modules/allocsa (License): Change to LGPL.
36021         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
36022
36023 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36024
36025         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
36026         that "UTC +1 second" continues to work.  Problem reported
36027         by Dmitry V. Levin.
36028         (relunit_snumber): New rule.
36029         (relunit): Use it.
36030
36031 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
36032
36033         * lib/getdate.y (universal_time_zone_table): New constant.
36034         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
36035         universal_time_zone_table.
36036         (lookup_zone): Prefer universal_time_zone_table to
36037         local_time_zone_table, so that "GMT" time stamps are allowed in
36038         London during the summer.  Problem reported by Ian Abbott.
36039
36040 2005-04-12  Jim Meyering  <jim@meyering.net>
36041
36042         * lib/human.c (humblock): Set *options even when returning due to
36043         xstrtoumax conversion failure.  Thanks to a used-uninitialized
36044         warning from gcc-4.
36045
36046 2005-04-09  Jim Meyering  <jim@meyering.net>
36047
36048         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
36049         -Wuninitialized: initialize tm0.tm_year.
36050
36051 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36052
36053         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
36054         count, since there's no maximum.  All uses changed.
36055         Add member dsts_seen.
36056         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
36057         not being INT_MAX.
36058         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
36059         Use pc_rels_seen to decide whther a date is absolute.
36060
36061         * lib/getdate.y (number): Don't overwrite year.
36062         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
36063         check.
36064
36065 2005-04-02  Simon Josefsson  <jas@extundo.com>
36066
36067         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
36068         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
36069
36070 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
36071
36072         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
36073         where no absolute path name can be longer than PATH_MAX.
36074
36075 2005-03-27  Jim Meyering  <jim@meyering.net>
36076
36077         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
36078
36079 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
36080
36081         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
36082         "one's complement" -> "ones' complement" in comment, as per Knuth.
36083         "value of type" -> "type or expression" in comment.
36084         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
36085
36086 2005-03-26  Jim Meyering  <jim@meyering.net>
36087
36088         Comment nits.
36089         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
36090         Correct typos: s/or/of/.
36091
36092 2005-03-26  Jim Meyering  <jim@meyering.net>
36093
36094         * modules/check-include-files: Move to ../ and rename to...
36095         * check-module: ...this.
36096
36097 2005-03-25  Jim Meyering  <jim@meyering.net>
36098
36099         * modules/xvasprintf (Files): Add xalloc.h.
36100
36101 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36102
36103         * modules/gettext (Files): config/config.rpath ->
36104         build-aux/config.rpath
36105         * modules/iconv (Files): Likewise.
36106         Problem reported by Oskar Liljeblad.
36107
36108 2005-03-23  Jim Meyering  <jim@meyering.net>
36109
36110         * modules/check-include-files: New script to check for
36111         missing dependencies, multiple includes, etc.
36112
36113         * modules/c-strtold (Depends-on): Add xalloc.
36114         * modules/c-strtod (Depends-on): Add xalloc.
36115         * modules/hash (Depends-on): Add xalloc.
36116         (Files): Remove lib/xalloc.h.
36117
36118         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
36119         * modules/userspec (Files): Add lib/inttostr.h.
36120
36121 2005-03-23  Jim Meyering  <jim@meyering.net>
36122
36123         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
36124
36125 2005-03-22  Jim Meyering  <jim@meyering.net>
36126
36127         * modules/stat-macros: New module.
36128         * modules/canonicalize, modules/euidaccess, modules/file-type,
36129         * modules/filemode, modules/lchown, modules/makepath,
36130         * modules/rmdir, modules/stat: Depend on new stat-macros module
36131         rather than listing lib/stat-macros.h manually.
36132         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
36133
36134 2005-03-22  Jim Meyering  <jim@meyering.net>
36135
36136         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
36137
36138 2005-03-22  Bruno Haible  <bruno@clisp.org>
36139
36140         * config/srclist.txt: Replace target directory 'config' with
36141         'build-aux'.
36142         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
36143         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
36144         ../build-aux/.
36145
36146 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
36147
36148         * modules/chdir-long (Depends-on): Add mempcpy.
36149
36150         * modules/acl, modules/backupfile, modules/c-strtod,
36151         modules/c-strtold, modules/canon-host, modules/canonicalize,
36152         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
36153         modules/exclude, modules/exitfail, modules/file-type,
36154         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
36155         modules/getdate, modules/getline, modules/getpagesize,
36156         modules/getpass, modules/getugroups, modules/group-member,
36157         modules/hard-locale, modules/hash, modules/human, modules/idcache,
36158         modules/inttostr, modules/long-options, modules/makepath,
36159         modules/md5, modules/memcasecmp, modules/memcoll,
36160         modules/modechange, modules/mountlist, modules/path-concat,
36161         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
36162         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
36163         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
36164         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
36165         modules/strftime, modules/strndup, modules/strverscmp,
36166         modules/timespec, modules/unlocked-io, modules/userspec,
36167         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
36168         modules/yesno:
36169         Remove lib_SOURCES line from Makefile.am section, as this is now
36170         done automatically by the corresponding Autoconf macro.
36171
36172 2005-03-21  Jim Meyering  <jim@meyering.net>
36173
36174         Changes imported from coreutils.
36175
36176         * lib/cycle-check.c: Don't include xalloc.h.
36177
36178         * lib/path-concat.c: Don't include assert.h.
36179         (path_concat): Remove assertion that would have triggered
36180         for ABASE starting with more than one slash.
36181         Reported by Andreas Schwab.
36182
36183         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
36184         properly when ABASE is an absolute file name.
36185         Correct the description of this function.
36186         Include <assert.h>.
36187         Add an assertion and a test driver.
36188         This fixes a bug introduced on 2004-07-02.
36189         Andreas Schwab reported the resulting failure of cp --parents:
36190         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
36191
36192 2005-03-21  Jim Meyering  <jim@meyering.net>
36193
36194         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
36195         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
36196
36197 2005-03-21  Jim Meyering  <jim@meyering.net>
36198         and  Paul Eggert  <eggert@cs.ucla.edu>
36199
36200         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
36201         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
36202         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
36203         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
36204         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
36205         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
36206         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
36207         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
36208         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
36209         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
36210         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
36211         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
36212         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
36213         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
36214         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
36215         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
36216         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
36217         for these modules.
36218
36219 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
36220
36221         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
36222         (which shouldn't happen), generate nothing instead of returning 0
36223         immediately, so that nstrftime (NULL, ...) doesn't return 0.
36224
36225 2005-03-16  Bruno Haible  <bruno@clisp.org>
36226
36227         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
36228         HAVE_LONGLONG_64BIT.
36229
36230 2005-03-16  Bruno Haible  <bruno@clisp.org>
36231
36232         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
36233         HAVE_LONGLONG_64BIT.
36234
36235 2005-03-16  Bruno Haible  <bruno@clisp.org>
36236
36237         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
36238         HAVE_LONGLONG_64BIT.
36239
36240 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
36241
36242         * lib/strftime.c (my_strftime): Prepend space to format so that we can
36243         reliably distinguish strftime failure from empty output on POSIX
36244         hosts.
36245
36246 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
36247
36248         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
36249         (iconv_string): Don't guess a size-zero buffer, as that might cause
36250         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
36251         result would be 'too large', where 'too large' is (heuristically)
36252         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
36253         overflow concerns.  This will prevent some unwanted malloc failures
36254         when the inputs are very large.
36255
36256 2005-03-15  Karl Berry  <karl@gnu.org>
36257
36258         * config/srclist.txt (config.rpath): from gettext.
36259         * config/config.rpath: update.
36260
36261 2005-03-15  Bruno Haible  <bruno@clisp.org>
36262
36263         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
36264         to 'negate'.
36265
36266         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
36267         variable.
36268
36269         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
36270         results.
36271
36272 2005-03-14  Simon Josefsson  <jas@extundo.com>
36273
36274         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
36275         <fx@gnu.org>.
36276
36277 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
36278
36279         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
36280         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
36281         intprops.h.
36282         * lib/strtol.c: Likewise.
36283
36284 2005-03-14  Jim Meyering  <jim@meyering.net>
36285
36286         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
36287         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
36288         to be nonzero so that we (and caller) can detect the difference
36289         between a valid zero-length expansion and an error return, even
36290         when the underlying strftime fails before writing anything into
36291         that location.
36292
36293 2005-03-14  Bruno Haible  <bruno@clisp.org>
36294
36295         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
36296         Update from GNU gettext 0.14.3.
36297
36298 2005-03-10  Jim Meyering  <jim@meyering.net>
36299
36300         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
36301
36302 2005-03-10  Jim Meyering  <jim@meyering.net>
36303
36304         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
36305         so that this module works on systems without fchdir.
36306
36307 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
36308
36309         Factor int-properties macros into a single file, except for
36310         glibc-related files.
36311         * lib/intprops.h: New file.
36312         * lib/getloadavg.c: Include it instead of limits.h.
36313         (INT_STRLEN_BOUND): Remove.
36314         * lib/human.c: Include intprops.h.
36315         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
36316         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
36317         302/1000.
36318         * lib/inttostr.h: Include intprops.h instead of limits.h.
36319         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
36320         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
36321         for consistency with intprops.h.
36322         (time_t_is_integer, twos_complement_arithmetic): Use them.
36323         * lib/sig2str.h: Include <signal.h>, intprops.h.
36324         (INT_STRLEN_BOUND): Remove.
36325         * lib/strftime.c (TYPE_SIGNED): Remove.
36326         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
36327         * lib/strtol.c: Adjust comments to match intprops.h.
36328         * lib/userspec.c: Include intprops.h.
36329         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
36330         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
36331         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
36332         instead of rolling our own expressions.
36333         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
36334
36335         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
36336         instead of int.
36337         (my_strftime): Do not mishandle years close to INT_MAX, by doing
36338         the right thing even if adding 1900 would overflow.  Similarly
36339         for tm_mon + 1 and tm_yday + 1.
36340         Make %Y always equivalent to %C%y, and similarly for %G and %g.
36341         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
36342         (DO_SIGNED_NUMBER): New macro.
36343         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
36344
36345 2005-03-07  Bruno Haible  <bruno@clisp.org>
36346
36347         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
36348
36349 2005-03-07  Bruno Haible  <bruno@clisp.org>
36350
36351         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
36352
36353 2005-03-04  Derek R. Price  <derek@ximbiot.com>
36354
36355         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
36356         (func_import): Only replace files via --import when they have actually
36357         changed.
36358
36359 2005-03-03  Derek R. Price  <derek@ximbiot.com>
36360
36361         * m4/mmap-anon.m4: New file.
36362         * m4/pagealign_alloc.m4: New file.
36363
36364 2005-03-03  Derek R. Price  <derek@ximbiot.com>
36365             Bruno Haible  <bruno@clisp.org>
36366
36367         * modules/pagealign_alloc: New file.
36368         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
36369
36370 2005-03-03  Derek R. Price  <derek@ximbiot.com>
36371             Bruno Haible  <bruno@clisp.org>
36372
36373         * lib/pagealign_alloc.h: New file.
36374         * lib/pagealign_alloc.c: New file.
36375
36376 2005-03-03  Bruno Haible  <bruno@clisp.org>
36377
36378         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
36379         Use an all-permissive copyright notice, recommended by RMS.
36380
36381 2005-03-02  Bruno Haible  <bruno@clisp.org>
36382
36383         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
36384         of AIX, the replacement has to be done only after <string.h> is
36385         included, therefore not in config.h. stpncpy.h does the replacement,
36386         and stpncpy.c uses it.
36387
36388 2005-03-02  Bruno Haible  <bruno@clisp.org>
36389
36390         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
36391         stpncpy.c uses it.
36392
36393 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36394
36395         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
36396         The workaround isn't strictly needed for POSIX conformance, and
36397         it's too much of a pain to configure and maintain.  We'll ask
36398         people to fix their kernels instead.
36399         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
36400         (NANOSLEEP_BUG_WORKAROUND): Remove.
36401         (xnanosleep): Remove the workaround.
36402
36403 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36404
36405         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
36406         Reported by Derek Price.
36407         (Include): Add "timespec.h".
36408
36409         * modules/xnanosleep (Depends-on): Remove gethrxtime.
36410
36411 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36412
36413         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
36414         to detect nanosleep bug.
36415
36416 2005-03-01  Bruno Haible  <bruno@clisp.org>
36417
36418         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
36419
36420 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
36421
36422         * modules/gethrxtime: New file.
36423         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
36424         (Depends-on): Add gethrxtime.
36425         (configure.ac): Add gl_XNANOSLEEP.
36426         (Makefile.am): Remove lib_SOURCES line.
36427
36428 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
36429
36430         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
36431         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
36432
36433 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
36434
36435         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
36436         * lib/timespec.h (gettime): Return void, since it always
36437         succeeds now.  All uses changed.
36438         * lib/gettime.c (gettime) Likewise.
36439         [HAVE_NANOTIME]: Prefer nanotime.
36440         Assume gettimeofday succeeds, as POSIX requires.
36441         Assime time () succeeds, since other code already does.
36442         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
36443         (timespec_subtract): Remove.
36444         (NANOSLEEP_BUG_WORKAROUND): New constant.
36445         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
36446         things considerably.  Use it only on GNU/Linux hosts, since the
36447         workaround shouldn't be needed elsewhere.
36448
36449 2005-02-24  Bruno Haible  <bruno@clisp.org>
36450
36451         * modules/gettext (Files): Add m4/glibc2.m4.
36452
36453 2005-02-24  Bruno Haible  <bruno@clisp.org>
36454
36455         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
36456         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
36457         * m4/progtest.m4:
36458         Update from GNU gettext 0.14.2.
36459         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
36460
36461 2005-02-24  Bruno Haible  <bruno@clisp.org>
36462
36463         * lib/localcharset.c: Update from GNU gettext 0.14.2.
36464         * lib/config.charset: Update from GNU gettext 0.14.2.
36465
36466 2005-02-24  Bruno Haible  <bruno@clisp.org>
36467
36468         * lib/gettext.h: Update from GNU gettext 0.14.2.
36469
36470 2005-02-23  Simon Josefsson  <jas@extundo.com>
36471
36472         * m4/iconvme.m4: New file.
36473
36474 2005-02-23  Jim Meyering  <jim@meyering.net>
36475
36476         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
36477         change.
36478         Thanks to Bruno Haible for catching it.
36479
36480 2005-02-22  Simon Josefsson  <jas@extundo.com>
36481
36482         * modules/iconvme: New file.
36483
36484         * MODULES.html.sh: Add iconvme.
36485
36486 2005-02-22  Simon Josefsson  <jas@extundo.com>
36487
36488         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
36489
36490 2005-02-22  Simon Josefsson  <jas@extundo.com>
36491
36492         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
36493
36494 2005-02-22  Jim Meyering  <jim@meyering.net>
36495
36496         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
36497         s/ifndef/ifdef/.
36498
36499 2005-02-20  Neil Conway  <neilc@samurai.com>
36500
36501         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
36502         returned by OSX/Darwin if the specified buffer is not large
36503         enough for the hostname.
36504
36505 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36506
36507         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
36508         pass it to _help, otherwise the latter coredumps trying to
36509         dereference state.root_argp.
36510
36511 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
36512
36513         * modules/chdir-long (Depends-on): Add memrchr.
36514         * modules/memrchr (Files): Add lib/memrchr.h.
36515         (Include): "memrchr.h".
36516
36517 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
36518
36519         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
36520
36521 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
36522
36523         * lib/memrchr.h: New file.
36524         * lib/chdir-long.c: Include it.
36525         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
36526         Don't bother including stddef.h.
36527
36528 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
36529
36530         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
36531         inclusion.
36532         Include <sys/types.h>, for dev_t.
36533         (ME_DUMMY, ME_REMOTE): Move from here....
36534         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
36535         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
36536         Dmitry V. Levin.
36537         Include mountlist.h first, to test the interface.
36538
36539 2005-01-29  Bruno Haible  <bruno@clisp.org>
36540
36541         * lib/progname.c (program_name): Initialize.
36542         Needed when linking statically on MacOS X.
36543
36544 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
36545
36546         Sync from coreutils.
36547         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
36548         (Depends-on): Add c-strtod.
36549         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
36550
36551 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
36552
36553         Sync from coreutils.
36554         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
36555
36556         Remove files that are specific to coreutils.
36557         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
36558
36559 2005-01-28  Bruno Haible  <bruno@clisp.org>
36560
36561         * modules/javacomp: New file.
36562         * MODULES.html.sh (Java): Add javacomp.
36563
36564 2005-01-28  Bruno Haible  <bruno@clisp.org>
36565
36566         * m4/javacomp.m4: New file, from GNU gettext.
36567
36568 2005-01-28  Bruno Haible  <bruno@clisp.org>
36569
36570         * lib/javacomp.sh.in: New file, from GNU gettext.
36571         * lib/javacomp.h: New file, from GNU gettext.
36572         * lib/javacomp.c: New file, from GNU gettext.
36573
36574 2005-01-26  Simon Josefsson  <jas@extundo.com>
36575
36576         * lib/gai_strerror.c: Use GPL in header.
36577
36578 2005-01-26  Bruno Haible  <bruno@clisp.org>
36579
36580         * modules/javaexec: New file.
36581         * MODULES.html.sh (Java): Add javaexec.
36582
36583 2005-01-26  Bruno Haible  <bruno@clisp.org>
36584
36585         * m4/javaexec.m4: New file, from GNU gettext.
36586
36587 2005-01-26  Bruno Haible  <bruno@clisp.org>
36588
36589         * lib/javaexec.sh.in: New file, from GNU gettext.
36590         * lib/javaexec.h: New file, from GNU gettext.
36591         * lib/javaexec.c: New file, from GNU gettext.
36592
36593 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36594
36595         * modules/lchown (Depends-on): Remove lchown.h
36596
36597 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36598
36599         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
36600         must be defined if the header file was not found, in order
36601         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
36602
36603 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36604
36605         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
36606         initializers for struct pentry_state.
36607         (__argp_error): Check return value of __asprintf
36608         (__argp_failure): Translate error message
36609
36610         * lib/argp-parse.c: Removed braces around the expansion of N_()
36611
36612 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36613
36614         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
36615         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
36616         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
36617         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
36618         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
36619         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
36620         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
36621         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
36622         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
36623         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
36624         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
36625         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
36626         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
36627         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
36628         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
36629         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
36630         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
36631         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
36632         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
36633         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
36634         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
36635         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
36636         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
36637         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
36638         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
36639         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
36640         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
36641         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
36642         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
36643         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
36644         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
36645         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
36646         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
36647         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
36648         xstrtol.m4, xstrtoumax.m4, yesno.m4:
36649         Use an all-permissive copyright notice, recommended by RMS.
36650
36651 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
36652
36653         * modules/chdir-long (Depends-on): Remove mempcpy.
36654
36655 2005-01-21  Jim Meyering  <jim@meyering.net>
36656
36657         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
36658         same value as for Solaris 9.
36659
36660         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
36661         component length.  This included changing the parameter to be
36662         of type `char *' rather than `char const *'.
36663         * lib/chdir-long.h (chdir_long): Update prototype.
36664
36665         * lib/openat.c (fdopendir, fstatat): New functions.
36666         * lib/openat.h: Include headers required for use of DIR and struct
36667         stat.
36668         [AT_SYMLINK_NOFOLLOW]: Define.
36669         (fdopendir, fstatat): Add prototypes.
36670
36671 2005-01-21  Bruno Haible  <bruno@clisp.org>
36672
36673         * modules/classpath: New file.
36674         * MODULES.html.sh (Java): Add classpath.
36675
36676 2005-01-21  Bruno Haible  <bruno@clisp.org>
36677
36678         * lib/classpath.h: New file, from GNU gettext.
36679         * lib/classpath.c: New file, from GNU gettext.
36680
36681 2005-01-20  Simon Josefsson  <jas@extundo.com>
36682
36683         * modules/version-etc-fsf: New file.
36684
36685 2005-01-20  Simon Josefsson  <jas@extundo.com>
36686
36687         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
36688         * lib/version-etc.c: Remove version_etc_copyright.
36689         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
36690         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
36691
36692 2005-01-20  Simon Josefsson  <jas@extundo.com>
36693
36694         * lib/base64.h (isbase64): Add.
36695
36696         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
36697         using a unsigned prototype, don't inline.
36698         (base64_decode): Use it.
36699
36700 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36701
36702         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
36703         it.
36704
36705 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36706
36707         * lib/save-cwd.c (save_cwd): Remove code to support the case
36708         where fchdir is missing or flaky.
36709
36710 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36711
36712         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
36713
36714 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
36715
36716         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
36717         AC_LIBSOURCES now does this.
36718         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
36719         with new ullong_max module.
36720
36721 2005-01-19  Bruno Haible  <bruno@clisp.org>
36722
36723         * modules/sh-quote: New file.
36724         * MODULES.html.sh (Executing programs): Add sh-quote.
36725
36726 2005-01-19  Bruno Haible  <bruno@clisp.org>
36727
36728         * lib/sh-quote.h: New file, from GNU gettext.
36729         * lib/sh-quote.c: New file, from GNU gettext.
36730
36731 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
36732
36733         Merge from coreutils.
36734         * m4/ullong_max.m4: New file.
36735         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
36736         (gl_MACROS): Assume localeconv exists.
36737
36738 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
36739
36740         Merge changes from coreutils, as described below in several
36741         changelogs dated today.
36742
36743         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
36744         (O_DIRECTORY): Remove; not needed here, since "." must be
36745         a directory.  All uses removed.
36746         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
36747         universal on Suns, and we also need to test for IRIX.
36748         Revamp code to use 'if' rather than '#if'.
36749         Avoid unnecessary comparison of cwd->desc to 0.
36750
36751         * lib/utimens.c (futimens): Robustify the previous patch, by checking
36752         for known valid error numbers rather than observed invalid ones.
36753
36754 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
36755
36756         * modules/ullong_max: New file.
36757
36758         * modules/chdir-long, modules/openat: New files.
36759         * modules/save-cwd (Depends-on): Depend on chdir-long.
36760         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
36761
36762 2005-01-18  Jim Meyering  <jim@meyering.net>
36763
36764         Merge from coreutils.
36765         * m4/chdir-long.m4, m4/openat.m4: New files.
36766         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
36767         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
36768         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
36769         is sane and DOES follow symlinks.  Besides, testing 20 different
36770         systems found no broken chown implementations.
36771         Prompted by a change in rsync's copy of this macro.
36772         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
36773
36774         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
36775
36776         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
36777         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
36778         NULL-means-set-to-current-time semantics.
36779         Remove temporary file immediately, rather than waiting
36780         for configure's at-exit trap code to do it.
36781
36782 2005-01-18  Jim Meyering  <jim@meyering.net>
36783
36784         * lib/version-etc.c (version_etc_copyright): Update copyright date.
36785
36786         * lib/utimens.c (futimens): Account for the fact that futimes
36787         can also fail with errno == ENOSYS or errno == ENOENT.
36788         Patch from Dmitry V. Levin.
36789
36790         Change the name of the robust chdir function from chdir to chdir_long.
36791         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
36792         (restore_cwd): Use chdir_long, not chdir.
36793         * lib/chdir-long.c: Renamed from chdir.c.
36794         * lib/chdir-long.h: Renamed from chdir.h.
36795         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
36796         Hurd.
36797
36798 2005-01-18  Bruno Haible  <bruno@clisp.org>
36799
36800         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
36801         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
36802         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
36803         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
36804         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
36805         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
36806         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
36807         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
36808         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
36809         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
36810         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
36811         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
36812         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
36813         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
36814         Use an all-permissive copyright notice, recommended by RMS.
36815
36816 2005-01-18  Bob Proulx  <bob@proulx.com>
36817
36818         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
36819         simplify offsetof() macro construct to avoid compile failure with
36820         native HP-UX 11.0 ANSI C compiler.
36821
36822 2005-01-17  Bruno Haible  <bruno@clisp.org>
36823
36824         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
36825         redundant because stpncpy.m4 takes care of it.
36826
36827 2005-01-17  Bruno Haible  <bruno@clisp.org>
36828
36829         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
36830
36831 2005-01-17  Bruno Haible  <bruno@clisp.org>
36832
36833         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
36834         used.
36835
36836 2005-01-17  Bruno Haible  <bruno@clisp.org>
36837
36838         * lib/fwriteerror.h (fwriteerror): Change specification to include
36839         fclose.
36840         * lib/fwriteerror.c: Include <stdbool.h>.
36841         (fwriteerror): At the end, close the file stream. Record whether
36842         stdout was already closed.
36843
36844 2005-01-17  Bruno Haible  <bruno@clisp.org>
36845
36846         * lib/execute.c (environ): Declare if needed.
36847         * lib/pipe.c (environ): Likewise.
36848         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
36849
36850 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36851
36852         * modules/argp: Depend on vsnprintf
36853
36854 2005-01-10  Jim Meyering  <jim@meyering.net>
36855
36856         * modules/closeout (Depends-on): Add atexit.
36857
36858 2005-01-06  Bruno Haible  <bruno@clisp.org>
36859
36860         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
36861
36862 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36863
36864         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
36865         definitions to be after all include files, to avoid collisions.
36866         Problem reported by Bob Proulx.
36867
36868 2005-01-04  Jim Meyering  <jim@meyering.net>
36869
36870         Changes imported from coreutils.
36871         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
36872         as the mkstemp template, use a temporary directory and an
36873         8.3-friendly template to avoid trouble on systems like DJGPP.
36874         Reported by Juan M. Guerrero via Stepan Kasal.
36875         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
36876         close. Remove the temporary directory right away, rather than waiting
36877         for configure's at-exit trap code to do it.
36878         Suggestion from Stepan Kasal.
36879
36880 2005-01-01  Simon Josefsson  <jas@extundo.com>
36881
36882         * gnulib-tool: Print #include directives when --import'ing.
36883
36884 2004-12-28  Simon Josefsson  <jas@extundo.com>
36885
36886         * tests/test-base64.c: Include required header files.  Remove
36887         unused variables.
36888
36889 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36890
36891         * modules/error (Depends-on): Remove gettext.
36892
36893 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36894
36895         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
36896         not needed.  This removes a dependency on the gettext module.
36897         [defined _LIBC]: Do not include <libintl.h>; not needed.
36898
36899 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
36900
36901         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
36902         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
36903
36904 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
36905
36906         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
36907         HAVE_DECL_STRTOLD.
36908
36909 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36910
36911         * modules/getdate (Depends-on): Remove alloca-opt.
36912
36913 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36914
36915         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
36916
36917 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36918
36919         * lib/argp-parse.c: Include <stddef.h>.
36920         (alignof, alignto): New macros.
36921         (parser_init): Don't assume that void * is aligned sufficiently
36922         for struct option.
36923
36924         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
36925         need to extend the stack.
36926         (YYINITDEPTH): New macro, so that the initial stack isn't overly
36927         large.
36928
36929 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36930
36931         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
36932
36933 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
36934
36935         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
36936         (2004-10-24) change.  Apparently this was a false alarm.
36937
36938         * modules/getdate: Depend on alloca-opt, not alloca.
36939
36940 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
36941
36942         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
36943         Remove now-obsolete comment about AIX.
36944         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
36945         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
36946         (YYMAXDEPTH): New macro.
36947
36948 2004-12-18  Simon Josefsson  <jas@extundo.com>
36949
36950         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
36951
36952 2004-12-18  Bruno Haible  <bruno@clisp.org>
36953
36954         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
36955
36956 2004-12-18  Bruno Haible  <bruno@clisp.org>
36957
36958         * lib/fatal-signal.c (fatal_signals): Make non-const.
36959         (init_fatal_signals): New function.
36960         (uninstall_handlers, install_handlers): Ignore signals that were set to
36961         SIG_IGN.
36962         (at_fatal_signal): Call init_fatal_signals.
36963         (init_fatal_signal_set): Likewise. Ignore signals that were set to
36964         SIG_IGN.
36965         Reported by Paul Eggert.
36966
36967 2004-12-18  Bruno Haible  <bruno@clisp.org>
36968
36969         * doc/alloca.texi: New file.
36970         * doc/alloca-opt.texi: New file.
36971
36972 2004-12-17  Jim Meyering  <jim@meyering.net>
36973
36974         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
36975         Otherwise, install-sh could exit with improper exit status when
36976         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
36977
36978 2004-12-16  Simon Josefsson  <jas@extundo.com>
36979
36980         * tests/test-base64.c: Add license.
36981
36982 2004-12-15  Stepan Kasal  <address@hidden>
36983
36984         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
36985
36986 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
36987
36988         * modules/getcwd (Files): Add m4/d-ino.m4.
36989         Suggested by Mark D. Baushke.
36990
36991 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
36992
36993         * lib/getdate.y (textint): New member "negative".
36994         (time_zone_hhmm): New function.
36995         Expect 14 shift-reduce conflicts, not 13.
36996         (o_colon_minutes): New rule.
36997         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
36998         (yylex): Set the "negative" member of signed numbers.
36999
37000 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
37001
37002         * doc/getdate.texi (Time of day items, Time zone items):
37003         Describe new formats +00:00, UTC+00:00.
37004
37005 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37006
37007         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
37008         spurious "-l"s.  Problem reported by Stepan Kasal.
37009
37010 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
37011
37012         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
37013         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
37014
37015 2004-12-04  Simon Josefsson  <jas@extundo.com>
37016
37017         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
37018         Vandoorselaere <yoann@prelude-ids.org>.
37019
37020 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37021
37022         Changes imported from coreutils.
37023         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
37024         exist.
37025         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
37026
37027 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37028
37029         Changes imported from coreutils.
37030         * lib/hard-locale.c: Assume <locale.h> exists.
37031         Include "strdup.h".
37032         (GLIBC_VERSION): New macro.
37033         (hard_locale): Assume setlocale exists.
37034         Rewrite to avoid #ifdef.
37035         Use strdup rather than malloc + strcpy.
37036         * lib/human.c: Assume <locale.h> exists.
37037         (human_readable): Assume localeconv exists.
37038
37039 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37040
37041         * modules/hard-locale (Depends-on): Add strdup.
37042
37043 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
37044
37045         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
37046         convert T2, not T.  (Imported from libc.)
37047
37048 2004-11-30  Simon Josefsson  <jas@extundo.com>
37049
37050         * modules/restrict (License): Change to LGPL.
37051
37052 2004-11-30  Simon Josefsson  <jas@extundo.com>
37053
37054         * m4/restrict.m4: Add copyright and copying conditions.
37055
37056 2004-11-30  Simon Josefsson  <jas@extundo.com>
37057
37058         * m4/base64.m4: New file.
37059
37060 2004-11-30  Simon Josefsson  <jas@extundo.com>
37061
37062         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
37063         base64.
37064
37065         * tests/test-base64.c: New file.
37066
37067         * modules/base64: New file.
37068
37069 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37070
37071         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
37072         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
37073
37074         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
37075
37076 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37077
37078         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
37079         (__getcwd.c): Don't restore errno; glibc doesn't.
37080         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
37081         first, falling back to our code only if its results look suspicious.
37082         Ensure that the resulting buffer is only as large as necessary.
37083
37084         * lib/readutmp.c: Include readutmp.h first.
37085         Include <errno.h>, since readutmp.h no longer does that.
37086         * lib/readutmp.h: Don't include <errno.h>,
37087         <sys/param.h>, <time.h>; not needed to establish interface.
37088         (errno): Remove decl.
37089         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
37090         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
37091         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
37092
37093 2004-11-28  Simon Josefsson  <jas@extundo.com>
37094
37095         * lib/base64.h, base64.c: New file.
37096
37097 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
37098
37099         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
37100
37101 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
37102
37103         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
37104         (Depends-on): Remove pathmax, same.  Add mempcpy.
37105         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
37106         (Makefile.am): Append getcwd.h to lib_SOURCES.
37107         (Include): Add getcwd.h.
37108         (Maintainer): Change from Jim Meyering to "all, glibc",
37109         since getdate now uses intended-for-glibc code.
37110         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
37111         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
37112
37113 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37114
37115         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
37116         HP's ANSI C compiler.
37117         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
37118         Declaring int functions causes warnings on some modern systems and
37119         shouldn't be needed to compile on ancient ones.
37120         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
37121         defined.
37122
37123         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
37124         with the following changes.
37125         (__set_errno): Parenthesize properly.
37126         Include <stdbool.h>.
37127         (MIN, MAX, MATCHING_INO): New macros.
37128         (__getcwd): Define with prototype, not K&R form.
37129         Use heuristics to allocate default buffer on stack if possible.
37130         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
37131         behavior, and to avoid the PATH_MAX limit when computing
37132         ../../../../...
37133         Use MATCHING_INO to compare inode number to file.
37134         Check for arithmetic overflow in size calculations.
37135         Fix bug in reallocation of dot array that caused getcwd to fail
37136         on directories nested deeper than 75.
37137         Be more careful about saving errno on error.
37138         Do not use realloc; use only free+malloc, as this is a bit
37139         more flexible and avoids a needless copy operation.
37140         Do not inspect st_dev and st_ino for symbolic links; POSIX
37141         doesn't specify the latter.
37142         Check for closedir errors.
37143         Avoid needless casts.
37144         Use "#ifdef weak_alias" around weak_alias, to be like other
37145         glibc code.
37146         The following changes to getcwd.c have effect only when used in
37147         gnulib; they have no effect inside glibc proper.
37148         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
37149         as alloca isn't used.
37150         (alloca, __alloca): Likewise.
37151         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
37152         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37153         unconditionally, as gnulib assumes C89 or better.
37154         Do not include <sys/param.h>.
37155         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
37156         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
37157         better.
37158         (NULL) [!defined NULL]: Remove; we assume C89 or better.
37159         Include <dirent.h> in a way that is compatible with modern Autoconf.
37160         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
37161         New macros, if not already defined.
37162         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
37163         Use "_LIBC", not "defined _LIBC", for consistency.
37164         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
37165         a mempcpy module.
37166         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
37167         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
37168         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
37169         credit only to Jim Meyering and adjust the copyright dates.
37170         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
37171         <stdlib.h>, <unistd.h>, "pathmax.h".
37172         Instead, include "xgetcwd.h" (first) and "getcwd.h".
37173         (INITIAL_BUFFER_SIZE): Remove.
37174         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
37175
37176 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37177
37178         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
37179         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
37180         Use the _ONCE methods, for efficiency.
37181         Check for fcntl.h.  In test program, include <errno.h>
37182         and <fcntl.h> if available.  Remove old K&R cruft from
37183         test program.  Check for common errors in GNU/Linux,
37184         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
37185         don't do AC_LIBOBJ, as that's getcwd.m4's job.
37186         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
37187         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
37188         name accordingly.
37189         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
37190         accommodate new getcwd.c.
37191         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
37192         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
37193         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
37194         that's all we need now.
37195
37196 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37197
37198         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
37199         argp-parse.c depends on getopt internals, that means we should
37200         always use our getopt, to be on the safe side.
37201         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
37202         order not to spoil the result of an eventual previous invocation
37203         of gl_GETOPT_SUBSTITUTE.
37204
37205 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37206
37207         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
37208         redefinition warnings. To avoid them, include the defines
37209         in `#if !defined __need_getopt ... #endif'. The only place
37210         where __getopt_argv_const is used is in definitions
37211         of getopt_long and getopt_long_only below, which are as well
37212         protected by `#ifndef __need_getopt'.
37213         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
37214         __need_getopt after including <stdio.h> and <unistd.h> These
37215         headers might have defined it.
37216
37217 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37218
37219         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
37220
37221 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37222
37223         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
37224         (futimens): New function, which uses futimes if available.
37225         (futimens, utimens): Support timespec==NULL, with same semantics
37226         as utime and utimens.
37227         * lib/utimens.h (futimens): New decl.
37228
37229 2004-11-23  Jim Meyering  <jim@meyering.net>
37230
37231         * lib/getopt_.h: Remove trailing blanks.
37232
37233 2004-11-23  Jim Meyering  <jim@meyering.net>
37234
37235         * lib/__fpending.c: Add comment.
37236
37237 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
37238
37239         * modules/canonicalize (Depends-on): Add xreadlink.
37240         Problem reported by James Youngman.
37241
37242 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37243
37244         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
37245         New macros.
37246         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
37247         optopt): Use them instead of invoking ## directly; otherwise, the
37248         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
37249
37250 2004-11-19  Bruno Haible  <bruno@clisp.org>
37251
37252         * lib/strtok_r.c: Move comments from here...
37253         * lib/strtok_r.h: ... to here.
37254
37255 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37256
37257         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
37258         implementations that mishandle size_t overflow.
37259
37260 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37261
37262         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
37263         might fail.  Problem reported by Yoann Vandoorselaere.
37264         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
37265         implementations that mishandle size_t overflow.
37266
37267 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37268
37269         * modules/canon-host (Depends-on): Add strdup.
37270
37271 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37272
37273         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
37274
37275 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37276
37277         * lib/canon-host.c: Include "strdup.h".
37278         (canon_host): Use getaddrinfo if available, so that IPv6 works.
37279         Use strdup instead of malloc/strcpy to duplicate strings.
37280
37281         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
37282         (human_space_before_unit): New constant.
37283         * lib/human.c (human_readable): Support it.
37284
37285         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
37286         (xgetcwd): Set errno correctly when failing.
37287         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
37288         the failure is actually due to a PATH_MAX problem.
37289
37290         Further getopt changes to make it more likely that glibc will
37291         buy the changes back.
37292         * lib/getopt.c (POSIXLY_CORRECT): New constant.
37293         (getopt): Use it, so to preserve glibc semantic
37294         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
37295         when compiling for libc.
37296         * lib/getopt_.h (__getopt_argv_const): Bring it back.
37297         (getopt_long, getopt_long_only): Use it.
37298
37299         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
37300         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
37301         (getopt): Argv is now char * const *, as per standard.
37302         (_getopt_internal_r, _getopt_internal): Argv is now char **,
37303         not char *__getopt_argv_const *.
37304         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
37305         _getopt_long_only_r): Likewise.
37306         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
37307         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
37308         _getopt_long_r, _getopt_long_only_r): Likewise.
37309         * lib/getopt_.h (__getopt_argv_const): Remove.
37310         (getopt): Argv is now char * const *, as per standard.
37311
37312         * lib/getdate.y (tORDINAL): New token.
37313         (day, relunit): Allow it for relative times.
37314         (relative_time_table): Use tORDINAL for ordinals.
37315
37316 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37317
37318         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
37319         Document that "second" isn't allowed as an ordinal number.
37320
37321 2004-11-16  Jim Meyering  <jim@meyering.net>
37322
37323         * modules/closeout (Depends-on): Add fpending.
37324
37325 2004-11-15  Jim Meyering  <jim@meyering.net>
37326
37327         * lib/closeout.c: Include "__fpending.h" once again.
37328         Include <stdbool.h>.
37329         (close_stdout): Don't fail just because stdout was closed initially,
37330         since some programs don't write to stdout in the normal course of
37331         operation (other than --version and --help), and we don't want this
37332         function to make e.g. `touch file >&-' fail.
37333         But do fail if it was closed and someone has tried to write to it.
37334         E.g., `printf foo >&-' must fail.
37335
37336 2004-11-13  Jim Meyering  <jim@meyering.net>
37337
37338         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
37339
37340 2004-11-12  Simon Josefsson  <jas@extundo.com>
37341
37342         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
37343         small doc fix is still pending.
37344
37345 2004-11-11  Simon Josefsson  <jas@extundo.com>
37346
37347         * modules/strtok_r: New file.
37348
37349         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37350         strtok_r.
37351
37352 2004-11-11  Simon Josefsson  <jas@extundo.com>
37353
37354         * m4/strtok_r.m4: New file.
37355
37356         * m4/getopt.m4: Replace opterr.
37357
37358 2004-11-11  Simon Josefsson  <jas@extundo.com>
37359
37360         * lib/strtok_r.h, strtok_r.c: New file.
37361
37362 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
37363
37364         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
37365         of replacing opterr, getopt, etc.  This should handle the
37366         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
37367
37368 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
37369
37370         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
37371         we can stop lying to compilers about the constness of argv when we
37372         are compiled outside glibc.
37373         (getopt, getopt_long, getopt_long_only): Use it.
37374         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
37375         _getopt_internal, getopt): Likewise.
37376         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
37377         _getopt_long_only_r): Likewise.
37378         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
37379         _getopt_long_r, _getopt_long_only_r): Likewise.
37380
37381         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
37382         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
37383         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
37384         the other external symbols.
37385         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
37386         declaration, since the above renaming now works around collisions.
37387
37388 2004-11-11  Jim Meyering  <jim@meyering.net>
37389
37390         * lib/linebreak.c: Remove trailing blanks.
37391         * lib/alloca_.h: Likewise.
37392         * lib/acosl.c: Likewise.
37393         * lib/euidaccess.c: Likewise.
37394         * lib/allocsa.h: Likewise.
37395
37396 2004-11-10  Simon Josefsson  <jas@extundo.com>
37397
37398         * m4/getaddrinfo.m4: New file.
37399
37400 2004-11-10  Simon Josefsson  <jas@extundo.com>
37401
37402         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
37403
37404 2004-11-10  Simon Josefsson  <jas@extundo.com>
37405
37406         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37407         getaddrinfo.
37408
37409         * modules/getaddrinfo: New file.
37410
37411 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37412
37413         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
37414
37415 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37416
37417         * lib/mktime.c (SHR): New macro, which is a portable
37418         substitute for >> that should work even on Crays.
37419         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
37420         Problem reported by Mark D. Baushke in
37421         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
37422         * lib/getdate.y (SHR): Likewise.
37423         (tm_diff): Use it.
37424         * lib/strftime.c (SHR): Likewise.
37425         (tm_diff): Use it.
37426         * lib/quotearg.c (struct quoting_options): Use unsigned int for
37427         quote_these_too, so that right shifts are well defined.  All uses
37428         changed.
37429
37430 2004-11-10  Jim Meyering  <jim@meyering.net>
37431
37432         Ensure that no close failure goes unreported.
37433         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
37434         return early when it seems there's nothing to flush.
37435         Don't include __fpending.h.
37436
37437 2004-11-10  Jim Meyering  <jim@meyering.net>
37438
37439         * modules/closeout (Depends-on): Remove fpending.
37440
37441 2004-11-10  Jim Meyering  <jim@meyering.net>
37442
37443         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
37444
37445 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37446
37447         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
37448         gl_FUNC_STRFTIME.
37449         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
37450         and AC_REQUIRE when possible, to avoid duplicate checks.
37451         Check for <wchar.h>.
37452
37453 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37454
37455         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
37456
37457 2004-11-09  Bruno Haible  <bruno@clisp.org>
37458
37459         * m4/sockpfaf.m4: New file.
37460
37461 2004-11-05  Bruno Haible  <bruno@clisp.org>
37462
37463         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
37464         Reported by Mark D. Baushke <mdb@cvshome.org>.
37465
37466 2004-11-04  Bruno Haible  <bruno@clisp.org>
37467
37468         2004-09-11  Bruno Haible  <bruno@clisp.org>
37469                 * allocsa.valgrind: New file.
37470         2004-02-06  Bruno Haible  <bruno@clisp.org>
37471                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
37472                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
37473                 Reported by Christopher Seip <chris.seip@hp.com>.
37474
37475 2004-11-04  Bruno Haible  <bruno@clisp.org>
37476
37477         * modules/allocsa (Files): Add lib/allocsa.valgrind.
37478         (Makefile.am): Distribute it.
37479
37480 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
37481
37482         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
37483         with errno == ERANGE if the buffer is too small.
37484         Problem reported by Mark D. Baushke.
37485
37486 2004-11-03  Albert Chin  <china@thewrittenword.com>
37487             Paul Eggert  <eggert@cs.ucla.edu>
37488
37489         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
37490         equivalent, substitute $ac_type for equivalent type rather than
37491         blindly using uint32_t *always* which won't work if uint32_t is not
37492         available.  Define _UINT32_T to work around typedef of uint32_t if
37493         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
37494         2.5.1.
37495
37496 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
37497
37498         * m4/jm-macros.m4: Sync from coreutils.
37499         (gl_MACROS): Check for mbrlen, for pathchk.
37500         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
37501
37502 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
37503
37504         * lib/xreadlink.c (MAXSIZE): New macro.
37505         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
37506         size does not exceed MAXSIZE.  Avoid cast.
37507         As suggested by Mark D. Baushke in
37508         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
37509         if readlink fails with buffer size just under MAXSIZE, try again
37510         with MAXSIZE.
37511
37512 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
37513
37514         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
37515
37516 2004-11-02  Derek R. Price  <derek@ximbiot.com>
37517         and  Paul Eggert  <eggert@cs.ucla.edu>
37518
37519         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
37520         (get_date): Overparenthesize to avoid GCC warning.
37521
37522 2004-11-02  Bruno Haible  <bruno@clisp.org>
37523
37524         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
37525         returns void.
37526
37527 2004-11-02  Bruno Haible  <bruno@clisp.org>
37528
37529         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
37530         function returns void.
37531
37532 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
37533
37534         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
37535         fflush_unlocked, flockfile, funlockfile, funlockfile,
37536         fputs_unlocked, putc_unlocked.
37537
37538 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
37539
37540         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
37541         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
37542         already declared.
37543
37544 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
37545
37546         * modules/getdate (Files): Add doc/getdate.texi.
37547         (Depends-on): Add setenv, xalloc.
37548
37549 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
37550
37551         * lib/getdate.y: Add support for TZ="foo" within a date string.
37552         Fix some bugs near time_t boundaries.  Reject dates with
37553         out-of-range components, e.g., "Sept 31".
37554         Include <stdlib.h>, "setenv.h", "xalloc.h".
37555         (ISDIGIT_LOCALE): Remove; unused.
37556         Note that the TZ and time functions used here are not reentrant.
37557         (mktime_ok, get_tz): New functions.
37558         (TZBUFSIZE): New constant.
37559         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
37560         This requires that we sometimes generate our own TZ="XXX..." setting.
37561
37562 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
37563
37564         * doc/getdate.texi: New file, from coreutils with modifications for
37565         the new TZ parsing.
37566
37567 2004-10-27  Derek R. Price  <derek@ximbiot.com>
37568
37569         * lib/mktime.c (not_equal_tm): Remove redundant check.
37570
37571 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37572
37573         * modules/regex (lib_SOURCES): Add regex.c.
37574         Reported by James Youngman in
37575         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
37576
37577 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37578
37579         * lib/getdate.y: Use Bison 1.875 features, and some minor
37580         code cleanups.  This change does not affect semantics.
37581         Don't include <stdlib.h>; no longer needed.
37582         Don't include unlocked-io.h; only the "#if TEST" code uses
37583         stdio, and performance isn't crucial there.
37584         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
37585         Bison 1.875 features as described below.
37586         All uses of "PC." replaced by "pc->".
37587         (YYSTYPE): Add a forward declaration.
37588         (yylex, yyerror): Use full prototypes in forward decls.
37589         Use "%pure-parser" rather than obsolescent "%pure_parser".
37590         Use %parse-param and %lex-param instead of obsolescent
37591         YYPARSE_PARAM and YYLEX_PARAM.
37592         (meridian_table, month_and_day_table, time_units_table,
37593         relative_time_table, time_zone_table, military_table,
37594         lookup_zone, lookup_word, get_date):
37595         Use NULL instead of 0 where appropriate.
37596         (to_hour): Avoid abort (), to avoid a dependency on
37597         stdlib.h.
37598         (yyerror, yylex): Now accepts parser_control * arg.
37599         (main) [TEST]: Use '\0' rather than 0 for char.
37600
37601 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
37602
37603         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
37604
37605 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
37606
37607         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
37608         It's now the caller's responsibility to handle the case where
37609         !HAVE_GETPAGESIZE && !defined getpagesize.
37610
37611         * lib/mktime.c (leapyear): Arg is long int, not int.
37612
37613 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
37614
37615         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
37616
37617 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
37618
37619         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
37620         missing.  Problem reported by James Youngman.
37621
37622 2004-10-16  Simon Josefsson  <jas@extundo.com>
37623
37624         * gnulib-tool: Fix comments.  Fix parse problem.
37625         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
37626
37627 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
37628
37629         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
37630         implementation of getopt_long.  Problem reported by Alexander Taler in:
37631         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
37632
37633 2004-10-15  Bruno Haible  <bruno@clisp.org>
37634
37635         * gnulib-tool: Untabify. Initialize supplied_libname.
37636         (func_usage): More homogenous output.
37637         (func_modules_transitive_closure, func_modules_to_filelist,
37638         func_emit_lib_Makefile_am): New functions.
37639         (func_import): New function, extracted from big case statement. Use
37640         func_get_license, func_modules_transitive_closure,
37641         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
37642         opt_lgpl. Don't use test -a, as it's not portable.
37643         (func_create_testdir): Use func_modules_transitive_closure,
37644         func_modules_to_filelist, func_emit_lib_Makefile_am.
37645
37646 2004-10-15  Bruno Haible  <bruno@clisp.org>
37647
37648         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
37649
37650 2004-10-15  Bruno Haible  <bruno@clisp.org>
37651
37652         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
37653         the portions belonging to each module.
37654         Suggested by Derek Robert Price <derek@ximbiot.com>.
37655
37656 2004-10-12  Simon Josefsson  <jas@extundo.com>
37657
37658         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
37659         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
37660         to real functions.
37661
37662 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37663
37664         * modules/vsnprintf: New file.
37665
37666 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37667
37668         * m4/vsnprintf.m4: New file.
37669
37670 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37671
37672         * lib/vsnprintf.h: New file.
37673         * lib/vsnprintf.c: New file.
37674
37675 2004-10-11  Bruno Haible  <bruno@clisp.org>
37676
37677         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
37678         vsnprintf.
37679
37680 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
37681
37682         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
37683
37684 2004-10-07  Bruno Haible  <bruno@clisp.org>
37685
37686         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
37687         fits into the provided buffer.
37688
37689 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
37690
37691         * lib/diacrit.c, diacrit.h: Add GPL notice.
37692
37693         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
37694         notice.
37695         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
37696         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
37697         This avoids a potential constant-folding bug.
37698
37699 2004-10-05  Bruno Haible  <bruno@clisp.org>
37700
37701         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
37702         for the declaration of strsep.
37703
37704 2004-10-05  Bruno Haible  <bruno@clisp.org>
37705
37706         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
37707
37708 2004-10-04  Simon Josefsson  <jas@extundo.com>
37709
37710         * modules/memmem: New file.
37711         * tests/test-memmem.c: New file.
37712         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
37713
37714 2004-10-04  Simon Josefsson  <jas@extundo.com>
37715
37716         * m4/memmem.m4: New file.
37717
37718 2004-10-04  Simon Josefsson  <jas@extundo.com>
37719
37720         * lib/memmem.h: New file.
37721         * lib/memmem.c: New file, taken from glibc.
37722
37723 2004-10-04  Simon Josefsson  <jas@extundo.com>
37724
37725         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
37726         '#ifdef USE_UNLOCKED_IO'.
37727
37728 2004-10-04  Simon Josefsson  <jas@extundo.com>
37729
37730         * config/srclist.txt: Add memmem from glibc.
37731
37732 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37733
37734         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
37735
37736         * modules/argmatch, modules/argp, modules/closeout, modules/error,
37737         modules/exclude, modules/getdate, modules/getline,
37738         modules/getndelim2, modules/getpass, modules/getpass-gnu,
37739         modules/getusershell, modules/linebuffer, modules/md5,
37740         modules/mountlist, modules/posixtm, modules/readtokens,
37741         modules/readutmp, modules/regex, modules/sha1,
37742         modules/version-etc, modules/yesno:
37743         Remove dependency on unlocked-io.
37744
37745 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37746
37747         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
37748
37749         * m4/unlocked-io.m4: Add copyright notice.
37750         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
37751
37752 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37753
37754         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
37755         * lib/xmalloc.c (xmemdup): Likewise.
37756         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
37757         XFREE): Remove these long-obsolescent macros.
37758         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
37759         * lib/xstrdup.c: Remove.
37760
37761         * lib/regex.c (re_comp): Cast gettext return value to char *,
37762         Problem reported by Martin Neitzel via Mark D. Baushke.
37763
37764 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37765
37766         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
37767         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
37768         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
37769         regex.c, sha1.c, version-etc.c, yesno.c:
37770         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
37771         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
37772         the includer's responsibility.
37773
37774         Sync from coreutils.
37775
37776         * lib/modechange.c (mode_compile): Don't decrement a pointer that
37777         points to the start of a string, as the C Standard says the
37778         resulting behavior is undefined.
37779
37780         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
37781         simple -> simple_backups, numbered_existing ->
37782         numbered_existing_backups, numbered -> numbered_backups
37783         to avoid shadowing problems.  All uses changed.
37784         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
37785         * lib/backupfile.c (check_extension, numbered_backup):
37786         Rename locals to avoid shadowing 'basename'.
37787         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
37788         once.
37789
37790         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
37791         * lib/.cvsignore: Add getopt.h.
37792
37793 2004-10-04  Bruno Haible  <bruno@clisp.org>
37794
37795         * modules/README: New file.
37796         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
37797         not a module.
37798
37799 2004-10-02  Jim Meyering  <jim@meyering.net>
37800
37801         * lib/dirfd.h, getpagesize.h: Add copyright notice.
37802
37803 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37804
37805         * modules/strsep: New file.
37806
37807 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37808
37809         * m4/strsep.m4: New file.
37810
37811 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37812
37813         * lib/strsep.h: New file.
37814         * lib/strsep.c: New file.
37815
37816 2004-10-01  Simon Josefsson  <jas@extundo.com>
37817
37818         * lib/snprintf.c (snprintf): Handle size==0.
37819
37820 2004-10-01  Simon Josefsson  <jas@extundo.com>
37821             Bruno Haible  <bruno@clisp.org>
37822
37823         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
37824         (snprintf): Declare 'args'.
37825
37826 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
37827
37828         * lib/snprintf.c: Remove comments as to why each header is needed.
37829
37830 2004-10-01  Bruno Haible  <bruno@clisp.org>
37831
37832         * MODULES.html.sh: Add strsep.
37833
37834 2004-09-30  Simon Josefsson  <jas@extundo.com>
37835
37836         * modules/snprintf: New file.
37837
37838 2004-09-30  Simon Josefsson  <jas@extundo.com>
37839
37840         * m4/snprintf.m4: New file.
37841
37842 2004-09-30  Simon Josefsson  <jas@extundo.com>
37843
37844         * lib/snprintf.h, lib/snprintf.c: New files.
37845
37846 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37847
37848         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
37849         (hol_entry_help): Never translate an empty string.
37850         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
37851         * lib/argp.h (OPTION_NO_TRANS): New option.
37852
37853 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
37854
37855         * modules/argp (Maintainer): Replace Simon Josefsson
37856         by Sergey Poznyakoff.
37857
37858 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
37859
37860         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
37861         changes merged back into glibc.
37862
37863 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
37864
37865         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
37866
37867 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
37868
37869         * lib/xvasprintf.c: Include xalloc.h.
37870         (xvasprintf): Use xalloc_die, not xmalloc_die.
37871
37872 2004-09-29  Bruno Haible  <bruno@clisp.org>
37873
37874         * modules/alloca-opt: New file, derived from modules/alloca.
37875         * modules/allocsa: Depend on alloca-opt instead of alloca.
37876         * modules/setenv: Likewise.
37877         * modules/vasnprintf: Likewise.
37878         * MODULES.html.sh: Add alloca-opt.
37879
37880 2004-09-28  Simon Josefsson  <jas@extundo.com>
37881
37882         * gnulib-tool: New parameter --lgpl, to asseert that modules are
37883         LGPL, and to replace license template from GPL to LGPL.
37884
37885 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
37886
37887         * modules/dummy: Change license to LGPL.
37888
37889 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
37890
37891         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
37892
37893 2004-09-24  Simon Josefsson  <jas@extundo.com>
37894
37895         * modules/minmax (License): Change from GPL to LGPL.
37896
37897 2004-09-23  Simon Josefsson  <jas@extundo.com>
37898
37899         * gnulib-tool (--import): Typo.
37900
37901 2004-09-23  Simon Josefsson  <jas@extundo.com>
37902
37903         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
37904
37905 2004-09-22  Bruno Haible  <bruno@clisp.org>
37906
37907         * modules/*: Add 'License' field.
37908         * gnulib-tool: Accept --extract-license option.
37909         (func_get_license): New function.
37910
37911 2004-09-21  Bruno Haible  <bruno@clisp.org>
37912
37913         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
37914         Reported by Simon Josefsson.
37915
37916 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
37917
37918         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
37919         gl_AC_TYPE_LONG_LONG.
37920
37921 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
37922
37923         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
37924
37925 2004-09-18  Simon Josefsson  <jas@extundo.com>
37926         and  Paul Eggert  <eggert@cs.ucla.edu>
37927
37928         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
37929         calls with autoreconf.  Define GL_LIB.
37930
37931 2004-09-14  Karl Berry  <karl@gnu.org>
37932
37933         * config/srclist.txt: unsync setenv.c, sigh.
37934
37935 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
37936
37937         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
37938         Problem reported by Bruno Haible in:
37939         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
37940
37941 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
37942
37943         * config/srclist.txt: Comment out argp-pvh.c.
37944
37945 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
37946
37947         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
37948         in case some system header has #define'd it.  Problem reported by
37949         Soeren D. Schulze in
37950         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
37951
37952 2004-09-09  Karl Berry  <karl@gnu.org>
37953
37954         * regex.[ch]: delete from the root.  These were supposed to be
37955                 synced with emacs cvs, but this has not happened for about
37956                 a year, and anyway nothing else uses emacs regex.[ch].
37957                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
37958                 lib/regex[.ch] is untouched.
37959
37960 2004-09-09  Bruno Haible  <bruno@clisp.org>
37961
37962         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
37963
37964 2004-09-09  Bruno Haible  <bruno@clisp.org>
37965
37966         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
37967         modifications.
37968         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
37969
37970 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
37971
37972         * modules/xvasprintf: New file.
37973         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
37974
37975 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
37976
37977         * lib/xvasprintf.h: New file.
37978         * lib/xvasprintf.c: New file.
37979         * lib/xasprintf.c: New file.
37980
37981 2004-09-08  Bruno Haible  <bruno@clisp.org>
37982
37983         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
37984
37985 2004-09-08  Bruno Haible  <bruno@clisp.org>
37986
37987         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
37988         length is > INT_MAX.
37989         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
37990         more.
37991
37992 2004-09-08  Bruno Haible  <bruno@clisp.org>
37993
37994         * lib/stdint_.h: New file, taken from GNU clisp.
37995
37996 2004-09-08  Bruno Haible  <bruno@clisp.org>
37997             Oskar Liljeblad  <oskar@osk.mine.nu>
37998
37999         * modules/stdint: New file.
38000         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
38001
38002 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38003
38004         Import from coreutils.
38005         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
38006         strings on unbounded length.  alloca's performance benefits aren't
38007         that important here.
38008         (V_STRDUP): Remove.
38009         (parse_with_separator): New function, with most of the internals
38010         of the old parse_user_spec.  Allow user to omit both user and group,
38011         for compatibility with FreeBSD.
38012         Clone only the user name, not the entire spec.
38013         Do not set *uid, *gid unless entirely successful.
38014         Avoid memory leak in some failing cases.
38015         Fix regression for USER.GROUP reported by Dmitry V. Levin in
38016         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
38017         (parse_user_spec): Rewrite to use parse_with_separator.
38018
38019 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38020
38021         * modules/userspec: Don't depend on alloca.
38022
38023 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38024
38025         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
38026
38027 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38028
38029         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
38030         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
38031         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
38032
38033 2004-08-16  Simon Josefsson  <jas@extundo.com>
38034
38035         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
38036         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
38037         Add --dry-run for --import.
38038         Let user provided command line parameters override configure.ac
38039         settings.
38040
38041 2004-08-12  Simon Josefsson  <jas@extundo.com>
38042
38043         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
38044         as discussed with Paul Eggert in threads rooted at
38045         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
38046         and
38047         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
38048         Before, the test was empty, and relied on ELIDE_CODE in source
38049         code.)
38050         (gl_PREREQ_GETOPT): New macro.
38051         (gl_GETOPT): Use them.
38052
38053 2004-08-12  Simon Josefsson  <jas@extundo.com>
38054
38055         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
38056         * lib/getopt_.h: Renamed from getopt.h.
38057
38058 2004-08-12  Simon Josefsson  <jas@extundo.com>
38059
38060         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
38061         Change default library name from libfoo to libgnu.
38062         Now, if you have a configure.ac that says:
38063                 gl_SOURCE_BASE(gl)
38064                 gl_M4_BASE(gl/m4)
38065                 gl_MODULES(error getopt etcetera)
38066                 gl_INIT
38067         you can import all you need by running:
38068                 ../gnulib/gnulib-tool --import
38069
38070         * modules/getopt (Files): Rename getopt.h to getopt_.h.
38071         (Makefile.am): Rewrite, use logic from argz.
38072         (Include): Use <getopt.h> instead of "getopt.h".
38073
38074 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38075
38076         * modules/argp (Files): Add m4/unlocked-io.m4.
38077         (Depends-on): Add extensions.
38078
38079 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38080
38081         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
38082         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
38083         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
38084         Check for program_invocation_name, program_invocation_short_name,
38085         flockfile, funlockfile, features.h, _getopt_long_only_r.
38086
38087 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38088
38089         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
38090         its complicated substitute.
38091         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
38092         and program_invocation_name.
38093         (__argp_basename) [!_LIBC]: Remove; the only use was
38094         replaced by its body.
38095         (__argp_short_program_name): Change condition from
38096         !defined __argp_short_program_name to
38097         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
38098         to match argp-namefrob.h.
38099         (__argp_failure): Don't assume strerror_r returns char *.
38100         * lib/argp-parse.c (N_): Define unconditionally.
38101         (argp_default_options): Fill out initializers with 0 to avoid
38102         gcc warnings.
38103
38104 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38105
38106         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
38107         getopt1.c.
38108
38109 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38110
38111         Merge from coreutils.
38112
38113         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
38114
38115         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
38116         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
38117
38118 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38119
38120         Merge from coreutils.
38121
38122         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
38123         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
38124         for Reliant Unix 5.43.
38125
38126         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
38127         (union fooround): Use uintmax_t, not long int.
38128         The rest is a merge from libc:
38129         [defined _LIBC]: Include <shlib-compat.h>.
38130         (_obstack) [defined _LIBC]: Remove after 2.3.4.
38131
38132         * lib/settime.c (settime): Recode to avoid warning with
38133         Sun Forte C 6U2.
38134
38135         * lib/strverscmp.c: Convert to UTF-8.
38136
38137 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38138
38139         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
38140         m4/uintmax_t.m4.
38141
38142 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38143
38144         * modules/xalloc-die: New file.
38145         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
38146
38147         * modules/md5 (Files): Add m4/uint32_t.m4.
38148         * modules/sha1: Renamed from modules/sha.
38149         (Files):
38150         Rename lib/sha.h to lib/sha1.h.
38151         Rename lib/sha.c to lib/sha1.c.
38152         Rename m4/sha.m4 to m4/sha1.m4.
38153         (lib_SOURCES): Likewise.
38154         (configure.ac): Rename gl_SHA to gl_SHA1.
38155         (Include): sha.h -> sha1.h.
38156
38157 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38158
38159         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
38160         * m4/sha1.m4: Renamed from sha.m4.
38161         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
38162
38163 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38164
38165         * lib/obstack.h (obstack_empty_p):
38166         Don't assume that chunk->contents is suitably aligned.
38167         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
38168         Likewise. Problem reported by Benno in
38169         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
38170
38171         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
38172         readable.  This could be improved further but it'd take some work.
38173
38174 2004-08-08  Simon Josefsson  <jas@extundo.com>
38175
38176         * modules/xgethostname (Depends-on): Remove exit and error (not
38177         used).
38178
38179         * modules/getpass-gnu: Add getpass.h.
38180         (Depends-on): Add stdbool.
38181         * modules/getpass: Add getpass.h.
38182
38183 2004-08-08  Simon Josefsson  <jas@extundo.com>
38184
38185         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
38186         Check getpass declaration.
38187
38188 2004-08-08  Simon Josefsson  <jas@extundo.com>
38189
38190         * lib/xgethostname.c: Don't include error.h (not used).
38191
38192         * lib/getpass.h: Add.
38193         * lib/getpass.c: Include getpass.h first.
38194
38195 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
38196
38197         * lib/xalloc-die.c: New file.
38198         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
38199         All uses removed.
38200         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
38201         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
38202         xalloc-die.c.
38203         (_, N_, xalloc_die): Move to xalloc-die.c.
38204         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
38205         so that we needn't mess with xalloc_msg_memory_exhausted.
38206
38207         * lib/sha1.h: Renamed from sha.h.
38208         (SHA1_H): Renamed from _SHA_H.
38209         (sha1_ctx): Renamed from sha_ctx.
38210         (sha1_init_ctx): Renamed from sha_init_ctx.
38211         (sha1_process_block): Renamed from sha_process_block.
38212         (sha1_process_bytes): Renamed from sha_process_bytes.
38213         (sha1_finish_ctx): Renamed from sha_finish_ctx.
38214         (sha1_read_ctx): Renamed from sha_read_ctx.
38215         (sha1_stream): Renamed from sha_stream.
38216         (sha1_buffer): Renamed from sha_buffer.
38217         * lib/sha1.c: Likewise; renamed from sha.c.
38218         Do not include <sys/types.h>.
38219         Include <stddef.h> rather than <stdlib.h>.
38220
38221 2004-08-08  Bruno Haible  <bruno@clisp.org>
38222
38223         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
38224         FILESYSTEM_PREFIX_LEN.
38225         * lib/progreloc.c: Likewise.
38226         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
38227
38228 2004-08-06  Simon Josefsson  <jas@extundo.com>
38229
38230         * modules/progname (Depends-on): Don't depend on stdbool.
38231
38232 2004-08-06  Simon Josefsson  <jas@extundo.com>
38233
38234         * modules/getsubopt: New file.
38235         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38236         getsubopt.
38237
38238 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
38239
38240         More merge from coreutils.
38241
38242         * m4/utimens.m4, m4/utimecmp.m4: New files.
38243         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
38244         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
38245         prereq.m4, sha.m4: Import changes from coreutils.
38246
38247 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
38248
38249         More merge from coreutils.
38250         * modules/raise, modules/readtokens0, modules/utimens:
38251         * modules/utimecmp, module/xnanosleep: New files.
38252         * modules/strftime: Add lib/strftime.h.
38253         Change include from <time.h> to "strftime.h".
38254         * modules/yesno: Add lib/yesno.h.
38255         * modules/backupfile: Remove lib/addext.c.
38256         * modules/euidaccess: Add stat-macros.h.
38257         * modules/canonicalize, modules/euidaccess,
38258         modules/filemode, modules/lchown, modules/makepath,
38259         modules/rmdir, modules/stat: Likewise.
38260
38261 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
38262
38263         Merge from tar.
38264         * lib/argp-help.c (make_hol, hol_append): Don't assume that
38265         SIZE_MAX is a valid preprocessor constant.
38266         (__argp_basename): Change from "#ifndef _LIBC"
38267         to "#ifndef __argp_short_program_name", so that
38268         we don't compile these functions for tar.
38269
38270         More merges from coreutils.
38271         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
38272         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
38273         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
38274         * lib/addext.c: Remove; no longer needed.
38275         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
38276         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
38277         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
38278         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
38279         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
38280         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
38281         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
38282         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
38283         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
38284         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
38285         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
38286         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
38287         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
38288         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
38289         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
38290         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
38291         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
38292         Import changes from coreutils.
38293
38294 2004-08-05  Simon Josefsson  <jas@extundo.com>
38295
38296         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
38297
38298 2004-08-05  Simon Josefsson  <jas@extundo.com>
38299
38300         * m4/getsubopt.m4: New file.
38301
38302 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
38303
38304         Merge from coreutils.
38305
38306         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
38307         * m4/getcwd-path-max.m4: New files.
38308
38309         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
38310         FILESYSTEM_PREFIX_LEN ->
38311         FILE_SYSTEM_PREFIX_LEN.
38312         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
38313         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
38314         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
38315         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
38316
38317         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
38318         prerequisite modules now handle the DOS stuff.
38319         Don't check for unistd.h.
38320
38321 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
38322
38323         Merge from coreutils.
38324
38325         * lib/.gdb-history: Remove; this doesn't belong here.
38326
38327         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
38328         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
38329         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
38330         * lib/getcwd.c: New files.
38331
38332         * lib/dirname.h: Include <stdbool.h>.
38333         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
38334         for consistency with POSIX terminology.  All uses changed.
38335         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
38336         (strip_trailing_slashes): Use bool for booleans.
38337         * lib/stripslash.c (strip_trailing_slashes): Likewise.
38338
38339         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
38340         sometimes returns a positive errno value even when it succeeds.
38341         (print_errno_message) [!LIBC]: Fall back on strerror if
38342         __strerror_r fails.
38343
38344         * lib/path-concat.c (mempcpy): Don't define if a system header defines
38345         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
38346         (longest_relative_suffix): New function.
38347         (path_concat): Use it.  Assume first argument is not NULL.
38348         Port to DOS.  Omit redundant separators.
38349         Report an error instead of returning NULL.
38350         Use mempcpy instead of memcpy.
38351         (xpath_concat): Remove: not declared or used.
38352
38353         * lib/same.h: Include <stdbool.h>
38354         (same_name): Return bool, not int.
38355         * lib/same.c (same_name): Likewise.
38356         (errno): Don't declare; we assume C89 or better now.
38357
38358         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
38359         if not already defined.
38360
38361         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
38362         * lib/dup-safer.c (errno): Likewise.
38363
38364 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
38365
38366         Merge from coreutils.
38367         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
38368         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
38369         * modules/path-concat: Don't depend on strdup.
38370
38371 2004-08-03  Simon Josefsson  <jas@extundo.com>
38372
38373         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
38374         * lib/progname.h: Don't include stdbool.h.
38375
38376 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
38377
38378         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
38379         * MODULES.html.sh (func_all_modules): Remove fatal.
38380
38381 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
38382
38383         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
38384
38385 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
38386
38387         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
38388         working.
38389
38390 2004-08-02  Simon Josefsson  <jas@extundo.com>
38391
38392         * lib/getsubopt.h: New file, with comments from Bruno Haible.
38393         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
38394         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
38395
38396 2004-08-01  Simon Josefsson  <jas@extundo.com>
38397
38398         * lib/xgetdomainname.c: Include stdlib.h, for free().
38399
38400 2004-07-19  Bruno Haible  <bruno@clisp.org>
38401
38402         * MODULES.html.sh (func_all_modules): Add dummy.
38403
38404 2004-07-16  Simon Josefsson  <jas@extundo.com>
38405
38406         * modules/dummy: New file.
38407
38408 2004-07-16  Simon Josefsson  <jas@extundo.com>
38409
38410         * lib/dummy.c: New file.
38411
38412 2004-07-16  Bruno Haible  <bruno@clisp.org>
38413
38414         * lib/backupfile.h: Add extern "C" for C++.
38415         * lib/closeout.h: Likewise.
38416         * lib/copy-file.h: Likewise.
38417         * lib/findprog.h: Likewise.
38418         * lib/full-write.h: Likewise.
38419         * lib/pathname.h: Likewise.
38420         * lib/progname.h: Likewise.
38421         * lib/stpcpy.h: Likewise.
38422         * lib/stpncpy.h: Likewise.
38423         * lib/strcase.h: Likewise.
38424         * lib/strstr.h: Likewise.
38425         * lib/xalloc.h: Likewise.
38426
38427         * lib/mbswidth.h: Add extern "C" for C++.
38428         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
38429
38430 2004-07-13  Robert Millan  <robertmh@gnu.org>
38431
38432         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
38433
38434 2004-07-09  Simon Josefsson  <jas@extundo.com>
38435
38436         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
38437         failed without this.)
38438
38439 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
38440
38441         * modules/chown (Files): Add lib/fchown-stub.c, since
38442         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
38443
38444 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
38445
38446         * lib/fchown-stub.c: New file.
38447
38448 2004-06-24  Jim Meyering  <jim@meyering.net>
38449
38450         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
38451
38452 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38453
38454         * modules/argz: Omit "#include".
38455
38456         * MODULES.html.sh (func_all_modules): Add calloc, to match
38457         2004-06-01 addition of calloc module.
38458
38459 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38460
38461         * m4/argz.m4: New file, which is autoupdated from libtool.
38462
38463 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38464
38465         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
38466         libtool.
38467
38468 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38469
38470         * config/srclist-update: Don't insist on "USA." before the
38471         close-comment, as libtool omits the period and puts the */ on a
38472         separate line.
38473         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
38474         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
38475
38476 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
38477
38478         * modules/argz: New file.
38479         * MODULES.html.sh (func_all_modules): Add argz.
38480
38481 2004-06-12  Jim Meyering  <jim@meyering.net>
38482         and  Paul Eggert  <eggert@cs.ucla.edu>
38483
38484         * modules/hash (Files): Add lib/xalloc.h.
38485         * modules/pipe (Depends-on): Add wait-process.
38486         * modules/stat (Depends-on): Add xalloc.
38487         * modules/userspec (Files): Add lib/userspec.h.
38488         * modules/xstrto
38489
38490         Upgrade from gettext-0.13.
38491         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
38492         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
38493         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
38494
38495 2004-06-10  Jim Meyering  <jim@meyering.net>
38496
38497         * lib/calloc.c: New file.
38498
38499 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
38500
38501         * lib/getdate.y (yylex): Allow space between sign and number.
38502         Problem reported by Dan Jacobson.
38503
38504 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
38505
38506         Merge from coreutils CVS.
38507
38508         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
38509         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
38510         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
38511         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
38512         xstrtol.m4: Fix copyright date and/or serial number.
38513
38514         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
38515         See if we need an fchown replacement.
38516         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
38517         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
38518         and use the replacement function if we detect either defect.
38519
38520         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
38521         gl_UTIMECMP.
38522
38523 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
38524         and  Jim Meyering  <jim@meyering.net>
38525
38526         Merge from coreutils CVS.
38527
38528         * lib/stat-macros.h: New file, with contents from file-type.h
38529         and coreutils' system.h.
38530         * lib/file-type.c: Include "stat-macros.h".
38531         * lib/file-type.h (file_type): Move all macro definitions to new file,
38532         stat-macros.h.
38533
38534         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
38535         Wrap old code with this conditional.
38536         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
38537         function that does not dereference symlinks.
38538         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
38539
38540         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
38541         dependency problems.
38542         (xreadlink): Accept new arg SIZE, for efficiency.
38543         All decls and uses changed.
38544         * lib/xreadlink.h: Include <stddef.h>, for size_t.
38545
38546         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
38547         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
38548
38549         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
38550         sysexits.h.
38551
38552 2004-06-01  Jim Meyering  <jim@meyering.net>
38553
38554         * m4/calloc.m4: New file.
38555
38556 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
38557
38558         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
38559         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
38560         Also, fix a typo in a diagnostic.
38561
38562 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
38563
38564         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
38565         or AC_FUNC_REALLOC.
38566
38567 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
38568
38569         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
38570         macros to be defined.
38571         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
38572         the allocator returns NULL because the requested size is zero.
38573
38574 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
38575
38576         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
38577         var.  Add comment explaining why libc still defines it.  This
38578         merges the following patch from glibc:
38579         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
38580
38581 2004-05-20  Andreas Schwab  <schwab@suse.de>
38582
38583         * m4/free.m4: Replace free if it not known to work, not the other
38584         way round.
38585
38586 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
38587
38588         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
38589         present in glibc since revision 1.1 of this file.
38590         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
38591         obstack_alignment_mask, obstack_alloc, obstack_base,
38592         obstack_blank, obstack_blank_fast, obstack_chunk_size,
38593         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
38594         obstack_grow0, obstack_init, obstack_int_grow,
38595         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
38596         obstack_next_free, obstack_object_size, obstack_ptr_grow,
38597         obstack_ptr_grow_fast, obstack_room): Remove declarations of
38598         nonexistent functions.
38599
38600 2004-05-18  Karl Berry  <karl@gnu.org>
38601
38602         * config/srclist.txt: break link for vasnprintf.c.
38603
38604 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
38605
38606         Port obstack to the AS/400, where pointers are 16 bytes wide and
38607         you cannot cast an integer to a valid pointer.  This patch is
38608         currently waiting to be integrated into glibc; see
38609         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
38610
38611         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
38612         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
38613         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
38614         (struct obstack): temp member is now a union of a pointer and
38615         an integer, instead of an integer.  All integer uses changed.
38616         This does not affect the physical layout of struct obstack,
38617         except on hosts (like the AS/400) where the size or alignment of
38618         void * is greater than that of ptrdiff_t.
38619         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
38620         __STDC__)]: Store temporary in pointer member of union, not
38621         integer member.
38622         * lib/obstack.c: Include <stddef.h>, for offsetof.
38623         (struct fooalign): Remove; it doesn't need a name.
38624         (union fooround): Change double to long double, and add void *.
38625         (DEFAULT_ALIGNMENT): Use offsetof to compute.
38626         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
38627         not a macro.  Hence the values are always int; so remove all
38628         casts-to-int in uses.
38629
38630 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
38631
38632         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
38633         we can get this patch merged into glibc.
38634
38635 2004-05-17  Derek R. Price  <derek@ximbiot.com>
38636             Paul Eggert  <eggert@cs.ucla.edu>
38637
38638         * m4/argp: Depend on alloca.
38639
38640 2004-05-17  Derek R. Price  <derek@ximbiot.com>
38641             Paul Eggert  <eggert@cs.ucla.edu>
38642
38643         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
38644         freecoding.
38645
38646 2004-05-17  Bruno Haible  <bruno@clisp.org>
38647
38648         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
38649         precision that consists of a '.' followed by an empty digit string.
38650         Patch by Tor Lillqvist <tml@iki.fi>.
38651
38652 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
38653
38654         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
38655         for backward compatibility with older code.  We need our own
38656         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
38657         it under some other name, and our alloca.h will define it.
38658
38659 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
38660             Derek Price  <derek@ximbiot.com>
38661
38662         * lib/alloca.c: Include <alloca.h>, to get our interface.
38663         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
38664         include <alloca.h> first.  Use C89 prototype for alloca; this
38665         requires including <stddef.h> for size_t.  Use extern "C" if C++.
38666         Use #elif for simplicity, since we can assume C89 now.
38667         Don't try to source the system alloca.h since it will not be found
38668         and to prevent recursively including its replacement.
38669         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
38670         * lib/regex.c: Likewise.
38671
38672 2004-05-16  Derek Price  <derek@ximbiot.com>
38673             Paul Eggert  <eggert@cs.ucla.edu>
38674
38675         getline cleanup.  This changes the getndelim2 API: both order of
38676         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
38677         no delimiter).
38678
38679         * lib/getline.c: Don't include stddef.h or stdio.h, since our
38680         interface does that.
38681         (getline): Always use getdelim, so that we don't have two
38682         copies of this code.
38683         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
38684         if available.
38685         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
38686         (GETNDELIM2_MAXIMUM): New macro.
38687         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
38688         instead of the old practice of delim2==0.  All callers changed.
38689         Return -1 on overflow, instead of returning junk.
38690         Do not set *linesize unless allocation succeeds.
38691         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
38692         that we include sys/types.h.
38693         * lib/getnline.h: Likewise.
38694         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
38695         (getndelim2): Reorder arguments.
38696         * lib/getnline.c (getnline, getndelim):
38697         Don't discard the NMAX argument.
38698         (getnline): Invoke getndelim, to avoid code duplication.
38699         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
38700         of (size_t) -1 by callers of the getnline family.
38701
38702 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
38703
38704         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
38705         Check for gettimeofday.
38706         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
38707         Check for settimeofday, stime.
38708
38709 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
38710
38711         * lib/nanosleep.c (suspended): Change its type from int to
38712         sig_atomic_t volatile.
38713         (first_call): Make it private to rpl_nanosleep, and have it
38714         be zero initially as that's a bit faster.
38715         (my_usleep): Round up fractional times instead of truncating them,
38716         as this is the usual meaning for 'sleep'.
38717
38718         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
38719         doesn't work.
38720         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
38721         (ENOSYS): Define if not defined.
38722         (settime): Fall back on stime if it exists and settimeofday fails.
38723         But don't bother with fallbacks if a method fails with errno == EPERM.
38724
38725 2004-05-11  Jim Meyering  <jim@meyering.net>
38726
38727         Prior to this change, the save_cwd caller required read access to the
38728         current directory on most systems (ones with the fchdir function).
38729
38730         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
38731         fails, try write-only, and finally, resort to using xgetcwd.
38732
38733 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
38734
38735         * lib/obstack.c, obstack.h: Import changes from libc.
38736
38737 2004-04-28  Bruno Haible  <bruno@clisp.org>
38738
38739         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
38740         also implicitly appends .exe to executables.
38741         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
38742         accepts Windows pathnames.
38743         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
38744         Treat Cygwin like Windows, since it now accepts Windows pathnames.
38745         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
38746         Treat Cygwin like Windows, since it now accepts Windows pathnames.
38747         Reported by Derek Robert Price <derek@ximbiot.com>.
38748
38749 2004-04-21  Karl Berry  <karl@gnu.org>
38750
38751         * config/srclist.txt (localcharset.c): break sync.
38752
38753 2004-04-20  Paul Eggert  <eggert@twinsun.com>
38754
38755         * m4/host-os.m4: Add a copyright notice.
38756
38757 2004-04-20  Jim Meyering  <jim@meyering.net>
38758
38759         Change UTILS_ to gl_ in AC_DEFINE'd names.
38760         Change utils_- and jm_-prefixed variables, too.
38761         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
38762         UTILS_FUNC_MKDIR_TRAILING_SLASH.
38763         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
38764
38765         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
38766         Don't emit trailing blanks.
38767         Also rename jm_-prefixed variables to have gl_ prefix.
38768
38769         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
38770         Also rename jm_-prefixed variables to have gl_ prefix.
38771
38772         * m4/jm-macros.m4: Reflect the renamings.
38773         * m4/prereq.m4: Likewise.
38774
38775 2004-04-20  Jim Meyering  <jim@meyering.net>
38776
38777         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
38778         memory.
38779
38780 2004-04-20  Jim Meyering  <jim@meyering.net>
38781             Bruno Haible  <bruno@clisp.org>
38782
38783         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
38784         memory when realloc fails.
38785
38786 2004-04-19  Jim Meyering  <jim@meyering.net>
38787
38788         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
38789         now that readutmp.c may call `free (0)'.
38790
38791 2004-04-19  Bruno Haible  <bruno@clisp.org>
38792
38793         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
38794         * m4/inttypes_h.m4: Likewise.
38795         * m4/stdint_h.m4: Likewise.
38796         * m4/intmax_t.m4: Likewise.
38797         * m4/uintmax_t.m4: Likewise.
38798
38799 2004-04-18  Jim Meyering  <jim@meyering.net>
38800
38801         * m4/prereq.m4: Don't forbid jm_ prefix.
38802
38803         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
38804         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
38805         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
38806         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
38807         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
38808         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
38809         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
38810         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
38811         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
38812         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
38813         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
38814         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
38815         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
38816         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
38817         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
38818         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
38819         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
38820         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
38821         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
38822
38823 2004-04-18  Jim Meyering  <jim@meyering.net>
38824
38825         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
38826         failure, don't leak memory and do call END_UTMP_ENT.
38827
38828 2004-04-16  Jim Meyering  <jim@meyering.net>
38829
38830         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
38831         coreutils' stat program.
38832         (gl_PREREQ): Don't require jm_PREREQ_STAT.
38833
38834 2004-04-11  Paul Eggert  <eggert@twinsun.com>
38835
38836         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
38837         C89.
38838         (CHAR_BIT): Remove, since we assume C89.
38839         Include <stdint.h> if available, as per current Autoconf CVS advice.
38840
38841 2004-03-31  Jim Meyering  <jim@meyering.net>
38842
38843         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
38844         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
38845         * m4/xalloc.m4: Likewise.
38846
38847 2004-03-30  Paul Eggert  <eggert@twinsun.com>
38848
38849         Merge from coreutils.
38850
38851         * m4/inttostr.m4: New file.
38852         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
38853         Require AM_STDBOOL_H and gl_TIMESPEC instead.
38854         Require gl_CLOCK_TIME.
38855         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
38856
38857 2004-03-30  Paul Eggert  <eggert@twinsun.com>
38858
38859         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
38860         not bool, to be more consistent with Unix conventions.
38861         Suggested by Bruno Haible.
38862
38863         Merge from coreutils.
38864
38865         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
38866         * lib/umaxtostr.c: New files.
38867
38868         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
38869         the usual <time.h> dance.
38870         (get_date): Change signature to support fractional time stamps.
38871         All callers changed.
38872         * lib/getdate.y: Include "getdate.h" first, as we can now
38873         assume C89 and don't need to worry about 'const'.
38874         Similarly, include "unlocked-io.h" near start, not in middle.
38875         Include <limits.h>.
38876         (textint.value): Use long int rather than int.
38877         (textint.digits): Use size_t rather than int.
38878         (BILLION, LOG10_BILLION): New constants.
38879         (parser_control): New member rel_ns.  Members day_ordinal,
38880         time_zone, month, day, hour, minutes, rel_year, rel_month,
38881         rel_day, rel_hour, rel_minutes, rel_seconds
38882         are now long int, not int.  Member seconds is now struct timespec,
38883         not int.  New member timespec_seen.  Members dates_seen, days_seen,
38884         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
38885         not int.
38886         (%union.intval): Now long int, not int.
38887         New member timespec.
38888         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
38889         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
38890         (spec): Now is a timespec or an item list.
38891         (timespec, items): New nonterminals.
38892         (time, rel, relunit, number, get_date):
38893         Add support for fractional seconds.
38894         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
38895         (gmtime, localtime, mktime): Remove decls; not needed with C89.
38896         (to_hour): First arg is now long int, not int.
38897         (to_year): Returns long int, not int.
38898         Don't treat year -70 like 70.
38899         (tm_diff): Returns long int, not int.
38900         (lookup_word): Use bool instead of int when appropriate.
38901         (yylex): Use size_t for count, not int.
38902         Detect overflow when parsing large integer constants.
38903         Add support for fractions.
38904         (get_date): Make pointers 'const' if possible.
38905         Use more-portable code to detect integer overflow.
38906         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
38907         Don't use ctime; it's not reliable if the year has >4 digits.
38908
38909         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
38910         This is for compatibility with BSD.
38911
38912         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
38913         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
38914         From coreutils' system.h.
38915
38916         * lib/userspec.c: Don't include "posixver.h".
38917         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
38918         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
38919         compatible extension.  Simplify code by removing a boolean int
38920         that was always nonzero if a string was nonnull.
38921
38922 2004-03-30  Jim Meyering  <jim@meyering.net>
38923
38924         Merge from coreutils.
38925
38926         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
38927         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
38928         on some systems one must include <grp.h> before it.
38929         Reported by Christian Krackowizer.
38930
38931 2004-03-30  Jim Meyering  <jim@meyering.net>
38932
38933         Merge from coreutils.
38934
38935         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
38936
38937         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
38938         an empty input stream.
38939
38940         * lib/readtokens.c: Include <stdbool.h>.
38941         (readtoken): Use `size_t' rather than int/long.
38942         All callers adjusted.
38943         Use `bool' rather than `int' where appropriate.
38944         Use memset rather than an explicit loop.
38945         Use x2nrealloc rather than xrealloc.
38946         Allow the use of `\0' as a delimiter.
38947         (readtokens): Likewise.
38948         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
38949
38950 2004-03-30  Jim Meyering  <jim@meyering.net>
38951
38952         * m4/realloc.m4: Remove file, since now it does no more than
38953         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
38954         the `configure.ac' section of module/realloc.
38955         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
38956
38957 2004-03-30  Bruno Haible  <bruno@clisp.org>
38958
38959         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
38960         nonnull.
38961
38962 2004-03-29  Paul Eggert  <eggert@twinsun.com>
38963
38964         Merge changes to getloadavg.c from coreutils and Emacs.
38965
38966         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
38967         Define to an expression, not to the empty string.
38968         Include cloexec.h and xalloc.h.
38969         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
38970         Use set_cloexec_flag rather than rolling our own.
38971         * lib/cloexec.c, lib/cloexec.h: New files.
38972
38973 2004-03-29  Paul Eggert  <eggert@twinsun.com>
38974
38975         * m4/cloexec.m4: New file.
38976
38977 2004-03-18  Paul Eggert  <eggert@twinsun.com>
38978
38979         * lib/getopt.h: Sync with libc CVS.
38980
38981 2004-03-18  Paul Eggert  <eggert@twinsun.com>
38982             Bruno Haible  <bruno@clisp.org>
38983
38984         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
38985         mbswidth.
38986
38987 2004-03-18  Paul Eggert  <eggert@twinsun.com>
38988             Bruno Haible  <bruno@clisp.org>
38989
38990         * lib/mbswidth.h: Include <wchar.h> only if
38991         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
38992         <wchar.h>.
38993         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
38994
38995 2004-03-09  Paul Eggert  <eggert@twinsun.com>
38996
38997         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
38998         Sync with libc CVS.
38999         * lib/getopt_int.h: New file, also synced from libc.
39000
39001 2004-03-09  Paul Eggert  <eggert@twinsun.com>
39002
39003         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
39004         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
39005         Bring back getopt.c, getopt.h, getopt1.c.
39006
39007 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39008
39009         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
39010         All uses changed.  Check for sa_sigaction member; this fixes
39011         a bug first reported by Jason Andrade in
39012         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39013
39014 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39015
39016         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
39017         '#if' expressions.  Unlike the code it replaces, it does not
39018         depend on (defined _SC_PAGESIZE).  However, it does depend on
39019         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
39020         first reported by Jason Andrade in
39021         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39022
39023 2004-02-25  Simon Josefsson  <jas@extundo.com>
39024
39025         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
39026
39027 2004-02-25  Simon Josefsson  <jas@extundo.com>
39028
39029         * lib/strdup.h: New file.
39030         * lib/strdup.c: Include it.
39031         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
39032         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
39033
39034 2004-02-23  Karl Berry  <karl@gnu.org>
39035
39036         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
39037         (from fencepost.gnu.org:/gd/gnuorg).
39038
39039 2004-02-23  Karl Berry  <karl@gnu.org>
39040
39041         * config/srclistvars.sh (GNUORG) [karl]: redefine.
39042         * config/srclist.txt: add maintain/standards documents.
39043
39044 2004-02-18  Bruno Haible  <bruno@clisp.org>
39045
39046         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
39047         Reported by Derek Robert Price <derek@ximbiot.com>.
39048
39049 2004-02-16  Karl Berry  <karl@gnu.org>
39050
39051         * config/mkinstalldirs, install-sh: update from automake.
39052
39053 2004-02-06  Karl Berry  <karl@gnu.org>
39054
39055         * m4/po.m4: update from gettext 0.14.1.
39056
39057 2004-02-06  Karl Berry  <karl@gnu.org>
39058
39059         * lib/config.charset: update from gettext 0.14.1.
39060
39061 2004-02-05  Paul Eggert  <eggert@twinsun.com>
39062
39063         Add comments and code, prompted by suggestions from Bruno Haible
39064         for sh-quote.
39065         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
39066         describing the enum quoting_style values.
39067         * lib/quotearg.c (quotearg_alloc): New function.
39068         (quotearg_buffer_restyled): Treat lone { and } as special.
39069         Treat = as special.  Work around bug with older shells
39070         that "see" a '\' that is really the 2nd byte of a multibyte char.
39071         Quote empty string with shell_quoting_style.
39072
39073 2004-02-03  Bruno Haible  <bruno@clisp.org>
39074
39075         * m4/pipe.m4: New file, from GNU gettext.
39076
39077 2004-02-03  Bruno Haible  <bruno@clisp.org>
39078
39079         * lib/pipe.h: New file, from GNU gettext.
39080         * lib/pipe.c: New file, from GNU gettext.
39081
39082 2004-01-27  Bruno Haible  <bruno@clisp.org>
39083
39084         * m4/execute.m4: New file, from GNU gettext.
39085
39086 2004-01-27  Bruno Haible  <bruno@clisp.org>
39087
39088         * lib/execute.h: New file, from GNU gettext.
39089         * lib/execute.c: New file, from GNU gettext.
39090         * lib/w32spawn.h: New file, from GNU gettext.
39091
39092 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39093
39094         Merge from diffutils.
39095
39096         * lib/file-type.c (file_type): Add typed memory objects.
39097         * lib/file-type.h (S_TYPEISTMO): New macro.
39098
39099         * lib/c-stack.h (c_stack_action): Remove argv argument.
39100         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
39101         (die): Don't calculate message unless segv_action returns.
39102         (get_stack_location, min_address_from_argv, max_address_from_argv,
39103         volatile stack_base, volatile_stack_size): Remove.
39104         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
39105         that every segmentation violation is a stack overflow.  (Ouch!)
39106         See Debian bug 136249 (still outstanding) for more info about why
39107         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
39108
39109 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39110
39111         Exit-status fix from coreutils.
39112
39113         Use exit_failure consistently in place of EXIT_FAILURE,
39114         so that program exit statuses are consistent on failure.
39115
39116         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
39117         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
39118         * lib/argmatch.h: Comment fix to match the above.
39119         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
39120         Now a macro referring to exit_failure, instead of a separate
39121         variable.  Include "exitfail.h" to get it.
39122         * lib/xstrtol.h: Include "exitfail.h".
39123         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
39124
39125         * lib/long-options.c (parse_long_options): Use prototype
39126         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
39127         for clarity.
39128
39129 2004-01-21  Jim Meyering  <jim@meyering.net>
39130
39131         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
39132         so as not to conflict with a different-sized __mktime_internal
39133         function in GNU libc.
39134         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
39135         Problem building statically-linked `ls' reported by Michael Brunnbauer.
39136
39137 2004-01-20  Karl Berry  <karl@gnu.org>
39138
39139         * config/config.guess: update from config.
39140
39141         * config/srclistvars.sh: GNUWWWLICENSES for karl.
39142
39143 2004-01-20  Bruno Haible  <bruno@clisp.org>
39144
39145         Safer stack allocation.
39146         * lib/setenv.c: Include allocsa.h.
39147         (alloca): Remove fallback definition.
39148         (freea): Remove macro.
39149         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
39150         instead of freea.
39151
39152 2004-01-20  Bruno Haible  <bruno@clisp.org>
39153
39154         * m4/eealloc.m4: New file, from GNU gettext.
39155
39156 2004-01-20  Bruno Haible  <bruno@clisp.org>
39157
39158         * m4/allocsa.m4: New file, from GNU gettext.
39159
39160 2004-01-20  Bruno Haible  <bruno@clisp.org>
39161
39162         * lib/xallocsa.h: New file, from GNU gettext.
39163         * lib/xallocsa.c: New file, from GNU gettext.
39164
39165 2004-01-20  Bruno Haible  <bruno@clisp.org>
39166
39167         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
39168
39169 2004-01-20  Bruno Haible  <bruno@clisp.org>
39170
39171         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
39172         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
39173         specially.
39174
39175 2004-01-20  Bruno Haible  <bruno@clisp.org>
39176
39177         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
39178         patch.
39179
39180 2004-01-20  Bruno Haible  <bruno@clisp.org>
39181
39182         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
39183
39184 2004-01-20  Bruno Haible  <bruno@clisp.org>
39185
39186         * lib/eealloc.h: New file.
39187
39188 2004-01-20  Bruno Haible  <bruno@clisp.org>
39189
39190         * lib/binary-io.h: Avoid warnings on Cygwin.
39191
39192 2004-01-20  Bruno Haible  <bruno@clisp.org>
39193
39194         * lib/allocsa.h: New file, from GNU gettext.
39195         * lib/allocsa.c: New file, from GNU gettext.
39196
39197 2004-01-18  Karl Berry  <karl@gnu.org>
39198
39199         * doc/gpl.texi, doc/lgpl.texi: new files.
39200
39201 2004-01-18  Karl Berry  <karl@gnu.org>
39202
39203         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
39204         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
39205
39206 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39207
39208         Merge from coreutils.
39209
39210         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
39211         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
39212         (gl_DEFAULT_POSIX2_VERSION): Move
39213         the documentation from 'configure' into 'config.hin',
39214         so that 'configure --help' isn't burdened by it and
39215         we don't have to worry about its formatting there.
39216         Reword the documentation so that it's more succinct
39217         and can be run together into a single paragraph.
39218         * m4/same.m4 (gl_SAME): Check for pathconf.
39219
39220 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39221
39222         Merge from coreutils.
39223
39224         * lib/posixver.c: Include posixver.h.
39225
39226         * lib/same.c: Include <stdbool.h>, <limits.h>.
39227         (_POSIX_NAME_MAX): Define if not defined.
39228         (MIN): New macro.
39229         (same_name): If file names are silently truncated, report
39230         that the file names are the same if they are the same after
39231         the silent truncation.
39232
39233         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
39234         conversion function.
39235         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
39236         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
39237         longer needed.
39238
39239 2004-01-15  Jim Meyering  <jim@meyering.net>
39240
39241         Merge from coreutils.
39242
39243         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
39244         if no library is required.
39245         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
39246         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
39247         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
39248         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
39249         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
39250         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
39251         value, $ac_cv_search_crypt, if it's "none required".
39252         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
39253         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
39254         not gl_FUNC_GETLOADAVG.
39255         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
39256         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
39257
39258 2004-01-15  Jim Meyering  <jim@meyering.net>
39259
39260         Merge from coreutils.
39261
39262         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
39263         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
39264         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
39265
39266         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
39267         optional configure-time default.
39268
39269         * lib/version-etc.c (version_etc_copyright): Update copyright date.
39270
39271         * lib/xreadlink.c (xreadlink): Correct outdated comment.
39272
39273 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
39274
39275         Merge from coreutils.
39276
39277         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
39278         value, $ac_cv_search_nanosleep, if it's "none required".
39279
39280 2004-01-14  Paul Eggert  <eggert@twinsun.com>
39281
39282         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
39283         with like-named macro in fnmatch.c.
39284         (EXT): Use an internal constant instead.
39285
39286         Merge fnmatch patches from glibc.
39287         * lib/fnmatch.c (mbsinit): Remove define.
39288         Add libc_hidden_ver (__fnmatch, fnmatch).
39289         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
39290         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
39291
39292 2004-01-14  Karl Berry  <karl@gnu.org>
39293
39294         * config/install-sh: update from automake.
39295
39296 2004-01-13  Karl Berry  <karl@gnu.org>
39297
39298         * config/install-sh: update from automake.
39299
39300 2004-01-09  Karl Berry  <karl@gnu.org>
39301
39302         * config/install-sh: update from automake.
39303
39304 2004-01-05  Karl Berry  <karl@gnu.org>
39305
39306         * config/config.{sub,guess}: update from config.
39307
39308 2003-12-31  Karl Berry  <karl@gnu.org>
39309
39310         * config/depcomp: update from automake.
39311
39312 2003-12-14  Karl Berry  <karl@gnu.org>
39313
39314         * lib/config.charset: update from gettext-runtime.
39315
39316 2003-12-03  Paul Eggert  <eggert@twinsun.com>
39317
39318         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
39319         Bug reported by Alfred M. Szmidt.
39320
39321 2003-12-03  Bruno Haible  <bruno@clisp.org>
39322
39323         * m4/gettext.m4: Upgrade from gettext-0.13.
39324         * m4/po.m4: Upgrade from gettext-0.13.
39325         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
39326         * m4/intmax.m4: New file, from gettext-0.13.
39327         * m4/printf-posix.m4: New file, from gettext-0.13.
39328
39329 2003-11-29  Karl Berry  <karl@gnu.org>
39330
39331         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
39332
39333 2003-11-25  Paul Eggert  <eggert@twinsun.com>
39334             Bruno Haible  <bruno@clisp.org>
39335
39336         * lib/printf-parse.h: Don't include sys/types.h.
39337         (ARG_NONE): New macro.
39338         (char_directive): Change type of *arg_index fields to size_t.
39339         * lib/printf-parse.c: Don't include sys/types.h.
39340         (SSIZE_MAX): Remove macro.
39341         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
39342         Remove unnecessary overflow check.
39343         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
39344         fields.
39345
39346 2003-11-25  Bruno Haible  <bruno@clisp.org>
39347
39348         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
39349
39350 2003-11-25  Bruno Haible  <bruno@clisp.org>
39351
39352         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
39353         gt_TYPE_SSIZE_T.
39354
39355 2003-11-24  Paul Eggert  <eggert@twinsun.com>
39356
39357         * modules/alloca: Remove dependency on xalloc.
39358
39359 2003-11-24  Paul Eggert  <eggert@twinsun.com>
39360
39361         * lib/alloca.c: Remove dependency on xalloc module.
39362         (xalloc_die): Remove.
39363         (memory_full) [!defined emacs]: New macro.
39364         [!defined emacs]: Don't include xalloc.h.
39365         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
39366         address arithmetic overflows.  Change datatypes a bit to avoid
39367         unnecessary casts.
39368
39369 2003-11-22  Jim Meyering  <jim@meyering.net>
39370
39371         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
39372         s/size/size_t/.
39373
39374 2003-11-21  Karl Berry  <karl@gnu.org>
39375
39376         * config/config.{sub,guess}: update from config.
39377
39378 2003-11-18  Karl Berry  <karl@gnu.org>
39379
39380         * config/config.{sub,guess}: update from config.
39381
39382         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
39383
39384 2003-11-17  Paul Eggert  <eggert@twinsun.com>
39385
39386         * README: Mention that S+T cannot overflow if S is the size of
39387         an existing object and T is sufficiently small.
39388
39389 2003-11-17  Jim Meyering  <jim@meyering.net>
39390
39391         On systems without utime and without a utimes function capable of
39392         dealing with a NULL struct utimbuf* argument, this utime replacement
39393         could -- in unusual circumstances -- leak a file descriptor.
39394         * lib/utime.c: Include <unistd.h> and <errno.h>.
39395         (utime_null): Be sure to close `fd' and to preserve errno.
39396         Reported by Geoff Collyer via Arnold Robbins.
39397
39398 2003-11-17  Bruno Haible  <bruno@clisp.org>
39399
39400         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
39401         (Depends-on): Add xsize.
39402
39403 2003-11-17  Bruno Haible  <bruno@clisp.org>
39404
39405         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
39406
39407 2003-11-17  Bruno Haible  <bruno@clisp.org>
39408
39409         * lib/vasnprintf.c (alloca): Remove fallback definition.
39410         (freea): Remove definition.
39411         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
39412         Reported by Paul Eggert.
39413
39414 2003-11-16  Paul Eggert  <eggert@twinsun.com>
39415             Bruno Haible  <bruno@clisp.org>
39416
39417         Protect against address arithmetic overflow.
39418         * lib/printf-args.h: Include stddef.h.
39419         (arguments): Change type of field 'count' to size_t.
39420         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
39421         'unsigned int' where appropriate.
39422         * lib/printf-parse.h: Include sys/types.h.
39423         (char_directive): Change type of *arg_index fields to ssize_t.
39424         (char_directives): Change type of fields 'count', max_*_length to
39425         size_t.
39426         * lib/printf-parse.c: Include sys/types.h and xsize.h.
39427         (SSIZE_MAX): Define fallback value.
39428         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
39429         instead of 'int' where appropriate. Check a_allocated, d_allocated
39430         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
39431         * lib/vasnprintf.c: Include xsize.h.
39432         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
39433         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
39434         overflow. Avoid wraparound when converting a width or precision from
39435         decimal to binary.
39436
39437 2003-11-16  Bruno Haible  <bruno@clisp.org>
39438
39439         Update from GNU gettext.
39440         * lib/printf-parse.c: Generalize to it can be compiled for wide
39441         strings.
39442         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
39443         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
39444         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
39445         SNPRINTF): New macros.
39446         Don't include <alloca.h> if the file is used inside libintl.
39447         (local_wcslen): New function, for Solaris 2.5.1.
39448         (VASNPRINTF): Use it instead of wcslen.
39449
39450 2003-11-16  Bruno Haible  <bruno@clisp.org>
39451
39452         * lib/xsize.h (xmax): New function.
39453         (xsum, xsum3, xsum4): Declare as "pure" functions.
39454
39455 2003-11-12  Paul Eggert  <eggert@twinsun.com>
39456
39457         * modules/xalloc (Files): Undo latest change, since xalloc.h
39458         no longer needs SIZE_MAX or PTRDIFF_MAX.
39459
39460 2003-11-12  Paul Eggert  <eggert@twinsun.com>
39461
39462         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
39463         gl_PTRDIFF_MAX.
39464
39465 2003-11-12  Paul Eggert  <eggert@twinsun.com>
39466
39467         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
39468         "return", to pacify some unknown compiler.  Problem reported
39469         by Joerg Schilling.
39470
39471 2003-11-12  Paul Eggert  <eggert@twinsun.com>
39472
39473         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
39474         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
39475         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
39476         heuristic is just as accurate as far as we know, and it removes a
39477         dependency on size_max.m4 and ptrdiff_max.m4.
39478
39479 2003-11-11  Bruno Haible  <bruno@clisp.org>
39480
39481         * modules/xsize (Files): Add m4/size_max.m4.
39482         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
39483
39484 2003-11-11  Bruno Haible  <bruno@clisp.org>
39485
39486         * m4/size_max.m4: New file.
39487         * m4/ptrdiff_max.m4: New file.
39488         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
39489         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
39490         (gl_XALLOC): Invoke it.
39491
39492 2003-11-11  Bruno Haible  <bruno@clisp.org>
39493
39494         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
39495         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
39496         defined.
39497
39498 2003-11-10  Paul Eggert  <eggert@twinsun.com>
39499
39500         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
39501         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
39502         rejected some allocations of exactly SIZE_MAX - 2 bytes.
39503         From Bruno Haible.
39504         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
39505         not (size_t) -1, since it's defined here.
39506
39507 2003-11-09  Karl Berry  <karl@gnu.org>
39508
39509         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
39510
39511 2003-11-06  Paul Eggert  <eggert@twinsun.com>
39512
39513         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
39514         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
39515         Reject sizes of exactly SIZE_MAX bytes.
39516         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
39517         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
39518
39519 2003-11-05  Bruno Haible  <bruno@clisp.org>
39520
39521         * lib/xsize.h: Include limits.h, to avoid a possible collision with
39522         SIZE_MAX defined in <limits.h> on Solaris.
39523
39524 2003-11-04  Jim Meyering  <jim@meyering.net>
39525
39526         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
39527         variable names, rather than @VAR@.
39528         * modules/poll: Likewise.
39529
39530 2003-11-04  Bruno Haible  <bruno@clisp.org>
39531
39532         * modules/xsize: New file.
39533         * modules/linebreak: Depend on xsize.
39534         * MODULES.html.sh (func_all_modules): Add xsize.
39535
39536 2003-11-04  Bruno Haible  <bruno@clisp.org>
39537
39538         * m4/xsize.m4: New file.
39539
39540 2003-11-04  Bruno Haible  <bruno@clisp.org>
39541
39542         * lib/xsize.h: New file.
39543         * lib/linebreak.c: Include xsize.h.
39544         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
39545         argument for overflow.
39546         Suggested by Paul Eggert.
39547
39548 2003-11-03  Karl Berry  <karl@gnu.org>
39549
39550         * config/config.{guess,sub}: update from config.
39551
39552 2003-11-03  Jim Meyering  <jim@meyering.net>
39553
39554         * modules/userspec (lib_SOURCES): Add userspec.h.
39555         (Include): Add "userspec.h".
39556         Improve description.
39557
39558 2003-11-03  Jim Meyering  <jim@meyering.net>
39559
39560         * lib/userspec.c: Include "userspec.h".
39561         * lib/userspec.h: New file.
39562
39563 2003-11-03  Bruno Haible  <bruno@clisp.org>
39564
39565         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
39566
39567 2003-11-03  Bruno Haible  <bruno@clisp.org>
39568
39569         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
39570         available, to avoid (extremely rare) race condition.
39571         Suggested by Paul Eggert.
39572
39573 2003-11-02  Karl Berry  <karl@gnu.org>
39574
39575         * config/srclist.txt (vasprintf.c): sync broken, sigh.
39576
39577 2003-10-31  Paul Eggert  <eggert@twinsun.com>
39578
39579         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
39580         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
39581         (read_filesystem_list): Set and use me_type_malloced.
39582         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
39583         whatever the type happens to be), for brevity and consistency.
39584         Check for size calculation overflow on Alphas running OSF/1.
39585
39586 2003-10-31  Jim Meyering  <jim@meyering.net>
39587
39588         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
39589
39590         * lib/linebuffer.c: Include <string.h> for declaration of memset.
39591
39592 2003-10-30  Paul Eggert  <eggert@twinsun.com>
39593             Bruno Haible  <bruno@clisp.org>
39594
39595         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
39596         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
39597
39598 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
39599
39600         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
39601         netbsd*-gnu*.  Suggested by Robert Millan.
39602
39603 2003-10-29  Paul Eggert  <eggert@twinsun.com>
39604
39605         * modules/group-member: Depend on stdbool.
39606
39607 2003-10-29  Paul Eggert  <eggert@twinsun.com>
39608
39609         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
39610
39611 2003-10-29  Paul Eggert  <eggert@twinsun.com>
39612
39613         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
39614         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
39615         after the 'gnu' in these cases.  This fixes some bugs in the
39616         previous change, and is based on suggestions by Robert Millan.
39617
39618 2003-10-29  Paul Eggert  <eggert@twinsun.com>
39619
39620         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
39621         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
39622         no longer needed.
39623         * lib/quotearg.c (quotearg_n_options): Use it.
39624         * lib/group-member.c: Include <stdbool.h>.
39625         (free_group_info): Arg is now const *; don't free arg.
39626         (get_group_info): Now returns bool and accepts struct group_info *,
39627         rather than returning a malloc'ed struct group_info *.
39628         All uses changed.  Check for overflow in internal size calculation.
39629
39630         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
39631         rather than xmalloc/xrealloc.
39632         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
39633         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
39634         conformance bug: the old code used a pointer after freeing the
39635         storage that it addressed.
39636         * lib/hash.c (hash_initialize): Simplify the code by using
39637         xalloc_oversized rather than doing it by hand.
39638         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
39639         the buffer preserved.  Use free and xmalloc instead.
39640         * lib/quotearg.c (quotearg_n_options): Likewise.
39641         Use a simpler test for size overflow.  Don't use xalloc_oversized
39642         because unsigned int might be wider than size_t (!); this suggests
39643         that we should switch from unsigned int to size_t for slot numbers.
39644
39645 2003-10-28  Paul Eggert  <eggert@twinsun.com>
39646
39647         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
39648         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
39649         NetBSD kernels.  Requested by Richard Stallman.
39650
39651 2003-10-27  Paul Eggert  <eggert@twinsun.com>
39652
39653         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
39654         to allocate the returned structure.  Do not allocate a subarray,
39655         as x2nrealloc will do that.
39656         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
39657         instead of xnrealloc.
39658         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
39659
39660 2003-10-27  Bruno Haible  <bruno@clisp.org>
39661
39662         * lib/stdbool_.h: Better support for BeOS.
39663
39664 2003-10-26  Paul Eggert  <eggert@twinsun.com>
39665
39666         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
39667         now uses inline.
39668
39669 2003-10-26  Paul Eggert  <eggert@twinsun.com>
39670
39671         * lib/xalloc.h (xalloc_oversized): New static inline function, for
39672         callers that want to do their own size-overflow checking.  Include
39673         <stdbool.h>, since xalloc_oversized returns bool.
39674         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
39675         to use xalloc_oversized.
39676
39677         Add two functions x2realloc, x2nrealloc, for programs that grow
39678         arrays dynamically by doubling their sizes.
39679         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
39680         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
39681         New functions.
39682
39683         Port to C99 semantics for 'inline' of external functions.
39684         Bug reported by Bruno Haible.
39685         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
39686         with the old contents of xnmalloc.
39687         (xnmalloc, xmalloc): Use it.
39688         (xnrealloc_inline): New static inline function,
39689         with the old contents of xnrealloc.
39690         (xnrealloc, xrealloc): Use it.
39691
39692         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
39693         that.
39694
39695 2003-10-26  Karl Berry  <karl@gnu.org>
39696
39697         * config/srclist.txt (COPYING.DOC): no longer available from
39698         /gd/gnuorg; don't know where the ultimate source is.
39699
39700 2003-10-25  Paul Eggert  <eggert@twinsun.com>
39701
39702         Fix several address-calculation bugs in the hash modules,
39703         plus some minor code cleanup.
39704
39705         * lib/hash.h: Include <stdbool.h>, for bool.
39706         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
39707         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
39708         hash_get_n_entries, hash_get_max_bucket_length,
39709         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
39710         hash_rehash): Use size_t rather than unsigned.
39711         * lib/hash.c (struct hash_table, hash_get_n_buckets,
39712         hash_get_n_buckets_used, hash_get_n_entries,
39713         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
39714         hash_get_entries, hash_do_for_each, hash_string, is_prime,
39715         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
39716         Likewise.
39717         (SIZE_MAX): Define if not defined.
39718         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
39719         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
39720         hash_print):
39721         Use const * when possible.
39722         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
39723         (check_tuning): Fix bug: if tuning parameters were very close to
39724         0 or 1, rounding errors could have caused subscript violations.
39725         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
39726         (hash_initialize): Add 'fail:' label
39727         to free table and return NULL, and use it to simplify code.
39728         Use calloc rather than clearing the storage ourself.
39729         (hash_initialize, hash_rehash): Check for arithmetic overflow in
39730         buffer size calculations.
39731         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
39732         Include <stddef.h>, for size_t.
39733         * lib/hash-pjw.c (hash_pjw): Likewise.
39734         Switch to method described by Bruno Haible.
39735         Include <limits.h>, for CHAR_BIT.
39736         (SIZE_BITS): New macro.
39737
39738 2003-10-23  Paul Eggert  <eggert@twinsun.com>
39739
39740         * m4/getline.m4 (AM_FUNC_GETLINE):
39741         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
39742         hosts.  Problem reported by Derek Robert Price in
39743         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
39744         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
39745         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
39746
39747 2003-10-21  Paul Eggert  <eggert@twinsun.com>
39748
39749         * lib/getndelim2.c (getndelim2): When size calculation overflows,
39750         ceiling the allocation at NMAX bytes rather than silently
39751         discarding input bytes before NMAX is reached.  This makes
39752         a difference only if NMAX exceeds SIZE_MAX / 2.
39753
39754         * lib/obstack.c: Merge from glibc.
39755         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
39756         Add libc_hidden_def (_obstack_newchunk).
39757         (_obstack_free) [! defined _LIBC]: Remove.
39758         [defined _LIBC]: Make a strong alias from obstack_free, rather than
39759         a clone of the function body.
39760         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
39761         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
39762
39763         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
39764         glibc.
39765         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
39766         arg to memcpy.
39767
39768         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
39769         (obstack_ptr_grow_fast, obstack_int_grow_fast):
39770         Don't use lvalue casts, as GCC plans to remove support for them
39771         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
39772         was also present in the non-GCC version, indicating that this
39773         code had always been buggy and had never been widely used.
39774         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
39775         Use the fast variant of each macro, rather than copying the
39776         definiens of the fast variant; that way, we'll be more likely to
39777         catch future bugs in the fast variants.
39778
39779 2003-10-20  Bruno Haible  <bruno@clisp.org>
39780
39781         * modules/wait-process: New file.
39782         * MODULES.html.sh (func_all_modules): Add wait-process.
39783
39784 2003-10-20  Bruno Haible  <bruno@clisp.org>
39785
39786         * m4/wait-process.m4: New file.
39787
39788 2003-10-20  Bruno Haible  <bruno@clisp.org>
39789
39790         * lib/wait-process.h: New file, from GNU gettext.
39791         * lib/wait-process.c: New file, from GNU gettext.
39792
39793 2003-10-19  Jim Meyering  <jim@meyering.net>
39794
39795         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
39796         HPUX 10.20.
39797
39798 2003-10-18  Karl Berry  <karl@gnu.org>
39799
39800         * config/config.guess: update from config.
39801
39802 2003-10-16  Paul Eggert  <eggert@twinsun.com>
39803
39804         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
39805         (getgroups): First arg is int, not size_t.
39806         Don't let 'free' mangle errno.
39807
39808 2003-10-16  Paul Eggert  <eggert@twinsun.com>
39809
39810         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
39811
39812 2003-10-16  Karl Berry  <karl@gnu.org>
39813
39814         * config/config.{guess,sub}: update from config.
39815
39816 2003-10-16  Jim Meyering  <jim@meyering.net>
39817
39818         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
39819         memcpy.
39820
39821 2003-10-15  Paul Eggert  <eggert@twinsun.com>
39822
39823         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
39824         (SIZE_MAX): Remove.
39825         (new_exclude, add_exclude_file): Initial size no longer needs to
39826         be a power of 2.
39827         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
39828         our own address arithmetic overflow checking.
39829
39830         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
39831         (fnmatch): Do not alloca more than 2000 wide characters;
39832         instead, use malloc for large buffers.
39833         Check for address arithmetic overflow, and return -1
39834         with errno set to ENOMEM in that case.
39835         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
39836         (NEW_PATTERN): Do not alloca more than 8000 bytes;
39837         instead, return -1.  Check for address arithmetic overflow.
39838
39839 2003-10-14  Paul Eggert  <eggert@twinsun.com>
39840
39841         Handle invalid suffixes and overflow independently, so that
39842         callers can treat them independently as needed.  Fix some bugs in
39843         suffix handling, e.g., "100k@" was not diagnosed as an invalid
39844         suffix for a human-readable blocksize.  The major caller-visible
39845         change is the addition of a new
39846         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
39847         that both overflow and suffix chars were found.
39848
39849         * lib/human.c (humblock): Don't check separately for invalid suffix
39850         char; that is xstrtoumax's job (now that its bug is fixed).
39851         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
39852         INTMAX_MAX]: New macros.
39853         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
39854         TYPE_MAXIMUM): New macros.
39855         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
39856         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
39857         if overflow occurs, as it's what __strtol does and it's more useful
39858         in practice.
39859         (__xstrtol): If __strtol reports some error other than ERANGE,
39860         reflect it to the caller as LONGINT_INVALID.  If it reports
39861         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
39862         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
39863         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
39864         value.
39865         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
39866         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
39867         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
39868         [defined UINTMAX_MAX]: New macros.
39869
39870 2003-10-14  Bruno Haible  <bruno@clisp.org>
39871
39872         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
39873
39874 2003-10-14  Bruno Haible  <bruno@clisp.org>
39875
39876         * m4/sig_atomic_t: New file, from GNU gettext.
39877         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
39878
39879 2003-10-14  Bruno Haible  <bruno@clisp.org>
39880
39881         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
39882         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
39883         Also use volatile where needed.
39884
39885 2003-10-12  Paul Eggert  <eggert@twinsun.com>
39886
39887         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
39888         Change maintainer from Bruno Haible to 'all'.
39889
39890 2003-10-12  Paul Eggert  <eggert@twinsun.com>
39891
39892         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
39893
39894 2003-10-12  Paul Eggert  <eggert@twinsun.com>
39895
39896         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
39897         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
39898         and define in terms of the other primitives.
39899         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
39900         (SIZE_MAX): Define if not already defined.
39901         (array_size_overflow): New function.
39902         (xalloc_die): Abort instead of exiting if 'error' returns.
39903         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
39904         (xmalloc, xrealloc): Use them.
39905         (xcalloc): Check for address arithmetic overflow.
39906         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
39907         a bit faster than strcpy.
39908
39909 2003-10-10  Simon Josefsson  <jas@extundo.com>
39910
39911         * modules/argp (Depends-on): Add restrict and strcase.
39912
39913 2003-10-10  Simon Josefsson  <jas@extundo.com>
39914
39915         * m4/argp.m4: Add AC_C_INLINE.
39916
39917 2003-10-08  Paul Eggert  <eggert@twinsun.com>
39918
39919         Merge getpass from libc, plus a few fixes.
39920
39921         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
39922         Include <stdbool.h>.
39923         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
39924         __fsetlocking to empty.
39925         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
39926         do include <bits/libc-lock.h>.
39927         Do not include <fcntl.h>; not needed.
39928         [_LIBC]: Include <wchar.h>.
39929         (NOTCANCEL_MODE): New macro.
39930         (flockfile, funlockfile) [_LIBC]: New macros.
39931         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
39932         [!_LIBC]: New macros.
39933         (call_fclose): New function.
39934         (getpass): Use it.  Save tty stream separately; this simplifies the
39935         code and makes it more reliable if stdin happens to equal stdout.
39936         Invoke __fsetlocking on tty.
39937         Handle thread cancellation if needed.
39938         Namespace cleanup (use __tcgetattr, __getline).
39939         Use bool for Booleans.
39940         [USE_IN_LIBIO]: Handle wide streams.
39941         [!_LIBC]: Unconditionally do the fseek, since we don't know what
39942         stream might go where.
39943
39944         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
39945         doesn't have to include <stdio.h> before us.
39946         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
39947         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
39948         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
39949         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
39950         if not declared, so that we can use getpass.c code from libc without
39951         rewriting it.
39952         (flockfile, ftrylockfile, funlockfile): New macros.
39953
39954 2003-10-08  Paul Eggert  <eggert@twinsun.com>
39955
39956         * modules/getpass: Depend on stdbool.
39957
39958 2003-10-08  Paul Eggert  <eggert@twinsun.com>
39959
39960         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
39961
39962 2003-10-07  Karl Berry  <karl@gnu.org>
39963
39964         * config/config.{guess,sub}: update from config.
39965
39966 2003-10-06  Jim Meyering  <jim@meyering.net>
39967             Bruno Haible  <bruno@clisp.org>
39968
39969         This lets translators provide better translations for the
39970         "Written by ..." part of --version output.
39971         * lib/version-etc.h: Include stdarg.h.
39972         (version_etc_copyright): Declare as readonly.
39973         (version_etc): Make this function variadic with a NULL-terminated list
39974         of author name strings.
39975         (version_etc_va): New declaration.
39976         * lib/version-etc.c: Include stdarg.h, stdlib.h.
39977         (version_etc_copyright): Declare as readonly.
39978         (version_etc_va): New function. Provide a different translatable string
39979         for each possible number of authors < 10. Abbreviate when there are 10
39980         authors or more.
39981         (version_etc): Make this function variadic. Call version_etc_va.
39982         Suggestion from Gary V. Vaughan.
39983
39984         * lib/long-options.h (parse_long_options): Change prototype: the
39985         authors string is moved to the end and becomes variadic.
39986         * lib/long-options.c: Include stdarg.h.
39987         (parse_long_options): Make this function variadic, too.
39988         Call version_etc_va, not version_etc.
39989
39990 2003-10-06  Bruno Haible  <bruno@clisp.org>
39991
39992         * modules/version-etc-2: Remove file.
39993         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
39994
39995 2003-10-06  Bruno Haible  <bruno@clisp.org>
39996
39997         * modules/fatal-signal: New file.
39998         * MODULES.html.sh (func_all_modules): Add fatal-signal.
39999
40000 2003-10-06  Bruno Haible  <bruno@clisp.org>
40001
40002         * m4/fatal-signal.m4: New file.
40003         * m4/signalblocking.m4: New file, from GNU gettext.
40004
40005 2003-10-06  Bruno Haible  <bruno@clisp.org>
40006
40007         * lib/version-etc-2.h: Remove file.
40008         * lib/version-etc-2.c: Remove file.
40009
40010 2003-10-06  Bruno Haible  <bruno@clisp.org>
40011
40012         * lib/fatal-signal.h: New file, from GNU gettext.
40013         * lib/fatal-signal.c: New file, from GNU gettext.
40014
40015 2003-10-05  Paul Eggert  <eggert@twinsun.com>
40016
40017         * README: Rework advice for preventing empty .o files.
40018         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
40019         not <sys/types.h>.
40020
40021 2003-10-04  Karl Berry  <karl@gnu.org>
40022
40023         * lib/argp*: update from libc.
40024
40025 2003-10-04  Karl Berry  <karl@gnu.org>
40026
40027         * config/config.{guess,sub}: update from config.
40028
40029 2003-10-02  Bruno Haible  <bruno@clisp.org>
40030
40031         * modules/lchown (Include): Add lchown.h.
40032         * modules/time_r (Include): Use "..." syntax.
40033         * modules/xgetdomainname (Include): Add xgetdomainname.h.
40034
40035 2003-10-01  Simon Josefsson  <jas@extundo.com>
40036
40037         * MODULES.html.sh (func_all_modules): Move gethostname from section
40038         'based on' to section 'lacking' POSIX:2001.
40039
40040 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
40041
40042         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
40043         to output mode on the same stream.
40044
40045 2003-09-29  Paul Eggert  <eggert@twinsun.com>
40046
40047         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
40048         Fix arg typo in previous patch.
40049
40050 2003-09-28  Jim Meyering  <jim@meyering.net>
40051
40052         * lib/error.c: Correct cpp indentation.
40053
40054 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40055
40056         * modules/free: New file.
40057
40058 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40059
40060         * m4/free.m4: New file.
40061
40062 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40063
40064         * lib/minmax.h (MIN, MAX)
40065         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
40066         Omit the special code that used __typeof__, since we worry that
40067         it could be more trouble than it's worth.  See:
40068         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
40069         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
40070
40071         * lib/free.c: New file.
40072
40073 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
40074
40075         Trivial fixes to Makefile.am parts of module listings.
40076         * modules/strstr: Append strstr.h to lib_SOURCES.
40077         * modules/strcase: Likewise, for strcase.h.
40078
40079 2003-09-27  Karl Berry  <karl@gnu.org>
40080
40081         * config/mkinstalldirs: update from automake.
40082
40083 2003-09-26  Paul Eggert  <eggert@twinsun.com>
40084
40085         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
40086         (error_tail): Do not loop, reallocating temporary buffer, since
40087         the output cannot contain more wide characters than the input
40088         contains bytes, the size must be big enough already.  This avoids
40089         one potential size overflow calculation.  Check for size overflow
40090         when calculating temporary buffer size.  Free temporary buffer
40091         when done, if it was allocated with malloc; this plugs a memory
40092         leak.  Remove casts from void * to pointers, that are no longer
40093         needed now that we're assuming C89 or better.
40094
40095         Merge error changes from glibc.
40096
40097         * lib/error.c, error.h: Update copyright notice header to match glibc.
40098         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
40099         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
40100         Disable cancellation while printing error.
40101         * lib/error.h: Prepend __ to parameter names.
40102
40103 2003-09-26  Jim Meyering  <jim@meyering.net>
40104
40105         * lib/error.c (error_tail): Move some declarations
40106         into inner scope where the local variables are used.
40107
40108 2003-09-26  Bruno Haible  <bruno@clisp.org>
40109
40110         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
40111         stpncpy().
40112         Don't define stpncpy through config.h; it's now done through stpncpy.h.
40113
40114 2003-09-26  Bruno Haible  <bruno@clisp.org>
40115
40116         * lib/stpncpy.h (gnu_stpncpy): New declaration.
40117         (stpncpy): Define as alias for gnu_stpncpy.
40118         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
40119
40120 2003-09-25  Simon Josefsson  <jas@extundo.com>
40121
40122         * lib/xgetdomainname.h: New file.
40123         * lib/xgetdomainname.c: New file.
40124
40125 2003-09-25  Simon Josefsson  <jas@extundo.com>
40126             Bruno Haible  <bruno@clisp.org>
40127
40128         * modules/getdomainname: New file.
40129         * modules/xgetdomainname: New file.
40130         * MODULES.html.sh (func_all_modules): Add getdomainname,
40131         xgetdomainname.
40132
40133 2003-09-25  Simon Josefsson  <jas@extundo.com>
40134             Bruno Haible  <bruno@clisp.org>
40135
40136         * m4/getdomainname.m4: New file.
40137
40138 2003-09-25  Simon Josefsson  <jas@extundo.com>
40139             Bruno Haible  <bruno@clisp.org>
40140
40141         * lib/getdomainname.h: New file.
40142         * lib/getdomainname.c: New file.
40143
40144 2003-09-25  Karl Berry  <karl@gnu.org>
40145
40146         * lib/argp-fmtstream.c, argp-help.c: update from libc.
40147
40148 2003-09-25  Karl Berry  <karl@gnu.org>
40149
40150         * config/install-sh: update from automake.
40151
40152 2003-09-25  Bruno Haible  <bruno@clisp.org>
40153
40154         * modules/version-etc-2: New file, from modules/version-etc with
40155         modifications.
40156         * MODULES.html.sh (func_all_modules): Add version-etc-2.
40157
40158 2003-09-25  Bruno Haible  <bruno@clisp.org>
40159
40160         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
40161         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
40162
40163 2003-09-24  Simon Josefsson  <jas@extundo.com>
40164
40165         * modules/xgethostname: Add xgethostname.h.
40166
40167 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40168
40169         * lib/linebuffer.c (freebuffer): Don't free the argument, just
40170         the buffer associated with the argument.  Bug reported by
40171         Simon Josefsson.
40172
40173 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40174
40175         * README: Document assumptions that 'int' is at least 32 bits
40176         wide, that integer arithmetic is 2's complement without overflow,
40177         that there are no holes in integer values, that adding sizes of
40178         two nonoverlapping objects can't overflow, and that all-bits-zero
40179         yields scalar zero.  Fix spelling and capitalization typos.
40180
40181 2003-09-19  Karl Berry  <karl@gnu.org>
40182
40183         * lib/argp.h: update from libc.
40184
40185 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40186
40187         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
40188         to avoid spurious warnings like "AC_RUN_IFELSE was called before
40189         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
40190
40191 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40192
40193         * gnulib-tool: Use "test -h", not "test -L", for portability
40194         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
40195         (tags_regexp): Remove, since \| doesn't conform to POSIX.
40196         (sed_extract_prog): Issue s commands one-by-one, rather than
40197         using \| in one s command.
40198
40199 2003-09-16  Paul Eggert  <eggert@twinsun.com>
40200
40201         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
40202         input error, instead of returning NULL the next time we are called
40203         (and therefore losing track of errno).
40204
40205 2003-09-16  Bruno Haible  <bruno@clisp.org>
40206
40207         * gnulib-tool (func_create_testdir): Warn about duplicated
40208         dependencies.
40209
40210 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40211
40212         * modules/argmatch, modules/fatal, modules/obstack,
40213         modules/xalloc, modules/xgethostname: Sort dependencies by
40214         importance, not alphabetically.
40215
40216 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40217
40218         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
40219         fails, so that the caller gets the proper errno.
40220
40221         * lib/readutmp.c (read_utmp): Likewise.
40222         Check for fstat error.  Close stream and free storage
40223         when failing.
40224
40225 2003-09-14  Karl Berry  <karl@gnu.org>
40226
40227         * config/srclist.txt (strdup.c): disable for c89 changes.
40228
40229 2003-09-14  Jim Meyering  <jim@meyering.net>
40230
40231         * lib/getloadavg.c: Correct cpp indentation.
40232         * lib/strdup.c: Likewise.
40233         * lib/vasnprintf.c: Likewise.
40234
40235 2003-09-14  Bruno Haible  <bruno@clisp.org>
40236
40237         * modules/fwriteerror: New file.
40238         * MODULES.html.sh (func_all_modules): Add fwriteerror.
40239
40240 2003-09-14  Bruno Haible  <bruno@clisp.org>
40241
40242         * lib/fwriteerror.h: New file.
40243         * lib/fwriteerror.c: New file.
40244
40245 2003-09-12  Paul Eggert  <eggert@twinsun.com>
40246
40247         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
40248         modules/xgethostname, modules/xalloc: Depend on exit.
40249
40250 2003-09-12  Paul Eggert  <eggert@twinsun.com>
40251
40252         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
40253
40254         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
40255         and AC_MINIX, too, so that their extensions are available.
40256
40257         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
40258         This macro has been superseded by gl_BACKUPFILE.
40259
40260         More patches to assume C89 or better.
40261
40262         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
40263
40264         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
40265         unconditionally.
40266         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
40267         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
40268         Include <string.h>, <stdlib.h> unconditionally.
40269         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
40270         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
40271         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
40272         headers or for string.h.
40273         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
40274         or strtoul.
40275
40276         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
40277         headers.
40278         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
40279         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40280         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
40281         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
40282         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40283         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
40284         memcpy, memset.
40285         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
40286         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
40287         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
40288         strtol.
40289         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
40290         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
40291         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
40292         strtoul.
40293
40294 2003-09-12  Paul Eggert  <eggert@twinsun.com>
40295
40296         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
40297         * lib/obstack.c [!defined _LIBC]: Likewise.
40298         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
40299         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
40300         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
40301
40302         More changes to assume C89 or better.
40303
40304         * lib/error.c (error_tail): Assume vprintf.
40305
40306         * lib/argmatch.c (getenv): Remove decl.
40307         * lib/progreloc.c (get_full_program_name): Define via prototype.
40308         * lib/setenv.c (clearenv): Likewise.
40309         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
40310         needed.
40311         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
40312         (malloc, memcpy): Remove decls.
40313         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
40314         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
40315         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
40316         (memcpy): Remove macro.
40317         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
40318         (__P): Remove.  All uses removed.
40319         (PTR): Remove.  All uses changed to void *.
40320         (CHAR_BIT, NULL): Remove.
40321         (spaces, zeros, memset_space, memset_zero)
40322         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
40323         Remove.
40324         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
40325         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
40326         Define with prototype.
40327         Remove now-unnecessary prototype decl.
40328         (extra_args_spec): Assume ANSI C.  All uses changed.
40329         (extra_args_spec_iso): Remove.
40330         (my_strftime, emacs_strftimeu): Define via prototype.
40331         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
40332         unconditionally.
40333         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
40334         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
40335         (strtoul, strtol): Remove decls.
40336         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
40337         LONG_MAX): Remove.
40338         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
40339         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
40340         (LOCALE_PARAM_PROTO): New macro.
40341         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
40342         (INTERNAL (strtol), strtol): Define with a prototype.
40343         (PARAMS): Remove.  All uses removed.
40344         * lib/tempname.c: Include <string.h> unconditionally.
40345         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
40346         * lib/xgethostname.c (main): Define with a prototype.
40347         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
40348         Include <stdlib.h> unconditionally.
40349         (calloc, malloc, realloc, free): Remove decls.
40350         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
40351         Include <stdlib.h> unconditionally.  Sort include file names.
40352         (strtod): Remove.
40353         (xstrtod): Define with a prototype.
40354         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
40355         (strtol, strtoul): Remove decls.
40356
40357 2003-09-11  Paul Eggert  <eggert@twinsun.com>
40358
40359         More patches to assume C89 or better.
40360         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
40361         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
40362         string.h, memchr, STDC_HEADERS.
40363
40364 2003-09-11  Paul Eggert  <eggert@twinsun.com>
40365
40366         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
40367         Include <stdlib.h>, <string.h> unconditionally.
40368         Remove now-unnecessary cast to char *.
40369         * lib/strnlen.c: Include <string.h> unconditionally.
40370         * lib/yesno.c (yesno): Define with a prototype.
40371
40372 2003-09-11  Bruno Haible  <bruno@clisp.org>
40373
40374         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
40375
40376 2003-09-10  Jim Meyering  <jim@meyering.net>
40377
40378         * lib/error.c: Correct indentation of cpp directives.
40379
40380 2003-09-10  Bruno Haible  <bruno@clisp.org>
40381
40382         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
40383         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
40384         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
40385         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
40386         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
40387         <stdlib.h> and <string.h> checks.
40388         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
40389         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
40390
40391 2003-09-10  Bruno Haible  <bruno@clisp.org>
40392
40393         * lib/strcspn.c: Include <string.h> unconditionally.
40394         * lib/strpbrk.c: Include <string.h> unconditionally.
40395         * lib/strstr.c: Include <string.h> unconditionally.
40396         * lib/unicodeio.c: Include <string.h> unconditionally.
40397         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
40398         * lib/unsetenv.c: Likewise.
40399         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
40400         * lib/yesno.c: Include <stdlib.h> unconditionally.
40401         (rpmatch): Add prototype.
40402
40403 2003-09-09  Paul Eggert  <eggert@twinsun.com>
40404
40405         More patches to assume C89 or better.
40406         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
40407         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
40408         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
40409         or for string.h.
40410         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
40411         stdlib.h.
40412         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
40413         C headers.
40414         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
40415         string.h.
40416         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
40417         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
40418         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
40419         or for string.h.
40420         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
40421         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
40422         C headers.
40423         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
40424         memcpy.
40425         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
40426         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
40427         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
40428         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
40429         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
40430         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
40431         string.h, free.
40432         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
40433         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
40434         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
40435         C headers, or for string.h.
40436         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
40437         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
40438         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
40439         headers, memory.h, stdlib.h, string.h, strings.h.
40440         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
40441         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
40442         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
40443         strchr.
40444         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
40445         headers, memory.h, string.h.
40446         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
40447         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
40448         free.
40449         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
40450         headers.
40451         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
40452         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
40453         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
40454         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
40455         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
40456
40457 2003-09-09  Paul Eggert  <eggert@twinsun.com>
40458
40459         More K&R removal.
40460
40461         * lib/acosl.c (main): Use a prototype.
40462         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
40463         tanl.c: Likewise.
40464
40465         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
40466
40467         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
40468         (getopt, etopt_long, getopt_long_only, _getopt_internal)
40469         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
40470         with a prototype.
40471         * lib/getopt.c (const): Remove macro.
40472         Include <string.h> unconditionally.
40473         (my_index): Remove; all uses changed to strchr.
40474         (strlen): Remove decl.
40475         (exchange): Remove forward decl; no longer needed.
40476         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
40477         Define with prototype.
40478         * lib/getopt1.c (const): Remove macro.
40479         (getopt_long, getopt_long_only, main): Define with prototype.
40480
40481         * lib/getugroups.c: Include <string.h> unconditionally.
40482
40483         * lib/getusershell.c: Include <stdlib.h> unconditionally.
40484         (getusershell, setusershell, endusershell, readname, main):
40485         Define with prototypes.
40486
40487         * lib/group-member.c: Include group-member.h first.
40488         Include <stdlib.h> unconditionally.
40489
40490         * lib/hard-locale.c: Include hard-locale.h first.
40491         Include <stdlib.h>, <string.h> unconditionally.
40492
40493         * lib/hash.c (free, malloc): Remove decls.
40494         Include <stdlib.h> unconditionally.
40495
40496         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
40497         (getenv): Do not declare.
40498
40499         * lib/idcache.c: Include <string.h> unconditionally.
40500
40501         * lib/long-options.c: Include long-options.h first, to test interface.
40502         Include <stdlib.h> unconditionally.
40503
40504         * lib/makepath.c: Include makepath.h first, to test interface.
40505         Include <stdlib.h> and <string.h> unconditionally.
40506
40507         * lib/linebuffer.c: Include <stdlib.h>.
40508         (free): Remove decl.
40509
40510         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
40511         stddef.h. rpl_malloc returns void *, not char *.
40512         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
40513         prototype.
40514
40515         * lib/md5.h: Include <limits.h> unconditionally.
40516         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
40517         (__P): Remove; all uses removed.
40518         * lib/md5.c: Include "md5.h" first.
40519         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
40520         md5_buffer, md5_process_bytes, md5_process_block):
40521         Define with prototypes.
40522         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
40523         * lib/sha.c: Include "sha.h" first.
40524         Include <stdlib.h>, <string.h> unconditionally.
40525
40526         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
40527         * lib/memcmp.c (__ptr_t): Likewise.
40528         * lib/memrchr.c (__ptr_t): Likewise.
40529         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
40530         Include <string.h> unconditionally.
40531         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
40532         * lib/memchr.c: Include <stdlib.h> unconditionally.
40533         * lib/memchr.c (LONG_MAX): Remove.
40534         * lib/memrchr.c (LONG_MAX): Likewise.
40535         * lib/memchr.c (__memchr): Define via a prototype.
40536         * lib/memrchr.c (__memrchr): Likewise.
40537         * lib/memcmp.c (__P): Remove, and remove all uses.
40538         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
40539         Remove forward decls; no longer needed.
40540         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
40541         Use types required by C89 in prototype.
40542
40543         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
40544         * lib/savedir.c: Likewise.
40545         * lib/mkdir.c (free): Remove decl.
40546         * lib/rmdir.c (rmdir): Define with a prototype.
40547         * lib/savedir.c: Include savedir.h first, to test interface.
40548
40549         * lib/mktime.c (STDC_HEADERS): Remove.
40550         Include <stdlib.h>, <string.h> unconditionally.
40551
40552         * lib/modechange.c: Include <stdlib.h> unconditionally.
40553         (malloc): Remove decl.
40554
40555         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
40556         (free): Remove decl.
40557
40558         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
40559         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
40560         (This type really should be intptr_t, but that's a C99ism.)
40561         (_obstack_memcpy): Remove: all uses changed to memcpy.
40562         Include <string.h> unconditionally.
40563         (struct obstack): Assume __STDC__ for types of members
40564         chunkfun, freefun, extra_arg.
40565         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
40566         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
40567         obstack_begin, obstack_specify_allocation,
40568         obstack_specify_allocation_with_arg, obstack_chunkfun,
40569         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
40570         Remove unprototyped decls and the macros that use them.
40571         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
40572         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
40573         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
40574         (defined __STDC__ && __STDC__)]:
40575         Remove nonprototyped code.
40576         Include <stdlib.h> unconditionally.
40577         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
40578         _obstack_allocated_p, _obstack_free, obstack_free,
40579         _obstack_memory_used, print_and_abort):
40580         Define using prototypes.
40581         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
40582         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
40583         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
40584         obstack_next_free, obstack_object_size, obstack_room) [0]:
40585         Remove unused, unprototyped code.
40586
40587         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
40588
40589         * lib/physmem.c (physmem_total, physmem_available, main): Define
40590         with prototypes.
40591
40592         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
40593         (main): Define with a prototype.
40594
40595         * lib/posixver.c (getenv): Remove decl.
40596
40597         * lib/putenv.c (malloc): Returns void *, not char *.
40598         Include <string.h> unconditionally.
40599         (strchr, memcpy, NULL): Do not define.
40600
40601         * lib/readtokens.c: Include readtokens.h first, to test interface.
40602         Include <stdlib.h>, <string.h> unconditionally.
40603         (init_tokenbuffer): Define with a prototype.
40604
40605         * lib/regex.c (PARAMS): Remove.  All uses removed.
40606         All uses of _RE_ARGS removed, too.
40607         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
40608         unconditionally.
40609         (bzero): Assume memset exists.
40610         (memcmp, memcpy, NULL): Remove.
40611         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
40612         char, or assignments to local vars of type signed char.
40613         (init_syntax_once, PREFIX(extract_number_and_incr),
40614         PREFIX(print_partial_compiled_pattern),
40615         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
40616         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
40617         PREFIX(regex_grow_registers), PREFIX(regex_compile),
40618         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
40619         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
40620         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
40621         wcs_compile_range, byte_compile_range, truncate_wchar,
40622         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
40623         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
40624         count_mbs_length, wcs_re_match_2_internal,
40625         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
40626         PREFIX(alt_match_null_string_p),
40627         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
40628         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
40629         regfree, PREFIX(extract_number)): Define with prototype.  Remove
40630         now-unnecessary declaration, if any.
40631         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
40632         regcomp, regexec):
40633         Remove now-unnecessary casts among pointer types.
40634         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
40635
40636         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
40637         (free): Remove decl.
40638
40639         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
40640
40641         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
40642         (free): Remove decl.
40643
40644         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
40645         * lib/xgetcwd.c: Likewise.
40646
40647         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
40648         (free): Remove decl.
40649
40650         * lib/strchrnul.c (strchrnul): Define with a prototype.
40651         Fix bug: c_in was not converted to char before searching.
40652
40653         The following changes are not K&R related:
40654
40655         * lib/group-member.h: Include <sys/types.h>, so that this file is
40656         self-contained.
40657         * lib/makepath.h: Likewise.
40658
40659         * lib/getusershell.c (readname, default_index, line_size, readname):
40660         Use size_t, not int, for sizes.
40661         (readname): If the size overflows, report an error instead of
40662         looping forever.
40663
40664 2003-09-09  Paul Eggert  <eggert@twinsun.com>
40665
40666         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
40667         libc.
40668
40669 2003-09-09  Paul Eggert  <eggert@twinsun.com>
40670
40671         * README: New section: portability guidelines.
40672
40673 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
40674
40675         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
40676         C89 spec.
40677
40678 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
40679
40680         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
40681
40682 2003-09-08  Paul Eggert  <eggert@twinsun.com>
40683
40684         Assume C89 or better; remove K&R cruft.
40685         A few of these changes were first proposed by Derek Robert Price
40686         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
40687
40688         * lib/addext.c: Include <string.h> unconditionally.
40689         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
40690         Don't declare getenv or malloc.
40691
40692         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
40693         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
40694         (NULL): Remove.
40695         (find_stack_direction, alloca): Use prototypes.
40696
40697         * lib/atexit.c (atexit): Define using a prototype.
40698
40699         * lib/basename.c, dirname.c, stripslash.c:
40700         Include <string.h> unconditionally.
40701
40702         * lib/bcopy.c: Include <stddef.h>.
40703         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
40704
40705         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
40706
40707         * lib/error.h (error, error_at_line, error_print_progname)
40708         [! (defined (__STDC__) && __STDC__)]: Remove decls.
40709         * lib/error.c: Include error.h first, to check interface.
40710         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
40711         (VA_START): Remove; all uses changeed to va_start.
40712         (exit, strerror): Remove decls.
40713         (error_print_progname): Prototype uncondionally.
40714         Don't include <errno.h>; no longer needed.
40715         (private_strerror): Remove.
40716         (error_tail): Always define.
40717         (error, error_at_line): Assume C89 or better; always use prototypes.
40718         * lib/fatal.c: Include "fatal.h" first, to test interface.
40719         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
40720         (VA_START): Remove; all uses changed to va_start.
40721         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
40722         this case.
40723         (exit): Remove decl.
40724         (fatal): Prototype unconditionally.  Assume va_start works.
40725         Abort at end, to pacify gcc.
40726
40727         * lib/euidaccess.c (main): Define with a prototype.
40728
40729         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
40730
40731         * lib/exitfail.c: Include <stdlib.h> unconditionally.
40732
40733         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
40734         prototypes.
40735         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
40736         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
40737         (getenv): Remove decl.
40738         (fnmatch): Define using a prototype.
40739         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
40740         (FCT): Define using a prototype.
40741
40742         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
40743
40744         * lib/gethostname.c: Include <stddef.h>.
40745         (gethostname): Define with prototype.  Length is size_t, not int.
40746
40747 2003-09-08  Paul Eggert  <eggert@twinsun.com>
40748
40749         Assume C89 or better; remove K&R cruft.
40750         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
40751         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
40752         string.h, getenv, malloc.
40753         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
40754         headers.
40755         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
40756         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
40757         do not check for strerror.
40758         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
40759         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
40760         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
40761         do not check for doprnt or vprintf.
40762         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
40763         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
40764
40765 2003-09-08  Paul Eggert  <eggert@twinsun.com>
40766
40767         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
40768         getversion.c should have been removed then, but was accidentally
40769         preserved.
40770
40771         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
40772         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
40773
40774 2003-09-08  Karl Berry  <karl@gnu.org>
40775
40776         * config/config.sub, config.guess, srclistvars.sh: update from savannah
40777                 config, forget about prep.
40778
40779         * config/depcomp, missing: update from automake.
40780
40781 2003-09-07  Paul Eggert  <eggert@twinsun.com>
40782
40783         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
40784         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
40785
40786 2003-09-07  Paul Eggert  <eggert@twinsun.com>
40787
40788         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
40789         copy_tm_result.  Bug reported by Simon Josefsson in
40790         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
40791
40792 2003-09-06  Paul Eggert  <eggert@twinsun.com>
40793
40794         * m4/time_r.m4: New file.
40795         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
40796         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
40797         is. Check for timegm declaration.
40798         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
40799         Do not check for gmtime_r.
40800         Replace mktime if __mktime_internal does not exist and if mktime
40801         hasn't been replaced already.
40802
40803 2003-09-06  Paul Eggert  <eggert@twinsun.com>
40804
40805         * lib/time_r.c, lib/time_r.h: New files.
40806
40807         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
40808         __localtime_r.
40809         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
40810         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
40811
40812         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
40813         __gmtime_r.
40814         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
40815         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
40816         Include <time_r.h>.
40817
40818         * lib/timegm.c: Switch to glibc implementation, with the following
40819         changes:
40820         [defined HAVE_CONFIG_H]: Include <config.h>.
40821         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
40822         (__mktime_internal) [!defined _LIBC]: New decl.
40823         (__gmtime_r) [!defined _LIBC]: New macro and function.
40824         (timegm): Use a prototype, since gnulib assumes C89.
40825         Do not bother declaring tmp to be const, as it's not really usefu.
40826         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
40827         (timegm): Declare only if HAVE_DECL_TIMEGM.
40828
40829 2003-09-06  Paul Eggert  <eggert@twinsun.com>
40830
40831         * MODULES.html.sh (func_all_modules): Add time_r.
40832         * modules/time_r: New file.
40833         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
40834         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
40835
40836 2003-09-03  Paul Eggert  <eggert@twinsun.com>
40837
40838         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
40839         Bug reported by Lute Kamstra in
40840         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
40841
40842         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
40843         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
40844         course with correspondingly smaller numbers for tomorrow and
40845         yesterday.  From Tadayoshi Funaba.  Originally installed into
40846         sh-utils on 1999-08-07, but the patch got lost (I guess during the
40847         coreutils merge?).
40848
40849 2003-08-31  Simon Josefsson  <jas@extundo.com>
40850
40851         * modules/timegm: New file.
40852         * MODULES.html.sh (func_all_modules): Add timegm.
40853
40854 2003-08-31  Simon Josefsson  <jas@extundo.com>
40855
40856         * m4/timegm.m4: New file.
40857
40858 2003-08-31  Simon Josefsson  <jas@extundo.com>
40859
40860         * lib/timegm.h: New file.
40861         * lib/timegm.c: New file.  Based on
40862         wget-1.8.2/src/http.c:mktime_from_utc.
40863
40864 2003-08-31  Karl Berry  <karl@gnu.org>
40865
40866         * lib/argp.h: update from libc.
40867
40868 2003-08-28  Bruno Haible  <bruno@clisp.org>
40869
40870         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
40871         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
40872         followed by '#define fnmatch fnmatch_posix' gives an error.
40873
40874 2003-08-28  Bruno Haible  <bruno@clisp.org>
40875
40876         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
40877         warning on QNX, which defines O_BINARY to 000000.
40878
40879 2003-08-27  Jim Meyering  <jim@meyering.net>
40880
40881         * m4/mkstemp.m4: Require that the system mkstemp be able to create
40882         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
40883         would fail after 32.  Reported by Danny Levinson.  Details here:
40884         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
40885
40886 2003-08-24  Bruno Haible  <bruno@clisp.org>
40887
40888         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
40889         MSVC7 <stdio.h> is included later.
40890
40891 2003-08-22  Simon Josefsson  <jas@extundo.com>
40892
40893         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
40894
40895 2003-08-20  Karl Berry  <karl@gnu.org>
40896
40897         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
40898
40899 2003-08-20  Bruno Haible  <bruno@clisp.org>
40900
40901         * modules/progname: New file.
40902         * MODULES.html.sh (func_all_modules): Add progname.
40903
40904 2003-08-20  Bruno Haible  <bruno@clisp.org>
40905
40906         * lib/progname.h: New file, from GNU gettext.
40907         * lib/progname.c: New file, from GNU gettext.
40908         * lib/progreloc.c: New file, from GNU gettext.
40909
40910 2003-08-19  Jim Meyering  <jim@meyering.net>
40911
40912         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
40913         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
40914
40915 2003-08-19  Bruno Haible  <bruno@clisp.org>
40916
40917         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
40918         more.
40919
40920 2003-08-19  Bruno Haible  <bruno@clisp.org>
40921
40922         * lib/xstrdup.c: Assume <string.h> exists.
40923
40924 2003-08-18  Paul Eggert  <eggert@twinsun.com>
40925
40926         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
40927         in makefile rules.
40928
40929 2003-08-18  Jim Meyering  <jim@meyering.net>
40930
40931         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
40932         * m4/lib-ld.m4: Likewise.
40933
40934 2003-08-18  Jim Meyering  <jim@meyering.net>
40935
40936         * lib/setenv.h: Indent nested cpp directive.
40937         * lib/vasnprintf.c: Remove trailing blanks.
40938
40939 2003-08-17  Simon Josefsson  <jas@extundo.com>
40940
40941         * modules/xstrndup: New file.
40942         * MODULES.html.sh (func_all_modules): Add xstrndup.
40943
40944 2003-08-17  Simon Josefsson  <jas@extundo.com>
40945
40946         * modules/argp: Fix autoconf macro name. Add more dependencies.
40947
40948 2003-08-17  Simon Josefsson  <jas@extundo.com>
40949
40950         * m4/xstrndup.m4: New file.
40951
40952 2003-08-17  Simon Josefsson  <jas@extundo.com>
40953
40954         * m4/argp.m4: New file.
40955
40956 2003-08-17  Simon Josefsson  <jas@extundo.com>
40957             Bruno Haible  <bruno@clisp.org>
40958
40959         * lib/xstrndup.h: New file.
40960         * lib/xstrndup.c: New file.
40961
40962 2003-08-17  Bruno Haible  <bruno@clisp.org>
40963
40964         * modules/strndup (Files, Include): Add lib/strndup.h.
40965
40966 2003-08-17  Bruno Haible  <bruno@clisp.org>
40967
40968         * modules/euidaccess (Files): Add lib/euidaccess.h.
40969
40970 2003-08-17  Bruno Haible  <bruno@clisp.org>
40971
40972         * lib/strndup.h: New file.
40973
40974 2003-08-17  Bruno Haible  <bruno@clisp.org>
40975
40976         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
40977         like AC_GNU_SOURCE.
40978         * modules/extensions (configure.ac): Comment out the invocation of
40979         gl_USE_SYSTEM_EXTENSIONS.
40980
40981 2003-08-16  Paul Eggert  <eggert@twinsun.com>
40982
40983         Merges from coreutils, etc.
40984         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
40985         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
40986         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
40987         fixing a typo.
40988         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
40989         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
40990
40991 2003-08-16  Paul Eggert  <eggert@twinsun.com>
40992
40993         Document merge from coreutils.
40994         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
40995         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
40996         * modules/utime: Add m4/utimes-null.m4.
40997
40998 2003-08-16  Paul Eggert  <eggert@twinsun.com>
40999
41000         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
41001         space, undoing this 2003-08-12 change:
41002         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41003
41004 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41005
41006         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
41007         strtoul.c from libc, undoing this 2003-08-12 change:
41008         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41009
41010 2003-08-16  Jim Meyering  <jim@meyering.net>
41011
41012         Merges from coreutils.
41013         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
41014         prefix.  Adjust cache variables similarly.  Create 500 rather than
41015         just 300 files, to exercise bug on Darwin6.5, too.
41016         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
41017         $missing_dir.
41018         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
41019         AM_SYS_POSIX_TERMIOS.
41020         Reported by mkc@mathdogs.com.
41021         Also change use of $am_cv_sys_posix_termios
41022         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
41023         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
41024         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
41025         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
41026         in /proc/mounts until it finds one with matching device number.  This
41027         is unnecessary when the FILE argument *is* a mount point.  No stat call
41028         is necessary in that case.  So, disable the statvfs-testing code on
41029         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
41030         as RedHat bug# 84846.
41031         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41032         to 1MB, so as not to render systems with no stack size limit (e.g.,
41033         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41034         Include <unistd.h>.  On some systems,
41035         it is required for the definition of _SC_PAGESIZE.
41036
41037 2003-08-16  Jim Meyering  <jim@meyering.net>
41038
41039         Merge from coreutils.
41040         * lib/xstrtoimax.c: #else #if -> #elif.
41041         * lib/xstrtoumax.c: Likewise.
41042
41043 2003-08-16  Jim Meyering  <jim@meyering.net>
41044
41045         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
41046         * m4/utimes.m4: Removed.
41047         * m4/utimes-null.m4: Renamed from utimes.m4.
41048
41049         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41050         to 1MB, so as not to render systems with no stack size limit (e.g.,
41051         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41052         Include <unistd.h>.  On some systems,
41053         it is required for the definition of _SC_PAGESIZE.
41054
41055 2003-08-16  Jim Meyering  <jim@meyering.net>
41056         and Paul Eggert  <eggert@cs.ucla.edu>
41057
41058         Merges from coreutils, etc.
41059
41060         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
41061         using the latest version from cvs.  This avoids problems with #line
41062         directives using a vendor (Sun) compiler.
41063         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
41064         Don't set GETGROUPS_LIB here; now it's
41065         done via getgroups.m4's wrapper function.
41066         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
41067         rather than just in sh-util/configure.in, so that the
41068         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
41069         same.
41070         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
41071         AC_FUNC_GETLOADAVG where to find getloadavg.c.
41072         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
41073         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
41074         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
41075         Remove code that is now done by the newly-required macros.
41076         Append $(EXEEXT) to DF_PROG.
41077         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
41078         Do not invoke or require the following here,
41079         since prereq.m4 or some gnulib .m4 now does this for us:
41080         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
41081         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
41082         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
41083         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
41084         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
41085         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
41086         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
41087         AC_FUNC_OBSTACK.
41088         Do not replace the following functions, as this is now the job
41089         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
41090         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
41091         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
41092         atexit getpass, strdup, getpagesize.
41093         Replace 'raise'.
41094         Do not check for the following functions, as this is now the job
41095         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
41096         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
41097         setregid.
41098         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
41099         Check for sys/sysctl.h.
41100         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
41101         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
41102         of checking for ssize_t ourselves.
41103
41104         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
41105         Require every macro that gnulib/modules/* suggests for us.
41106         (jm_PREREQ_ADDEXT): New macro.
41107         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
41108         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
41109
41110         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
41111         (gl_PHYSMEM): Use it.
41112         Also check for `table' function.
41113         Check for new headers and functions.
41114         Add check for sys/sysmp.h.
41115         With suggestions from Kaveh Ghazi.
41116         Ignore headers that are present but cannot be compiled.  This
41117         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
41118         C 5.4.
41119
41120 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41121
41122         Document merge from coreutils.
41123         * modules/userspec: Depend on posixver.
41124         * modules/strftime: Depend on tzset.
41125
41126 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41127
41128         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
41129         rather than tab, after '#' in shell-script copyright notices.
41130         Suggested by Bruno Haible.
41131
41132 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41133
41134         * config/srclist-update: Use three spaces, rather than tab, after '#'
41135         in shell-script copyright notices.  Suggested by Bruno Haible.
41136         Remove unnecessary parenthesization in regular expression.
41137
41138 2003-08-15  Jim Meyering  <jim@meyering.net>
41139
41140         Merge from coreutils.
41141         * lib/xgethostname.c: Include <stdlib.h>.
41142         (xghostname): Don't exit for anything other than memory-related
41143         failure; just return NULL.
41144         * lib/userspec.c: Include "posixver.h".
41145         (parse_user_spec): Accept `.' as a separator only
41146         in pre-POSIX-200112 mode.
41147         * lib/strtoimax.c: Use #elif rather than #else #if.
41148         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
41149         Remove function, now that we can rely on a working tzset function.
41150         [!_LIBC]: Ensure that the required autoconf test has been run.
41151         [!defined _NL_CURRENT && HAVE_STRFTIME]:
41152         Use underlying_strftime for %r.
41153         * lib/sha.c: Merge in some clean-up and optimization changes from
41154         glibc.
41155         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
41156         Ensure that it is a multiple of 64.
41157         Rearrange loop exit tests so as to avoid performing an
41158         additional fread after encountering an error or EOF.
41159         * lib/realloc.c: Update copyright date.
41160
41161 2003-08-15  Jim Meyering  <jim@meyering.net>
41162         and Paul Eggert  <eggert@twinsun.com>
41163
41164         Merge from coreutils.
41165         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
41166         member but strut utmpx does not.  Needed for AIX 4.3.3.
41167         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
41168
41169 2003-08-15  Jim Meyering  <jim@meyering.net>
41170         and Paul Eggert  <eggert@cs.ucla.edu>
41171
41172         Merges from coreutils, etc.
41173         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
41174         Require gl_FUNC_TZSET_CLOBBER.
41175         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
41176         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
41177         members.
41178
41179 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41180
41181         Help the merge from coreutils.
41182         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
41183         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
41184         * m4/tzset.m4: Use it too.
41185
41186 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41187
41188         * modules/tzset: New file.
41189
41190 2003-08-14  Jim Meyering  <jim@meyering.net>
41191
41192         Merges from coreutils.
41193         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
41194         variable names, rather than @FNMATCH_H@.
41195         * modules/alloca: Likewise for $(ALLOCA_H).
41196
41197         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
41198         the three copies of the literal target, `fnmatch.h'.
41199         * modules/alloca (alloca.h): Likewise.
41200
41201 2003-08-14  Jim Meyering  <jim@meyering.net>
41202
41203         Merge from coreutils.
41204         * m4/tzset.m4: New file.
41205         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
41206         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
41207         otherwise, AIX 5.1 systems would end up using the latter.
41208         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
41209         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
41210         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
41211         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
41212
41213 2003-08-14  Jim Meyering  <jim@meyering.net>
41214
41215         Merge from coreutils.
41216         * lib/obstack.h: Whitespace changes.
41217         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
41218         and xcalloc return values.
41219         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
41220         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
41221         hang on OSF/1 5.1 for DIR on both local and remote file systems.
41222         Reported by (and fix confirmed by) Nelson H. F. Beebe.
41223         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
41224         error from mntctl.
41225         Use mntctl's return value to drive the entry-processing loop, since
41226         we can't rely on the value of the vmt_length member in the last
41227         entry.  On some systems doing so could result in exhausting
41228         virtual memory.  Based in part on a patch from Mike Jetzer.
41229
41230 2003-08-14  Jim Meyering  <jim@meyering.net>
41231         and Paul Eggert  <eggert@twinsun.com>
41232
41233         Merges from coreutils, plus other fixes.
41234         * lib/physmem.c: Merge in portability changes from gcc/libiberty
41235         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
41236         for credits and details.  Thanks to Kaveh Ghazi for helping
41237         to keep these files in sync.
41238         (ARRAY_SIZE): Define it.
41239         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
41240         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
41241         (memcasecmp): Don't assume size_t fits in unsigned int.
41242         Remove casts and duplicate code.
41243         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
41244         (memcpy): Remove definition.
41245         Merge in some clean-up and optimization changes from glibc.
41246         [BLOCKSIZE]: Move definition to top of file.
41247         Ensure that it is a multiple of 64.
41248         Rearrange loop exit tests so as to avoid performing an
41249         additional fread after encountering an error or EOF.
41250         * lib/md5.h (md5_uintptr): Define.
41251         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
41252         return to the initial working directory.  Preserve errno
41253         for caller.
41254         * lib/idcache.c: Include "xalloc.h".
41255         (xmalloc, xrealloc): Remove decls.
41256         (getuser): Remove casts no longer required in C89.
41257         * lib/human.c: Include stdio.h, for sprintf.
41258         * lib/group-member.c: Include "xalloc.h".
41259         (xmalloc, xrealloc): Remove decls.
41260         (get_group_info): Remove casts no longer required in C89.
41261         * lib/getusershell.c (readname): Remove casts no longer required in
41262         C89.
41263         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
41264         * lib/getline.c: Whitespace fix, from coreutils.
41265
41266 2003-08-13  Paul Eggert  <eggert@twinsun.com>
41267
41268         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
41269         Check for isascii.
41270
41271         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
41272         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
41273         Undo previous (whitespace-only) change.
41274
41275 2003-08-13  Paul Eggert  <eggert@twinsun.com>
41276
41277         * lib/exclude.c: Include <ctype.h>
41278         (IN_CTYPE_DOMAIN): New macro.
41279         (is_space): New fn.
41280         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
41281         and empty lines.
41282
41283         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
41284         Undo previous (whitespace-only) change.
41285
41286 2003-08-13  Paul Eggert  <eggert@twinsun.com>
41287
41288         * config/srclist-update: Change update back to the old behavior,
41289         leaving whitespace alone.  Use one 'sed' command rather than a
41290         pipeline.
41291         (fixlicense): Now a variable, not a function.
41292         (remove_trailing_blanks): Remove.
41293         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
41294         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
41295         Undo previous (whitespace-only) change.
41296
41297 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41298
41299         Merge from coreutils.
41300         * modules/euidaccess: Add lib_SOURCES, include for new
41301         file euidaccess.h
41302
41303 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41304
41305         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
41306         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
41307         Normalize leading white space and remove trailing white space.
41308
41309         Merge from coreutils
41310         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
41311
41312         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
41313         0.12.1.  These files are now being upgraded automatically by
41314         ../config/srclist-update.
41315
41316 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41317
41318         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
41319         Normalize leading white space and remove trailing white space.
41320         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
41321         notice, as per ../config/srclist-update.
41322
41323         Merge from coreutils.
41324         * lib/euidaccess.h: New file.
41325         * lib/euidaccess.c: Include it.
41326         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
41327         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
41328         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
41329
41330 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41331
41332         * config/srclist-update: Add copyright notice.
41333         (remove_id_lines, remove_trailing_blanks): New constants.
41334         (fixfile): Use them to normalize spacing a bit in copied files.
41335         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
41336         Normalize leading white space and remove trailing white space.
41337
41338         * config/texinfo.tex: Sync with texinfo.
41339
41340         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
41341         strtoul.c from libc, to merge coreutils whitespace changes.
41342
41343         * config/srclist.txt: Get the following m4 files from gettext:
41344         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
41345         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
41346         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
41347         wint_t.m4.
41348
41349 2003-08-12  Karl Berry  <karl@gnu.org>
41350
41351         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
41352         been made.
41353
41354 2003-08-11  Paul Eggert  <eggert@twinsun.com>
41355
41356         * modules/gnu-source, m4/gnu-source.m4:
41357         Remove; we're assuming Autoconf 2.54 or later now.
41358         Suggested by Bruno Haible.
41359         * MODULES.html.sh (func_all_modules): Remove gnu-source.
41360
41361 2003-08-11  Bruno Haible  <bruno@clisp.org>
41362
41363         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
41364
41365 2003-08-11  Bruno Haible  <bruno@clisp.org>
41366
41367         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
41368         (vasnprintf): Use it instead of wcslen.
41369
41370 2003-08-11  Bruno Haible  <bruno@clisp.org>
41371
41372         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
41373         value to ensure that _Bool promotes to int. Use #define for _Bool when
41374         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
41375
41376 2003-08-10  Karl Berry  <karl@gnu.org>
41377
41378         * lib/regex.h: update from libc (whitespace fix).
41379
41380 2003-08-09  Paul Eggert  <eggert@twinsun.com>
41381
41382         Merge some files from coreutils.  These changes were
41383         originally made by Jim Meyering.
41384         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
41385         many older Unixes require this.
41386         * lib/alloca.c (alloca): Remove cast to argument of free;
41387         no longer needed in C89.
41388         * lib/alloca_.h, regex.h: Fix white space to match
41389         what GNU indent does.
41390
41391 2003-08-09  Paul Eggert  <eggert@twinsun.com>
41392
41393         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
41394         apparently Emacs's Unicode mode got confused before my 2003-08-05
41395         checkin.
41396
41397 2003-08-08  Paul Eggert  <eggert@twinsun.com>
41398
41399         * m4/extensions.m4: New file.
41400         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
41401         Require gl_USE_SYSTEM_EXTENSIONS.
41402         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
41403         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
41404
41405 2003-08-08  Paul Eggert  <eggert@twinsun.com>
41406
41407         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
41408         * modules/extensions, modules/gnu-source: New files.
41409         * modules/timespec, modules/unlocked-io: Depend on extensions.
41410
41411 2003-08-07  Paul Eggert  <eggert@twinsun.com>
41412
41413         * modules/restrict: New file.
41414         * MODULES.html.sh (func_all_modules): Add restrict.
41415         * modules/regex: Depend on restrict.
41416
41417 2003-08-07  Paul Eggert  <eggert@twinsun.com>
41418
41419         * m4/restrict.m4: New file.
41420         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
41421
41422 2003-08-07  Bruno Haible  <bruno@clisp.org>
41423
41424         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
41425         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
41426
41427 2003-08-07  Bruno Haible  <bruno@clisp.org>
41428
41429         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
41430         makes the module 'getndelim2' compatible with the module 'getline'.
41431
41432 2003-08-05  Paul Eggert  <eggert@twinsun.com>
41433
41434         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
41435         byte with "\201" to avoid glitches when editing that source file
41436         with multi-gnome-terminal.
41437
41438 2003-08-05  Paul Eggert  <eggert@twinsun.com>
41439
41440         * lib/bumpalloc.h: Remove.
41441
41442 2003-08-05  Paul Eggert  <eggert@twinsun.com>
41443
41444         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
41445         * modules/bumpalloc: Remove.
41446
41447 2003-08-04  Paul Eggert  <eggert@twinsun.com>
41448
41449         * lib/getloadavg.c: Change copyright notice and spacing to conform to
41450         GNU coding style.
41451
41452         Merge from coreutils.
41453         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
41454         1. From glibc.
41455         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
41456         from Karl Berry, implemented by Jim Meyering.
41457         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
41458         from Dmitry V. Levin.
41459         Remove anachronistic cast of xrealloc.
41460         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
41461         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
41462         type. Otherwise, it wouldn't compile with at least /bin/cc on
41463         ymp-cray-unicos9.0.2.X.
41464         Combine two mostly-identical uses of alloca into one.
41465         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
41466
41467 2003-08-04  Dave Love  <d.love@dl.ac.uk>
41468
41469         [From Emacs.]
41470
41471         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
41472         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
41473         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
41474         obsolete NLIST_NAME_UNION.
41475         [__GNU__]: Undef BSD and FSCALE.
41476         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
41477
41478 2003-08-03  Paul Eggert  <eggert@twinsun.com>
41479
41480         * lib/stdbool_.h (_Bool): Make it signed char, instead of
41481         an enum type, so that it's guaranteed to promote to int.  See:
41482         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
41483
41484 2003-08-03  Karl Berry  <karl@gnu.org>
41485
41486         * config/depcomp: update from automake.
41487
41488 2003-07-31  Paul Eggert  <eggert@twinsun.com>
41489
41490         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
41491         (strerror): Don't assume that a printable int fits in 14 bytes.
41492
41493 2003-07-31  Bruno Haible  <bruno@clisp.org>
41494
41495         * modules/getpass-gnu: New file.
41496         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
41497
41498 2003-07-31  Bruno Haible  <bruno@clisp.org>
41499
41500         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
41501
41502 2003-07-24  Karl Berry  <karl@gnu.org>
41503
41504         * config/missing: update from automake.
41505
41506 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
41507             Bruno Haible  <bruno@clisp.org>
41508
41509         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
41510         * lib/getline.c (getline, getdelim): Likewise.
41511         Remove _GNU_SOURCE define; now it's defined in config.h through
41512         m4/getline.m4.
41513
41514 2003-07-23  Karl Berry  <karl@gnu.org>
41515
41516         * config/config.sub: update from prep.
41517
41518 2003-07-22  Paul Eggert  <eggert@twinsun.com>
41519
41520         * modules/xalloc (Depends-on): Add exitfail.
41521         * modules/xmemcoll: Likewise.
41522
41523 2003-07-22  Paul Eggert  <eggert@twinsun.com>
41524
41525         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
41526         over-parenthesization in macros.
41527
41528         Sync with coreutils.
41529
41530         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
41531         required by C99.
41532
41533         Use `exit_failure' for xalloc and xmemcoll instead of their own
41534         private exit-failure variables.
41535         * lib/xalloc.h (xalloc_exit_failure): Remove.
41536         * lib/xmalloc.c: Likewise.  Include exitfail.h.
41537         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
41538         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
41539         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
41540         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
41541
41542 2003-07-20  Jim Meyering  <jim@meyering.net>
41543
41544         * modules/closeout (Depends-on): Add exitfail.
41545         Suggestion from Bruno Haible.
41546
41547 2003-07-19  Karl Berry  <karl@gnu.org>
41548
41549         * config/config.sub: update from prep.
41550
41551 2003-07-18  Paul Eggert  <eggert@twinsun.com>
41552
41553         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
41554         Remove.
41555         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
41556         to test that it can stand by itself.  Include "exitfail.h".
41557         Clients should set exit_failure instead.
41558         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
41559
41560 2003-07-18  Bruno Haible  <bruno@clisp.org>
41561
41562         * modules/getndelim2: New file.
41563         * modules/getline: Share files with module getndelim2.
41564         * modules/getnline: Depend on getndelim2 instead of sharing files with
41565         it. Add getnline.c to lib_SOURCES.
41566         * MODULES.html.sh (func_all_modules): Add getndelim2.
41567
41568 2003-07-18  Bruno Haible  <bruno@clisp.org>
41569
41570         * m4/getndelim2.m4: New file.
41571         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
41572         invoke gl_PREREQ_GETNDELIM2.
41573         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
41574         gl_PREREQ_GETNDELIM2.
41575         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
41576         gl_GETNDELIM2.
41577
41578 2003-07-18  Bruno Haible  <bruno@clisp.org>
41579
41580         * lib/getndelim2.h: New file.
41581         * lib/getndelim2.c: Make into a module of its own. Include config.h,
41582         getndelim2.h.
41583         (getndelim2): Make non-static. Change return type to ssize_t.
41584         * lib/getline.h: Change argument names.
41585         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
41586         * lib/getnline.c: Include getndelim2.h.
41587
41588 2003-07-18  Andreas Schwab  <schwab@suse.de>
41589
41590         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
41591
41592 2003-07-17  Karl Berry  <karl@gnu.org>
41593
41594         * config/config.sub: update from prep.
41595
41596 2003-07-17  Bruno Haible  <bruno@clisp.org>
41597
41598         * modules/getnline: New file.
41599         * modules/getline: Add lib/getndelim2.c to source file list.
41600         * MODULES.html.sh (func_all_modules): Add getnline.
41601
41602 2003-07-17  Bruno Haible  <bruno@clisp.org>
41603
41604         * m4/getnline.m4: New file.
41605
41606 2003-07-17  Bruno Haible  <bruno@clisp.org>
41607
41608         * m4/Makefile.am.in: Remove file.
41609         * m4/Makefile.am: Remove file.
41610         * m4/Makefile.in: Remove file.
41611
41612 2003-07-17  Bruno Haible  <bruno@clisp.org>
41613
41614         * lib/getnline.h: New file.
41615         * lib/getnline.c: New file.
41616         * lib/getndelim2.c: New file, extracted from getline.c.
41617         (getndelim2): Renamed from getdelim2, with added nmax argument.
41618         * lib/getline.c: Include getndelim2.c.
41619         (getdelim2): Moved out to getndelim2.c.
41620         (getline, getdelim): Update.
41621
41622 2003-07-17  Bruno Haible  <bruno@clisp.org>
41623
41624         * lib/Makefile.am: Remove file.
41625         * lib/Makefile.in: Remove file.
41626
41627 2003-07-17  Bruno Haible  <bruno@clisp.org>
41628
41629         * configure.in: Remove file.
41630         * Makefile.in: Remove file.
41631
41632 2003-07-17  Bruno Haible  <bruno@clisp.org>
41633
41634         * MODULES.html.sh: Put the </BODY> right before </HTML>.
41635
41636 2003-07-16  Karl Berry  <karl@gnu.org>
41637
41638         * config/srclist-update: was running fixlicense twice, which caused
41639                 texinfo.tex to be nullified for some reason.  Simplify,
41640                 $gplsrc is no longer needed as far as I can see?
41641
41642 2003-07-16  Jim Meyering  <jim@meyering.net>
41643
41644         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
41645
41646 2003-07-15  Paul Eggert  <eggert@twinsun.com>
41647
41648         * config/srclist.txt: Get the following files from gettext-runtime/intl
41649         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
41650         ref-del.sin.  From Bruno Haible.
41651         * config/srclist-update (fixfile): Change grep pattern again, since the
41652         previous fix didn't work (there was another trailing $).  Use
41653         '[$]' to escape the $s.
41654
41655 2003-07-15  Karl Berry  <karl@gnu.org>
41656
41657         * lib/vasnprintf.c: update from gettext.
41658
41659 2003-07-15  Karl Berry  <karl@gnu.org>
41660
41661         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
41662         gets expanded when surrounded by '$'.
41663
41664 2003-07-15  Jim Meyering  <jim@meyering.net>
41665
41666         * modules/save-cwd: Don't depend on error.  From Derek Price.
41667
41668 2003-07-15  Jim Meyering  <jim@meyering.net>
41669
41670         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
41671
41672 2003-07-14  Simon Josefsson  <jas@extundo.com>
41673
41674         * modules/mempcpy: New file.
41675         * MODULES.html.sh (func_all_modules): Add mempcpy.
41676
41677 2003-07-14  Simon Josefsson  <jas@extundo.com>
41678
41679         * m4/mempcpy.m4: New file.
41680
41681 2003-07-14  Simon Josefsson  <jas@extundo.com>
41682
41683         * lib/mempcpy.h: New file.
41684         * lib/mempcpy.c: New file.
41685
41686 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41687
41688         * modules/getdate, modules/posixtm: Depend on mktime.
41689
41690 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41691
41692         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
41693         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
41694         unicodeio.c, unicodeio.h, unlocked-io.h:
41695         Switch from LGPL to GPL.
41696
41697 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41698
41699         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
41700         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
41701         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
41702         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
41703         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
41704         updated automatically by ../config/srclist-update.  This changes
41705         their license from LPGL to GPL.
41706
41707 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41708
41709         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
41710         assumed to refer to the root of the most recent stable gettext version.
41711         * config/srclistvars.sh: Add defaults for eggert.
41712         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
41713         Match "This program" as well as "The program".  This is needed
41714         for gettext.
41715
41716 2003-07-14  Jim Meyering  <jim@meyering.net>
41717
41718         Don't emit diagnostics.  Let callers do that.
41719         * lib/save-cwd.c: Don't include "error.h".
41720         (save_cwd): Don't call error.  Ensure that errno is valid
41721         when returning nonzero.
41722
41723         * lib/save-cwd.h (restore_cwd): Update prototype.
41724         * lib/save-cwd.c (restore_cwd): Remove two parameters.
41725         Simplify.  Don't call error upon failure.  Let callers do that.
41726         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
41727         when auditing is enabled.  But don't bother updating the #if.
41728
41729 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
41730
41731         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
41732         it breaks C++ compilation.
41733         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
41734
41735 2003-07-10  Simon Josefsson  <jas@extundo.com>
41736
41737         * modules/strchrnul (Makefile.am): Add strchrnul.h.
41738
41739 2003-07-10  Jim Meyering  <jim@meyering.net>
41740
41741         * m4/clock_time.m4: Remove trailing blank.
41742         * m4/intmax_t.m4: Likewise.
41743
41744 2003-07-10  Jim Meyering  <jim@meyering.net>
41745
41746         * lib/vasnprintf.c: Remove trailing blanks.
41747         Make cpp indentation consistent.
41748
41749 2003-07-09  Paul Eggert  <eggert@twinsun.com>
41750
41751         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
41752         posixver.c, strftime.c, strnlen.c, strverscmp.c:
41753         Switch from LGPL to GPL.
41754
41755 2003-07-09  Paul Eggert  <eggert@twinsun.com>
41756
41757         * config/srclist.txt: Sort sublists.  Add
41758         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
41759         that differ from gnulib for one reason or another; we'd like this list
41760         to be smaller but for now let's document what we have.
41761
41762 2003-07-08  Paul Eggert  <eggert@twinsun.com>
41763
41764         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
41765         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
41766         and sweeter "eval x=$x".
41767         * config/srclist.txt: Get lib/argp* from glibc.
41768
41769 2003-07-07  Paul Eggert  <eggert@twinsun.com>
41770
41771         * lib/mktime.c: Fix some boundary cases and remove need for floating
41772         point.
41773
41774         Issue a compile-time diagnostic if time_t is floating point, or if
41775         two's complement arithmetic is not in effect, or if arithmetic
41776         right shift does not propagate the sign.  These assumptions were
41777         all in the original code but they weren't checked.
41778
41779         (TIME_T_MIDPOINT, verify): New macros.
41780         (__isleap): Remove; it has integer overflow problems.
41781         (leapyear): New function, without those problems.
41782         (ydhms_tm_diff): Remove; splitting into two parts.
41783         (ydhms_diff): New function, containing the arithmetic part of
41784         the old ydhms_tm_diff function.  Issue a compile-time
41785         diagnostic if we are not using C99 integer division.
41786         Avoid casts when possible.
41787         (guess_time_tm): New function, containing the checking part of
41788         the old ydhms_tm_diff function.  Return the new value, rather than
41789         the difference between it and the old.  Accept a new argument T
41790         so that *T specifies the old value.  Check for overflow in the result.
41791
41792         (__mktime_internal): Use a time_t offset, not a long int offset.
41793         This undoes the 2003-06-04 change, which is no longer needed now
41794         that we have better overflow checking.
41795         (localtime_offset): Likewise.
41796
41797         (__mktime_internal): Avoid harmful overflow on hosts where time_t
41798         and long are 64-bit but int is only 32-bit.
41799         (ydhms_diff): Use long int to store year1 and yday1.
41800         Issue a compile-time diagnostic if long int is not wide enough.
41801
41802         (__mktime_internal): Use long int to store adjusted year and yday.
41803         Use plain C rather than preprocessor commands, if that doesn't
41804         affect efficiency.
41805         Check for overflow (and try to repair) after each probe
41806         rather than checking only at the very end.  This avoids some bugs
41807         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
41808         does not equal GMT offset at maximum time).
41809         Use integer to check for overflow rather than floating point; this
41810         is more portable to non-IEEE hosts, and is a tad faster.
41811         When we detect that we are oscillating between two values,
41812         don't check whether tm_isdst has the requested value, since
41813         we already know the answer.  When tm_isdst has the wrong value,
41814         use a different heuristic to find the right one, based on the
41815         extreme values actually observed in practice in tz2003a,
41816         rather than the (overly optimistic) "previous 3 calendar quarters".
41817
41818         (not_equal_tm, print_tm, check_result): Use "const T" rather than
41819         "T const" to accommodate glibc style.
41820         (check_result): Use less-confusing report format.  "long" -> "long int.
41821         (main): Likewise.
41822         Don't loop if the iteration overflows time_t.
41823         Allow a negative step in the iteration.
41824
41825 2003-07-06  Karl Berry  <karl@gnu.org>
41826
41827         * config/depcomp: update from automake.
41828         * config/config.sub: update from prep.
41829
41830 2003-07-03  Karl Berry  <karl@gnu.org>
41831
41832         * config/config.guess: update from prep.
41833
41834 2003-07-01  Paul Eggert  <eggert@twinsun.com>
41835
41836         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
41837         xreadlink.c now includes it unconditionally.
41838
41839 2003-07-01  Paul Eggert  <eggert@twinsun.com>
41840
41841         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
41842         having it depend on HAVE_SYS_TYPES_H.
41843
41844 2003-07-01  Bruno Haible  <bruno@clisp.org>
41845
41846         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
41847         <sys/types.h> should be sufficient.
41848         Reported by Paul Eggert.
41849
41850 2003-06-26  Karl Berry  <karl@gnu.org>
41851
41852         * config/depcomp: update from automake.
41853
41854 2003-06-26  Bruno Haible  <bruno@clisp.org>
41855
41856         * modules/human: Depend on module stdbool.
41857
41858 2003-06-25  Bruno Haible  <bruno@clisp.org>
41859
41860         * modules/readlink: New file.
41861         * modules/xreadlink: Depend on it.
41862         * MODULES.html.sh (func_all_modules): Add readlink.
41863
41864 2003-06-25  Bruno Haible  <bruno@clisp.org>
41865
41866         * m4/readlink.m4: New file.
41867
41868 2003-06-25  Bruno Haible  <bruno@clisp.org>
41869
41870         * lib/readlink.c: New file.
41871
41872 2003-06-22  Karl Berry  <karl@gnu.org>
41873
41874         * config/srclist.txt: update mkinstalldirs from automake.
41875         * config/mkinstalldirs: update.
41876
41877 2003-06-22  Bruno Haible  <bruno@clisp.org>
41878
41879         Portability to mingw32.
41880         * m4/ssize_t.m4: New file, from GNU gettext.
41881         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
41882         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
41883
41884 2003-06-22  Bruno Haible  <bruno@clisp.org>
41885
41886         * modules/safe-read: Add m4/ssize_t.m4.
41887         * modules/xreadlink: Add m4/ssize_t.m4.
41888
41889 2003-06-20  Bruno Haible  <bruno@clisp.org>
41890
41891         Assume C89, so PARAMS isn't needed.
41892         * lib/unicodeio.h (PARAMS): Remove.
41893         * lib/unicodeio.c: Don't use PARAMS.
41894
41895 2003-06-18  Karl Berry  <karl@gnu.org>
41896
41897         * config/config.{guess,sub}: update from prep.
41898
41899 2003-06-18  Jim Meyering  <jim@meyering.net>
41900
41901         Merge changes from coreutils.
41902         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
41903         Remove explicit declarations of xmalloc and realloc.
41904         Include xalloc.h.
41905         (read_utmp): Remove anachronistic cast of xmalloc.
41906
41907 2003-06-17  Paul Eggert  <eggert@twinsun.com>
41908
41909         Assume C89, so PARAMS isn't needed.
41910         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
41911         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
41912         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
41913         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
41914         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
41915         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
41916         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
41917         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
41918         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
41919         lib/xstrtod.h, lib/xstrtol.h: Likewise.
41920         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
41921         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
41922         no longer needed. Anyway, config.h should always be included before any
41923         other file.
41924
41925 2003-06-11  Simon Josefsson  <jas@extundo.com>
41926
41927         * modules/sysexits: New file.
41928         * MODULES.html.sh (func_all_modules): Add sysexits.
41929
41930 2003-06-11  Simon Josefsson  <jas@extundo.com>
41931
41932         * lib/sysexit_.h: New file.
41933
41934 2003-06-11  Derek Price  <derek@ximbiot.com>
41935
41936         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
41937         necessary.
41938
41939 2003-06-11  Bruno Haible  <bruno@clisp.org>
41940
41941         * m4/sysexits.m4: New file.
41942
41943 2003-06-10  Simon Josefsson  <jas@extundo.com>
41944
41945         * lib/argp.h: New file, from glibc.
41946         * lib/argp-ba.c: New file, from glibc.
41947         * lib/argp-eexst.c: New file, from glibc.
41948         * lib/argp-fmtstream.c: New file, from glibc.
41949         * lib/argp-fmtstream.h: New file, from glibc.
41950         * lib/argp-fs-xinl.c: New file, from glibc.
41951         * lib/argp-help.c: New file, from glibc.
41952         * lib/argp-namefrob.h: New file, from glibc.
41953         * lib/argp-parse.c: New file, from glibc.
41954         * lib/argp-pv.c: New file, from glibc.
41955         * lib/argp-pvh.c: New file, from glibc.
41956         * lib/argp-xinl.c: New file, from glibc.
41957
41958 2003-06-10  Simon Josefsson  <jas@extundo.com>
41959
41960         * modules/strchrnul: New file.
41961
41962 2003-06-10  Simon Josefsson  <jas@extundo.com>
41963
41964         * modules/argp: New file.
41965
41966 2003-06-10  Simon Josefsson  <jas@extundo.com>
41967
41968         * m4/strchrnul.m4: New file.
41969
41970 2003-06-10  Simon Josefsson  <jas@extundo.com>
41971
41972         * lib/strchrnul.h: New file.
41973         * lib/strchrnul.c: New file.
41974
41975 2003-06-10  Bruno Haible  <bruno@clisp.org>
41976
41977         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
41978
41979 2003-06-07  Karl Berry  <karl@gnu.org>
41980
41981         * config/config.{guess,sub}: update from prep.
41982
41983 2003-06-07  Jim Meyering  <jim@meyering.net>
41984
41985         * modules/strtod: Use $(...) notation, not @...@ for
41986         AC_REPLACE'd variables.
41987         * modules/localcharset: Likewise.
41988
41989 2003-06-07  Jim Meyering  <jim@meyering.net>
41990
41991         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
41992         in place of my name in the copyright comment.
41993         Remove definition and uses of __P.
41994
41995         From coreutils.
41996         * lib/stat.c: Don't declare xmalloc explicitly.
41997         Instead, include "xalloc.h".
41998         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
41999         xrealloc, and xcalloc return values.
42000         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
42001         Improve comment.
42002         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
42003
42004 2003-06-07  Bruno Haible  <bruno@clisp.org>
42005
42006         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
42007         avoid AC_CONFIG_LINKS.
42008         * modules/fnmatch (Makefile.am): Use explicit creation rule for
42009         fnmatch.h, to avoid AC_CONFIG_LINKS.
42010         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
42011
42012 2003-06-07  Bruno Haible  <bruno@clisp.org>
42013
42014         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
42015         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
42016         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42017         directory.
42018         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
42019         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42020         directory.
42021
42022 2003-06-06  Jim Meyering  <jim@meyering.net>
42023
42024         Merge from coreutils.
42025         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
42026         Consolidate declarations and initializations of *_base* locals.
42027
42028         Merge from coreutils.
42029         This avoids a core dump on systems without GNU putenv,
42030         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
42031         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
42032         (unsetenv): New static function, from GNU libc.
42033         (rpl_putenv): Use it.
42034
42035         * lib/modechange.c: Remove trailing blanks.
42036
42037         Merge from coreutils.
42038         * lib/fsusage.c: Remove declaration of statfs.
42039         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
42040
42041         * lib/posixtm.c: Include <stdbool.h> unconditionally.
42042
42043 2003-06-06  Jim Meyering  <jim@meyering.net>
42044
42045         * lib/stdbool_.h: Renamed from stdbool.h.in.
42046
42047 2003-06-06  Jim Meyering  <jim@meyering.net>
42048             Bruno Haible  <bruno@clisp.org>
42049
42050         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
42051         Adjust Makefile.am snippet not to redirect directly to target.
42052         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
42053
42054 2003-06-05  Paul Eggert  <eggert@twinsun.com>
42055
42056         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
42057         mismatch, look in future quarters as well as past.  This fixes a
42058         bug when processing fall-backwards gaps immediately after a long
42059         period of daylight-saving time.
42060
42061         * lib/mktime.c: Assume freestanding C89 or better.
42062         (HAVE_LIMITS_H): Remove.  Assume it's 1.
42063         (__P): Remove; not used.
42064         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
42065         (mktime, not_equal_tm, print_tm, check_result,
42066         main): Use prototypes.  Use const * where appropriate.
42067         (main): Fix typo in testing code that uncovered by above changes.
42068         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
42069
42070 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42071
42072         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
42073         locale.h, localeconv.  This merges changes from coreutils.
42074
42075         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
42076         It can be removed after the next Autoconf is released.
42077         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
42078         needed.
42079
42080 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42081
42082         * lib/mktime.c: Fix Debian bug 177940
42083         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
42084         (localtime_offset): Now long int, not time_t, because we want it
42085         to be guaranteed to be signed.  All uses changed.
42086         (__mktime_internal): If overflow would occur when adding offset,
42087         don't add it.
42088
42089         Merge 'human' changes from coreutils.  Rewrite to support
42090         locale-specific notations like thousands separators.
42091         * lib/human.c: Simplify authorship notice.
42092         Include human.h immediately after config.h.
42093         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
42094         <limits.h>: Do not include, since human.h does.
42095         (SIZE_MAX, UINTMAX_MAX): New macros.
42096         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
42097         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
42098         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
42099         (power_letter): Renamed from suffixes.
42100         (generate_suffix_backwards): Remove.
42101         (adjust_value): Now takes int style (because of human.h changes)
42102         and long double value (for greater precision on some platforms).
42103         (group_number): New function.
42104         (human_readable): Use it.  Use integer options, not enum.
42105         Put the options before the sizes in the arg list.
42106         Support all the new options.
42107         The old human_readable function has been removed;
42108         use inttostr.h instead.
42109         (human_readable, default_block_size, humblock):
42110         Use uintmax_t, not int, for block sizes.
42111         (human_readable_inexact, block_size_types): Remove.
42112         (block_size_opts): New constant.
42113         (human_options): Renamed from human_block_size, with new signature
42114         that allows block sizes up to UINTMAX_MAX.  All callers changed.
42115         * lib/human.h: Add copyright and authorship notice.
42116         Include <limits.h> and <stdbool.h> unconditionally.
42117         (PARAMS): Remove.  All uses removed.
42118         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
42119         (enum human_inexact_style): Remove tag; now a nameless enum.
42120         (human_floor, human_ceiling, human_round_to_even): Now have
42121         values 2, 0, 1 rather than -1, 1, 0.
42122         (human_group_digits, human_suppress_point_zero, human_autoscale,
42123         human_base_1024, human_SI, human_B): New constants.
42124         (human_readable_inexact, human_block_size): Remove.
42125         (human_readable): Size args are now uintmax_t, not int.
42126         (human_options): New decl.
42127
42128         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
42129         unnecessary now that we assume C89 or better.  This change
42130         imported from coreutils.
42131
42132         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
42133         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
42134         in the 2003-05-30 sync from glibc.
42135
42136         .h files should stand alone, but we shouldn't include <sys/types.h>
42137         if we can get away with just <stddef.h>.
42138
42139         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
42140         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
42141         rather than <sys/types.h>, as we merely need size_t.
42142         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
42143         to get size_t.
42144         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
42145         Include <stdio.h>, to get FILE.
42146         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
42147         memcasecmp.h has included <stddef.h> and all we need is size_t.
42148         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
42149         our interface, instead of including <sys/types.h>
42150
42151 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42152
42153         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
42154         now, as glibc mktime is buggy on non-glibc systems.
42155
42156 2003-06-03  Karl Berry  <karl@gnu.org>
42157
42158         * config/config.sub: update from prep.
42159
42160 2003-06-02  Paul Eggert  <eggert@twinsun.com>
42161
42162         [from coreutils]
42163         Fix some minor time-related bugs with POSIX time arguments.
42164         Some valid time stamps were being rejected (notably -1, and
42165         time stamps before 1900 on 64-bit hosts).  And some invalid
42166         time stamps were being accepted, e.g. September 31.
42167
42168         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
42169         that we can return (time_t) -1 successfully.
42170         * lib/posixtm.c: Likewise.
42171         [HAVE_STDBOOL_H]: Include <stdbool.h>.
42172         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
42173         (t): Remove static var.
42174         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
42175         of static var.  All uses changed.
42176         (year): Do not reject years before 1900; they can occur with
42177         64-bit time_t.
42178         (posix_time_parse): Do not check for out-of-range components;
42179         that is now the caller's responsibility, since our checks were
42180         only approximations.
42181         (posixtime): Use mktime to check for out-of-range components,
42182         since it knows them exactly.
42183         If mktime returns (time_t) -1, check whether an error actually occurred
42184         by invoking localtime on -1.
42185         (main) [TEST_POSIXTIME]: Check for input data errors, and report
42186         posixtime failures better.
42187         Improve the test data (in comments only).
42188
42189 2003-06-02  Karl Berry  <karl@gnu.org>
42190
42191         * config/mkinstalldirs (version): new variable.
42192         (--version): new option.
42193         (usage): improve message.
42194
42195 2003-05-30  Karl Berry  <karl@gnu.org>
42196
42197         * lib/mktime.c: update from libc.
42198
42199 2003-05-30  Bruno Haible  <bruno@clisp.org>
42200
42201         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
42202         * config/config.rpath: Upgrade to gettext-0.12.1.
42203
42204 2003-05-30  Bruno Haible  <bruno@clisp.org>
42205
42206         * m4/gettext.m4: Upgrade to gettext-0.12.1.
42207         * m4/nls.m4: New file, from gettext-0.12.1.
42208         * m4/po.m4: New file, from gettext-0.12.1.
42209         * m4/progtest.m4: Upgrade to gettext-0.12.1.
42210
42211 2003-05-30  Bruno Haible  <bruno@clisp.org>
42212
42213         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
42214         * lib/localcharset.h: Likewise.
42215         * lib/localcharset.c: Likewise.
42216
42217 2003-05-29  Karl Berry  <karl@gnu.org>
42218
42219         * config/config.rpath: update from gettext.
42220
42221 2003-05-28  Paul Eggert  <eggert@twinsun.com>
42222
42223         Assume the headers required for C89 freestanding compilers.
42224         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
42225         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
42226         * m4/human.m4 (gl_HUMAN): Likewise.
42227         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
42228         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
42229         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42230         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
42231         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42232         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
42233
42234 2003-05-28  Paul Eggert  <eggert@twinsun.com>
42235
42236         Assume the headers required for C89 freestanding compilers.
42237         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
42238         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
42239         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
42240         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
42241         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
42242         define, since <limits.h> is guaranteed to do that.
42243         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
42244         * lib/exclude.c: Include <stdbool.h> unconditionally.
42245         * lib/tempname.c: Include <stddef.h> unconditionally.
42246         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
42247         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
42248         <stddef.h> does that.
42249         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
42250         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
42251         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
42252         needed.
42253         * lib/xstrtol.c: Likewise.
42254         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
42255         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
42256
42257         * lib/addext.c (addext): Use assignment rather than cast, to avoid
42258         warnings on some platforms.
42259
42260         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
42261         arbitrarily.
42262
42263 2003-05-26  Jim Meyering  <jim@meyering.net>
42264
42265         Merge in a change from coreutils:
42266         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
42267         that is guaranteed to be `no'.  Use `no_such_member' to indicate
42268         that condition, rather than `-1' which is slightly misleading.
42269         Change the name of the cache variable to have the gl_ prefix.
42270         Prompted by a patch from Richard Dawe for DJGPP.
42271
42272 2003-05-24  Karl Berry  <karl@gnu.org>
42273
42274         * config/config.guess: update from prep.
42275
42276 2003-05-22  Karl Berry  <karl@gnu.org>
42277
42278         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
42279
42280 2003-05-20  Karl Berry  <karl@gnu.org>
42281
42282         * config/config.guess: update from prep.
42283
42284 2003-05-18  Karl Berry  <karl@gnu.org>
42285
42286         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
42287         might actually be set by the user.
42288
42289         * config/depcomp, install-sh, mdate-sh: update from automake.
42290
42291 2003-05-17  Bruno Haible  <bruno@clisp.org>
42292
42293         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
42294         invalid expansion for AC_EGREP_CPP.
42295         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
42296         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
42297         Suggested by Akim Demaille <akim@epita.fr> in
42298         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
42299
42300 2003-05-12  Jim Meyering  <jim@meyering.net>
42301
42302         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
42303         the space-padded-by-default conversion specifiers, %e, %k, %l.
42304
42305 2003-05-12  Bruno Haible  <bruno@clisp.org>
42306
42307         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
42308         the string is longer than 4 KB.
42309
42310 2003-05-11  Karl Berry  <karl@gnu.org>
42311
42312         * config/config.{guess,sub}: update from prep.
42313
42314 2003-05-09  Bruno Haible  <bruno@clisp.org>
42315
42316         * modules/error: Add m4/strerror_r.m4 to file list.
42317
42318 2003-05-03  Bruno Haible  <bruno@clisp.org>
42319
42320         Upgrade to Unicode-4.0.
42321         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
42322         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
42323         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
42324         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
42325         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
42326         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
42327         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
42328         Change width of U+E0100..U+E01EF from 1 to 0.
42329
42330 2003-04-25  Jim Meyering  <jim@meyering.net>
42331
42332         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
42333         of type size_t, not int.
42334
42335 2003-04-25  Bruno Haible  <bruno@clisp.org>
42336
42337         * lib/copy-file.c: Include <stddef.h>, for size_t.
42338
42339 2003-04-21  Paul Eggert  <eggert@twinsun.com>
42340
42341         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
42342         code which expansion is under static control.  Patch imported from
42343         Akim Demaille's patch to Bison; see
42344         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
42345
42346 2003-04-14  Bruno Haible  <bruno@clisp.org>
42347
42348         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
42349
42350 2003-04-11  Jim Meyering  <jim@meyering.net>
42351
42352         Merge changes from Coreutils.
42353
42354         2003-03-22  Jim Meyering  <jim@meyering.net>
42355
42356         * lib/strftime.c (widen): Cast alloca return value to proper type.
42357
42358         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
42359
42360         From GNU libc.
42361         * lib/strftime.c (my_strftime): Handle very large width
42362         specifications for numeric values correctly.  Improve checks for
42363         overflow.
42364
42365         2003-01-19  Jim Meyering  <jim@meyering.net>
42366
42367         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
42368         definitions.
42369         (nl_get_alt_digit) [! defined my_strftime]: Define.
42370         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
42371         _nl_get_alt_digit and _nl_get_walt_digit.
42372
42373         * lib/strftime.c (my_strftime): Merge in locale-related changes from
42374         libc. These changes have no effect outside of _LIBC.
42375
42376 2003-04-10  Bruno Haible  <bruno@clisp.org>
42377
42378         * modules/findprog: New file.
42379         * MODULES.html.sh (func_all_modules): Add it.
42380
42381 2003-04-10  Bruno Haible  <bruno@clisp.org>
42382
42383         * m4/findprog.m4: New file.
42384         * m4/eaccess.m4: New file.
42385
42386 2003-04-10  Bruno Haible  <bruno@clisp.org>
42387
42388         * lib/findprog.h: New file, from GNU gettext.
42389         * lib/findprog.c: New file, from GNU gettext.
42390
42391 2003-04-05  Jim Meyering  <jim@meyering.net>
42392
42393         Merge changes from Coreutils.
42394
42395         * lib/exclude.h (PARAMS): Remove definition and uses.
42396         * lib/exclude.c: Remove uses of `PARAMS'.
42397
42398         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
42399         Add test-cases for DOS filenames. Declare program_name.
42400         (main): Set up program_name.  Patch by Rich Dawe.
42401
42402         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
42403         error from mntctl.
42404         Use mntctl's return value to drive the entry-processing loop, since
42405         we can't rely on the value of the vmt_length member in the last
42406         entry.  On some systems doing so could result in exhausting
42407         virtual memory.  Based in part on a patch from Mike Jetzer.
42408
42409 2003-04-04  Bruno Haible  <bruno@clisp.org>
42410
42411         * modules/linebreak: New file.
42412         * MODULES.html.sh (func_all_modules): Add it.
42413
42414 2003-04-04  Bruno Haible  <bruno@clisp.org>
42415
42416         * m4/linebreak.m4: New file.
42417
42418 2003-04-04  Bruno Haible  <bruno@clisp.org>
42419
42420         * lib/linebreak.h: New file, from GNU gettext.
42421         * lib/linebreak.c: New file, from GNU gettext with slight
42422         modifications.
42423         * lib/lbrkprop.h: New file, from GNU gettext.
42424
42425 2003-04-03  Bruno Haible  <bruno@clisp.org>
42426
42427         * modules/utf8-ucs4: New file.
42428         * modules/utf16-ucs4: New file.
42429         * modules/ucs4-utf8: New file.
42430         * modules/ucs4-utf16: New file.
42431         * MODULES.html.sh (func_all_modules): Add them.
42432
42433 2003-04-03  Bruno Haible  <bruno@clisp.org>
42434
42435         * m4/utf-ucs4.m4: New file.
42436         * m4/ucs4-utf.m4: New file.
42437
42438 2003-04-03  Bruno Haible  <bruno@clisp.org>
42439
42440         * lib/utf8-ucs4.h: New file, from GNU gettext.
42441         * lib/utf16-ucs4.h: New file, from GNU gettext.
42442         * lib/ucs4-utf8.h: New file, from GNU gettext.
42443         * lib/ucs4-utf16.h: New file, from GNU gettext.
42444
42445 2003-04-02  Bruno Haible  <bruno@clisp.org>
42446
42447         * modules/binary-io: New file.
42448         * MODULES.html.sh (func_all_modules): Add it.
42449
42450 2003-04-02  Bruno Haible  <bruno@clisp.org>
42451
42452         * lib/binary-io.h: New file, from GNU gettext.
42453
42454 2003-04-01  Bruno Haible  <bruno@clisp.org>
42455
42456         * modules/pathname: New file.
42457         * MODULES.html.sh (func_all_modules): Add it.
42458
42459 2003-04-01  Bruno Haible  <bruno@clisp.org>
42460
42461         * lib/pathname.h: New file, from GNU gettext.
42462         * lib/concatpath.c: New file, from GNU gettext.
42463
42464 2003-03-30  Bruno Haible  <bruno@clisp.org>
42465
42466         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
42467
42468 2003-03-30  Bruno Haible  <bruno@clisp.org>
42469
42470         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
42471         function chown() doesn't exist.
42472
42473 2003-03-28  Bruno Haible  <bruno@clisp.org>
42474
42475         * modules/copy-file: New file.
42476         * MODULES.html.sh (func_all_modules): Add it.
42477
42478 2003-03-28  Bruno Haible  <bruno@clisp.org>
42479
42480         * m4/copy-file.m4: New file.
42481
42482 2003-03-28  Bruno Haible  <bruno@clisp.org>
42483
42484         * lib/copy-file.h: New file, from GNU gettext.
42485         * lib/copy-file.c: New file, from GNU gettext.
42486
42487 2003-03-18  Jim Meyering  <jim@meyering.net>
42488
42489         * lib/quote.c (quote_n): Fix typo in comment.
42490
42491 2003-03-18  Bruno Haible  <bruno@clisp.org>
42492
42493         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
42494         checking.
42495         * m4/onceonly_2_57.m4: Likewise.
42496
42497 2003-03-17  Bruno Haible  <bruno@clisp.org>
42498
42499         * m4/onceonly.m4: Require autoconf 2.54 or newer.
42500         (m4_quote): Remove macro.
42501         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
42502
42503 2003-03-14  Jim Meyering  <jim@meyering.net>
42504
42505         Merge changes from Coreutils.
42506         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
42507         to be const, in order to avoid warnings.
42508         (obstack_room): Likewise.
42509         (obstack_empty_p): Likewise.
42510
42511 2003-03-14  Bruno Haible  <bruno@clisp.org>
42512
42513         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
42514         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
42515
42516 2003-03-13  Paul Eggert  <eggert@twinsun.com>
42517
42518         Merge changes from Bison.
42519         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
42520         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
42521         when compiling Bison 1.875's `bitset bset = obstack_alloc
42522         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
42523         * lib/hash.c: Include <stdbool.h> unconditionally.
42524
42525 2003-03-13  Paul Eggert  <eggert@twinsun.com>
42526
42527         * m4/onceonly.m4 (m4_quote): New macro.
42528         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
42529         Quote AC_FOREACH variable-expansions properly.
42530
42531 2003-03-13  Paul Eggert  <eggert@twinsun.com>
42532
42533         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
42534
42535 2003-03-09  Paul Eggert  <eggert@twinsun.com>
42536
42537         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
42538         Reported by Bruce Becker; see:
42539         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
42540
42541 2003-03-03  Paul Eggert  <eggert@twinsun.com>
42542             Bruno Haible  <bruno@clisp.org>
42543
42544         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
42545         Reported by John Hughes, see
42546         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
42547
42548 2003-02-20  Bruno Haible  <bruno@clisp.org>
42549
42550         * MODULES.html.sh (func_all_modules): Add poll.
42551
42552 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
42553
42554         * modules/poll: New file.
42555
42556 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
42557
42558         * lib/poll_.h: New file.
42559         * lib/poll.c: New file.
42560
42561 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
42562
42563         * m4/poll.m4: New file.
42564
42565 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
42566
42567         * modules/mathl: New file.
42568
42569 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
42570
42571         * lib/mathl.h: New file.
42572         * lib/acosl.c: New file.
42573         * lib/asinl.c: New file.
42574         * lib/atanl.c: New file.
42575         * lib/ceill.c: New file.
42576         * lib/cosl.c: New file.
42577         * lib/expl.c: New file.
42578         * lib/floorl.c: New file.
42579         * lib/frexpl.c: New file.
42580         * lib/ldexpl.c: New file.
42581         * lib/logl.c: New file.
42582         * lib/sincosl.c: New file.
42583         * lib/sinl.c: New file.
42584         * lib/sqrtl.c: New file.
42585         * lib/tanl.c: New file.
42586         * lib/trigl.c: New file.
42587         * lib/trigl.h: New file.
42588
42589 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
42590
42591         * m4/mathl.m4: New file.
42592
42593 2003-02-18  Bruno Haible  <bruno@clisp.org>
42594
42595         * MODULES.html.sh (func_all_modules): Add mathl.
42596
42597 2003-02-17  Bruno Haible  <bruno@clisp.org>
42598
42599         * modules/mkdtemp: New module.
42600         * MODULES.html.sh (func_all_modules): Add it.
42601
42602 2003-02-17  Bruno Haible  <bruno@clisp.org>
42603
42604         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
42605
42606 2003-02-17  Bruno Haible  <bruno@clisp.org>
42607
42608         * lib/mkdtemp.h: New file, from GNU gettext.
42609         * lib/mkdtemp.c: New file, from GNU gettext.
42610
42611 2003-02-02  Jim Meyering  <jim@meyering.net>
42612
42613         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
42614         e.g. glibc-2.2.93.
42615
42616 2003-01-31  Bruno Haible  <bruno@clisp.org>
42617
42618         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
42619         'rpl_rename'.
42620         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
42621         'rpl_strnlen'.
42622         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
42623         'rpl_strtod'.
42624         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
42625         'rpl_utime'.
42626
42627 2003-01-31  Bruno Haible  <bruno@clisp.org>
42628
42629         * lib/rename.c: #undef rename before defining rpl_rename.
42630         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
42631
42632 2003-01-30  Bruno Haible  <bruno@clisp.org>
42633
42634         * modules/vasnprintf, modules/vasprintf: New modules.
42635         * MODULES.html.sh (func_all_modules): Add them.
42636
42637 2003-01-30  Bruno Haible  <bruno@clisp.org>
42638
42639         * m4/signed.m4: New file, from GNU gettext.
42640         * m4/longdouble.m4: New file, from GNU gettext.
42641         * m4/wchar_t.m4: New file, from GNU gettext.
42642         * m4/wint_t.m4: New file, from GNU gettext.
42643         * m4/vasnprintf.m4: New file.
42644         * m4/vasprintf.m4: New file.
42645
42646 2003-01-30  Bruno Haible  <bruno@clisp.org>
42647
42648         * lib/printf-args.h: New file, from GNU gettext.
42649         * lib/printf-args.c: New file, from GNU gettext.
42650         * lib/printf-parse.h: New file, from GNU gettext.
42651         * lib/printf-parse.c: New file, from GNU gettext.
42652         * lib/vasnprintf.h: New file, from GNU gettext.
42653         * lib/vasnprintf.c: New file, from GNU gettext.
42654         * lib/asnprintf.c: New file, from GNU gettext.
42655         * lib/vasprintf.h: New file, from GNU gettext with modifications.
42656         * lib/vasprintf.c: New file, from GNU gettext.
42657         * lib/asprintf.c: New file, from GNU gettext.
42658
42659 2003-01-29  Bruno Haible  <bruno@clisp.org>
42660
42661         * modules/stpncpy: New module.
42662         * MODULES.html.sh (func_all_modules): Add it.
42663
42664 2003-01-29  Bruno Haible  <bruno@clisp.org>
42665
42666         * m4/stpncpy.m4: New file.
42667
42668 2003-01-29  Bruno Haible  <bruno@clisp.org>
42669
42670         * lib/stpncpy.h: New file, from GNU gettext with modifications.
42671         * lib/stpncpy.c: New file, from GNU gettext with modifications.
42672
42673 2003-01-28  Bruno Haible  <bruno@clisp.org>
42674
42675         * modules/c-ctype: New module.
42676         * MODULES.html.sh (func_all_modules): Add it.
42677
42678 2003-01-28  Bruno Haible  <bruno@clisp.org>
42679
42680         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
42681         Paul Eggert.
42682         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
42683         Paul Eggert.
42684
42685 2003-01-27  Bruno Haible  <bruno@clisp.org>
42686
42687         * modules/xsetenv: New module.
42688         * MODULES.html.sh (func_all_modules): Add it.
42689
42690 2003-01-27  Bruno Haible  <bruno@clisp.org>
42691
42692         * lib/xsetenv.h: New file, from GNU gettext.
42693         * lib/xsetenv.c: New file, from GNU gettext.
42694
42695 2003-01-23  Jim Meyering  <jim@meyering.net>
42696
42697         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
42698         from working on systems without dirfd (at least Irix and OSF1/Tru64).
42699
42700 2003-01-23  Bruno Haible  <bruno@clisp.org>
42701
42702         * modules/minmax: New module.
42703         * MODULES.html.sh (func_all_modules): Add it.
42704
42705 2003-01-23  Bruno Haible  <bruno@clisp.org>
42706
42707         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
42708         Eggert.
42709
42710 2003-01-22  Bruno Haible  <bruno@clisp.org>
42711
42712         * modules/exit: New module.
42713         * MODULES.html.sh (func_all_modules): Add it.
42714
42715 2003-01-22  Bruno Haible  <bruno@clisp.org>
42716
42717         * lib/exit.h: New file, from GNU gettext.
42718
42719 2003-01-19  Bruno Haible  <bruno@clisp.org>
42720
42721         * gnulib-tool: Recognize option --extract-maintainer.
42722         (func_get_maintainer): New function.
42723         * modules/*: Add Maintainer entry.
42724
42725 2003-01-16  Jim Meyering  <jim@meyering.net>
42726
42727         * m4/regex.m4: The `regex' struct is both input and output.
42728         Initialize it before each use.  Patch by Tim Waugh.
42729
42730 2003-01-16  Bruno Haible  <bruno@clisp.org>
42731
42732         * MODULES.html.sh: Add a table of contents. Add the module name as
42733         leftmost column. Add hyperlinks.
42734
42735 2003-01-15  Bruno Haible  <bruno@clisp.org>
42736
42737         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
42738
42739 2003-01-15  Bruno Haible  <bruno@clisp.org>
42740
42741         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
42742         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
42743         suffix.
42744
42745 2003-01-15  Bruno Haible  <bruno@clisp.org>
42746
42747         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
42748
42749 2003-01-15  Bruno Haible  <bruno@clisp.org>
42750
42751         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
42752         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
42753
42754 2003-01-14  Jim Meyering  <jim@meyering.net>
42755
42756         * lib/same.c (same_name): Tweak a comment.
42757
42758 2003-01-14  Bruno Haible  <bruno@clisp.org>
42759
42760         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
42761         when a string comparison is sufficient.
42762
42763 2003-01-14  Bruno Haible  <bruno@clisp.org>
42764
42765         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
42766         'unsigned int'.
42767
42768 2003-01-14  Bruno Haible  <bruno@clisp.org>
42769
42770         * lib/hash-pjw.c: Add comment about low quality of this function.
42771
42772 2003-01-13  Bruno Haible  <bruno@clisp.org>
42773
42774         * modules/stpcpy: Distribute lib/stpcpy.h.
42775         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
42776
42777 2003-01-13  Bruno Haible  <bruno@clisp.org>
42778
42779         * modules/*: Add a description.
42780         * modules/strpbrk: Fix Makefile.am snippet.
42781         * modules/strtoimax: Fix dependencies.
42782         * modules/strtoumax: Likewise.
42783
42784 2003-01-13  Bruno Haible  <bruno@clisp.org>
42785
42786         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
42787         * modules/alloca (Makefile.am): All object files depend on alloca.h.
42788         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
42789
42790 2003-01-13  Bruno Haible  <bruno@clisp.org>
42791
42792         * gnulib-tool (func_create_testdir): Store config/* files in the main
42793         directory.
42794         * config.rpath: Move to ...
42795         * config/config.rpath: ... here.
42796         * modules/gettext: Contains config/config.rpath, not config.rpath.
42797         * modules/iconv: Likewise.
42798
42799 2003-01-12  Paul Eggert  <eggert@twinsun.com>
42800
42801         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
42802         to avoid collisions with libcurses and libreadline.
42803
42804         * m4/getstr.m4: Remove.
42805         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
42806
42807 2003-01-12  Paul Eggert  <eggert@twinsun.com>
42808
42809         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
42810         to avoid collisions with libcurses and libreadline.
42811
42812         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
42813         * lib/getstr.h, getstr.c: Remove.
42814         * lib/getline.c: Include "getline.h", to check interface.
42815         Move body of old getstr.c here: this defines MIN_CHUNK and
42816         declares getdelim2, which is renamed from getstr.
42817         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
42818
42819         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
42820         All uses changed.
42821         * lib/linebuffer.h: Likewise.
42822         (readline): Remove backward-compatibility macro.
42823
42824 2003-01-12  Paul Eggert  <eggert@twinsun.com>
42825
42826         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
42827         to avoid collisions with libcurses and libreadline.
42828         * getstr: Remove.
42829         * MODULES.html.sh: Remove getstr.
42830         * modules/getline: Depend on unlocked-io, not getstr.
42831
42832 2003-01-12  Jim Meyering  <jim@meyering.net>
42833
42834         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
42835
42836 2003-01-10  Bruno Haible  <bruno@clisp.org>
42837
42838         * modules/alloca: Change Makefile.am requirements. Simplify Include
42839         requirements. Add lib/alloca_.h to file list.
42840
42841 2003-01-10  Bruno Haible  <bruno@clisp.org>
42842
42843         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
42844
42845 2003-01-10  Bruno Haible  <bruno@clisp.org>
42846
42847         * lib/alloca_.h: New file.
42848         * lib/getdate.y: Unconditionally include alloca.h.
42849         * lib/makepath.c: Likewise.
42850         * lib/setenv.c: Likewise.
42851         * lib/userspec.c: Likewise.
42852
42853 2003-01-09  Karl Berry  <karl@gnu.org>
42854
42855         * MODULES.html.sh: include `dirname $0` in PATH, to find
42856         gnulib-tool.
42857
42858 2003-01-09  Bruno Haible  <bruno@clisp.org>
42859
42860         * modules/stdbool: Change configure.ac, Makefile.am requirements.
42861         Simplify Include requirements. Add lib/stdbool.h.in to file list.
42862
42863 2003-01-09  Bruno Haible  <bruno@clisp.org>
42864
42865         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
42866
42867 2003-01-09  Bruno Haible  <bruno@clisp.org>
42868
42869         * lib/stdbool.h.in: New file.
42870
42871 2003-01-09  Bruno Haible  <bruno@clisp.org>
42872
42873         * gnulib-tool (func_all_modules): Ignore files ending in ~.
42874         * MODULES.html.sh: Likewise.
42875
42876 2003-01-08  Jim Meyering  <jim@meyering.net>
42877
42878         * lib/full-write.c: Undefine and define-away `const' after inclusion
42879         of errno.h, not before.  Suggestion from Bruno Haible.
42880
42881 2003-01-08  Bruno Haible  <bruno@clisp.org>
42882
42883         * modules/full-read: Depend on full-write.
42884
42885 2003-01-08  Bruno Haible  <bruno@clisp.org>
42886
42887         * lib/safe-read.c: Include specification header first, to ensure its
42888         selfcontainedness.
42889         * lib/full-write.c: Likewise.
42890
42891 2003-01-07  Jim Meyering  <jim@meyering.net>
42892
42893         * lib/full-write.c: Rework so that it may serve to define full_read,
42894         too.
42895         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
42896
42897 2003-01-07  Bruno Haible  <bruno@clisp.org>
42898
42899         * lib/strtoimax.c: Include <stdint.h> as an alternative to
42900         <inttypes.h>.
42901         * lib/xstrtol.h: Likewise.
42902         * lib/xstrtoimax.c: Likewise.
42903         * lib/xstrtoumax.c: Likewise.
42904         * lib/human.h: Likewise.
42905
42906         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
42907         on systems that have <inttypes.h> but not <stdint.h>.
42908
42909 2003-01-07  Bruno Haible  <bruno@clisp.org>
42910
42911         * MODULES.html.sh: Add copyright notice.
42912         (missed_files): Omit CVS directory entries.
42913         (func_module): Make it work with sed-3.02.
42914         * MODULES.txt: Remove file.
42915
42916 2003-01-06  Jim Meyering  <jim@meyering.net>
42917
42918         * lib/version-etc.c: Update year in translatable copyright string.
42919
42920 2003-01-03  Karl Berry  <karl@gnu.org>
42921
42922         * config/config.{guess,sub}: update from prep.
42923
42924 2003-01-02  Karl Berry  <karl@gnu.org>
42925
42926         * doc/COPYING.DOC: belatedly updated to 1.2.
42927
42928 2003-01-01  Karl Berry  <karl@gnu.org>
42929
42930         * gnulib-tool (func_verify_module): report module name $module in
42931         error message, not $1.
42932         * gnulib-tool (create-testdir): don't complain if destdir couldn't
42933         be created, only if it doesn't exist.
42934         * gnulib-tool (last_checkin_date): don't expand the $Date here.
42935
42936 2002-12-31  Paul Eggert  <eggert@twinsun.com>
42937
42938         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
42939
42940 2002-12-31  Paul Eggert  <eggert@twinsun.com>
42941
42942         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
42943         memcmp if strcoll doesn't work.
42944
42945 2002-12-31  Bruno Haible  <bruno@clisp.org>
42946
42947         * lib/utime.c (utime_null): No need to call ftruncate if the file was
42948         nonempty.
42949
42950 2002-12-31  Bruno Haible  <bruno@clisp.org>
42951
42952         * lib/memcoll.c (STRCOLL): New macro.
42953         (memcoll): Use it.
42954
42955 2002-12-31  Bruno Haible  <bruno@clisp.org>
42956
42957         * lib/localcharset.h: New file.
42958         * lib/localcharset.c: Include it.
42959         * lib/unicodeio.c: Likewise.
42960
42961 2002-12-31  Bruno Haible  <bruno@clisp.org>
42962
42963         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
42964         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
42965
42966 2002-12-31  Bruno Haible  <bruno@clisp.org>
42967
42968         * lib/getline.h: Include <stddef.h>, for size_t.
42969
42970         * lib/unicodeio.h: Include <stddef.h>, for size_t.
42971         * lib/unicodeio.c: Don't include <stddef.h>.
42972
42973 2002-12-31  Bruno Haible  <bruno@clisp.org>
42974
42975         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
42976         HAVE_TM_ZONE.
42977
42978 2002-12-24  Karl Berry  <karl@gnu.org>
42979
42980         * config/config.guess: update from prep.
42981
42982 2002-12-24  Bruno Haible  <bruno@clisp.org>
42983
42984         General infrasructure.
42985         * m4/README: Rewritten.
42986         * m4/onceonly.m4: New file.
42987         * m4/onceonly_2_57.m4: New file.
42988
42989         Module atexit.
42990         * m4/atexit.m4: New file.
42991
42992         Module strtod.
42993         * m4/strtod.m4: New file.
42994
42995         Module strtol.
42996         * m4/strtol.m4: New file.
42997
42998         Module strtoul.
42999         * m4/strtoul.m4: New file.
43000
43001         Module memchr.
43002         * m4/memchr.m4: New file.
43003
43004         Module memcmp.
43005         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
43006         (jm_FUNC_MEMCMP): Invoke it.
43007
43008         Module memcpy.
43009         * m4/memcpy.m4: New file.
43010
43011         Module memmove.
43012         * m4/memmove.m4: New file.
43013
43014         Module memset.
43015         * m4/memset.m4: New file.
43016
43017         Module strcspn.
43018         * m4/strcspn.m4: New file.
43019
43020         Module strpbrk.
43021         * m4/strpbrk.m4: New file.
43022
43023         Module strstr.
43024         * m4/strstr.m4: New file.
43025
43026         Module strerror.
43027         * m4/strerror.m4: New file.
43028
43029         Module mktime.
43030         * m4/mktime.m4: Renamed from jm-mktime.m4.
43031         (gl_PREREQ_MKTIME): New macro.
43032         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
43033
43034         Module malloc.
43035         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
43036         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
43037         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
43038
43039         Module realloc.
43040         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
43041         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
43042         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
43043
43044         Module strftime.
43045         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
43046         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
43047         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
43048         gl_TM_GMTOFF.
43049         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
43050
43051         Module xalloc.
43052         * m4/xalloc.m4: New file.
43053
43054         Module alloca.
43055         * m4/alloca.m4: New file.
43056
43057         Module putenv.
43058         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
43059         (jm_FUNC_PUTENV): Invoke it.
43060
43061         Module setenv.
43062         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
43063         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
43064         when invoked twice.
43065         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
43066         gt_FUNC_SETENV.
43067
43068         Module memrchr.
43069         * m4/memrchr.m4: New file.
43070
43071         Module stpcpy.
43072         * m4/stpcpy.m4: New file.
43073
43074         Module strcase.
43075         * m4/strcase.m4: New file.
43076
43077         Module strdup.
43078         * m4/strdup.m4: New file.
43079
43080         Module strnlen.
43081         * m4/strnlen.m4: New file.
43082
43083         Module strndup.
43084         * m4/strndup.m4: New file.
43085
43086         Module xstrtod.
43087         * m4/xstrtod.m4: New file.
43088
43089         Module xstrtol.
43090         * m4/xstrtol.m4: New file.
43091
43092         Module getdate.
43093         * m4/getdate.m4: New file.
43094
43095         Module unlocked-io.
43096         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
43097         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
43098         * m4/jm-glibc-io.m4n: Remove file.
43099
43100         Module long-options.
43101         * m4/long-options.m4: New file.
43102
43103         Module md5.
43104         * m4/md5.m4: New file.
43105
43106         Module sha.
43107         * m4/sha.m4: New file.
43108
43109         Module getstr.
43110         * m4/getstr.m4: New file.
43111
43112         Module getline.
43113         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
43114         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
43115         <sys/types.h>, for size_t. Use the function name gnu_getline, not
43116         simply getline. Infoke gl_PREREQ_GETLINE.
43117
43118         Module obstack.
43119         * m4/obstack.m4: New file.
43120
43121         Module hash.
43122         * m4/hash.m4: New file.
43123
43124         Module readtokens.
43125         * m4/readtokens.m4: New file.
43126
43127         Module strverscmp.
43128         * m4/strverscmp.m4: New file.
43129
43130         Module stdbool.
43131         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
43132         OSF/1.
43133
43134         Module strtoll.
43135         * m4/strtoll.m4: New file.
43136
43137         Module strtoull.
43138         * m4/strtoull.m4: New file.
43139
43140         Module strtoimax.
43141         * m4/strtoimax.m4: New file.
43142
43143         Module strtoumax.
43144         * m4/strtoumax.m4: New file.
43145
43146         Module xstrtoimax.
43147         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
43148         jm_AC_PREREQ_XSTRTOIMAX.
43149         Moved the strtol prerequisites to strtol.m4.
43150         Moved the strtoll prerequisites to strtoll.m4.
43151         Moved the strtoimax prerequisites to strtoimax.m4.
43152
43153         Module xstrtoumax.
43154         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
43155         jm_AC_PREREQ_XSTRTOUMAX.
43156         Moved the strtoul prerequisites to strtoul.m4.
43157         Moved the strtoull prerequisites to strtoull.m4.
43158         Moved the strtoumax prerequisites to strtoumax.m4.
43159
43160         Module chown.
43161         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
43162         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
43163
43164         Module dup2.
43165         * m4/dup2.m4: New file.
43166
43167         Module ftruncate.
43168         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
43169         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
43170
43171         Module getgroups.
43172         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
43173         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
43174
43175         Module gettimeofday.
43176         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
43177         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
43178         gl_PREREQ_GETTIMEOFDAY.
43179
43180         Module mkdir.
43181         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
43182         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
43183
43184         Module mkstemp.
43185         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
43186         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
43187         jm_AC_TYPE_UINTMAX_T.
43188         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
43189
43190         Module stat.
43191         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
43192         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
43193
43194         Module lstat.
43195         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
43196         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
43197
43198         Module timespec.
43199         * m4/timespec.m4 (gl_TIMESPEC): New macro.
43200         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
43201         * m4/st_mtim.m4: Indentation.
43202
43203         Module nanosleep.
43204         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
43205         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
43206         gl_PREREQ_NANOSLEEP.
43207
43208         Module regex.
43209         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
43210         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
43211         (gl_REGEX): New macro.
43212
43213         Module rename.
43214         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
43215         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
43216
43217         Module rmdir.
43218         * m4/rmdir.m4: New file.
43219
43220         Module utime.
43221         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
43222         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
43223         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
43224
43225         Module dirname.
43226         * m4/dirname.m4: New file.
43227
43228         Module getopt.
43229         * m4/getopt.m4: New file.
43230
43231         Module unistd-safer.
43232         * m4/unistd-safer.m4: New file.
43233
43234         Module fnmatch.
43235         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
43236         declaration.
43237         (gl_PREREQ_FNMATCH_EXTRA): New macro.
43238         (gl_FUNC_FNMATCH_POSIX): New macro.
43239         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
43240         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
43241         simply fnmatch.
43242
43243         Module exclude.
43244         * m4/exclude.m4: New file.
43245
43246         Module human.
43247         * m4/human.m4: New file.
43248
43249         Module acl.
43250         * m4/acl.m4: Nop.
43251
43252         Module backupfile.
43253         * m4/backupfile.m4: New file.
43254         * m4/d-ino.m4: Indentation.
43255
43256         Module fsusage.
43257         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
43258         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
43259         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
43260
43261         Module dirfd.
43262         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
43263         requirements.
43264
43265         Module euidaccess.
43266         * m4/euidaccess.m4: New file.
43267
43268         Module file-type.
43269         * m4/file-type.m4: New file.
43270
43271         Module fileblocks.
43272         * m4/fileblocks.m4: New file.
43273
43274         Module filemode.
43275         * m4/filemode.m4: New file.
43276
43277         Module isdir.
43278         * m4/isdir.m4: New file.
43279
43280         Module lchown.
43281         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
43282         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
43283
43284         Module makepath.
43285         * m4/makepath.m4: New file.
43286
43287         Module modechange.
43288         * m4/modechange.m4: New file.
43289
43290         Module mountlist.
43291         * m4/mountlist.m4: New file.
43292         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
43293         Indentation.
43294
43295         Module path-concat.
43296         * m4/path-concat.m4: New file.
43297
43298         Module pathmax.
43299         * m4/pathmax.m4: New file.
43300
43301         Module same.
43302         * m4/same.m4: New file.
43303
43304         Module save-cwd.
43305         * m4/save-cwd.m4: New file.
43306
43307         Module savedir.
43308         * m4/savedir.m4: New file.
43309
43310         Module xgetcwd.
43311         * m4/xgetcwd.m4: New file.
43312         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
43313
43314         Module xreadlink.
43315         * m4/xreadlink.m4: New file.
43316
43317         Module safe-read.
43318         * m4/safe-read.m4: New file.
43319
43320         Module safe-write.
43321         * m4/safe-write.m4: New file.
43322
43323         Module closeout.
43324         * m4/closeout.m4: New file.
43325
43326         Module stdio-safer.
43327         * m4/stdio-safer.m4: New file.
43328
43329         Module getpass.
43330         * m4/getpass.m4: New file.
43331
43332         Module getugroups.
43333         * m4/getugroups.m4: New file.
43334
43335         Module group-member.
43336         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
43337         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
43338
43339         Module idcache.
43340         * m4/idcache.m4: New file.
43341
43342         Module userspec.
43343         * m4/userspec.m4: New file.
43344
43345         Module gettime.
43346         * m4/clock_time.m4: New file.
43347         * m4/gettime.m4: New file.
43348
43349         Module settime.
43350         * m4/settime.m4: New file.
43351
43352         Module posixtm.
43353         * m4/posixtm.m4: New file.
43354
43355         Module gethostname.
43356         * m4/gethostname.m4: New file.
43357
43358         Module canon-host.
43359         * m4/canon-host.m4: New file.
43360
43361         Module gettext.
43362         * m4/codeset.m4: New file, from gettext-0.11.5.
43363         * m4/gettext.m4: New file, from gettext-0.11.5.
43364         * m4/glibc21.m4: New file, from gettext-0.11.5.
43365         * m4/iconv.m4: New file, from gettext-0.11.5.
43366         * m4/intdiv0.m4: New file, from gettext-0.11.5.
43367         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
43368         * m4/inttypes.m4: New file, from gettext-0.11.5.
43369         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
43370         * m4/isc-posix.m4: New file, from gettext-0.11.5.
43371         * m4/lcmessage.m4: New file, from gettext-0.11.5.
43372         * m4/lib-ld.m4: New file, from gettext-0.11.5.
43373         * m4/lib-link.m4: New file, from gettext-0.11.5.
43374         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
43375         * m4/progtest.m4: New file, from gettext-0.11.5.
43376         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
43377         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
43378         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
43379
43380         Module localcharset.
43381         * m4/localcharset.m4: New file.
43382
43383         Module hard-locale.
43384         * m4/hard-locale.m4: New file.
43385
43386         Module mbswidth.
43387         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
43388         onceonly macros.
43389         * m4/mbrtowc.m4: Add comment.
43390
43391         Module memcasecmp.
43392         * m4/memcasecmp.m4: New file.
43393
43394         Module memcoll.
43395         * m4/memcoll.m4: New file.
43396
43397         Module unicodeio.
43398         * m4/unicodeio.m4: New file.
43399
43400         Module rpmatch.
43401         * m4/rpmatch.m4: New file.
43402
43403         Module yesno.
43404         * m4/yesno.m4: New file.
43405
43406         Module exitfail.
43407         * m4/exitfail.m4: New file.
43408
43409         Module c-stack.
43410         * m4/c-stack.m4 (gl_C_STACK): New macro.
43411         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
43412
43413         Module error.
43414         * m4/error.m4 (gl_ERROR): New macro.
43415         (jm_PREREQ_ERROR): Use onceonly macros.
43416
43417         Module fatal.
43418         * m4/fatal.m4: New file.
43419
43420         Module getloadavg.
43421         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
43422         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
43423
43424         Module getpagesize.
43425         * m4/getpagesize.m4: New file.
43426
43427         Module getusershell.
43428         * m4/getusershell.m4: New file.
43429
43430         Module physmem.
43431         * m4/physmem.m4: New file.
43432
43433         Module posixver.
43434         * m4/posixver.m4: New file.
43435
43436         Module quotearg.
43437         * m4/quotearg.m4: New file.
43438
43439         Module quote.
43440         * m4/quote.m4: New file.
43441
43442         Module readutmp.
43443         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
43444
43445         Module sig2str.
43446         * m4/sig2str.m4: New file.
43447
43448         Other.
43449         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
43450         ulonglong.m4.
43451         * m4/intmax_t.m4: New file.
43452         * m4/d-type.m4: Indentation.
43453         * m4/jm-macros.m4: Update.
43454         * m4/prereq.m4 (jm_PREREQ): Update.
43455         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
43456         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
43457         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
43458         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
43459         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
43460         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
43461         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
43462         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
43463         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
43464         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
43465         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
43466         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
43467         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
43468         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
43469         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
43470         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
43471         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
43472         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
43473         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
43474
43475 2002-12-24  Bruno Haible  <bruno@clisp.org>
43476
43477         * MODULES.txt: Update according to m4/ changes.
43478
43479         Module gettext.
43480         * config.rpath: New file, from gettext-0.11.5.
43481
43482         * modules/*: New module descriptions.
43483         * gnulib-tool: New file.
43484         * MODULES.html.sh: New file.
43485
43486 2002-12-21  Karl Berry  <karl@gnu.org>
43487
43488         * doc/fdl.texi: update to version 1.2.
43489
43490 2002-12-19  Karl Berry  <karl@gnu.org>
43491
43492         * config/config.guess: update from prep.
43493
43494 2002-12-18  Bruno Haible  <bruno@clisp.org>
43495
43496         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
43497         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
43498
43499 2002-12-17  Bruno Haible  <bruno@clisp.org>
43500
43501         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
43502         stdlib.h, string.h.
43503
43504 2002-12-17  Bruno Haible  <bruno@clisp.org>
43505
43506         * lib/canon-host.c (strdup): Remove unused declaration.
43507
43508         * lib/fsusage.c: Include full_read.h.
43509         (get_fs_usage): Use full_read instead of safe_read.
43510
43511         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
43512
43513 2002-12-12  Karl Berry  <karl@gnu.org>
43514
43515         * config/config.guess: update from prep.
43516
43517 2002-12-11  Bruno Haible  <bruno@clisp.org>
43518
43519         * m4/setenv.m4: New file, from gettext-0.11.5.
43520
43521 2002-12-11  Bruno Haible  <bruno@clisp.org>
43522
43523         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
43524         not unsetenv().
43525         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
43526         modifications:
43527
43528         2002-12-11  Bruno Haible  <bruno@clisp.org>
43529
43530                 * setenv.c (alloca): Fall back to malloc.
43531                 (freea): New macro.
43532                 (setenv): Use freea() to free memory allocated with alloca().
43533
43534         2002-11-13  Bruno Haible  <bruno@clisp.org>
43535
43536                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
43537                 function declarations.
43538                 * unsetenv.c (unsetenv): Likewise.
43539
43540         2002-03-04  Bruno Haible  <bruno@clisp.org>
43541
43542                 Portability to AIX 4.3.3.
43543                 * unsetenv.c: New file, extracted from setenv.c.
43544                 * setenv.c: Move the unsetenv() function to unsetenv.c.
43545
43546         2001-12-20  Bruno Haible  <bruno@clisp.org>
43547
43548                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
43549                 use malloc instead. For SunOS 4.
43550
43551         2001-12-11  Bruno Haible  <bruno@clisp.org>
43552
43553                 * setenv.c: Declare alloca.
43554                 (compar_fn_t): New typedef.
43555                 (KNOWN_VALUE, STORE_VALUE): Use it.
43556
43557         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
43558         setenv.h.
43559
43560 2002-12-10  Paul Eggert  <eggert@twinsun.com>
43561
43562         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
43563         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
43564         Choose values that are less likely to collide with system fnmatch
43565         options.
43566         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
43567         defined (e.g., a pure POSIX system).
43568         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
43569         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
43570
43571 2002-12-06  Paul Eggert  <eggert@twinsun.com>
43572
43573         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
43574         a pain in practice to deal with generated m4 files.  This change
43575         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
43576
43577         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
43578         and jm-glibc-io.m4, as they are no longer a special case.
43579         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
43580         kludge and the auto-generation stuff.  Check only whether the
43581         functions are declared, not whether they exist, since older hosts
43582         that don't declare the functions can't use the optimization anyway.
43583
43584 2002-12-06  Jim Meyering  <jim@meyering.net>
43585
43586         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
43587
43588         Merge in changes from libc's misc/error.c, in preparation
43589         for the merge of gnulib's changes back into libc.
43590
43591         * lib/error.c (_): Define only if not already defined.
43592         Move definition to follow all #include directives.
43593         Include unlocked-io.h only if !_LIBC.
43594         [_LIBC]: Include <libio/libioP.h>.
43595         [USE_IN_LIBIO]: Include <libio/iolibio.h>
43596         (fflush): Tweak definition to use INTUSE.
43597         (putc): Define.
43598
43599 2002-12-05  Paul Eggert  <eggert@twinsun.com>
43600
43601         * lib/alloca.c [defined emacs]: Include "lisp.h".
43602         (xalloc_die) [defined emacs]: New macro.
43603         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
43604         [! defined emacs]: Include <xalloc.h>.
43605         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
43606         (pointer): Typedef to POINTER_TYPE *.
43607         (malloc): Remove decl; we now always use xmalloc.
43608         (alloca): Use old-style definition, since Emacs needs this.
43609         Check for arithmetic overflow when computing combined size.
43610
43611 2002-12-04  Paul Eggert  <eggert@twinsun.com>
43612
43613         Do not generate unlocked-io.h automatically, since it's easier to
43614         maintain it by hand.
43615
43616         * lib/unlocked-io.h: New file, from GNU diffutils,
43617         but with proper copyright notice and attribution.
43618         * lib/gen-uio: Remove.
43619         * lib/Makefile.am: Add copyright notice.
43620         (libfetish_a_SOURCES): Add unlocked-io.h.
43621         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
43622         (DISTCLEANFILES, io_functions): Remove macros.
43623         (EXTRA_DIST): Remove gen_uio.
43624         (unlocked-io.h): Remove rule.
43625
43626 2002-12-04  Jim Meyering  <jim@meyering.net>
43627
43628         Reflect the fact that stat.c and lstat.c are no longer generated.
43629         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
43630         (DISTCLEANFILES): Likewise.
43631         (EXTRA_DIST): Likewise.
43632         (all_local): Don't depend on stat.c or lstat.c.
43633         (stat.c, lstat.c): Remove rules.
43634         (EXTRA_DIST): Remove xstat.in.
43635
43636         * lib/xstat.in: Remove file.  Contents moved into stat.c.
43637         * lib/stat.c: New file.  Contents mostly from xstat.in.
43638         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
43639         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
43640
43641         * lib/safe-read.c: Rework so that it may serve to define safe_write,
43642         too.
43643         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
43644
43645 2002-12-03  Jim Meyering  <jim@meyering.net>
43646
43647         * lib/safe-read.c, safe-write.c: Change variable names and comments,
43648         but not semantics, to minimize the differences between these two files.
43649         (safe_read): Change comment to mention SAFE_READ_ERROR.
43650
43651         * lib/safe-read.c (IS_EINTR): Define.
43652         (safe_read): Use IS_EINTR in place of in-function cpp directives.
43653
43654 2002-12-02  Jim Meyering  <jim@meyering.net>
43655
43656         * lib/safe-read.c (EINTR): Define.
43657         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
43658         (INT_MAX): Provide fallback.
43659         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
43660
43661         * lib/safe-read.h (SAFE_READ_ERROR): Define.
43662
43663 2002-12-02  Bruno Haible  <bruno@clisp.org>
43664
43665         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
43666         Define, taken from safe-read.c.
43667         (INT_MAX): Provide fallback.
43668         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
43669         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
43670
43671         * lib/safe-read.c (EINTR): Remove definition.
43672         (safe_read): Don't use EINTR if it is absent.
43673
43674 2002-12-01  Jim Meyering  <jim@meyering.net>
43675
43676         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
43677         zero.
43678         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
43679
43680 2002-11-27  Paul Eggert  <eggert@twinsun.com>
43681
43682         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
43683         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
43684         with `if (! (value < limit)) abort ();', for readability.
43685
43686 2002-11-26  Karl Berry  <karl@gnu.org>
43687
43688         * lib/strdup.c: copy from libc again, with jim's ok.
43689         * lib/.cppi-disable: re-add strdup.c
43690
43691 2002-11-25  Karl Berry  <karl@gnu.org>
43692
43693         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
43694         instead of "strtol.c".
43695
43696 2002-11-25  Karl Berry  <karl@gnu.org>
43697
43698         * config/install-sh: update from automake for variable quoting, $0 in
43699         error msgs, etc.
43700
43701         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
43702         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
43703         entry.
43704
43705 2002-11-25  Jim Meyering  <jim@meyering.net>
43706
43707         * lib/mktime.c: Sync from libc, now that it has the latest fix.
43708
43709 2002-11-24  Karl Berry  <karl@gnu.org>
43710
43711         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
43712         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
43713
43714 2002-11-24  Jim Meyering  <jim@meyering.net>
43715
43716         Update from coreutils:
43717
43718         * lib/mktime.c: Merge in changes from libc.
43719
43720         Avoid a link-time failure on some Linux systems.
43721         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
43722         (otherwise).
43723         (__mon_yday): Declare with the STATIC attribute.
43724         (__mktime_internal): Likewise.
43725         Based on a report from Greg Schafer.
43726
43727 2002-11-23  Jim Meyering  <jim@meyering.net>
43728
43729         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
43730         Use `unsigned', not `int', as type of index.
43731
43732         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
43733
43734         * lib/fsusage.c: Remove unneeded parentheses around operands of
43735         `defined'.
43736
43737 2002-11-22  Paul Eggert  <eggert@twinsun.com>
43738
43739         * lib/quotearg.h: Allow multiple inclusion by surrounding with
43740         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
43741         so that we can be included first.
43742         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
43743         * lib/quotearg.c: Include quotearg.h immediately after config.h.
43744         No need to include stddef.h or sys/types.h any more.
43745         Surround local include files with "", not "<>".
43746         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
43747         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
43748         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
43749         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
43750         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
43751         (ISPRINT): Remove; no longer needed now that we assume C89.
43752
43753         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
43754         Preserve errno.
43755
43756         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
43757         quotearg_char): Use SIZE_MAX rather than
43758         (size_t) -1 when we are talking about "infinity".
43759
43760         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
43761
43762 2002-11-22  Paul Eggert  <eggert@twinsun.com>
43763
43764         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
43765         hint that one should use `if (! x) abort ();' rather than `assert
43766         (x);', and anyway it's one less thing to worry about configuring.
43767         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
43768         hash_rehash, hash_insert): Use abort rather than assert.
43769
43770 2002-11-22  Bruno Haible  <bruno@clisp.org>
43771
43772         * lib/safe-read.h: Assume C89. Add comments.
43773         (safe_read): Change return type to size_t.
43774         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
43775         byte counts > SSIZE_MAX correctly.
43776         * lib/safe-write.h: New file.
43777         * lib/safe-write.c: New file.
43778         * lib/full-read.h: New file.
43779         * lib/full-read.c: New file.
43780         * lib/full-write.h: Assume C89. Add comments.
43781         * lib/full-write.c: Include safe-write.h.
43782         (full_write): Rewritten to use safe_write.
43783         Suggested by Jim Meyering and Paul Eggert.
43784
43785 2002-11-21  Jim Meyering  <jim@meyering.net>
43786
43787         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
43788
43789         Merge in changes from the coreutils.
43790
43791         2002-09-25  Paul Eggert  <eggert@twinsun.com>
43792         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
43793         <stdint.h>.
43794         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
43795         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
43796         int.  Work more efficiently if X is the same width as uintmax_t.
43797         Do not compare X to -1, to avoid bogus compiler warning.
43798         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
43799         Don't assume that f_frsize and f_bsize are the same type.
43800
43801         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
43802         warning on FreeBSD.
43803
43804         * lib/makepath.c (make_path): Restore umask *before* creating the final
43805         component.
43806         (make_path): Minor reformatting.
43807
43808         * lib/xmalloc.c: Adjust to work with new autoconf macros,
43809         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
43810         HAVE_MALLOC/HAVE_REALLOC.
43811
43812         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
43813         dummy ones.  At least on GNU/Linux systems, `auto' means something
43814         else.
43815         From Michael Stone.
43816
43817 2002-11-21  Bruno Haible  <bruno@clisp.org>
43818
43819         Remove case insensitive option matching.
43820         * lib/argmatch.h (argcasematch): Remove declaration.
43821         (ARGCASEMATCH): Remove macro.
43822         (__xargmatch_internal): Remove case_sensitive argument.
43823         (XARGMATCH): Update.
43824         (XARGCASEMATCH): Remove macro.
43825         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
43826         case_sensitive argument.
43827         (argcasematch): Remove function.
43828         (__xargmatch_internal): Remove case_sensitive argument.
43829         (main): Use XARGMATCH instead of XARGCASEMATCH.
43830
43831         * lib/xmalloc.c: Change compile-time error message. Add comment about
43832         required autoconf version.
43833
43834 2002-11-20  Paul Eggert  <eggert@twinsun.com>
43835
43836         Merge argmatch cleanups from Bison.  Assume C89.
43837
43838         * lib/argmatch.c: Include config.h here, not in argmatch.h.
43839         Include stdlib.h, for EXIT_FAILURE.
43840         Always include <string.h>, since we assume C89.
43841         (EXIT_FAILURE): Remove pre-C89 bug workaround.
43842         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
43843         Include <stddef.h> instead, since it's all we need for size_t.
43844         (PARAMS): Remove.  All uses removed.
43845         (ARRAY_CARDINALITY): Do not bother to #undef.
43846         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
43847         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
43848         Remove unnecessary parentheses.
43849         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
43850         Insert necessary parentheses.
43851         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
43852         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
43853
43854 2002-11-19  Bruno Haible  <bruno@clisp.org>
43855
43856         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
43857         * lib/mbswidth.h: Include <stddef.h>, for size_t.
43858
43859         * lib/mbswidth.h (PARAMS): Remove macro.
43860         (mbswidth, mbsnwidth): Use ANSI C function declarations.
43861         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
43862
43863         * lib/gcd.h (PARAMS): Remove macro.
43864         (gcd): Use ANSI C function declarations.
43865         * lib/gcd.c (gcd): Likewise.
43866
43867 2002-11-15  Bruno Haible  <bruno@clisp.org>
43868
43869         * lib/strcspn.c: Include <stddef.h>.
43870         (strcspn): Use ANSI C function declaration. Change return type to
43871         size_t. Use NULL.
43872         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
43873         (strpbrk): Use NULL.
43874         * lib/strpbrk.h (PARAMS): Remove macro.
43875         (strpbrk): Use ANSI C function declaration.
43876         * lib/strstr.c: Don't include <sys/types.h>.
43877         * lib/strstr.h (PARAMS): Remove macro.
43878         (strstr): Use ANSI C function declarations.
43879
43880 2002-11-14  Karl Berry  <karl@gnu.org>
43881
43882         * config/mkinstalldirs: `do' on separate line, instead of
43883         `for var; do'.
43884
43885 2002-11-06  Bruno Haible  <bruno@clisp.org>
43886
43887         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
43888         * lib/gcd.c (gcd): Likewise.
43889
43890 2002-11-05  Bruno Haible  <bruno@clisp.org>
43891
43892         * lib/gcd.h: New file, from gettext-0.11.5.
43893         * lib/gcd.c: New file, from gettext-0.11.5.
43894
43895 2002-11-05  Bruno Haible  <bruno@clisp.org>
43896
43897         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43898         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43899         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43900         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43901
43902         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
43903         <libintl.h>.
43904         * lib/makepath.c: Include gettext.h instead of <locale.h> and
43905         <libintl.h>.
43906
43907         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
43908         * lib/human.c: Include gettext.h instead of <libintl.h>.
43909         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
43910         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
43911         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
43912         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
43913         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
43914         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
43915         (textdomain): Remove definition.
43916         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
43917
43918         * lib/long-options.c: Remove include of <libintl.h> and definition of
43919         _.
43920         * lib/same.c: Remove include of <libintl.h> and definition of _.
43921
43922 2002-11-04  Owen Taylor  <otaylor@redhat.com>
43923
43924         * lib/config.charset: A few additions for Solaris.
43925
43926 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
43927
43928         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
43929         * lib/localcharset.c (locale_charset): Declare as extern "C".
43930
43931 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
43932
43933         * lib/config.charset: msdos in uk_UA uses CP1125.
43934
43935 2002-11-04  Bruno Haible  <bruno@clisp.org>
43936
43937         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
43938         * lib/strcase.h: New file, from GNU gettext-0.11.5.
43939         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
43940         * lib/strstr.h: New file, from GNU gettext-0.11.5.
43941         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
43942
43943 2002-11-04  Bruno Haible  <bruno@clisp.org>
43944
43945         * lib/localcharset.c (locale_charset): Don't return an empty string.
43946
43947 2002-11-04  Bruno Haible  <bruno@clisp.org>
43948
43949         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
43950         aliases.
43951
43952 2002-11-04  Bruno Haible  <bruno@clisp.org>
43953
43954         * lib/config.charset: Update for newest glibc. Add canonical names
43955         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
43956
43957 2002-11-04  Bruno Haible  <bruno@clisp.org>
43958
43959         * lib/config.charset: Add support for NetBSD.
43960
43961 2002-11-04  Bruno Haible  <bruno@clisp.org>
43962
43963         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
43964
43965 2002-11-01  Bruno Haible  <bruno@clisp.org>
43966
43967         * configure.in: Add AC_CONFIG_AUX_DIR call.
43968         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
43969         test/Makefile.
43970         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
43971
43972 2002-09-28  Karl Berry  <karl@gnu.org>
43973
43974         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
43975         installed automake until the next release, since changes have been
43976         made.
43977
43978 2002-09-25  Karl Berry  <karl@gnu.org>
43979
43980         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
43981         * lib/getopt*: copy from libc/posix.
43982         * lib/gettext.h: copy from gettext.
43983         * lib/.cppi-disable: add strdup.c, gettext.h.
43984
43985 2002-09-25  Karl Berry  <karl@gnu.org>
43986
43987         * config/srclist.txt: enable gettext.h check.
43988         * config/config.{guess,sub}: update from prep.
43989         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
43990                 from automake 1.6.3.
43991         See srclist*.
43992
43993 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
43994
43995         * regex.c (PATFETCH): Remove the translating fetch.
43996         (PATFETCH_RAW): Rename to PATFETCH.
43997         (set_image_of_range): New fun.
43998         (SET_RANGE_TABLE_WORK_AREA): Use it.
43999         (regex_compile): Don't translate the pattern chars so eagerly.
44000         Only do it when inserting an `exactn' bytecode or when handling
44001         a char-range.
44002         (mutually_exclusive_p): Avoid empty statement.
44003
44004 2002-07-06  Jim Meyering  <meyering@lucent.com>
44005
44006         * m4/README: Don't mention Makefile.am.in.
44007         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
44008
44009 2002-07-01  Jim Meyering  <meyering@lucent.com>
44010
44011         * lib/c-stack.c: Include sys/time.h.
44012         From Volker Borchert.
44013
44014 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44015
44016         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
44017
44018 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44019
44020         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
44021         New macro.  Use it uniformly instead of
44022         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
44023         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
44024         reported by Vin Shelton.
44025
44026 2002-06-22  Paul Eggert  <eggert@twinsun.com>
44027
44028         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
44029         Do not assume SA_SIGINFO behavior.
44030         Bug reported by Jim Meyering on NetBSD 1.5.2.
44031
44032 2002-06-22  Jim Meyering  <meyering@lucent.com>
44033
44034         * m4/c-stack.m4: New file, from diffutils-2.8.2.
44035         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
44036
44037         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
44038         now that configure.ac uses AC_GNU_SOURCE.
44039         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
44040         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
44041
44042         Update to latest tools.  Suggestions from Paul Eggert.
44043         * m4/stdbool.m4: New file, from diffutils-2.8.2.
44044         * m4/gnu-source.m4: Update from diffutils-2.8.2.
44045         * m4/fnmatch.m4: Likewise.
44046         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
44047         to AC_HEADER_STDBOOL
44048
44049 2002-06-22  Jim Meyering  <meyering@lucent.com>
44050
44051         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
44052         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
44053
44054 2002-06-22  Jim Meyering  <meyering@lucent.com>
44055
44056         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
44057
44058         * lib/exitfail.c, exitfail.h: Likewise.
44059         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
44060
44061         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
44062         of fnmatch.h.
44063         (EXTRA_DIST): Add fnmatch_loop.c.
44064         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
44065
44066         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
44067         * lib/fnmatch.c: Update from diffutils-2.8.2.
44068         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
44069         * lib/fnmatch.h: Remove file.
44070
44071 2002-06-21  Jim Meyering  <meyering@lucent.com>
44072
44073         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
44074         * m4/mbrtowc.m4: Likewise.
44075
44076         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
44077         * m4/mbswidth.m4: Reflect name change:
44078         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
44079         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
44080
44081         * m4/lib-link.m4: Update from gettext-0.11.2.
44082         * m4/gettext.m4: Likewise.
44083
44084         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
44085         From Alfred M. Szmidt.
44086
44087 2002-06-18  Paul Eggert  <eggert@twinsun.com>
44088
44089         * lib/file-type.h: Report an error if neither S_ISREG nor
44090         S_IFREG is defined, instead of using a test specific to glibc
44091         2.2.  This should be safe, since POSIX requires S_ISREG and
44092         Unix Version 7 had S_IFREG.  We don't need to check for
44093         <sys/types.h> since we don't use any symbols that it defines.
44094
44095 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
44096
44097         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
44098         $@-t, so that each temporary file name is unique and valid in the first
44099         8 characters, for operation under DOS.
44100
44101 2002-06-15  Paul Eggert  <eggert@twinsun.com>
44102
44103         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
44104
44105 2002-06-15  Jim Meyering  <meyering@lucent.com>
44106
44107         Work even with DJGPP 2.03, which lacks support for symlinks.
44108         From Richard Dawe.
44109         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
44110         is defined.
44111         * lib/lchown.c (S_ISLNK): Likewise.
44112
44113 2002-06-15  Jim Meyering  <meyering@lucent.com>
44114
44115         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
44116         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
44117         have been included before this file.
44118
44119 2002-06-14  Jim Meyering  <meyering@lucent.com>
44120
44121         * lib/file-type.h: Use the version from diffutils-2.8.2.
44122         * lib/file-type.c: Likewise.
44123
44124 2002-06-07  Jim Meyering  <meyering@lucent.com>
44125
44126         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
44127         They're needed at least for NetBSD 1.5.2.
44128         ($statxfs_includes): Include those same headers.
44129         ($statxfs_includes): Include sys/vfs.h if available.
44130         ($statxfs_includes): Likewise for sys/statvfs.h.
44131         Check for the following members in both structs statfs and statvfs:
44132         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
44133
44134 2002-06-01  Jim Meyering  <meyering@lucent.com>
44135
44136         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
44137         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
44138
44139 2002-05-28  Jim Meyering  <meyering@lucent.com>
44140
44141         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
44142         Reported by Volker Borchert.
44143
44144 2002-05-27  Jim Meyering  <meyering@lucent.com>
44145
44146         Fix a problem seen only on nonconforming systems whereby ls.c's
44147         use of localtime, and then of gettimeofday would cause trouble:
44148         the localtime call used to initialize rpl_gettimeofday's save
44149         mechanism would clobber ls's current local time information so
44150         that in any long listing the first file would always be listed
44151         with date 1970-01-01.  Analysis by Volker Borchert.
44152
44153         * lib/gettimeofday.c (localtime): Undefine.
44154         (rpl_localtime): New function.
44155
44156 2002-05-27  Jim Meyering  <meyering@lucent.com>
44157
44158         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
44159         localtime.
44160
44161         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
44162         use the replacement function; it wouldn't resolve at link time.
44163         Reported by Volker Borchert.
44164
44165 2002-05-22  Jim Meyering  <meyering@lucent.com>
44166
44167         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
44168         file-type.h.
44169         * lib/file-type.h: New file.
44170         * lib/file-type.c (file_type): New file/function.  Extracted from
44171         diffutils.
44172
44173 2002-04-30  Jim Meyering  <meyering@lucent.com>
44174
44175         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
44176
44177 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44178
44179         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
44180
44181 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44182
44183         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
44184         Do not check for alloca.h (no longer used) or stdbool.h (was never
44185         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
44186
44187 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44188
44189         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
44190
44191 2002-04-29  Jim Meyering  <meyering@lucent.com>
44192
44193         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
44194         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
44195         Use AC_FUNC_STRNLEN here instead.
44196
44197         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
44198         With autoconf-2.53a, it's part of AC_PROG_CC.
44199
44200 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44201
44202         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
44203         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
44204
44205 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44206
44207         * lib/sig2str.h, lib/sig2str.c: New files.
44208         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
44209
44210 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44211
44212         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
44213         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
44214         of 127, since 64 is the largest conceivable number for ancient
44215         nonstandard hosts.
44216         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
44217
44218 2002-04-28  Jim Meyering  <meyering@lucent.com>
44219
44220         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
44221
44222 2002-04-24  Jim Meyering  <meyering@lucent.com>
44223
44224         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
44225         (jm_PREREQ): Use it.
44226
44227         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
44228         mach/mach.h fcntl.h.
44229         Check for this function: setlocale.
44230
44231 2002-04-24  Jim Meyering  <meyering@lucent.com>
44232
44233         * lib/gettext.h: New file, from Gettext.
44234         * lib/Makefile.am (INCLUDES): Remove -I../intl.
44235         (libfetish_a_SOURCES): Add gettext.h.
44236
44237 2002-04-16  Jim Meyering  <meyering@lucent.com>
44238
44239         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
44240         ut_pid, ut_id, ut_exit.
44241
44242 2002-04-16  Jim Meyering  <meyering@lucent.com>
44243
44244         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
44245         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
44246         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
44247
44248 2002-04-12  Jim Meyering  <meyering@lucent.com>
44249
44250         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
44251         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
44252         existence of the getmntinfo function.  Needed for Darwin 5.3.
44253
44254         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
44255         This is necessary at least on Darwin 5.3.
44256
44257         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
44258         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
44259         strnlen.o in the library, and that makes some versions of ranlib
44260         object.
44261
44262 2002-04-12  Jim Meyering  <meyering@lucent.com>
44263
44264         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
44265
44266 2002-04-09  Jim Meyering  <meyering@lucent.com>
44267
44268         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
44269         to be more precise.  Rather than saying we're checking whether the
44270         function `works', say what we're testing.
44271         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
44272         Reported by Bruno Haible.
44273
44274 2002-03-10  Jim Meyering  <meyering@lucent.com>
44275
44276         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
44277         Suggestion from Santiago Vila.
44278
44279 2002-03-08  Jim Meyering  <meyering@lucent.com>
44280
44281         * lib/rename.c: Mention that this wrapper is needed also on
44282         mips-dec-ultrix4.4 systems.
44283
44284 2002-03-02  Jim Meyering  <meyering@lucent.com>
44285
44286         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
44287         not HAVE_CLOCK_SETTIME.
44288
44289 2002-02-27  Paul Eggert  <eggert@twinsun.com>
44290
44291         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
44292         Check for clock_settime.
44293
44294 2002-02-27  Paul Eggert  <eggert@twinsun.com>
44295
44296         * lib/nanosleep.h: Rename to....
44297         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
44298
44299         * lib/gettime.c: New file.
44300         * lib/settime.c: New file.
44301         * lib/stime.c: Remove.
44302
44303         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
44304         timespec.h.  Remove nanosleep.h.
44305
44306 2002-02-25  Paul Eggert  <eggert@twinsun.com>
44307
44308         * m4/acl.m4: New file.
44309         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
44310         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
44311
44312 2002-02-25  Paul Eggert  <eggert@twinsun.com>
44313
44314         * lib/acl.c, lib/acl.h: New files.
44315         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
44316
44317 2002-02-24  Jim Meyering  <meyering@lucent.com>
44318
44319         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
44320         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
44321         cause trouble.  Reported by Nelson Beebe.
44322
44323 2002-02-23  Paul Eggert  <eggert@twinsun.com>
44324
44325         * lib/path-concat.c (xpath_concat): Reorder code to pacify
44326         compilers that don't know that xalloc_die never returns.
44327
44328 2002-02-20  Jim Meyering  <meyering@lucent.com>
44329
44330         * lib/getdate.c: Regenerate using bison-1.33.
44331
44332 2002-02-17  Jim Meyering  <meyering@lucent.com>
44333
44334         * config/config.guess (main): Don't use `head -1'; it's no longer
44335         portable. Use `sed 1q' instead.
44336
44337 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
44338
44339         * m4/codeset.m4: Upgrade to gettext-0.11.
44340         * m4/gettext.m4: Upgrade to gettext-0.11.
44341         * m4/glibc21.m4: Upgrade to gettext-0.11.
44342         * m4/iconv.m4: Upgrade to gettext-0.11.
44343         * m4/isc-posix.m4: Upgrade to gettext-0.11.
44344         * m4/lcmessage.m4: Upgrade to gettext-0.11.
44345         * m4/lib-ld.m4: New file, from gettext-0.11.
44346         * m4/lib-link.m4: New file, from gettext-0.11.
44347         * m4/lib-prefix.m4: New file, from gettext-0.11.
44348         * m4/progtest.m4: Upgrade to gettext-0.11.
44349
44350 2002-02-15  Paul Eggert  <eggert@twinsun.com>
44351
44352         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
44353         (jm_PREREQ): Use it.
44354
44355 2002-02-15  Paul Eggert  <eggert@twinsun.com>
44356
44357         * lib/posixver.c, lib/posixver.h: New files.
44358         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
44359
44360 2002-02-02  Paul Eggert  <eggert@twinsun.com>
44361             Bruno Haible  <bruno@clisp.org>
44362
44363         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
44364         (fwrite_success_callback): New declaration.
44365         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
44366         print_unicode_char. Call failure callback instead of error.
44367         (fwrite_success_callback): New function.
44368         (exit_failure_callback): New function.
44369         (fallback_failure_callback): New function.
44370         (print_unicode_char): Call unicode_to_mb.
44371
44372 2002-01-26  Jim Meyering  <meyering@lucent.com>
44373
44374         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
44375         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
44376
44377 2002-01-26  Jim Meyering  <meyering@lucent.com>
44378
44379         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
44380
44381 2002-01-22  Paul Eggert  <eggert@twinsun.com>
44382
44383         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
44384
44385 2002-01-22  Jim Meyering  <meyering@lucent.com>
44386
44387         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
44388         Otherwise, some versions of automake would omit the rule that makes
44389         Makefile from Makefile.in.
44390
44391 2002-01-21  Paul Eggert  <eggert@twinsun.com>
44392
44393         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
44394         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
44395         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
44396         (memcoll): Set errno to zero if there is no error.
44397
44398         * lib/quotearg.c (quotearg_buffer_restyled):
44399         Fix bug with quoting buffers containing NUL when backslashing escapes.
44400         This bug was exposed by the other changes in this patch.
44401         (quotearg_n_options): New arg ARGSIZE.
44402         All callers changed.
44403         (quoting_options_from_style): New function.
44404         (quotearg_n_style): Use it.
44405         (quotearg_n_style_mem): New function.
44406
44407         * lib/quotearg.h (quotearg_n_style_mem): New function.
44408
44409 2002-01-19  Jim Meyering  <meyering@lucent.com>
44410
44411         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
44412         Remove useless quotes: DF_PROG="df".
44413         * m4/strnlen.m4: New file.
44414
44415 2002-01-16  Paul Eggert  <eggert@twinsun.com>
44416
44417         * lib/backupfile.c (ISDIGIT): Comment fix.
44418         * lib/getdate.y (ISDIGIT): Likewise.
44419         * lib/posixtm.c (ISDIGIT, year): Likewise.
44420         * lib/strverscmp.c (ISDIGIT): Likewise.
44421         * lib/userspec.c (ISDIGIT): Likewise.
44422
44423 2002-01-16  Jim Meyering  <meyering@lucent.com>
44424
44425         * lib/getdate.y: Add three semicolons, each just before a closing
44426         brace. Bison (as of version 1.31) no longer papers over that mistake.
44427
44428 2002-01-05  Jim Meyering  <meyering@lucent.com>
44429
44430         * lib/version-etc.c (version_etc_copyright): Update copyright year.
44431
44432 2001-12-19  Paul Eggert  <eggert@twinsun.com>
44433
44434         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
44435         not silently exit merely because the output buffer happens to
44436         have nothing pending.
44437
44438 2001-12-18  Paul Eggert  <eggert@twinsun.com>
44439
44440         See the big note in ../ChangeLog.
44441         * lib/human.c (suffixes): Prefer K to k for 1024.
44442         (generate_suffix_backwards): New function.
44443         (human_readable_inexact): Use it.
44444         * lib/xstrtol.c (__xstrtol): If there is no number but there
44445         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
44446         Accept 'K' as well as 'k'.
44447
44448 2001-12-15  Jim Meyering  <meyering@lucent.com>
44449
44450         * lib/regex.h (__restrict_arr): Update from libc.
44451
44452         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
44453         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
44454         (STREQ): Define.
44455
44456 2001-12-14  Jim Meyering  <meyering@lucent.com>
44457
44458         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
44459         Suggestion from Bruno Haible.
44460
44461 2001-12-10  Jim Meyering  <meyering@lucent.com>
44462
44463         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
44464         xrealloc, Instead, include "xalloc.h".
44465         (initbuffer): Don't cast xmalloc return value to char*.
44466         (readline): Reword comment.
44467         Don't cast xrealloc return value to char*
44468         Return NULL, not 0.
44469
44470 2001-12-09  Jim Meyering  <meyering@lucent.com>
44471
44472         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
44473         about `signed and unsigned type in conditional expression'.
44474         * lib/posixtm.c (posix_time_parse): Likewise.
44475
44476         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
44477
44478         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
44479         to avoid a pedantic warning.
44480
44481         * lib/getstr.c: Don't include assert.h.
44482         (getstr): Remove warning-evoking assertions.
44483         Return -1 if offset parameter is out of bounds.
44484         Change the type of a local from int to size_t.
44485
44486         * lib/strftime.c (my_strftime_localtime_r): Include this function
44487         definition in the `#if ! HAVE_TM_GMTOFF' block.
44488
44489         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
44490         Include xalloc.h instead.
44491
44492 2001-12-02  Jim Meyering  <meyering@lucent.com>
44493
44494         * lib/tempname.c: Don't declare getenv, thus reverting the change of
44495         2001-11-18.  It's no longer necessary, now that stdlib.h is always
44496         included.
44497
44498         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
44499         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
44500
44501 2001-11-30  Akim Demaille  <akim@epita.fr>
44502
44503         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
44504         before being defined.
44505
44506 2001-11-27  Paul Eggert  <eggert@twinsun.com>
44507
44508         * lib/quotearg.h (quotearg_n, quotearg_n_style):
44509         First arg is int, not unsigned.
44510         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
44511         (SIZE_MAX, UINT_MAX): New macros.
44512         (quotearg_n_options): Abort if N is negative.
44513         Avoid overflow check on hosts where size_t is 64 bits and int
44514         is 32 bits, as overflow is impossible there.
44515         Fix off-by-one typo that caused unnecessary reallocation.
44516
44517 2001-11-27  Jim Meyering  <meyering@lucent.com>
44518
44519         * lib/tempname.c: Merge with version from libc.
44520         * lib/regex.c: Likewise.
44521
44522         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
44523         systems for which STDC_HEADERS is 0, it was not included, resulting in
44524         a warning about an integer-to-pointer conversion problem with getenv.
44525         Reported by Volker Borchert.
44526
44527 2001-11-26  Jim Meyering  <meyering@lucent.com>
44528
44529         * lib/gtod.h: Remove file.
44530         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
44531         * lib/gettimeofday.c: Don't include gtod.h.
44532         (GTOD_init): Remove function.
44533         (rpl_gettimeofday): Do its job here instead, rather than aborting.
44534         Suggestion from Volker Borchert.
44535
44536 2001-11-23  Jim Meyering  <meyering@lucent.com>
44537
44538         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
44539         it.
44540         * lib/hash.c (struct hash_table): Define it here instead.
44541
44542 2001-11-22  Jim Meyering  <meyering@lucent.com>
44543
44544         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
44545
44546 2001-11-20  Jim Meyering  <meyering@lucent.com>
44547
44548         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
44549         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
44550
44551 2001-11-19  Jim Meyering  <meyering@lucent.com>
44552
44553         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
44554         directory.  Use "conftestXXXXXX" as the template.
44555         Suggestion from Paul Eggert.
44556
44557         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
44558         immediately, so the test doesn't mistakenly hit the max-open-files
44559         limit.
44560
44561 2001-11-18  Paul Eggert  <eggert@twinsun.com>
44562
44563         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
44564         (TEMPORARIES): New macro.
44565         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
44566         removes an artificial limitation (e.g. HP-UX 10.20, where
44567         TMP_MAX is 17576).
44568
44569 2001-11-18  Jim Meyering  <meyering@lucent.com>
44570
44571         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
44572
44573 2001-11-18  Jim Meyering  <meyering@lucent.com>
44574
44575         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
44576         on SunOS 4.
44577
44578         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
44579         files will be created before anything else.
44580
44581 2001-11-17  Paul Eggert  <eggert@twinsun.com>
44582
44583         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
44584         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
44585
44586 2001-11-17  Jim Meyering  <meyering@lucent.com>
44587
44588         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
44589         Prompted by a report from Bob Proulx.
44590
44591         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
44592         Instead, require UTILS_FUNC_MKSTEMP.
44593
44594 2001-11-17  Jim Meyering  <meyering@lucent.com>
44595
44596         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
44597         Now, that's done as part of AC_FUNC_STRTOD.
44598
44599 2001-11-17  Jim Meyering  <meyering@lucent.com>
44600
44601         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
44602         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
44603         rather than group writable.  Patch by Juan F. Codagnone.
44604
44605         * lib/readtokens.c: Remove explicit declarations of xmalloc and
44606         xrealloc, Instead, include "xalloc.h".
44607
44608         * lib/mountlist.c: Include unlocked-io.h after all system headers.
44609         Remove explicit declarations of xmalloc, xrealloc,
44610         and xstrdup.  Instead, include "xalloc.h".
44611
44612         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
44613         unlocked-io.h.
44614         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
44615         Likewise.
44616         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
44617
44618         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
44619         Reported by Padraig Brady.
44620
44621         * lib/mkstemp.c: #undef mkstemp.
44622         Include config.h.
44623         (rpl_mkstemp): Rename from mkstemp.
44624         Protoize.
44625
44626 2001-11-16  Jim Meyering  <meyering@lucent.com>
44627
44628         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
44629         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
44630         determine the amount of total physical memory, use pstat_getstatic.
44631         HPUX-11 doesn't define _SC_PHYS_PAGES.
44632         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
44633         If sysconf couldn't be used to determine the amount of available
44634         physical memory, use both pstat_getstatic and pstat_getdynamic.
44635         Based on a patch from Bob Proulx.
44636
44637 2001-11-10  Jim Meyering  <meyering@lucent.com>
44638
44639         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
44640         (jm_PREREQ): Use it.
44641
44642 2001-11-09  Jim Meyering  <meyering@lucent.com>
44643
44644         * m4/jm-macros.m4: Require autoconf-2.52f.
44645         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
44646         Use these AC_-prefixed names, not the AM_-prefixed ones.
44647
44648         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
44649
44650 2001-11-05  Jim Meyering  <meyering@lucent.com>
44651
44652         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
44653
44654 2001-11-04  Jim Meyering  <meyering@lucent.com>
44655
44656         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
44657         $DEFS.
44658
44659 2001-11-03  Jim Meyering  <meyering@lucent.com>
44660
44661         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
44662         of AC_DEFUN.
44663
44664         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
44665         know the name of the variable in the macro definition.
44666
44667 2001-11-03  Jim Meyering  <meyering@lucent.com>
44668
44669         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
44670         in argmatch_to_argument call.
44671
44672         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
44673         argument.
44674
44675         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
44676         e.g., a fault due to an attempt to free a NULL pointer.
44677
44678 2001-11-01  Jim Meyering  <meyering@lucent.com>
44679
44680         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
44681         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
44682
44683 2001-11-01  Jim Meyering  <meyering@lucent.com>
44684
44685         * lib/dirfd.c, lib/dirfd.h: New files.
44686         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
44687
44688         * lib/hash.c (hash_print) [TESTING]: Clean up.
44689
44690 2001-10-22  Paul Eggert  <eggert@twinsun.com>
44691
44692         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
44693         to avoid a warning if -Wall.
44694
44695 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
44696
44697         * README: New file
44698         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
44699         (per RMS's instructions, this is now the canonical source)
44700         * lgpl/, gpl/: New directories.
44701
44702 2001-10-21  Paul Eggert  <eggert@twinsun.com>
44703
44704         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
44705
44706 2001-10-21  Jim Meyering  <meyering@lucent.com>
44707
44708         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
44709         this code would end up calling gettext even in packages built
44710         with --disable-nls.
44711         * lib/getopt.c (_): Likewise.
44712         * lib/regex.c (_): Likewise.
44713
44714 2001-10-20  Paul Eggert  <eggert@twinsun.com>
44715
44716         * m4/error.m4 (jm_PREREQ_ERROR):
44717         Do not invoke AC_CHECK_FUNCS with strerror_r, as
44718         AC_FUNC_STRERROR_R does that.
44719         Check for strerror declaration.
44720
44721         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
44722         are supposed to have them these days.
44723         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
44724         Merge changes from latest Autoconf CVS.
44725         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
44726         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
44727         POSIX decided to standardize on the int flavor of strerror_r.
44728
44729 2001-10-20  Paul Eggert  <eggert@twinsun.com>
44730
44731         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
44732         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
44733         Use strerror_r that is only a macro, even if it is not a function.
44734         (strerror): Check for HAVE_DECL_STRERROR before declaring.
44735         (private_strerror): Use prototypes, not old-style function definition.
44736         (print_errno_message): New function.
44737         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
44738         char*-flavored one.
44739         (error_tail, error, error_at_line): Use it.
44740
44741 2001-10-11  Jim Meyering  <meyering@lucent.com>
44742
44743         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
44744         and quote_n (1, ... to avoid clobbering a buffer.
44745
44746 2001-10-05  Jim Meyering  <meyering@lucent.com>
44747
44748         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
44749         hash-pjw.h.
44750         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
44751         * lib/hash-pjw.h: New file.
44752
44753 2001-09-30  Jim Meyering  <meyering@lucent.com>
44754
44755         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
44756         `struct fsstat' has the `f_fstypename' member.
44757         Use that to define FS_TYPE, which is now used to make
44758         the getfsstat link test tighter.
44759
44760 2001-09-30  Jim Meyering  <meyering@lucent.com>
44761
44762         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
44763         Include <sys/ucred.h>, for Apple Darwin.
44764         Include sys/mount.h and sys/fs_types.h only if available.
44765         (FS_TYPE): Define.
44766         (read_filesystem_list): Use FS_TYPE.
44767
44768 2001-09-29  Paul Eggert  <eggert@twinsun.com>
44769
44770         * lib/exclude.c (excluded_filename): 0 -> false, since it's
44771         a boolean context.
44772
44773 2001-09-29  Jim Meyering  <meyering@lucent.com>
44774
44775         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
44776         [one-argument getmntent function]): Include stdio.h before mntent.h.
44777         SunOS 4.1.x needs it for the declaration of `FILE'.
44778         Patch by Volker Borchert.
44779
44780         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
44781         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
44782         sys/fs_types.h, and make the link-test for getfsstat guard #include
44783         directives with appropriate #if HAVE_*_H tests so that we can
44784         detect getfsstat on Apple Darwin1.3.7 systems.
44785         Reported by Nelson Beebe.
44786         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
44787
44788 2001-09-28  Paul Eggert  <eggert@twinsun.com>
44789
44790         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
44791         #defines strtoimax.  Also treat the other strto* functions
44792         like strtoimax.
44793
44794         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
44795         Check for strtoul and strtoumax,
44796         as those declarations are made even in the signed case.
44797         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
44798         Likewise, for strtol and strtoimax.
44799
44800 2001-09-28  Paul Eggert  <eggert@twinsun.com>
44801
44802         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
44803         #defines strtoimax.  Also treat the other strto* functions
44804         like strtoimax.
44805
44806         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
44807         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
44808         (strtoimax, strtoumax): Do not declare if already defined as a macro.
44809
44810 2001-09-26  Jim Meyering  <meyering@lucent.com>
44811
44812         Most macros in unlocked-io.h had the wrong number of arguments.
44813         * lib/gen-uio: New script.
44814         (USE_UNLOCKED_IO): Define to 1 if not already defined.
44815         * lib/unlocked-io.hin: Remove file.
44816         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
44817         rather than trying to embed it here.
44818         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
44819         Reported by Padraig Brady.
44820
44821 2001-09-25  Volker Borchert  <bt@teknon.de>
44822
44823         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
44824         `result'.
44825
44826 2001-09-24  Jim Meyering  <meyering@lucent.com>
44827
44828         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
44829
44830 2001-09-23  Jim Meyering  <meyering@lucent.com>
44831
44832         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
44833         instead of the mere test for existence of mntent.h.  The latter
44834         would get a false-positive on AIX 3.4 systems.
44835         In the outer getmntent if-block, don't die if neither of the getmntent
44836         tests succeeds.  Instead, just fall through and continue with the
44837         remaining tests.
44838
44839 2001-09-23  Jim Meyering  <meyering@lucent.com>
44840
44841         * lib/mountlist.c: Remove useless parentheses in #if directives.
44842         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
44843         the deprecated MOUNTED symbol is no longer defined in mntent.h.
44844
44845 2001-09-22  Jim Meyering  <meyering@lucent.com>
44846
44847         * m4/gettext.m4: New file.  From gettext.
44848         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
44849         * m4/progtest.m4: Likewise
44850         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
44851         * m4/glibc21.m4: Likewise.
44852
44853         * m4/libintl.m4: Remove.  No longer used.
44854
44855 2001-09-22  Jim Meyering  <meyering@lucent.com>
44856
44857         * lib/localcharset.c: Update from latest gettext.
44858         * lib/config.charset: Likewise.
44859
44860 2001-09-20  Jim Meyering  <meyering@lucent.com>
44861
44862         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
44863         strtoimax.
44864         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
44865         strtoumax.
44866
44867 2001-09-20  Jim Meyering  <meyering@lucent.com>
44868
44869         * lib/xstrtol.c (strtoimax): Guard declaration with
44870         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
44871         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
44872         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
44873         (strtoumax): Likewise, for completeness (it wasn't necessary).
44874
44875 2001-09-17  Paul Eggert  <eggert@twinsun.com>
44876
44877         * lib/strtoimax.c (HAVE_LONG_LONG):
44878         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
44879         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
44880         to work around bug in IBM C compiler.
44881
44882 2001-09-17  Jim Meyering  <meyering@lucent.com>
44883
44884         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
44885         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
44886         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
44887         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
44888         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
44889         whenever the right hand side need not be expanded by the shell.
44890
44891 2001-09-16  Paul Eggert  <eggert@twinsun.com>
44892
44893         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
44894         library.  It's not correct, as some older glibcs are buggy.
44895         fnmatch wasn't fixed until glibc 2.2.
44896
44897         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
44898         special shell magic here.
44899
44900 2001-09-16  Jim Meyering  <meyering@lucent.com>
44901
44902         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
44903         * m4/jm-macros.m4: Require it.
44904
44905 2001-09-16  Jim Meyering  <meyering@lucent.com>
44906
44907         * lib/mkdir.c: New file.
44908
44909 2001-09-15  Jim Meyering  <meyering@lucent.com>
44910
44911         * m4/jm-macros.m4: Check for help2man.
44912
44913 2001-09-11  Jim Meyering  <meyering@lucent.com>
44914
44915         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
44916         The body, by Paul Eggert, was moved here from configure.in.
44917         * m4/jm-macros.m4: Require UTILS_HOST_OS.
44918
44919 2001-09-04  Paul Eggert  <eggert@twinsun.com>
44920
44921         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
44922         (jm_PREREQ): Use it.
44923
44924 2001-09-04  Paul Eggert  <eggert@twinsun.com>
44925
44926         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
44927         Use ssize_t, not int, to store result of readlink.
44928         Check for ssize_t overflow as well as size_t overflow,
44929         as POSIX says the result of readlink is implementation-defined
44930         when ssize_t overflows.
44931         Remove unnecessary cast to char*.
44932         Use free+malloc instead of realloc, as the storage doesn't need
44933         to be preserved and it's clearer and can be more efficient that way.
44934         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
44935         * lib/xreadlink.h (xreadlink): Update prototype.
44936
44937 2001-09-04  Paul Eggert  <eggert@twinsun.com>
44938
44939         * lib/xgetcwd.c: Revert some of the previous change; intead,
44940         fix the HAVE_GETCWD_NULL code to behave more like the
44941         !HAVE_GETCWD_NULL code used to.
44942
44943         Include "xalloc.h".
44944         (xgetcwd): Do not return NULL when memory is exhausted; instead,
44945         invoke xalloc_die.
44946
44947 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44948
44949         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
44950         sys/param.h, as pathmax.h includes them.
44951
44952 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44953
44954         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
44955         (jm_PREREQ_XGETCWD): New macro.
44956
44957         * m4/getcwd.m4: New file.
44958
44959 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44960
44961         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
44962         like the HAVE_GETCWD_NULL code.
44963         Include pathmax.h if not HAVE_GETCWD.
44964         Do not include xalloc.h.
44965         (INITIAL_BUFFER_SIZE): New symbol.
44966         Do not use xmalloc / xrealloc, since the caller is responsible for
44967         handling errors.  Preserve errno around `free' during failure.
44968         Do not overrun buffer when using getwd.
44969
44970 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44971
44972         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
44973         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
44974         getcwd (NULL, 0).
44975
44976 2001-09-03  Paul Eggert  <eggert@twinsun.com>
44977
44978         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
44979         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
44980         spotted by Jim Meyering.
44981
44982 2001-09-03  Jim Meyering  <meyering@lucent.com>
44983
44984         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
44985         failure.
44986
44987 2001-09-02  Jim Meyering  <meyering@lucent.com>
44988
44989         * lib/error.c: Update from GNU libc.
44990
44991 2001-09-01  Jim Meyering  <meyering@lucent.com>
44992
44993         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
44994         Used by df.
44995
44996 2001-09-01  Jim Meyering  <meyering@lucent.com>
44997
44998         * lib/xreadlink.c: New file.
44999         * lib/xreadlink.h: New file.
45000         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
45001         xreadlink.h.
45002
45003         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
45004         doesn't conflict with sparc Solaris 7's definition in
45005         /usr/include/sys/int_types.h.
45006
45007         * lib/exclude.c: Use `""', not `<>' to #include non-system header
45008         files.
45009         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
45010         and strncasecmp as r-values.  Unixware didn't have declarations.
45011
45012 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45013
45014         * lib/xstrtol.h: Add copyright notice.
45015         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
45016         LONGINT_INVALID_SUFFIX_CHAR.
45017
45018 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45019
45020         * lib/xstrtol.c (strtoimax): New decl.
45021
45022 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45023
45024         * lib/xgetcwd.c: Don't include pathmax.h.
45025         Include stdlib.h and unistd.h if available.
45026         Include xalloc.h.
45027         (xmalloc, xstrdup, free): Remove decls.
45028         (xgetcwd): Don't assume sizes fit in unsigned.
45029         Check for overflow when computing sizes.
45030         Simplify reallocation code.
45031
45032 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45033
45034         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
45035         a directory's st_size can have an arbitrary value, so the old
45036         usage could waste an arbitrary amount of memory.  All uses
45037         changed.
45038         * lib/savedir.h: Update prototype.
45039
45040 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45041
45042         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
45043
45044         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
45045         old strtoimax.c.
45046
45047         Also, make the following further changes to make this file's
45048         configuration more similar to that of strtol.c:
45049         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
45050         (strtoumax, uintmax_t, strtoull, strtol): Remove.
45051         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
45052         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
45053         changed to signed values.
45054
45055         And make the following changes as well:
45056         Fix copyright notice, as 1999 was missing.
45057         (verify): New macro.
45058         (strtoimax): Check sizes at compile-time, not run-time.
45059         Prefer strtol to strtoll if both work.
45060         (main): Remove; it was not that useful and was a pain to maintain.
45061
45062         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
45063
45064 2001-08-31  Jim Meyering  <meyering@lucent.com>
45065
45066         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
45067         Use an initial, malloc'd, buffer of length 128 rather than
45068         a statically allocated one of length 1024.
45069
45070 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45071
45072         Simplify code, partly by assuming autoconf 2.52 semantics.
45073
45074         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
45075
45076         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
45077         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
45078         All uses removed.
45079         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
45080         Move AC_REQUIRE to next-to-top level, to avoid confusion.
45081         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
45082         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
45083         jm_AC_HEADER_INTTYPES_H.
45084         * m4/jm-macros.m4 (jm_MACROS): Likewise.
45085
45086         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
45087
45088         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
45089         Quote first arg of AC_DEFUN.
45090         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
45091         since they are needed to parse the include file even if we need
45092         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
45093         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
45094         but with opposite signedness.
45095
45096 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45097
45098         Merge 'exclude' changes from tar 1.13.22.
45099         This fixes one or two unlikely storage allocation overflow bugs,
45100         but doesn't change user-visible behavior otherwise.
45101
45102 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45103
45104         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
45105         (jm_PREREQ_EXCLUDE): New macro.
45106
45107 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45108
45109         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
45110         tm to be declared.
45111
45112 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45113
45114         * lib/hash.c: Remove '2001' from copyright notice.
45115
45116 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45117
45118         * lib/full-write.h: New file.
45119         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
45120         * lib/full-write.c: Correct credits, as cccp.c no longer
45121         exists and anyway it was so heavily changed from the old cccp
45122         code as to be unrecognizable.  Include full-write.h.
45123         (full_write) Return size_t, with short writes meaning failure.
45124         All callers changed.  This fixes a bug with large buffers
45125         on 64-bit hosts.
45126         * lib/utime.c: Include full-write.h.
45127
45128 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45129
45130         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
45131         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
45132         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
45133         Include if available.
45134         (<xalloc.h>): Include
45135         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
45136         (verify): New macro.  Use it to verify that EXCLUDE macros do not
45137         collide with FNM macros.
45138         (struct patopts): New struct.
45139         (struct exclude): Use it, as exclude patterns now come with options.
45140         (new_exclude): Support above changes.
45141         (new_exclude, add_exclude_file):
45142         Initial size must now be a power of two to simplify overflow checking.
45143         (free_exclude, fnmatch_no_wildcards): New function.
45144         (excluded_filename): No longer requires options arg, as the options
45145         are determined by add_exclude.  Now returns bool, not int.
45146         (excluded_filename, add_exclude):
45147         Add support for the fancy new exclusion options.
45148         (add_exclude, add_exclude_file): Now takes int options arg.
45149         Check for arithmetic overflow when computing sizes.
45150         (add_exclude_file): xrealloc might modify errno, so don't
45151         realloc until after errno might be used.
45152
45153         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
45154         New macros.
45155         (free_exclude): New decl.
45156         (add_exclude, add_exclude_file): Now takes int options arg.
45157         (excluded_filename): No longer requires options arg, as the options
45158         are determined by add_exclude.  Now returns bool, not int.
45159
45160 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45161
45162         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
45163
45164 2001-08-27  Jim Meyering  <meyering@lucent.com>
45165
45166         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
45167
45168         * lib/version-etc.c (N_): Remove definition.
45169         Revert most of last change.
45170         Instead, simply don't mark the `Copyright...' string for translation.
45171         Based on advice from Paul Eggert.
45172
45173         * lib/strtoxmax.c: Tweak comment.
45174
45175 2001-08-26  Jim Meyering  <meyering@lucent.com>
45176
45177         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
45178
45179         * m4/xstrtoimax.m4: New file.
45180         * m4/xstrtoumax.m4: Add comments explaining why we
45181         AC_REPLACE_FUNCS(strtol).
45182
45183 2001-08-26  Jim Meyering  <meyering@lucent.com>
45184
45185         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
45186         of copyright with `%s' so translators don't get an untranslated
45187         message in 2002.
45188         (COPYRIGHT_YEAR): Define.
45189         (version_etc): Use fprintf rather than fputs.
45190         Suggestion from Ulrich Drepper.
45191
45192         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
45193
45194         * lib/strtoll.c: New file, from GNU libc.
45195         * lib/xstrtoimax.c: New file.
45196
45197         * lib/xstrtol.h: Add xstrtoimax.
45198         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
45199         * lib/strtoimax.c: New file.  Likewise, but first define
45200         STRTOUXMAX_SIGNED.
45201
45202         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
45203         ...
45204         * lib/strtoxmax.c: ... then renamed to this.
45205
45206 2001-08-18  Paul Eggert  <eggert@twinsun.com>
45207
45208         * m4/inttypes.m4: Add AC_PREREQ(2.13).
45209         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
45210         (jm_AC_TYPE_INTMAX_T): New macro.
45211         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
45212
45213         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
45214
45215         * m4/longlong.m4: Renamed from ulonglong.m4.
45216         * m4/inttypes.m4: Renamed from inttypes_h.m4.
45217         * m4/uintmax_t.m4: Removed.
45218
45219 2001-08-13  Paul Eggert  <eggert@twinsun.com>
45220
45221         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
45222         Port to Solaris 8, where 'sed' requires a space after the 'r'
45223         command, and where sh dislikes "$/".  Clean up the spacing a bit.
45224         Redirect output to $tmp just once.
45225
45226 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
45227
45228         * lib/addext.c (<errno.h>): Include.
45229         (errno): Declare if not defined.
45230         (addext): Work correctly when pathconf returns -1 and leaves
45231         errno alone because there is no limit.  Also, work even if
45232         pathconf returns a value greater than SIZE_MAX.
45233
45234 2001-08-12  Jim Meyering  <meyering@lucent.com>
45235
45236         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
45237         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
45238         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
45239         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
45240         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
45241         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
45242         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
45243         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
45244         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
45245         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
45246         utime.m4, utimes.m4, xstrtoumax.m4:
45247         Quote the first argument in each use of AC_DEFUN.
45248
45249 2001-08-12  Jim Meyering  <meyering@lucent.com>
45250
45251         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
45252         Simply `return getcwd (NULL, 0);'.
45253         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
45254         Use 1300 as initial value for length, not PATH_MAX.
45255
45256         * lib/pathmax.h: Clean up cpp syntax.
45257
45258 2001-08-12  Jim Meyering  <meyering@lucent.com>
45259
45260         * lib/gettimeofday.c: New file.
45261         * lib/gtod.h: New file.
45262         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
45263
45264 2001-08-05  Jim Meyering  <meyering@lucent.com>
45265
45266         * m4/jm-macros.m4: Require autoconf-2.52.
45267
45268 2001-08-04  Jim Meyering  <meyering@lucent.com>
45269
45270         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
45271         stmt, to get in sync with glibc.
45272
45273 2001-08-03  Paul Eggert  <eggert@twinsun.com>
45274
45275         The following changes are from gettext 0.10.39 as maintained by
45276         Bruno Haible.
45277
45278         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
45279         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
45280         with inverted sense.  All uses changed.
45281
45282         * lib/mbswidth.c: Don't include <limits.h>.
45283         Include <stdlib.h> and <string.h> unconditionally.
45284         (iswcntrl, mbsinit, ISCNTRL): New macros.
45285         (mbsnwidth): Use K&R style function declarations.
45286         Don't bother checking for MB_LEN_MAX == 1, since the compiler
45287         can optimize it when MB_CUR_MAX == 1.
45288         The width of control characters is zero, not 1.
45289
45290 2001-08-03  Paul Eggert  <eggert@twinsun.com>
45291
45292         The following changes are from gettext 0.10.39 as maintained by
45293         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
45294
45295         * m4/codeset.m4: Upgrade to serial AM1.
45296         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
45297         all uses changed.  Quote first arg of AC_DEFUN.
45298         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
45299
45300         * m4/iconv.m4: Upgrade to serial AM2.
45301         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
45302         Add --with-libconv-prefix.
45303         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
45304         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
45305         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
45306         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
45307         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
45308
45309         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
45310         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
45311         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
45312         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
45313         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
45314         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
45315         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
45316         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
45317         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
45318
45319         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
45320         string.h any more.
45321
45322         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
45323         not the default value.
45324
45325         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
45326         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
45327         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
45328         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
45329         Also check for iswcntrl, used for wcwidth fallback.
45330         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
45331         to Autoconf 2.13.
45332
45333 2001-08-03  Jim Meyering  <meyering@lucent.com>
45334
45335         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
45336         as it was in the original.  Reported by Paul Eggert.
45337
45338 2001-07-16  Jim Meyering  <meyering@lucent.com>
45339
45340         * m4/gettimeofday.m4: New file.
45341         Prompted by a report from Bernhard Baehr.
45342
45343 2001-07-15  Jim Meyering  <meyering@lucent.com>
45344
45345         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
45346         stuff. Now it's in ../Makefile.cfg.
45347
45348 2001-07-15  Jim Meyering  <meyering@lucent.com>
45349
45350         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
45351         (BUILT_SOURCES): Add unlocked-io.h.
45352         (io_functions): Define.
45353         (unlocked-io.h): New rule.
45354         (DISTCLEANFILES): Add unlocked-io.h.
45355         (all-local): Depend on unlocked-io.h, to ensure it is created.
45356
45357         * lib/unlocked-io.hin: New file
45358
45359         * lib/regex.c: Update from glibc.
45360
45361 2001-07-05  Jim Meyering  <meyering@lucent.com>
45362
45363         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
45364         recommendation.
45365         (libfetish_a_SOURCES): Put all .h files here instead.
45366         Remove a thus-exposed (better checks in automake) duplicate and
45367         two unnecessary .h files.
45368
45369 2001-07-04  Jim Meyering  <meyering@lucent.com>
45370
45371         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
45372         that generates jm-glibc-io.m4 so that it doesn't trigger any make
45373         distcheck failure.
45374
45375 2001-07-02  Jim Meyering  <meyering@lucent.com>
45376
45377         The following changes were prompted by suggestions from Bruno Haible.
45378
45379         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
45380         is now generated.
45381         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
45382         definition of EXTRA_DIST.
45383         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
45384         ensure that the generated file is created/updated whenever the list
45385         of $(unlocked_functions) is changed.
45386         (jm-glibc-io.m4): New rule.
45387         (unlocked-io.h): New rule -- currently unused.
45388
45389 2001-06-24  Jim Meyering  <meyering@lucent.com>
45390
45391         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
45392         unmatched right bracket, rather than kludging it with an extra,
45393         falsely-matching quote in a comment.  Patch by Akim Demaille.
45394
45395 2001-06-11  Jim Meyering  <meyering@lucent.com>
45396
45397         * lib/regex.c: Update from GNU libc.
45398
45399 2001-05-27  Jim Meyering  <meyering@lucent.com>
45400
45401         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
45402         Check for ut_type in struct utmp.
45403
45404 2001-05-27  Jim Meyering  <meyering@lucent.com>
45405
45406         * lib/readutmp.h (UT_TYPE): Define.
45407
45408 2001-05-24  Jim Meyering  <meyering@lucent.com>
45409
45410         * lib/argmatch.c: Include "quote.h".
45411         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
45412         quote function.  Reported by Göran Uddeborg.
45413
45414 2001-05-22  Jim Meyering  <meyering@lucent.com>
45415
45416         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
45417         now that we use the package-supplied version unconditionally.
45418         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
45419
45420 2001-05-21  Jim Meyering  <meyering@lucent.com>
45421
45422         * m4/regex.m4: Change a couple backticks to single quotes to avoid
45423         shell syntax errors.
45424
45425 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
45426
45427         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
45428
45429 2001-05-20  Paul Eggert  <eggert@twinsun.com>
45430
45431         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
45432         Don't bother to check library strftime, since
45433         we'll be using our own my_strftime function anyway.
45434         Define my_strftime instead of strftime.
45435
45436 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
45437
45438         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
45439         which is not yet declared.
45440
45441 2001-05-15  Jim Meyering  <meyering@lucent.com>
45442
45443         * m4/regex.m4: Use proper quoting so brackets appear in the test
45444         program.
45445         Reported by, and with help from, Bruno Haible.
45446
45447 2001-05-13  Jim Meyering  <meyering@lucent.com>
45448
45449         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
45450         undefined.
45451
45452 2001-05-11  Paul Eggert  <eggert@twinsun.com>
45453
45454         dirname code cleanup.  base_name now behaves more compatibly
45455         with POSIX basename when given file names that have trailing
45456         slashes, and similarly for dir_name.  Add new primitives
45457         base_len and dir_len.  Put the directory-name-related decls
45458         into dirname.h.
45459
45460         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
45461         * lib/backupfile.c (base_name): Likewise.
45462         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
45463         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
45464         * lib/makepath.c (strip_trailing_slashes): Likewise.
45465         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
45466         ISSLASH): Likewise.
45467         * lib/rename.c (strip_trailing_slashes): Likewise.
45468         * lib/same.c (base_name): Likewise.
45469         * lib/stripslash.c (ISSLASH): Likewise.
45470
45471         * lib/addext.c: Include <dirname.h> after size_t is defined.
45472         * lib/backupfile.c: Likewise.
45473
45474         * lib/addext.c (addext): Use base_len to trim redundant
45475         trailing slashes instead of doing it ourselves.
45476         But do not trim the last slash if it is not redundant.
45477
45478         * lib/backupfile.c (find_backup_file_name,
45479         max_backup_version): Use base_len instead of rolling it ourselves.
45480         Handle the case of "" and (on DOS) "C:" correctly.
45481
45482         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
45483         needed. Include <string.h>, <dirname.h>.
45484         (base_name): Allow file names ending in slashes, other than names
45485         that are all slashes.  In this case, return the basename followed
45486         by the slashes.  This is more general, and can be used in places
45487         where the original base_name purposely had an assertion failure.
45488         (base_len): New function.
45489
45490         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
45491         Do not include <assert.h>; no longer needed.
45492         Include xalloc.h.
45493         (memrchr): Remove decl.
45494         (dir_name_r): Remove.
45495         (dir_len): Renamed from dirlen.  All callers changed.
45496         Rewrite in terms of base_name, for simplicity and consistency.
45497         (dir_name): Never return NULL.  All callers changed.
45498         Do not include <stdlib.h> in test program; no longer needed.
45499         return 0; is fine for test program.
45500
45501         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
45502         New macros.
45503         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
45504
45505         * lib/path-concat.c (path_concat): Use base_len to compute
45506         base length, not strlen; this means we cannot rely on memcpy
45507         to null-terminate.
45508
45509         * lib/same.c (STREQ): Remove.
45510         (same_name): Handle the case where the basename ends in trailing '/'.
45511
45512         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
45513         a slash was stripped.  Do not strip the last slash after a
45514         file system prefix.
45515
45516 2001-05-11  Paul Eggert  <eggert@twinsun.com>
45517
45518         * lib/Makefile.am (libfetish_a_SOURCES):
45519         Add strftime.c, since we now compile it on all hosts.
45520
45521         * lib/strftime.c (my_strftime):
45522         Define to nstrftime if emacs, but only if my_strftime is not defined.
45523         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
45524         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
45525         Add one more extra argument: a nanoseconds value.
45526         All uses changed.
45527         (ns): New macro.
45528         (my_strftime function): Add %N format.
45529         (emacs_strftimeu): Renamed from emacs_strftime,
45530         with extra ut argument.
45531
45532 2001-05-09  Paul Eggert  <eggert@twinsun.com>
45533
45534         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
45535
45536 2001-04-21  Jim Meyering  <meyering@lucent.com>
45537
45538         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
45539         doesn't interfere.
45540
45541 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
45542
45543         * m4/ftruncate.m4: Check for chsize.
45544         Link with ftruncate.o unconditionally if ftruncate is missing.
45545         This was required when cross-compiling to i586-mingw32msvc.
45546
45547 2001-04-08  Jim Meyering  <meyering@lucent.com>
45548
45549         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
45550         recomputed; that's necessary when the offset spans a DST transition.
45551         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
45552
45553 2001-04-02  Jim Meyering  <meyering@lucent.com>
45554
45555         * lib/regex.h, regex.c: Update from GNU libc.
45556
45557 2001-03-24  Jim Meyering  <meyering@lucent.com>
45558
45559         * m4/jm-macros.m4: Require autoconf-2.49d.
45560
45561 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
45562
45563         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
45564
45565 2001-03-19  Paul Eggert  <eggert@twinsun.com>
45566
45567         * lib/version-etc.c (version_etc_copyright): Update to 2001.
45568
45569 2001-03-17  Jim Meyering  <meyering@lucent.com>
45570
45571         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
45572         now that the version in autoconf is equivalent.
45573         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
45574
45575         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
45576         Suggestion from Akim Demaille.
45577
45578         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
45579         (jm_PREREQ_TEMPNAME): New function.
45580
45581 2001-03-16  Paul Eggert  <eggert@twinsun.com>
45582
45583         * lib/tempname.c (uint64_t): Define to uintmax_t if
45584         not defined, and if UINT64_MAX is not defined.
45585         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
45586         Reported by John David Anglin.
45587
45588 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
45589
45590         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
45591         resolve alias if codeset is empty.
45592         * lib/config.charset (BeOS): Use wildcard syntax.
45593
45594 2001-03-13  Jim Meyering  <meyering@lucent.com>
45595
45596         * lib/path-concat.c (path_concat)
45597         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
45598         concatenating e.g., `C:' and `foo'.
45599         From Bruno Haible.
45600
45601 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
45602
45603         * lib/localcharset.c (locale_charset): Don't use
45604         setlocale(LC_CTYPE,NULL). Don't return NULL.
45605         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
45606
45607 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
45608
45609         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
45610         support for DOS/DJGPP.
45611
45612 2001-03-01  Paul Eggert  <eggert@twinsun.com>
45613
45614         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
45615         lacks mkstemp.  Compile our own tempname.c if we compile our own
45616         mkstemp.c, as mkstemp relies on tempname.
45617
45618 2001-03-01  Jim Meyering  <meyering@lucent.com>
45619
45620         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
45621         AH_VERBATIM really does output its argument verbatim.
45622
45623 2001-02-28  Paul Eggert  <eggert@twinsun.com>
45624
45625         * lib/Makefile.am (libfetish_a_SOURCES):
45626         Add dup-safer.c, fopen-safer.c.
45627         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
45628
45629         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
45630         * lib/unistd-safer.h: New files.
45631
45632 2001-02-25  Paul Eggert  <eggert@twinsun.com>
45633
45634         The mkstemp replacement is taken from glibc 2.2.2, with some
45635         portability fixes for use outside glibc, as follows:
45636
45637         * lib/tempname.c (struct_stat64): New macro.
45638         (direxists, __gen_tempname): Use it.
45639         This avoids a portability problem with Solaris 8.
45640
45641         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
45642         (<stddef.h>, <stdint.h>, <string.h>):
45643         Include only if STDC_HEADERS || _LIBC.
45644         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
45645         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
45646         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
45647         (__set_errno): Define this macro if <errno.h> doesn't.
45648         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
45649         Define these macros if <stdio.h> doesn't.
45650         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
45651         Define these macros if <sys/stat.h>
45652         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
45653         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
45654         __xstat64): Define if not _LIBC.
45655         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
45656         (__gen_tempname): Invoke gettimeofday only if
45657         HAVE_GETTIMEOFDAY || _LIBC;
45658         otherwise, fall back on plain "time".
45659         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
45660
45661         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
45662
45663         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
45664
45665 2001-02-18  Paul Eggert  <eggert@twinsun.com>
45666
45667         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
45668
45669 2001-02-17  Paul Eggert  <eggert@twinsun.com>
45670
45671         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
45672         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
45673         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
45674         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
45675
45676 2001-02-17  Paul Eggert  <eggert@twinsun.com>
45677
45678         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
45679         Remove workaround macros for hosts that have mbrtowc but not
45680         mbstate_t, as we now insist on proper declarations for both
45681         before using mbrtowc.
45682
45683 2001-02-17  Jim Meyering  <meyering@lucent.com>
45684
45685         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
45686         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
45687         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
45688         UnixWare 7.1.1.
45689
45690         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
45691         rather than AC_CACHE_VAL.
45692
45693 2001-02-17  Jim Meyering  <meyering@lucent.com>
45694
45695         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
45696         around included file name.
45697
45698         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
45699
45700         * lib/strftime.c: Update from GNU libc (the only changes were to
45701         comments).
45702
45703 2001-02-17  Jim Meyering  <meyering@lucent.com>
45704
45705         * lib/regex.c: Update from libc.
45706
45707 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
45708
45709         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
45710         clash.
45711
45712 2001-02-16  Paul Eggert  <eggert@twinsun.com>
45713
45714         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
45715         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
45716         Reported by Mark Hounschell via Paul Eggert.
45717
45718 2001-02-07  Jim Meyering  <meyering@lucent.com>
45719
45720         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
45721
45722 2001-02-05  Jim Meyering  <meyering@lucent.com>
45723
45724         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
45725         it includes the patch required for `large file' support with at least
45726         HP-UX's 10.20 /bin/cc.
45727
45728 2001-02-03  Jim Meyering  <meyering@lucent.com>
45729
45730         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
45731         AS_IF, now that it works once again (mysteriously).
45732         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
45733
45734 2001-01-30  Jim Meyering  <meyering@lucent.com>
45735
45736         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
45737         * m4/chown.m4: Rename conftestchown to conftest.chown.
45738         * m4/rename.m4: s/conftestdir/conftest.d1/ and
45739         s/conftestdir2/conftest.d2/.
45740         * m4/utimes.m4: s/conftestdata/conftest.data/
45741         Inspired by Pavel Roskin's change in autoconf.
45742
45743 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
45744
45745         * lib/config.charset: Update for FreeBSD 4.2.
45746
45747 2001-01-27  Jim Meyering  <meyering@lucent.com>
45748
45749         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
45750         a use of AS_IF.
45751         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
45752
45753 2001-01-26  Jim Meyering  <meyering@lucent.com>
45754
45755         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
45756         quotearg.c includes it.
45757
45758 2001-01-26  Jim Meyering  <meyering@lucent.com>
45759
45760         * lib/quotearg.c: Include stddef.h.
45761         * lib/quote.c: Include stddef.h.
45762         Reported by Axel Kittenberger.
45763
45764         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
45765         line in double quotes so that it evokes a better diagnostic.
45766         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
45767         Reported by Axel Kittenberger.
45768
45769 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
45770
45771         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
45772         as if it was a `charset'.
45773
45774 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
45775
45776         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
45777         has const.
45778
45779 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
45780
45781         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
45782         to avoid a warning.  Add back 'const' to inptr.
45783
45784 2001-01-20  Jim Meyering  <meyering@lucent.com>
45785
45786         Be sure that headers are checked before used in code compiled
45787         for the type checks.
45788         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
45789         In place of that, invoke jm_CHECK_ALL_TYPES.
45790         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
45791         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
45792         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
45793         The check for ssize_t was mistakenly run before the test for unistd.h.
45794
45795         The configure-time check for stdbool.h was missing.
45796         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
45797         (jm_PREREQ_HASH): New function.
45798
45799 2001-01-17  Jim Meyering  <meyering@lucent.com>
45800
45801         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
45802         for autoconf-2.49c.
45803         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
45804
45805 2001-01-16  Jim Meyering  <meyering@lucent.com>
45806
45807         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
45808         From Bruno Haible.
45809
45810 2001-01-14  Jim Meyering  <meyering@lucent.com>
45811
45812         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
45813         foo and bar.  Create conftestdir/ in the script, not in the C code.
45814         Remove directories in the script, not in the C code.
45815         Remove conftestdir{,2} before trying to create the directory.
45816         Make the entire configure script fail if the mkdir fails.
45817
45818 2001-01-14  Jim Meyering  <meyering@lucent.com>
45819
45820         * lib/rename.c: New file.  From Volker Borchert.
45821         Include stdlib.h, string.h or strings.h, and xalloc.h.
45822         Use strip_trailing_slashes rather than open-coding it.
45823
45824 2001-01-03  Paul Eggert  <eggert@twinsun.com>
45825
45826         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
45827
45828 2001-01-03  Jim Meyering  <meyering@lucent.com>
45829
45830         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
45831         of local `inptr' to avoid warning with some system declarations of
45832         iconv.
45833
45834 2001-01-02  Volker Borchert  <bt@teknon.de>
45835
45836         * m4/rename.m4: New file.
45837         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
45838
45839 2001-01-01  Jim Meyering  <meyering@lucent.com>
45840
45841         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
45842         even on systems with utmpx.h.  It's necessary for the declaration of
45843         utmp's ut_user member.  Reported by Andreas Jaeger.
45844
45845         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
45846         available. They are required for the declarations of getgrgid and
45847         getpwuid resp.
45848         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
45849         Reported by Andreas Jaeger.
45850
45851 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
45852
45853         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
45854         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
45855         so `make install' also works in VPATH builds.
45856
45857 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
45858
45859         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
45860         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
45861         can be used in subdirectories.
45862
45863 2000-12-29  Paul Eggert  <eggert@twinsun.com>
45864
45865         * lib/modechange.c: Do not assume that mode_t uses the
45866         traditional octal encoding.  E.g. "chmod 1 FOO" should set
45867         the other-execute bit of FOO even if S_IXOTH != 1.
45868
45869         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
45870         WOTH, XOTH, ALLM): New macros.
45871         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
45872          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
45873         Use them.
45874         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
45875         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
45876         (mode_compile):
45877         No need to use uintmax_t; unsigned long is long enough.
45878         Don't bother to get suffix since we don't use it.
45879
45880 2000-12-26  Jim Meyering  <meyering@lucent.com>
45881
45882         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
45883         better with autoheader.
45884
45885 2000-12-24  Jim Meyering  <meyering@lucent.com>
45886
45887         * lib/hash.c (is_prime): Return explicit boolean values.
45888         (hash_get_first): Return NULL to appease Irix5.6's 89.
45889         Reported by Nelson Beebe.
45890
45891 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
45892
45893         * lib/localcharset.c (locale_charset): Add support for Win32.
45894
45895 2000-12-18  Paul Eggert  <eggert@twinsun.com>
45896
45897         * lib/physmem.h, lib/physmem.c: New files.
45898
45899         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
45900         (noinst_HEADERS): Add physmem.h.
45901
45902         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
45903         't' for compatibility with Solaris 8 sort.
45904
45905 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
45906
45907         * lib/config.charset: Add support for BeOS.
45908
45909 2000-12-17  Jim Meyering  <meyering@lucent.com>
45910
45911         * m4/dos.m4 (jm_AC_DOS): New file and macro.
45912         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
45913
45914 2000-12-16  Jim Meyering  <meyering@lucent.com>
45915
45916         This bug had a serious impact on chown: `chown N:M FILE' (for integer
45917         N and M) would have treated it like `chown N:N FILE'.
45918
45919         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
45920
45921 2000-12-16  Jim Meyering  <meyering@lucent.com>
45922
45923         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
45924         SHELLS_FILE to a file name that's useful on djgpp systems.
45925         Include stdlib.h.
45926         (ADDITIONAL_DEFAULT_SHELLS): Define.
45927         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
45928         Based mostly on a patch from Prashant TR.
45929
45930 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
45931
45932         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
45933         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
45934         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
45935
45936 2000-12-08  Andreas Schwab  <schwab@suse.de>
45937
45938         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
45939         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
45940
45941 2000-12-07  Jim Meyering  <meyering@lucent.com>
45942
45943         * lib/stripslash.c (ISSLASH): Define.
45944         (strip_trailing_slashes): Use ISSLASH rather than comparing against
45945         `/'.
45946         From Prashant TR.
45947
45948         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
45949         (dir_name_r): Declare this function as static.
45950         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
45951         manifest itself on a name containing a mix of slashes and
45952         backslashes.
45953         Make this function work with names starting with a DOS-style
45954         drive letter and colon prefix.
45955         (dir_name): Append `.' if necessary.
45956         Based mostly on patches from Prashant TR and Eli Zaretskii.
45957
45958         * lib/dirname.h (dir_name_r): Remove prototype.
45959
45960 2000-12-06  Paul Eggert  <eggert@twinsun.com>
45961
45962         * m4/off_t-format.m4: Remove this file.
45963         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
45964
45965 2000-12-06  Jim Meyering  <meyering@lucent.com>
45966
45967         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
45968         replacement strtoull, we may well need the replacement strtoul, too.
45969         Check for declarations of strtoul and strtoull.
45970         Check for strtol.  Mainly as a cue to cause automake to include
45971         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
45972         Check for limits.h -- strtol.c needs it.
45973
45974 2000-12-05  Jim Meyering  <meyering@lucent.com>
45975
45976         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
45977
45978 2000-12-04  Jim Meyering  <meyering@lucent.com>
45979
45980         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
45981         Also include memory.h, stdlib.h, unistd.h if appropriate.
45982         Reported by Andreas Jaeger (conflicting declaration of malloc).
45983
45984 2000-12-02  Jim Meyering  <meyering@lucent.com>
45985
45986         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
45987         * m4/jm-macros.m4 (jm_MACROS): require it.
45988
45989 2000-12-02  Jim Meyering  <meyering@lucent.com>
45990
45991         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
45992
45993 2000-12-01  Paul Eggert  <eggert@twinsun.com>
45994
45995         * lib/memrchr.c: Include <config.h> before any system include file.
45996
45997 2000-11-30  Jim Meyering  <meyering@lucent.com>
45998
45999         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
46000
46001 2000-11-30  Jim Meyering  <meyering@lucent.com>
46002
46003         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
46004
46005 2000-11-29  Paul Eggert  <eggert@twinsun.com>
46006
46007         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
46008
46009 2000-11-26  Jim Meyering  <meyering@lucent.com>
46010
46011         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
46012
46013 2000-11-22  Paul Eggert  <eggert@twinsun.com>
46014
46015         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
46016         size of (size_t) -1; it's not portable.
46017
46018 2000-11-17  Jim Meyering  <meyering@lucent.com>
46019
46020         * lib/strstr.c: Update from GNU libc.
46021
46022 2000-11-17  Akim Demaille  <akim@epita.fr>
46023
46024         * lib/obstack.h: Formatting changes.
46025         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
46026         prevent type checking.
46027         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
46028         cast the value to (void *): assigning a `foo *' to a `void *'
46029         variable is valid.
46030         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
46031
46032 2000-11-16  Jim Meyering  <meyering@lucent.com>
46033
46034         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
46035
46036 2000-11-11  Jim Meyering  <meyering@lucent.com>
46037
46038         * lib/error.c: Add a couple #includes, merging from GNU libc version.
46039
46040 2000-11-10  Jim Meyering  <meyering@lucent.com>
46041
46042         * lib/obstack.h: Update from GNU libc.
46043         * lib/obstack.c: Likewise.
46044
46045 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
46046
46047         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
46048
46049 2000-11-06  Paul Eggert  <eggert@twinsun.com>
46050
46051         * lib/getusershell.c (setusershell): Use rewind rather than
46052         fseek/fseeko, to avoid configuration hassles with fseeko.
46053         Don't bother opening SHELLS_FILE if shellstream is NULL;
46054         it's not necessary.
46055
46056 2000-11-05  Jim Meyering  <meyering@lucent.com>
46057
46058         * lib/makepath.h (make_dir): Declare.
46059         * lib/makepath.c (make_dir): Remove `static' attribute.
46060         Tweak a comment.
46061
46062 2000-11-04  Jim Meyering  <meyering@lucent.com>
46063
46064         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
46065
46066 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
46067
46068         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
46069         last one in a bucket, advance to the next bucket.
46070
46071 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
46072
46073         * lib/fnmatch.c: Do not comment out all the code if we are using
46074         the GNU C library, because in some cases we are replacing buggy
46075         code in the GNU C library itself.
46076
46077 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
46078
46079         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
46080         (regex_compile): Catch bogus \(\1\).
46081
46082 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46083
46084         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
46085         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
46086         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
46087
46088 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46089
46090         * lib/error.h, getline.h, modechange.h:
46091         Remove "2000" from Copyright line, as the file hasn't been
46092         changed this year other than in the copyright notice.
46093
46094         * lib/xalloc.h: Add "2000" to Copyright line, as this file
46095         was changed this year.
46096
46097 2000-10-29  Jim Meyering  <meyering@lucent.com>
46098
46099         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
46100         renaming.
46101         * m4/ls-mntd-fs.m4: Likewise
46102
46103 2000-10-29  Jim Meyering  <meyering@lucent.com>
46104
46105         * lib/xstat.in: Fix grammar in comment.
46106
46107 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
46108
46109         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
46110         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
46111         doesn't define __restrict_arr.
46112
46113 2000-10-28  Jim Meyering  <meyering@lucent.com>
46114
46115         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
46116         (jm_PREREQ_MEMCHR): New function.
46117
46118 2000-10-28  Jim Meyering  <meyering@lucent.com>
46119
46120         * lib/memchr.c: Update from libc.
46121         Adjust for portability:
46122         [HAVE_STDLIB_H]: Include stdlib.h.
46123         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
46124         Undef __memchr, too.
46125         [!weak_alias]: Define __memchr to memchr.
46126
46127         * lib/regex.c: Update from libc.
46128         * lib/regex.h: Likewise.
46129         * lib/getopt1.c: Likewise.
46130         * lib/memcmp.c: Likewise.
46131
46132         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
46133         Avoid using fseek, when possible -- it's broken by design.
46134         Patch by Ulrich Drepper.
46135
46136 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
46137
46138         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
46139         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
46140         Giving in to popular pressure to shut up the compiler with casts.
46141
46142 2000-10-26  Jim Meyering  <meyering@lucent.com>
46143
46144         * lib/strftime.c: Update from libc.
46145
46146 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
46147
46148         * regex.c: More `unsigned char' -> `re_char' changes.
46149         Also change several `int' into `re_wchar_t'.
46150         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
46151         (PUSH_FAILURE_POINTER): Don't cast any more.
46152         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
46153         We want GCC to complain, since this piece of code makes
46154         re_match non-reentrant, which *should* be fixed.
46155         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
46156         (EXTEND_BUFFER): Use RETALLOC.
46157         (SET_LIST_BIT): Don't cast.
46158         (re_wchar_t): New type.
46159         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
46160         that those two functions will always properly return.
46161         (IMMEDIATE_QUIT_CHECK): Cast to void.
46162         (analyse_first): Use recursion rather than an explicit stack.
46163         (re_compile_fastmap): Can't fail anymore.
46164         (re_search_2): Don't check re_compile_fastmap for failure.
46165         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
46166         Now also sets the new value (passed in a new argument).
46167         (re_match_2_internal): Use it.
46168         Also, use a new var `reg' of type size_t when looping through regs
46169         rather than reuse the inappropriate `mcnt'.
46170
46171 2000-10-25  Jim Meyering  <meyering@lucent.com>
46172
46173         * lib/obstack.c: Update from libc.
46174
46175 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
46176
46177         * regex.c (regex_compile): Change the way of handling a range from
46178         a char less than 256 to a char not less than 256.
46179
46180 2000-10-24  Andrew Innes  <andrewi@gnu.org>
46181
46182         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
46183         NT-Emacs only.
46184         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
46185         so that re_search functions only quit when callers expect them to.
46186
46187 2000-10-23  Jim Meyering  <meyering@lucent.com>
46188
46189         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
46190         wrong.  That set_locale call must not have any side effects.
46191         From Paul Eggert.
46192
46193 2000-10-22  Jim Meyering  <meyering@lucent.com>
46194
46195         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
46196         [CYCLIC]: Remove now-unused definition.
46197
46198         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
46199         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
46200         Suggestion from Ulrich Drepper.
46201
46202 2000-10-21  Jim Meyering  <meyering@lucent.com>
46203
46204         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
46205         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
46206         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
46207
46208 2000-10-21  Jim Meyering  <meyering@lucent.com>
46209
46210         * lib/dirname.c (memrchr): Declare if necessary.
46211         (dir_name): Remove the restriction that there be no
46212         trailing slashes.  Now, this code skips past them, effectively
46213         ignoring them.
46214         [TEST_DIRNAME] (main): New unit tests.
46215
46216         * lib/memrchr.c: New file from GNU libc.
46217         Undef __memrchr, too.
46218         [!weak_alias]: Define __memrchr to memrchr.
46219         Guard weak_alias use with `#ifdef weak_alias'.
46220
46221 2000-10-21  Jim Meyering  <meyering@lucent.com>
46222
46223         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
46224         (dir_name): Use dir_name_r.
46225         * lib/dirname.h (dir_name_r): Declare it.
46226
46227 2000-10-17  Jim Meyering  <meyering@lucent.com>
46228
46229         * lib/quote.h (PARAMS): Define and use.
46230         Reported by Akim Demaille.
46231
46232         * lib/getopt.c: Update from libc.
46233
46234 2000-10-16  Jim Meyering  <meyering@lucent.com>
46235
46236         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
46237         setlocale.
46238         From Jan Fedak.
46239
46240 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
46241
46242         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
46243
46244 2000-09-25  Jim Meyering  <meyering@lucent.com>
46245
46246         * lib/md5.h (rol): Define (from GnuPG).
46247
46248         * lib/sha.c: Give credit (GnuPG) where due.
46249         (M): Use rol rather than open-coding it.
46250         Add a FIXME comment.
46251
46252 2000-09-21  Jim Meyering  <meyering@lucent.com>
46253
46254         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
46255         Reported by Michael Stone.
46256
46257 2000-09-20  Jim Meyering  <meyering@lucent.com>
46258
46259         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
46260         (noinst_HEADERS): Add sha.h.
46261         Based on code from Scott G. Miller and from GnuPG.
46262
46263 2000-09-18  Jim Meyering  <meyering@lucent.com>
46264
46265         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
46266         LIBS. Otherwise, everyone ends up linking with -lelf for some
46267         configurations.
46268         Reported by Mike Stone.
46269
46270 2000-09-15  Jim Meyering  <meyering@lucent.com>
46271
46272         * lib/regex.c: Update from libc.
46273
46274 2000-09-10  Jim Meyering  <meyering@lucent.com>
46275
46276         * lib/getopt.c (_getopt_internal): Update from glibc.
46277
46278 2000-09-09  Jim Meyering  <meyering@lucent.com>
46279
46280         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
46281         think it should be used as a general replacement for isascii.
46282         * lib/fnmatch.c: Likewise.
46283         * lib/mbswidth.c: Likewise
46284         * lib/regex.c: Likewise.
46285
46286         Don't use atoi.
46287         * lib/userspec.c: Include sys/param.h and limits.h.
46288         Include xstrtol.h.
46289         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
46290         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
46291         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
46292         UID, GID.  Check range.
46293
46294 2000-09-06  Jim Meyering  <meyering@lucent.com>
46295
46296         * lib/getopt.c (_getopt_internal): Update from glibc.
46297
46298 2000-08-30  Jim Meyering  <meyering@lucent.com>
46299
46300         * lib/strftime.c: Merge in changes from GNU libc.
46301
46302 2000-08-26  Jim Meyering  <meyering@lucent.com>
46303
46304         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
46305         * m4/fpending.m4: New file.
46306
46307 2000-08-26  Jim Meyering  <meyering@lucent.com>
46308
46309         * lib/closeout.c: Include "__fpending.h".
46310         (close_stdout_status): Return right away if there's nothing to flush.
46311
46312         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
46313         * lib/__fpending.c: New file.
46314         * lib/__fpending.h: New file.
46315
46316 2000-08-20  Jim Meyering  <meyering@lucent.com>
46317
46318         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
46319         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
46320         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
46321
46322 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
46323
46324         Improve fileutils installation on systems where running
46325         programs (like install) can't be unlinked.
46326         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
46327         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
46328
46329 2000-08-07  Paul Eggert  <eggert@twinsun.com>
46330
46331         Standardize on "memory exhausted" instead of "Memory exhausted"
46332         or "virtual memory exhausted".
46333         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
46334         "virtual memory exhausted".
46335         * lib/same.c (same_name): Invoke xalloc_die instead of printing
46336         our own message.
46337         * lib/userspec.c (parse_user_spec): Likewise.
46338         * lib/bumpalloc.h: comment fix
46339         * lib/same.c, userspec.c: Include xalloc.h.
46340
46341         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
46342         not char *const and pointing to a constant array.
46343         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
46344         (xrealloc): Comment fix.
46345
46346         * lib/userspec.c (parse_user_spec):
46347         Don't translate a message until just before returning,
46348         to avoid unnecessary translation.
46349
46350 2000-08-07  Jim Meyering  <meyering@lucent.com>
46351
46352         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
46353         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
46354         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
46355         getgroups.c, gethostname.c, getopt.h, group-member.c,
46356         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
46357         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
46358         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
46359         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
46360         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
46361         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
46362         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
46363         yesno.c: Back out Copyright date changes for each file with no change
46364         this year.  This eases coordination with other programs using the same
46365         source code modules.  From Paul Eggert.
46366
46367 2000-08-06  Paul Eggert  <eggert@twinsun.com>
46368
46369         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
46370         not char, for compatibility with glibc 2.1.3 strftime.c.
46371
46372 2000-08-03  Greg McGary  <greg@mcgary.org>
46373
46374         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
46375         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
46376         (EXTEND_BUFFER): Use them.
46377
46378 2000-08-01  Jim Meyering  <meyering@lucent.com>
46379
46380         * lib/dirname.c (ISSLASH): Define.
46381         (BACKSLASH_IS_PATH_SEPARATOR): Define.
46382         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
46383         both `\' and `/' may be use as path separators.
46384         Based on a patch from Prashant TR.
46385
46386 2000-07-31  Paul Eggert  <eggert@twinsun.com>
46387
46388         * lib/quotearg.c (quotearg_n_options): Don't make the initial
46389         slot vector a constant, since it might get modified.
46390
46391 2000-07-31  Jim Meyering  <meyering@lucent.com>
46392
46393         * lib/xmalloc.c: Use `virtual memory exhausted', not
46394         `Memory exhausted'.
46395         * lib/obstack.c (print_and_abort): Likewise.
46396
46397 2000-07-30  Paul Eggert  <eggert@twinsun.com>
46398
46399         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
46400         buffer, so that the caller can always quote one small
46401         component of a "memory exhausted" message in slot 0.
46402         From a suggestion by Jim Meyering.
46403
46404 2000-07-30  Jim Meyering  <meyering@lucent.com>
46405
46406         * lib/makepath.c (make_path): Quote the other instance, too.
46407
46408         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
46409         (STATIC_BUF_SIZE): Define.
46410         (quotearg_n_options): Use only statically allocated storage when
46411         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
46412         than STATIC_BUF_SIZE.
46413
46414 2000-07-29  Jim Meyering  <meyering@lucent.com>
46415
46416         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
46417         * lib/dirname.c (dir_name): Likewise.
46418
46419         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
46420         `/'.
46421
46422         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
46423         (dir_name): Assert that there are no trailing slashes.
46424
46425 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
46426
46427         * lib/mbswidth.h (mbswidth): Add a flags argument.
46428         (mbswidth): New declaration.
46429         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
46430         * lib/mbswidth.c (mbswidth): Add a flags argument.
46431         (mbsnwidth): New function.
46432
46433 2000-07-24  Jim Meyering  <meyering@lucent.com>
46434
46435         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
46436
46437 2000-07-23  Paul Eggert  <eggert@twinsun.com>
46438
46439         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
46440
46441 2000-07-23  Paul Eggert  <eggert@twinsun.com>
46442
46443         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
46444         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
46445         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
46446         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
46447         invoke multibyte primitives.
46448
46449 2000-07-23  Paul Eggert  <eggert@twinsun.com>
46450
46451         * lib/quotearg.c:
46452         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
46453         so that mbstate_t is always defined.
46454
46455         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
46456         be 1 in at least one GCC installation, and this configuration
46457         error is likely to be common.  Ignoring MB_LEN_MAX hurts
46458         performance on hosts that have mbrtowc but have only unibyte
46459         locales, but I assume these hosts are rare.
46460
46461 2000-07-23  Paul Eggert  <eggert@twinsun.com>
46462
46463         * lib/mbswidth.c (_XOPEN_SOURCE):
46464         Don't define; this causes problems on Solaris 7.
46465         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
46466
46467 2000-07-23  Jim Meyering  <meyering@lucent.com>
46468
46469         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
46470         too: getgrgid, getpwuid, getuid.
46471
46472 2000-07-23  Jim Meyering  <meyering@lucent.com>
46473
46474         * lib/basename.c (base_name): Add an assertion.
46475
46476 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
46477
46478         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
46479         shadow its mbsinit function.
46480
46481 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
46482
46483         * lib/mbswidth.h: New file.
46484         * lib/mbswidth.c: New file.
46485         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
46486         (noinst_HEADERS): Add mbswidth.h.
46487
46488 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
46489
46490         * lib/config.charset: Add support for FreeBSD. Improve support for
46491         HP-UX and IRIX 6.
46492
46493 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
46494
46495         * m4/mbswidth.m4: New file.
46496         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
46497
46498 2000-07-15  Jim Meyering  <meyering@lucent.com>
46499
46500         * lib/makepath.c: Include quote.h.
46501         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
46502         corresponding argument in a `quote (...)' call.
46503         Give better diagnostics.
46504
46505         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
46506         (noinst_HEADERS): Add quote.h.
46507
46508         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
46509         from tar's src/misc.c.
46510         * lib/quote.h: New file.  Prototypes for same.
46511
46512 2000-07-14  Paul Eggert  <eggert@twinsun.com>
46513
46514         From a suggestion by Bruno Haible.
46515         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
46516         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
46517         to decide whether to define the BeOS workaround macro;
46518         this adjusts to the change to AC_MBSTATE_T.
46519
46520 2000-07-14  Jim Meyering  <meyering@lucent.com>
46521
46522         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
46523         jm_AC_TYPE_UINTMAX_T.
46524
46525 2000-07-13  Paul Eggert  <eggert@twinsun.com>
46526
46527         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
46528
46529         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
46530         quotearg_buffer_restyled): Add support for
46531         clocale_quoting_style.  Undo previous change to
46532         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
46533         and "{RIGHT QUOTATION MARK}" msgids.
46534
46535 2000-07-10  Paul Eggert  <eggert@twinsun.com>
46536
46537         From a suggestion by Bruno Haible.
46538         * m4/mbstate_t.m4 (AC_MBSTATE_T):
46539         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
46540         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
46541         and mbstate_t, to a single-part test that simply defines mbstate_t.
46542         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
46543         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
46544
46545 2000-07-10  Jim Meyering  <meyering@lucent.com>
46546
46547         * m4/strerror_r.m4: Mirror the correction made in autoconf.
46548
46549         * m4/gnu-source.m4: Output to confdefs.h directly.
46550         Suggestion from Akim Demaille.
46551
46552 2000-07-09  Paul Eggert  <eggert@twinsun.com>
46553
46554         The old behavior of quoting `like this' doesn't look good with
46555         newer, ISO-style fonts.  See:
46556         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
46557
46558         Instead, quote "like this" by default.  Let the translator
46559         tailor the locale-specific quoting behavior by providing
46560         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
46561
46562         * lib/quotearg.c (N_): New macro.
46563         (gettext_default): New function.
46564         (quotearg_buffer_restyled): Use
46565         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
46566         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
46567
46568 2000-07-09  Jim Meyering  <meyering@lucent.com>
46569
46570         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
46571         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
46572
46573         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
46574         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
46575
46576 2000-07-09  Jim Meyering  <meyering@lucent.com>
46577
46578         * lib/Most files: Update copyright dates to include 2000.
46579
46580 2000-07-08  Jim Meyering  <meyering@lucent.com>
46581
46582         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
46583         if not defined.
46584         (xgethostname): Remove now-unnecessary #ifdef.
46585         Move declaration of `err' into loop where it's used.
46586
46587 2000-07-05  Paul Eggert  <eggert@twinsun.com>
46588         and Bruno Haible  <haible@clisp.cons.org>
46589
46590         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
46591         only if the test for an object-type mbstate_t fails.  This
46592         prevents us from mistakenly reporting that mbstate_t is a
46593         system object type after we "#define mbstate_t int" to work
46594         around its lack.
46595
46596 2000-07-05  Paul Eggert  <eggert@twinsun.com>
46597         and Bruno Haible  <haible@clisp.cons.org>
46598
46599         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
46600
46601 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
46602
46603         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
46604         to strerror_r.
46605         Include <ctype.h> for use of isalpha.
46606
46607 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
46608
46609         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
46610         by allocating a larger buffer. Test the gethostname return value for
46611         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
46612         returns an error and ENAMETOOLONG isn't defined.
46613
46614 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
46615
46616         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
46617         dimension.
46618
46619 2000-07-04  Jim Meyering  <meyering@lucent.com>
46620
46621         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
46622         of the deprecated AC_CHECKING.
46623
46624 2000-07-04  Jim Meyering  <meyering@lucent.com>
46625
46626         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
46627         Reported by Bruno Haible.
46628
46629 2000-07-04  Jim Meyering  <meyering@lucent.com>
46630
46631         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
46632         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
46633         lacks mbrtowc.
46634
46635 2000-07-03  Paul Eggert  <eggert@twinsun.com>
46636
46637         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
46638         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
46639
46640 2000-07-03  Paul Eggert  <eggert@twinsun.com>
46641         and Bruno Haible  <haible@clisp.cons.org>
46642
46643         * lib/quotearg.c (mbrtowc):
46644         Assign to *pwc, and return 1 only if result is nonzero.
46645         (iswprint): Use ISPRINT when substituting our own mbrtowc.
46646
46647 2000-07-03  Jim Meyering  <meyering@lucent.com>
46648
46649         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
46650
46651 2000-07-03  Jim Meyering  <meyering@lucent.com>
46652
46653         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
46654         This is necessary to get a definition of e.g., UTMP_FILE on
46655         HP-UX 10.20.
46656         From Bob Proulx.
46657
46658 2000-07-02  Jim Meyering  <meyering@lucent.com>
46659
46660         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
46661
46662         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
46663         AC_LIBOBJ(function_name).
46664         * m4/chown.m4: Likewise.
46665         * m4/fnmatch.m4: Likewise.
46666         * m4/ftruncate.m4: Likewise.
46667         * m4/getgroups.m4: Likewise.
46668         * m4/getline.m4: Likewise.
46669         * m4/group-member.m4: Likewise.
46670         * m4/jm-macros.m4: Likewise.
46671         * m4/lstat.m4: Likewise.
46672         * m4/malloc.m4: Likewise.
46673         * m4/memcmp.m4: Likewise.
46674         * m4/nanosleep.m4: Likewise.
46675         * m4/putenv.m4: Likewise.
46676         * m4/realloc.m4: Likewise.
46677         * m4/regex.m4: Likewise.
46678         * m4/stat.m4: Likewise.
46679         * m4/strftime.m4: Likewise.
46680
46681 2000-07-02  Jim Meyering  <meyering@lucent.com>
46682
46683         * lib/quotearg.c (mbstate_t): Don't define here.
46684
46685 2000-07-02  Jim Meyering  <meyering@lucent.com>
46686
46687         * lib/nanosleep.c (SIGCONT): Define if not already defined.
46688
46689 2000-07-01  Jim Meyering  <meyering@lucent.com>
46690
46691         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
46692
46693 2000-07-01  Jim Meyering  <meyering@lucent.com>
46694
46695         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
46696         problem.
46697
46698 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
46699
46700         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
46701         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
46702
46703 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
46704
46705         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
46706         per change in ../m4/ls-mntd-fs.m4.
46707         (read_filesystem_list): Ignore symbolic links.
46708
46709 2000-06-29  Jim Meyering  <meyering@lucent.com>
46710
46711         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
46712         for declaration of strcmp.
46713
46714         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
46715
46716         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
46717         Avoid warning by casting result to `char *' to remove `const'.
46718
46719 2000-06-28  Jim Meyering  <meyering@lucent.com>
46720
46721         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
46722         included by quotearg.c, for which we perform this test.  From
46723         Bruno Haible.
46724
46725 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
46726
46727         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
46728         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
46729         <utmpx.h> exists, put readutmp.o into LIBOBJS.
46730
46731 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
46732
46733         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
46734
46735 2000-06-26  Paul Eggert  <eggert@twinsun.com>
46736
46737         savedir now sets errno on failure and invokes xmalloc to get memory.
46738         Fix a couple of other minor bugs while we're at it.
46739
46740         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
46741         (NAMLEN): Remove macro.
46742         (malloc, realloc): Remove decls.
46743         (stpcpy): Likewise.
46744         ("xalloc.h"): Include.
46745         (NAME_SIZE_DEFAULT): New macro.
46746         (savedir): Use xmalloc / xrealloc to allocate memory.
46747         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
46748         Skip "" directory entries.
46749         Use strlen to calculate directory entry length, since the old method
46750         is rarely used these days and isn't worth supporting.
46751         Don't use a pointer after freeing it.
46752         Check for integer overflow when calculating allocation size.
46753         Use memcpy to copy entries, instead of stpcpy.
46754         Set errno properly when returning NULL.
46755         Check for readdir error.
46756
46757 2000-06-26  Jim Meyering  <meyering@lucent.com>
46758
46759         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
46760
46761 2000-06-25  Jim Meyering  <meyering@lucent.com>
46762
46763         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
46764         Linux header bug when _XOPEN_SOURCE is defined to 500.
46765
46766 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
46767
46768         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
46769         deficiency.
46770
46771 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
46772
46773         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
46774         Include xalloc.h.
46775         Don't include <stdlib.h>.  Don't declare malloc, realloc.
46776
46777 2000-06-24  Jim Meyering  <meyering@lucent.com>
46778
46779         * m4/strerror_r.m4: Revive this file -- to try out an experimental
46780         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
46781         for which strerror does return char*, but which lacks a conveniently
46782         accessible declaration of the function.  If the compile-test says
46783         strerror_r doesn't work, then resort to a `run'-test that works on
46784         BeOS and segfaults on DEC Unix.
46785
46786 2000-06-24  Jim Meyering  <meyering@lucent.com>
46787
46788         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
46789
46790 2000-06-23  Paul Eggert  <eggert@twinsun.com>
46791
46792         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
46793         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
46794
46795 2000-06-23  Paul Eggert  <eggert@twinsun.com>
46796
46797         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
46798         (mbrtowc, mbstate_t): Define substitutes if
46799         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
46800         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
46801         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
46802
46803 2000-06-23  Jim Meyering  <meyering@lucent.com>
46804
46805         * m4/afs.m4: Add missing AC_MSG_RESULT.
46806         Reported by Bruno Haible.
46807
46808         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
46809         Suggestion from Bruno Haible.
46810
46811 2000-06-23  Jim Meyering  <meyering@lucent.com>
46812
46813         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
46814
46815 2000-06-21  Jim Meyering  <meyering@lucent.com>
46816
46817         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
46818
46819 2000-06-21  Jim Meyering  <meyering@lucent.com>
46820
46821         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
46822         (noinst_HEADERS): Add getstr.h.
46823
46824         * lib/getline.c (getstr): Move into a separate file.
46825         * lib/getstr.c (getstr): New file, extracted from getline.c, with
46826         the following changes: new parameter, delim2; both delim[12]
46827         parameters have type `int', not `char'.  The latter would lose
46828         with 8-bit delimiters.
46829         * lib/getstr.h: New file.
46830
46831 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
46832
46833         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
46834         than 1024, return a memory chunk of least possible size, instead
46835         of size PATH_MAX + 2. In the loop, increment the size proportionally.
46836         Use free/xmalloc instead of xrealloc to avoid copying for very long
46837         paths.
46838
46839 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
46840
46841         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
46842         the empty string.
46843
46844 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
46845
46846         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
46847         address, not strdup.  Include <stdlib.h> and don't declare free().
46848
46849 2000-06-19  Jim Meyering  <meyering@lucent.com>
46850
46851         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
46852
46853 2000-06-18  Jim Meyering  <meyering@lucent.com>
46854
46855         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
46856
46857         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
46858         `checking whether...' message to be consistent with that of the
46859         lstat test.
46860
46861 2000-06-18  Jim Meyering  <meyering@lucent.com>
46862
46863         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
46864         Besides, these days every porting target provides a mkdir function.
46865
46866         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
46867         needed. (this snippet comes from src/system.h).
46868
46869 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
46870
46871         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
46872
46873 2000-06-15  Paul Eggert  <eggert@twinsun.com>
46874
46875         * lib/human.c (adjust_value): New function.
46876         (human_readable_inexact): Apply rounding style even when
46877         printing approximate values.
46878
46879 2000-06-14  Paul Eggert  <eggert@twinsun.com>
46880
46881         * lib/human.c (human_readable_inexact): Allow an input block
46882         size that is not a multiple of the output block size, and vice versa.
46883         Reported by Piergiorgio Sartor.
46884
46885 2000-06-14  Paul Eggert  <eggert@twinsun.com>
46886
46887         * lib/getdate.y (get_date): Apply relative times after time
46888         zone indicator, not before.  Reported by Todd A. Jacobs.
46889
46890 2000-06-13  Jim Meyering  <meyering@lucent.com>
46891
46892         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
46893
46894         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
46895
46896 2000-06-12  Paul Eggert  <eggert@twinsun.com>
46897
46898         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
46899
46900 2000-06-12  Jim Meyering  <meyering@lucent.com>
46901
46902         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
46903         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
46904         optional argument.
46905         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
46906         the optional argument, `lib'.
46907
46908 2000-06-08  Jim Meyering  <meyering@lucent.com>
46909
46910         * m4/largefile.m4: Remove file (now that it's part of autoconf).
46911
46912 2000-06-04  Paul Eggert  <eggert@twinsun.com>
46913
46914         Rewrite largefile configuration so that we don't need to run
46915         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
46916         AC_CANONICAL_HOST in configure.in -- jmm]
46917
46918         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
46919         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
46920         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
46921         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
46922         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
46923         All uses changed.
46924         Instead of inspecting the output of getconf, try to compile the
46925         test program without and with the macro definition.
46926         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
46927         for getconf.  Instead, check for the needed flags by compiling
46928         test programs.
46929
46930 2000-06-04  Paul Eggert  <eggert@twinsun.com>
46931
46932         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
46933
46934 2000-06-04  Jim Meyering  <meyering@lucent.com>
46935
46936         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
46937         SunOS 4.1.4 for which gid_t is an unsigned type.
46938
46939 2000-06-03  Jim Meyering  <meyering@lucent.com>
46940
46941         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
46942         now that autoconf requires that.
46943
46944         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
46945         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
46946         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
46947
46948 2000-06-03  Jim Meyering  <meyering@lucent.com>
46949
46950         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
46951
46952 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
46953
46954         * m4/glibc21.m4: New file.
46955         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
46956
46957 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
46958
46959         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
46960         newer, don't install charset.alias.
46961         * lib/config.charset: Change the Linux/glibc rules so they become empty
46962         on glibc-2.1 or newer.
46963
46964 2000-06-02  Jim Meyering  <meyering@lucent.com>
46965
46966         * lib/mountlist.c: Back out last change.  Instead, do this...
46967         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
46968         me_dummy member using the same `ignore'-testing code.
46969         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
46970         fs_type strings.
46971         From Mark D. Roth.
46972
46973 2000-05-29  Jim Meyering  <meyering@lucent.com>
46974
46975         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
46976         mounts with the `ignore' attribute.  Based on a patch from
46977         Mark D. Roth.
46978
46979 2000-05-28  Jim Meyering  <meyering@lucent.com>
46980
46981         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
46982         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
46983         * m4/stat.m4: Likewise.
46984         * m4/lstat.m4: Likewise.
46985         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
46986
46987         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
46988         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
46989
46990 2000-05-26  Jim Meyering  <meyering@lucent.com>
46991
46992         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
46993
46994 2000-05-24  Jim Meyering  <meyering@lucent.com>
46995
46996         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
46997         autoconf requires that.
46998         * m4/lib-check.m4: Likewise.
46999         * m4/jm-macros.m4: Likewise.
47000         * m4/strftime.m4: Likewise.
47001
47002         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
47003         AC_CHECK_DECLS, now that autoconf requires that.
47004
47005 2000-05-22  Jim Meyering  <meyering@lucent.com>
47006
47007         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47008         * m4/lstat.m4: Likewise.
47009
47010 2000-05-22  Jim Meyering  <meyering@lucent.com>
47011
47012         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
47013
47014 2000-05-20  Jim Meyering  <meyering@lucent.com>
47015
47016         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
47017         (jm_PREREQ): Use it.
47018
47019 2000-05-18  Jim Meyering  <meyering@lucent.com>
47020
47021         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
47022         back, too, since it may have been modified by allocate_entry.
47023         (hash_delete): Rewrite to use neither the assignment operator
47024         nor the comma operator in an if-expression.
47025
47026 2000-05-15  Paul Eggert  <eggert@twinsun.com>
47027
47028         * lib/closeout.c:
47029         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
47030         Remove; no longer needed.
47031         "quotearg.h": Add include.
47032         (file_name): Do not bother to explicitly initialize to NULL; it's less
47033         efficient on some hosts.
47034         (close_stdout_status): Remove test as to whether stdout was already
47035         closed; it breaks for the case "echo x | sort >&-".
47036         Quote file name colons.
47037         Do not assume that _("write error") lacks format strings.
47038
47039 2000-05-15  Jim Meyering  <meyering@lucent.com>
47040
47041         * lib/version-etc.c (version_etc_copyright): Update the copyright
47042         string used in all --version output.
47043
47044 2000-05-14  Jim Meyering  <meyering@lucent.com>
47045
47046         * lib/closeout.c (close_stdout_set_file_name): New function.
47047         (close_stdout_status): Use new file-scoped global.
47048         Return right away if fstat says the stdout file descriptor is invalid.
47049         * lib/closeout.h (close_stdout_set_file_name): Declare.
47050
47051 2000-05-10  Jim Meyering  <meyering@lucent.com>
47052
47053         * lib/closeout.c [default_exit_status]: New file-scoped variable.
47054         (close_stdout_set_status): New function.
47055         * lib/closeout.h (close_stdout_set_status): Declare.
47056
47057 2000-05-09  Jim Meyering  <meyering@lucent.com>
47058
47059         * m4/gettext.m4: Rename this...
47060         * m4/libintl.m4: ...to this.
47061
47062 2000-05-08  Jim Meyering  <meyering@lucent.com>
47063
47064         * lib/long-options.c: Don't include closeout.h.
47065         (parse_long_options): Don't call close_stdout for --version.
47066
47067 2000-05-06  Paul Eggert  <eggert@twinsun.com>
47068
47069         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
47070         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
47071         2.1.3 bug.  This avoids a clash when files like regex.c define
47072         _GNU_SOURCE.
47073
47074 2000-05-06  Jim Meyering  <meyering@lucent.com>
47075
47076         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
47077         (AC_REPLACE_FUNCS): Add strnlen.
47078
47079         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
47080         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
47081
47082         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
47083         AC_SEARCH_LIBS call for nanosleep.
47084         (LIB_NANOSLEEP): Set and AC_SUBST.
47085
47086 2000-05-06  Jim Meyering  <meyering@lucent.com>
47087
47088         * lib/strnlen.c: Undefine __strnlen and strnlen.
47089         [!weak_alias]: Define __strnlen to strnlen.
47090
47091         * lib/atexit.c: New file, from libiberty.
47092
47093 2000-05-06  Jim Meyering  <meyering@lucent.com>
47094
47095         * lib/closeout.c (close_stdout_status): Also check for errors on the
47096         stderr stream.
47097
47098 2000-05-05  Jim Meyering  <meyering@lucent.com>
47099
47100         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
47101         AC_SEARCH_LIBS call for clock_gettime.
47102         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
47103
47104         * m4/search-libs.m4: Update from autoconf.
47105
47106         su doesn't work on Solaris 2.6.
47107         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
47108         <shadow.h>.  Reported by Dragos Harabor.
47109
47110 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
47111
47112         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
47113         memcpy instead of xmalloc, xrealloc, path_concat.
47114         (locale_charset): Treat empty environment variables as absent.
47115         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
47116
47117 2000-05-04  Jim Meyering  <meyering@lucent.com>
47118
47119         * lib/getopt.c: Update from glibc.
47120         * lib/obstack.c: Likewise.
47121         * lib/obstack.h: Likewise.
47122         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
47123         file
47124
47125         * lib/regex.h: Likewise.
47126         * lib/strndup.c: Likewise.
47127         * lib/strnlen.c: New file, from glibc.
47128
47129 2000-05-03  Jim Meyering  <meyering@lucent.com>
47130
47131         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
47132
47133 2000-05-02  Paul Eggert  <eggert@twinsun.com>
47134
47135         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
47136         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
47137         compile-time test, rather than inspecting host and OS, to
47138         decide whether to define _LARGEFILE_SOURCE.
47139
47140 2000-05-01  Jim Meyering  <meyering@lucent.com>
47141
47142         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
47143
47144         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
47145         Based on a patch from Bruno Haible.
47146
47147 2000-05-01  Jim Meyering  <meyering@lucent.com>
47148
47149         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
47150
47151 2000-04-29  Jim Meyering  <meyering@lucent.com>
47152
47153         * lib/path-concat.c: Declare strdup only if it's not defined.
47154         * lib/canon-host.c: Likewise.
47155
47156 2000-04-28  Jim Meyering  <meyering@lucent.com>
47157
47158         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
47159         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
47160         is included first, then limits.h is included by locale.h by libintl.h.
47161         From John David Anglin.
47162
47163 2000-04-25  Jim Meyering  <meyering@lucent.com>
47164
47165         * lib/makepath.c (S_IRWXUGO): Define.
47166         (make_path): Always perform explicit chmod if MODE specifies any
47167         of the `special' permission bits.  Prompted by a bug report against
47168         install from Mate Wierdl and Joost van Baal.
47169
47170 2000-04-18  Jim Meyering  <meyering@lucent.com>
47171
47172         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
47173         (jm_PREREQ): Use it.
47174
47175 2000-04-18  Jim Meyering  <meyering@lucent.com>
47176
47177         * lib/README: New file.
47178
47179         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
47180         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
47181
47182 2000-04-17  Jim Meyering  <meyering@lucent.com>
47183
47184         Get it right :-)
47185         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
47186         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
47187         Suggestion from Akim Demaille.
47188
47189 2000-04-17  Jim Meyering  <meyering@lucent.com>
47190
47191         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
47192         the definition of it to rpl_strftime also defined-away the system's
47193         declaration.
47194
47195 2000-04-15  Jim Meyering  <meyering@lucent.com>
47196
47197         Use `C' to denote so-called `contiguous' files, the same way
47198         that tar does.
47199         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
47200         (ftypelet): Use S_ISCTG.
47201         From Michael Deutschmann.
47202
47203 2000-04-14  Jim Meyering  <meyering@lucent.com>
47204
47205         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
47206         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
47207         clobbered.
47208
47209 2000-04-14  Jim Meyering  <meyering@lucent.com>
47210
47211         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
47212
47213 2000-04-13  Jim Meyering  <meyering@lucent.com>
47214
47215         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
47216         AH_VERBATIM to insert required #ifndef into config.h.in.
47217         Suggestion from Akim Demaille.
47218
47219 2000-04-12  Jim Meyering  <meyering@lucent.com>
47220
47221         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
47222         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
47223         Christian Krackowizer.
47224
47225         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
47226         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
47227         (AC_SYS_LARGEFILE): Require.
47228         (AM_C_PROTOTYPES): Require.
47229
47230 2000-04-08  Jim Meyering  <meyering@lucent.com>
47231
47232         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
47233         names don't conflict.  Reported by Eli Zaretskii.
47234
47235 2000-04-07  Jim Meyering  <meyering@lucent.com>
47236
47237         * lib/putenv.c: Move inclusion of errno.h so it follows that of
47238         sys/types.h, to work around system header problems on AIX 3.2.5.
47239         From Bruno Haible.
47240
47241 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
47242
47243         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
47244         bug.  Deal with the different error behavior of Irix iconv.
47245
47246 2000-04-05  Paul Eggert  <eggert@twinsun.com>
47247
47248         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
47249         IRIX if the installer said otherwise.
47250
47251 2000-04-05  Jim Meyering  <meyering@lucent.com>
47252
47253         Portability tweaks required for ultrix4.3.
47254         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
47255         (jm_CHECK_DECLS): Add getutent to the list of functions.
47256         (_jm_DECL_HEADERS): Add utmpx.h.
47257         From John David Anglin.
47258
47259         * m4/strftime.m4: Back out the 2000-04-02 change.
47260         Instead of that change, simply undefine putenv in the test program.
47261
47262 2000-04-05  Jim Meyering  <meyering@lucent.com>
47263
47264         Portability tweaks required for ultrix4.3.
47265         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
47266         getutent.
47267         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
47268         * lib/canon-host.c: Declare strdup.
47269         * lib/path-concat.c: Likewise.
47270         From John David Anglin.
47271
47272 2000-04-04  Jim Meyering  <meyering@lucent.com>
47273
47274         Be more DOS 8.3-friendly.
47275         * lib/ref-add.sin: Renamed from ref-add.sed.in.
47276         * lib/ref-del.sin: Renamed from ref-del.sed.in.
47277         * lib/Makefile.am: Reflect renaming.
47278         Reported by Eli Zaretskii.
47279
47280         Use a temporary file name that won't clash with `charset.alias'
47281         in the DOS 8.3 name space.
47282         * lib/Makefile.am (charset_tmp): Define.
47283         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
47284         (uninstall-local): Likewise.
47285         Reported by Eli Zaretskii.
47286
47287 2000-04-03  Jim Meyering  <meyering@lucent.com>
47288
47289         * m4/gettext.m4: Fix typo in comment.
47290
47291         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
47292         textutils/configure.in).  Suggestion from Paul Eggert.
47293         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
47294
47295 2000-04-02  Paul Eggert  <eggert@twinsun.com>
47296
47297         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
47298         variable in the shell rather than using putenv, which isn't
47299         portable.  This avoids the configure-time inter-test dependency
47300         on the potentially-renamed putenv function.
47301
47302 2000-03-30  Paul Eggert  <eggert@twinsun.com>
47303
47304         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
47305         before checking struct stat.st_blksize, so that
47306         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
47307
47308 2000-03-29  Paul Eggert  <eggert@twinsun.com>
47309
47310         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
47311         since strftime.c uses HAVE_STRFTIME to decide whether to use
47312         the underlying strftime.
47313
47314 2000-03-29  Paul Eggert  <eggert@twinsun.com>
47315
47316         * lib/time/strftime.c (my_strftime): Make sure we call the system
47317         strftime, not ourselves, when invoking the underlying strftime.
47318
47319 2000-03-24  Jim Meyering  <meyering@lucent.com>
47320
47321         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
47322         (charset_alias): Define.
47323         (install-exec-local): Factor out common code.
47324         (uninstall-local): Split lines longer than 80.
47325         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
47326         (SUFFIXES): Define.
47327         (.sed.in.sed): New rule.  Don't redirect directly to $@.
47328         (CLEANFILES): Add ref-add.sed and ref-del.sed.
47329
47330 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
47331
47332         * lib/config.charset: Output a line containing "Packages using this
47333         file".
47334         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
47335         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
47336         ref-del.sed): New rules.
47337
47338 2000-03-17  Jim Meyering  <meyering@lucent.com>
47339
47340         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
47341         Otherwise, include <strings.h>
47342
47343 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
47344
47345         * lib/unicodeio.c (utf8_wctomb): New function.
47346         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
47347         format instead of in UCS-4 with platform dependent endianness.
47348
47349 2000-03-10  Jim Meyering  <meyering@lucent.com>
47350
47351         * m4/lib-check.m4: Look for getspnam in -lgen, too.
47352         From Marco Franzen.
47353
47354 2000-03-07  Paul Eggert  <eggert@twinsun.com>
47355
47356         * lib/savedir.c (savedir): Work even if directory size is
47357         negative; this can happen with some screwy NFS configurations.
47358
47359 2000-03-06  Jim Meyering  <meyering@lucent.com>
47360
47361         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
47362         if it's NULL (because we ran out of memory).  From Bruno Haible.
47363
47364 2000-03-05  Jim Meyering  <meyering@lucent.com>
47365
47366         * lib/localcharset.c ("path-concat.h"): Include.
47367         (get_charset_aliases): Use path_concat instead of ANSI string
47368         concatenation.
47369
47370         * lib/unicodeio.h (PARAMS): Define.
47371         Use it to guard prototype.
47372
47373 2000-03-04  Jim Meyering  <meyering@lucent.com>
47374
47375         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
47376         for lib/localcharset.c.
47377
47378 2000-03-04  Jim Meyering  <meyering@lucent.com>
47379
47380         * lib/Makefile.am (install-exec-local): Create $(libdir) before
47381         installing into it.
47382         (uninstall-local): Uncomment this rule so `make distcheck' works
47383         once again.
47384
47385         * lib/unicodeio.c (<errno.h>): Include it.
47386         (errno): Declare if not defined.
47387
47388         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
47389
47390         * lib/config.charset: New version, incorporating remarks from a linux
47391         i18n mailing list.  From Bruno Haible.
47392
47393 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
47394
47395         * m4/codeset.m4: New file.
47396         * m4/iconv.m4: New file.
47397         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
47398
47399 2000-03-03  Jim Meyering  <meyering@lucent.com>
47400
47401         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
47402
47403 2000-03-02  Jim Meyering  <meyering@lucent.com>
47404
47405         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
47406         the messages come out on separate lines.
47407
47408         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
47409         rather than jm_CHECK_DECLARATIONS.
47410         * m4/decl.m4: Remove now-unused file.
47411
47412         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
47413         geteuid.
47414
47415 2000-03-02  Jim Meyering  <meyering@lucent.com>
47416
47417         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
47418
47419 2000-03-01  Jim Meyering  <meyering@lucent.com>
47420
47421         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
47422         * lib/unicodeio.c: Likewise.
47423
47424 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
47425
47426         * lib/config.charset: New file.
47427         * lib/localcharset.c: New file.
47428         * lib/unicodeio.h, lib/unicodeio.c: New files.
47429         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
47430         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
47431         (noinst_HEADERS): Add unicodeio.h.
47432         (all-local, install-exec-local, charset.alias): New targets.
47433
47434 2000-02-28  Paul Eggert  <eggert@twinsun.com>
47435
47436         * lib/quotearg.c (ALERT_CHAR): New macro.
47437         (quotearg_buffer_restyled): Use it.
47438
47439 2000-02-27  Jim Meyering  <meyering@lucent.com>
47440
47441         * m4/check-decl.m4: Add getenv to the list.
47442
47443 2000-02-27  Jim Meyering  <meyering@lucent.com>
47444
47445         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
47446         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
47447
47448         * lib/backupfile.c: Guard inclusion of stdlib.h with
47449         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
47450         Declare malloc if needed.
47451
47452         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
47453         `#ifndef HAVE_DECL..'
47454         now that autoconf always defines the HAVE_DECL_ symbols.
47455         * lib/human.c: Likewise.
47456         * lib/same.c: Likewise.
47457         * lib/strtoumax.c: Likewise.
47458
47459         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
47460         declaration check was not run.
47461         * lib/hash.c: Likewise.
47462         * lib/human.c: Likewise.
47463         * lib/same.c: Likewise.
47464         * lib/strtoumax.c: Likewise.
47465
47466         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
47467         `.', then first look up the entire `.'-containing string as a login
47468         name.
47469
47470 2000-02-23  Jim Meyering  <meyering@lucent.com>
47471
47472         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
47473         in place of my hack.
47474
47475 2000-02-18  Paul Eggert  <eggert@twinsun.com>
47476
47477         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
47478         (textint): New typedef.
47479         (parser_control): Member year changed from int to textint.
47480         All uses changed.
47481         (YYSTYPE): Removed; replaced by %union with int and textint members.
47482         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
47483         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
47484         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
47485         (tSNUMBER, tUNUMBER): Now of type <textintval>.
47486         (date, number, to_year): Use width of number in digits, not its value,
47487         to determine whether it's a 2-digit year, or a 2-digit time.
47488         (yylex): Store number of digits of numeric tokens.
47489         Reported by John Kendall.
47490
47491         (parser_control): Changed from struct parser_control to typedef (for
47492         consistency).  All uses changed.
47493
47494         (tID): Removed; not used.
47495         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
47496
47497 2000-02-14  Paul Eggert  <eggert@twinsun.com>
47498
47499         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
47500         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
47501
47502 2000-02-12  Jim Meyering  <meyering@lucent.com>
47503
47504         * lib/userspec.c (ISDIGIT): Define it.
47505         (isdigit): Remove definition.
47506         (is_number): Use ISDIGIT, not isdigit.
47507         <libintl.h>: Include.
47508         (_ and N_): Define.
47509         (parse_user_spec): Mark translatable strings.
47510
47511 2000-02-10  Jim Meyering  <meyering@lucent.com>
47512
47513         With these changes, nanosleep.[ch] are finally enough like the other
47514         lib/* replacement files to compile on a few more losing systems.
47515
47516         * lib/nanosleep.h: Don't include config.h.
47517         Remove prototype from declaration of nanosleep.
47518         (PARAMS): Remove now-unneeded definition.
47519         * lib/nanosleep.c: #undef nanosleep.
47520         (rpl_nanosleep): Rename from nanosleep.
47521
47522 2000-02-10  Jim Meyering  <meyering@lucent.com>
47523
47524         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
47525         gnu_nanosleep to rpl_nanosleep.
47526
47527 2000-02-09  Jim Meyering  <meyering@lucent.com>
47528
47529         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
47530         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
47531
47532 2000-02-08  Akim Demaille  <akim@epita.fr>
47533
47534         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
47535         `[' and `]' and remove uses of `changequote'.
47536         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
47537         (AC_SYS_LARGEFILE): Likewise.
47538         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
47539         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
47540         of changequote.
47541         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
47542         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
47543         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
47544         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
47545
47546 2000-02-05  Jim Meyering  <meyering@lucent.com>
47547
47548         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
47549         Remove explicit use of AC_HEADER_TIME.  It is required by
47550         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
47551         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
47552         in autoconf whereby the expansion of the latter ended up preceding
47553         the expansion of its prerequisite, AC_HEADER_TIME.
47554         Reported by Volker Borchert.
47555
47556 2000-02-03  Jim Meyering  <meyering@lucent.com>
47557
47558         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
47559
47560 2000-02-03  Jim Meyering  <meyering@lucent.com>
47561
47562         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
47563         rather than with `#if HAVE_UTMPNAME'.
47564
47565 2000-02-02  Jim Meyering  <meyering@lucent.com>
47566
47567         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
47568         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
47569         Reported by Eli Zaretskii.
47570
47571 2000-02-01  Jim Meyering  <meyering@lucent.com>
47572
47573         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
47574
47575 2000-01-31  Jim Meyering  <meyering@lucent.com>
47576
47577         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
47578         functions.  Add the time.h and sys/time.h headers along with the
47579         AC_REQUIRE'ment of AC_HEADER_TIME.
47580
47581 2000-01-31  Jim Meyering  <meyering@lucent.com>
47582
47583         * lib/nanosleep.h (nanosleep): Guard declaration with
47584         `#if ! HAVE_DECL_NANOSLEEP'.
47585         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
47586         the declaration in that vendor's sys/timers.h.
47587         Reported by Christian Krackowizer.
47588
47589         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
47590         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
47591         (ISPRINT): Likewise.
47592         Reported by Tom Tromey.
47593
47594 2000-01-30  Jim Meyering  <meyering@lucent.com>
47595
47596         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
47597
47598         * m4/prereq.m4 (utmp_includes): Define.
47599         Check for ut_user and ut_name members in both struct utmpx
47600         and struct utmp.
47601
47602 2000-01-30  Jim Meyering  <meyering@lucent.com>
47603
47604         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
47605         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
47606         header files where only utmpx.ut_user is declared.
47607
47608         * lib/readutmp.h (UT_USER): Define.
47609
47610 2000-01-29  Jim Meyering  <meyering@lucent.com>
47611
47612         * m4/lib-check.m4: New file containing library-related checks from
47613         fileutils and sh-utils (textutils had none).
47614
47615 2000-01-28  Jim Meyering  <meyering@lucent.com>
47616
47617         * m4/perl.m4: Change format of warning message to look more like that
47618         from the missing script.  Suggestion from François Pinard.
47619
47620 2000-01-25  Jim Meyering  <meyering@lucent.com>
47621
47622         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
47623         well as time.h in the compile check.
47624         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
47625         Fix typo in cross-compiling case: s/yes/no/.
47626
47627 2000-01-23  Jim Meyering  <meyering@lucent.com>
47628
47629         * m4/jm-macros.m4: Move df-related tests here from
47630         fileutils/configure.in
47631
47632         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
47633         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
47634
47635         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
47636         s/space/ac_fsusage_space/.
47637         (jm_FILE_SYSTEM_USAGE): Take two parameters.
47638
47639         * m4/ftruncate.m4: New file (derived from part of
47640         fileutils/configure.in).
47641         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
47642         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
47643
47644         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
47645         AC_SUBST these here, rather than just in sh-util/configure.in, so
47646         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
47647         all the same.
47648         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
47649         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
47650         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
47651         (AC_SUBST(POW_LIBM)): Likewise.
47652         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
47653
47654 2000-01-23  Jim Meyering  <meyering@lucent.com>
47655
47656         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
47657         obstack.c.
47658
47659 2000-01-22  Jim Meyering  <meyering@lucent.com>
47660
47661         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
47662
47663         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
47664
47665         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
47666         configure.in
47667         (AC_CHECK_HEADERS): Likewise for sh-utils.
47668         (AC_CHECK_HEADERS): Likewise for textutils.
47669         Merge the three lists of headers.
47670
47671         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
47672         from fileutils' configure.in.
47673
47674         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
47675         code. Moved tests into their own function (_jm_DECL_HEADERS) in
47676         check-decl.m4.
47677
47678         * m4/check-decl.m4: Use #if rather than #ifdef.
47679         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
47680         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
47681         (_jm_DECL_HEADERS): Define new function.
47682         (jm_CHECK_DECLARATIONS): Require it.
47683
47684 2000-01-22  Jim Meyering  <meyering@lucent.com>
47685
47686         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
47687         [! HAVE_DECL_STRTOULL]: Declare strtoull.
47688         Required for some AIX systems.  Reported by Christian Krackowizer.
47689         [TESTING] (main): New function.
47690
47691         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
47692         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
47693         letters.
47694
47695         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
47696         iswprint.
47697
47698         * lib/strverscmp.c (ISDIGIT): Define.
47699         (strverscmp): Use ISDIGIT, not isdigit.
47700
47701 2000-01-19  Jim Meyering  <meyering@lucent.com>
47702
47703         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
47704         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
47705         defines `struct timespec' in <sys/time.h>
47706
47707         * m4/c-bs-a.m4: Remove uses of changequote altogether.
47708         Thanks to Akim for explaining.
47709
47710 2000-01-17  Paul Eggert  <eggert@twinsun.com>
47711
47712         * lib/nanosleep.c (nanosleep):
47713         Don't use SA_INTERRUPT to decide whether to call sigaction, as
47714         POSIX.1 doesn't require SA_INTERRUPT and some systems
47715         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
47716         it's been part of POSIX.1 since day 1 (in 1988).
47717
47718 2000-01-17  Jim Meyering  <meyering@lucent.com>
47719
47720         * lib/interlock: Remove unused file.  Reported by François Pinard.
47721
47722 2000-01-16  Paul Eggert  <eggert@twinsun.com>
47723
47724         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
47725         alert, backslash, formfeed, and vertical tab unnecessarily in
47726         shell quoting style.
47727
47728 2000-01-16  Jim Meyering  <meyering@lucent.com>
47729
47730         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
47731         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
47732         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
47733         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
47734
47735 2000-01-16  Jim Meyering  <meyering@lucent.com>
47736
47737         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
47738         because the latter didn't work.
47739
47740 2000-01-15  Jim Meyering  <meyering@lucent.com>
47741
47742         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
47743         (AC_REPLACE_FUNCS): Add memcpy and memset.
47744         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
47745         Add strpbrk.
47746         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
47747
47748 2000-01-12  Jim Meyering  <meyering@lucent.com>
47749
47750         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
47751         (jm_PREREQ): Use it.
47752         (jm_PREREQ_READUTMP): New macro.
47753         (jm_PREREQ): Use it.
47754
47755 2000-01-11  Paul Eggert  <eggert@twinsun.com>
47756
47757         Quote multibyte characters correctly.
47758         * m4/c-bs-a.m4: New file.
47759         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
47760         (jm_PREREQ): Use it.
47761
47762 2000-01-11  Paul Eggert  <eggert@twinsun.com>
47763
47764         * m4/uintmax_t.m4: Port to autoconf 2.13.
47765
47766 2000-01-08  Jim Meyering  <meyering@ascend.com>
47767
47768         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
47769         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
47770
47771 2000-01-04  Jim Meyering  <meyering@ascend.com>
47772
47773         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
47774         jm_STRUCT_DIRENT_D_TYPE.
47775         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
47776         jm_STRUCT_DIRENT_D_INO.
47777         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
47778         jm_STRUCT_UTIMBUF.
47779         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
47780         renamings.
47781         * m4/utime.m4: Likewise.
47782
47783         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
47784         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
47785
47786 2000-01-03  Paul Eggert  <eggert@twinsun.com>
47787
47788         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
47789         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
47790
47791 2000-01-02  Jim Meyering  <meyering@ascend.com>
47792
47793         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
47794         remember if this is necessary.
47795
47796 1999-12-26  Jim Meyering  <meyering@ascend.com>
47797
47798         * m4/jm-macros.m4: Use it here.
47799         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
47800
47801 1999-12-23  Jim Meyering  <meyering@ascend.com>
47802
47803         * m4/jm-macros.m4: Check for clock_gettime (moved from
47804         fileutils/configure.in)
47805         Check for gettimeofday.
47806
47807 1999-12-20  Jim Meyering  <meyering@ascend.com>
47808
47809         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
47810         autoconf-2.14a-1999-12-20.
47811
47812 1999-12-19  Jim Meyering  <meyering@ascend.com>
47813
47814         * m4/lstat-slash.m4: New file.
47815         * m4/jm-macros.m4: Use the new macro:
47816         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47817
47818 1999-12-07  Jim Meyering  <meyering@ascend.com>
47819
47820         * m4/perl.m4: Require that File::Compare be available, too.
47821         Too many systems seem to lack it.
47822
47823         * m4/strftime.m4: Add checks for most of the cpp macros tested in
47824         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
47825
47826 1999-11-18  Paul Eggert  <eggert@twinsun.com>
47827
47828         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
47829         problem with the QNX 4.25 shell, which doesn't propagate exit
47830         status of failed commands inside shell assignments.
47831
47832 1999-11-17  Jim Meyering  <meyering@ascend.com>
47833
47834         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
47835
47836 1999-11-07  Jim Meyering  <meyering@ascend.com>
47837
47838         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
47839
47840 1999-11-06  Jim Meyering  <meyering@ascend.com>
47841
47842         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
47843         * m4/jm-macros.m4 (jm_MACROS): Use it here.
47844
47845 1999-11-05  Jim Meyering  <meyering@ascend.com>
47846
47847         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
47848         configure.in of textutils, fileutils, and sh-utils into this one
47849         (shared between those packages) file.
47850         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
47851         AC_STRUCT_ST_BLKSIZE.
47852
47853 1999-11-03  Jim Meyering  <meyering@ascend.com>
47854
47855         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
47856         of AC_CHECK_TYPE checks includes unistd.h.
47857         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
47858         Suggestion from Akim Demaille.
47859
47860 1999-10-30  Jim Meyering  <meyering@ascend.com>
47861
47862         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
47863         m4-quoted string.
47864         * m4/ls-mntd-fs.m4: Likewise.
47865         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
47866         * m4/jm-winsz1.m4: Likewise.
47867
47868         * m4/const.m4: Remove file, since the fix made it into the experimental
47869         version of autoconf.
47870         * m4/mktime.m4: Likewise.
47871
47872         * m4/check-type.m4: Remove file, now that the latest version of
47873         AC_CHECK_TYPE takes a third arg to specify additional #includes.
47874
47875         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
47876         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
47877         AC_CHECK_TYPE.
47878
47879 1999-10-04  Jim Meyering  <meyering@ascend.com>
47880
47881         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
47882
47883 1999-09-22  Paul Eggert  <eggert@twinsun.com>
47884
47885         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
47886         2.95.1 bug with HP-UX 10.20.
47887
47888 1999-09-17  Jim Meyering  <meyering@ascend.com>
47889
47890         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
47891         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
47892         due to missing strdup (against sh-utils-2.0).
47893
47894 1999-08-29  Jim Meyering  <meyering@ascend.com>
47895
47896         * m4/jm-macros.m4: Require jm_BISON.
47897         * m4/bison.m4: New file.
47898
47899 1999-08-17  Paul Eggert  <eggert@twinsun.com>
47900
47901         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
47902         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
47903
47904 1999-08-05  Jim Meyering  <meyering@ascend.com>
47905
47906         * m4/getline.m4: Rename test file from conftestdata to conftest.data
47907         to avoid conflicts with `conftest' on 8+3 filesystems.
47908         Suggestion from Eli Zaretskii.
47909
47910 1999-08-04  Jim Meyering  <meyering@ascend.com>
47911
47912         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
47913         fileutils and sh-utils (textutils's getline test was inadequate).
47914         (AM_FUNC_GETLINE): Run this test.
47915         (AC_CHECK_FUNCS): Check for getdelim.
47916         Reported by Bob Proulx.
47917
47918 1999-08-02  Jim Meyering  <meyering@ascend.com>
47919
47920         * m4/jm-macros.m4: Add a comment.
47921
47922 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47923
47924         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
47925         <inttypes.h> defines strtoumax as a macro (and not as a
47926         function).
47927
47928 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47929
47930         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
47931         that we can shift, multiply and divide unsigned long long
47932         values; Ultrix cc can't do it.
47933
47934 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47935
47936         * m4/mktime.m4: New file, which is a preview of what should appear
47937         in the next public autoconf release.
47938
47939 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47940
47941         * m4/lfs.m4: Remove this file.
47942         * m4/largefile.m4: New file.  It contains the old contents of
47943         lfs.m4, except that all names with prefix AC_LFS have been
47944         changed to use the prefix AC_SYS_LARGEFILE instead, to be
47945         compatible with future autoconf versions.  Also, some minor m4
47946         quoting problems have been fixed.
47947
47948 1999-08-01  Paul Eggert  <eggert@twinsun.com>
47949
47950         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
47951         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
47952         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
47953         and simplify the shell code.
47954
47955 1999-08-01  Jim Meyering  <meyering@ascend.com>
47956
47957         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
47958         m4.
47959
47960 1999-07-20  Jim Meyering  <meyering@ascend.com>
47961
47962         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
47963
47964 1999-07-15  Jim Meyering  <meyering@ascend.com>
47965
47966         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
47967
47968 1999-05-22  Jim Meyering  <meyering@ascend.com>
47969
47970         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
47971
47972 1999-05-20  Jim Meyering  <meyering@ascend.com>
47973
47974         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
47975         Add a colon after each `then' in case $4 is empty.
47976
47977 1999-05-16  Jim Meyering  <meyering@ascend.com>
47978
47979         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
47980
47981 1999-05-10  Jim Meyering  <meyering@ascend.com>
47982
47983         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
47984
47985         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
47986         AC_FUNC_MKTIME.
47987
47988 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
47989
47990         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
47991
47992 1999-05-04  Paul Eggert  <eggert@twinsun.com>
47993
47994         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
47995         not CPPFLAGS, so that linking works correctly in IRIX.
47996
47997 1999-04-30  Paul Eggert  <eggert@twinsun.com>
47998
47999         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
48000
48001 1999-04-20  Paul Eggert  <eggert@twinsun.com>
48002
48003         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
48004         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
48005         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
48006         jm_AC_TYPE_UNSIGNED_LONG_LONG.
48007         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
48008
48009         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
48010
48011 1999-04-20  Jim Meyering  <meyering@ascend.com>
48012
48013         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
48014         AC_REPLACE xstroull if necessary.  From Paul Eggert.
48015         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
48016
48017 1999-04-18  Jim Meyering  <meyering@ascend.com>
48018
48019         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
48020         * m4/jm-macros.m4: Use it.
48021
48022 1999-04-06  Jim Meyering  <meyering@ascend.com>
48023
48024         * m4/strftime.m4: Remove test for %f.
48025
48026 1999-03-29  Jim Meyering  <meyering@ascend.com>
48027
48028         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
48029         superset of the AC_TYPE_* checks in the textutils, fileutils,
48030         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
48031         AC_TYPE_PID_T.
48032
48033 1999-03-28  Jim Meyering  <meyering@ascend.com>
48034
48035         * m4/jm-macros.m4: Define GNU_PACKAGE here.
48036         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
48037         replaced e.g., in the *.sh files of the sh-utils.
48038
48039 1999-03-20  Jim Meyering  <meyering@ascend.com>
48040
48041         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
48042         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
48043         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
48044
48045 1999-03-19  Jim Meyering  <meyering@ascend.com>
48046
48047         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
48048
48049 1999-03-12  Jim Meyering  <meyering@ascend.com>
48050
48051         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
48052
48053 1999-03-07  Jim Meyering  <meyering@ascend.com>
48054
48055         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
48056         declared.
48057
48058 1999-02-17  Jim Meyering  <meyering@ascend.com>
48059
48060         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
48061         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
48062
48063 1999-02-07  Jim Meyering  <meyering@ascend.com>
48064
48065         * m4/group-member.m4: New file -- extracted from sh-utils'
48066         configure.in.
48067
48068         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
48069         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
48070
48071 1999-02-06  Jim Meyering  <meyering@ascend.com>
48072
48073         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
48074         * m4/fnmatch.m4: Likewise.
48075         * m4/getgroups.m4: Likewise.
48076         * m4/lstat.m4: Likewise.
48077         * m4/malloc.m4: Likewise.
48078         * m4/putenv.m4: Likewise.
48079         * m4/realloc.m4: Likewise.
48080         * m4/regex.m4: Likewise.
48081         * m4/stat.m4: Likewise.
48082         * m4/strftime.m4: Likewise.
48083         Suggestion from Alain Magloire.
48084
48085         * m4/chown.m4: Use `.$ac_objext', not `.o'.
48086         * m4/fnmatch.m4: Likewise.
48087         * m4/getgroups.m4: Likewise.
48088         * m4/getline.m4: Likewise.
48089         * m4/lstat.m4: Likewise.
48090         * m4/malloc.m4: Likewise.
48091         * m4/memcmp.m4: Likewise.
48092         * m4/putenv.m4: Likewise.
48093         * m4/realloc.m4: Likewise.
48094         * m4/regex.m4: Likewise.
48095         * m4/stat.m4: Likewise.
48096         * m4/strftime.m4: Likewise.
48097         Suggestion from Alain Magloire.
48098
48099         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
48100         an argument.
48101
48102         * m4/regex.m4: Add a run-time Test for proper operation of
48103         re_compile_pattern.
48104
48105 1999-01-31  Jim Meyering  <meyering@ascend.com>
48106
48107         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
48108
48109 1999-01-30  Jim Meyering  <meyering@ascend.com>
48110
48111         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
48112
48113         * m4/jm-mktime.m4: Make this a wrapper around the official
48114         AM_FUNC_MKTIME rather than my private copy, now that the official one
48115         is up to date.
48116         * m4/mktime.m4: Remove file.
48117
48118         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
48119         * m4/uptime.m4: Likewise.
48120         * m4/uintmax_t.m4: Likewise.
48121
48122 1999-01-28  Jim Meyering  <meyering@ascend.com>
48123
48124         * m4/jm-macros.m4: Use jm_AFS.
48125         * m4/afs.m4: New file (from fileutils' configure.in).
48126
48127         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
48128         * m4/chown.m4: Likewise.
48129         * m4/d-ino.m4: Likewise.
48130         * m4/d-type.m4: Likewise.
48131         * m4/fnmatch.m4: Likewise.
48132         * m4/getgroups.m4: Likewise.
48133         * m4/gettext.m4: Likewise.
48134         * m4/jm-mktime.m4: Likewise.
48135         * m4/jm-winsz2.m4: Likewise.
48136         * m4/lcmessage.m4: Likewise.
48137         * m4/ls-mntd-fs.m4: Likewise.
48138         * m4/malloc.m4: Likewise.
48139         * m4/memcmp.m4: Likewise.
48140         * m4/putenv.m4: Likewise.
48141         * m4/realloc.m4: Likewise.
48142         * m4/st_mtim.m4: Likewise.
48143         * m4/strftime.m4: Likewise.
48144
48145 1999-01-16  Jim Meyering  <meyering@ascend.com>
48146
48147         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
48148         (ARGMATCH_DIE_DECL): Define.
48149
48150 1999-01-12  Jim Meyering  <meyering@ascend.com>
48151
48152         * m4/Makefile.am.in: Rewrite to avoid using fmt.
48153         Reported by Lars Hecking.
48154
48155 1999-01-10  Jim Meyering  <meyering@ascend.com>
48156
48157         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
48158         gross kludge.
48159         * m4/inttypes_h.m4: Likewise.
48160         * m4/lstat.m4: Likewise.
48161         * m4/malloc.m4: Likewise.
48162         * m4/readdir.m4: Likewise.
48163         * m4/realloc.m4: Likewise.
48164         * m4/st_dm_mode.m4: Likewise.
48165         * m4/stat.m4: Likewise.
48166         * m4/utimbuf.m4: Likewise.
48167         * m4/utimes.m4: Likewise.
48168
48169         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
48170         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
48171         comments in config.h.in are meaningful.
48172
48173         * m4/jm-macros.m4: Require autoconf-2.13 here.
48174
48175         * m4/regex.m4: By default, don't use the included regex.c on systems
48176         with glibc 2.  Suggestion from Uli Drepper.
48177
48178 1999-01-02  Jim Meyering  <meyering@ascend.com>
48179
48180         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
48181
48182 1998-12-18  Jim Meyering  <meyering@ascend.com>
48183
48184         * m4/Makefile.am.in (Makefile.am): Simplify rule.
48185         Based on a suggestion from Lars Hecking.
48186
48187 1998-11-16  Paul Eggert  <eggert@twinsun.com>
48188
48189         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
48190
48191 1998-11-16  Jim Meyering  <meyering@ascend.com>
48192
48193         * m4/lfs.m4: Double-quote the `uname...` expression.
48194
48195 1998-11-14  Jim Meyering  <meyering@ascend.com>
48196
48197         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
48198         * m4/stat.m4: Likewise.
48199
48200 1998-11-03  Jim Meyering  <meyering@ascend.com>
48201
48202         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
48203         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
48204
48205 1998-10-18  Jim Meyering  <meyering@ascend.com>
48206
48207         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
48208
48209 1998-10-17  Jim Meyering  <meyering@ascend.com>
48210
48211         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
48212         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
48213         calls for those previously hard-coded headers.  Instead, take a new
48214         parameter.
48215         (jm_CHECK_DECLARATIONS): Reflect interface change.
48216         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
48217         (jm_CHECK_DECL_LOCALTIME_R): New macro.
48218
48219         * m4/mktime.m4: Test for spring-forward gap before long-running test.
48220
48221 1998-10-14  Jim Meyering  <meyering@ascend.com>
48222
48223         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
48224         instead of "TZ=America/Vancouver".  From Paul Eggert.
48225
48226 1998-10-11  Jim Meyering  <meyering@ascend.com>
48227
48228         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
48229         This adds a test for a recently added compatibility fix for mktime.c.
48230         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
48231
48232 1998-09-27  Jim Meyering  <meyering@ascend.com>
48233
48234         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
48235
48236         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
48237         ../configure.in, including a change from Gordon Matzigkeit to allow
48238         cross-compiling for the Hurd.
48239
48240         * m4/glibc.m4: New file/macro to test for the GNU C Library
48241         versions 1 and 2.  From Gordon Matzigkeit.
48242         Indent.
48243
48244 1998-09-21  Jim Meyering  <meyering@ascend.com>
48245
48246         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
48247
48248 1998-08-18  Paul Eggert  <eggert@twinsun.com>
48249
48250         Port nanosecond-resolution times to UnixWare 2.1.2 and
48251         pedantic Solaris 2.6.
48252
48253         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
48254         AC_STRUCT_ST_MTIM.
48255         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
48256         Generate name of ns member, instead of just 1 or undef.
48257         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
48258
48259 1998-08-15  Jim Meyering  <meyering@ascend.com>
48260
48261         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
48262         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
48263         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
48264         instead of jm_TYPE_SSIZE_T.
48265
48266 1998-08-12  Jim Meyering  <meyering@ascend.com>
48267
48268         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
48269
48270 1998-08-02  Jim Meyering  <meyering@ascend.com>
48271
48272         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
48273         in acconfig.h manually.
48274
48275 1998-07-31  Paul Eggert  <eggert@twinsun.com>
48276
48277         * m4/st_mtim.m4: New file.
48278
48279 1998-07-28  Jim Meyering  <meyering@ascend.com>
48280
48281         * m4/utimes.m4: Undef stat.
48282
48283 1998-07-25  Jim Meyering  <meyering@ascend.com>
48284
48285         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
48286         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
48287
48288 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
48289
48290         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
48291         uid and gid actually remain unchanged.
48292
48293 1998-07-07  Jim Meyering  <meyering@ascend.com>
48294
48295         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
48296
48297 1998-07-04  Jim Meyering  <meyering@ascend.com>
48298
48299         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
48300         to prove that this macro can be used in packages without regex.c.
48301
48302 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
48303
48304         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
48305         is to be used.
48306
48307 1998-07-03  Jim Meyering  <meyering@ascend.com>
48308
48309         * m4/gettext.m4: Add -lintl if it's found to be necessary.
48310
48311         * m4/gettext.m4: New file -- from gettext-0.10.35.
48312         * m4/lcmessage.m4: Likewise.
48313         * m4/progtest.m4: Likewise.
48314
48315         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
48316         * m4/jm-macros.m4: Require the new macro.
48317
48318 1998-06-29  Jim Meyering  <meyering@ascend.com>
48319
48320         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
48321         for the definition of NGROUPS (used in a system header included
48322         by sys/mount.h).
48323
48324 1998-06-28  Jim Meyering  <meyering@ascend.com>
48325
48326         * m4/ls-mntd-fs.m4: New file.
48327         * m4/fstypename.m4: New file.
48328
48329         * m4/jm-macros.m4: Require the new macro.
48330         * m4/jm-glibc-io.m4: New file.
48331
48332 1998-05-19  Jim Meyering  <meyering@ascend.com>
48333
48334         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
48335         * m4/lchown.m4: New file.
48336
48337         * m4/Makefile.am.in: New file.
48338         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
48339
48340 1998-05-14  Jim Meyering  <meyering@ascend.com>
48341
48342         * m4/Makefile.am (EXTRA_DIST): Add them.
48343         * m4/jm-macros.m4: New file.
48344         * m4/utimbuf.m4: New file.
48345
48346 1998-05-12  Jim Meyering  <meyering@ascend.com>
48347
48348         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
48349
48350 1998-05-11  Jim Meyering  <meyering@ascend.com>
48351
48352         * m4/isc-posix.m4: New file.
48353
48354 1998-05-10  Jim Meyering  <meyering@ascend.com>
48355
48356         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
48357
48358 1998-05-09  Jim Meyering  <meyering@ascend.com>
48359
48360         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
48361         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
48362         with automake.
48363
48364         * m4/ssize_t.m4: New file.
48365         * m4/mktime.m4: Remove file -- the new automake has this now.
48366
48367 1998-04-26  Jim Meyering  <meyering@ascend.com>
48368
48369         * m4/assert.m4: New file.
48370         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
48371
48372 1998-04-05  Jim Meyering  <meyering@ascend.com>
48373
48374         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
48375         (jm_PREREQ): Use it here.
48376
48377 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
48378
48379         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
48380         in acconfig.h.
48381
48382 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
48383
48384         * m4/prereq.m4: New file.
48385         * m4/error.m4: New file.
48386         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
48387
48388 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
48389
48390         * m4/getline.m4: Don't set am_cv_func_working_getline before the
48391         cache-check for the same variable -- that defeated the purpose of
48392         the test; the test program was never run.  This was a problem only
48393         on systems with losing getline functions -- HP-UX 10.20 is one.
48394         Reported by Bjorn Helgaas.
48395
48396 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
48397
48398         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
48399
48400 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
48401
48402         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
48403
48404         * m4/const.m4: New file.  Use an initializer in this declaration
48405         typedef int charset[2]; const charset x;
48406         Reported by Bob Glickstein.
48407
48408 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
48409
48410         * m4/chown.m4: Fix reversed types on -1 args to chown.
48411         From Kaveh Ghazi.
48412
48413 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
48414
48415         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
48416         Add lseek and memchr.
48417
48418         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
48419         T.E.Dickey <dickey@clark.net> said that some older preprocessors
48420         have a 20-character limit on names.
48421
48422 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
48423
48424         * m4/inttypes_h.m4: New file.
48425         * m4/uintmax_t.m4: New file.
48426         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
48427
48428
48429         -----
48430
48431         Local Variables:
48432         coding: utf-8
48433         End:
48434
48435         Copyright (C) 1997-2009 Free Software Foundation, Inc.
48436
48437         Copying and distribution of this file, with or without
48438         modification, are permitted provided the copyright notice
48439         and this notice are preserved.